From 05d5679c2efc3261d424afd61eadf0d331b232c0 Mon Sep 17 00:00:00 2001
From: Zimmermann Andreas <andreas.zimmermann@stud.hslu.ch>
Date: Wed, 6 Sep 2023 13:52:52 +0200
Subject: [PATCH] mittendrin

---
 .../Data Quality Assessment.ipynb             | 106727 ++++++++++++++-
 1 file changed, 106707 insertions(+), 20 deletions(-)

diff --git a/notebooks/01A Data Quality Assessment/Data Quality Assessment.ipynb b/notebooks/01A Data Quality Assessment/Data Quality Assessment.ipynb
index 754dfc1..f633237 100644
--- a/notebooks/01A Data Quality Assessment/Data Quality Assessment.ipynb	
+++ b/notebooks/01A Data Quality Assessment/Data Quality Assessment.ipynb	
@@ -51,7 +51,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 31,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -73,6 +73,202 @@
     "Load the dataset `sgv.csv` as a pandas dataframe. *Hint: You have to use the argument `sep`*"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 32,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>Passengers</th>\n",
+       "      <th>Revision</th>\n",
+       "      <th>Temperature_Midday</th>\n",
+       "      <th>Sunshine_Percentage</th>\n",
+       "      <th>Snow_5Days</th>\n",
+       "      <th>Temperature_Deviation</th>\n",
+       "      <th>Temperature_Max</th>\n",
+       "      <th>Temperature_Min</th>\n",
+       "      <th>Temperature_Evening</th>\n",
+       "      <th>Precipiation_5Days</th>\n",
+       "      <th>Precipiation</th>\n",
+       "      <th>Wind</th>\n",
+       "      <th>Holiday</th>\n",
+       "      <th>Special_Event</th>\n",
+       "      <th>Year</th>\n",
+       "      <th>Day_in_Month</th>\n",
+       "      <th>Day</th>\n",
+       "      <th>Month</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td>2580</td>\n",
+       "      <td>0</td>\n",
+       "      <td>4.9</td>\n",
+       "      <td>52.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>2.3</td>\n",
+       "      <td>5.1</td>\n",
+       "      <td>-0.8</td>\n",
+       "      <td>0.9</td>\n",
+       "      <td>12.1</td>\n",
+       "      <td>4.6</td>\n",
+       "      <td>9.9</td>\n",
+       "      <td>1</td>\n",
+       "      <td>1</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>1</td>\n",
+       "      <td>Sunday</td>\n",
+       "      <td>January</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td>1973</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2.4</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>2.3</td>\n",
+       "      <td>3.4</td>\n",
+       "      <td>0.6</td>\n",
+       "      <td>2.7</td>\n",
+       "      <td>12.4</td>\n",
+       "      <td>0.3</td>\n",
+       "      <td>6.1</td>\n",
+       "      <td>1</td>\n",
+       "      <td>1</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>2</td>\n",
+       "      <td>Monday</td>\n",
+       "      <td>January</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td>1044</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2.2</td>\n",
+       "      <td>11.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>1.6</td>\n",
+       "      <td>2.9</td>\n",
+       "      <td>-1.6</td>\n",
+       "      <td>1.8</td>\n",
+       "      <td>12.4</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>5.3</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>3</td>\n",
+       "      <td>Tuesday</td>\n",
+       "      <td>January</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td>980</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0.8</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.2</td>\n",
+       "      <td>1.1</td>\n",
+       "      <td>-1.0</td>\n",
+       "      <td>0.6</td>\n",
+       "      <td>10.3</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>6.4</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>4</td>\n",
+       "      <td>Wednesday</td>\n",
+       "      <td>January</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td>1139</td>\n",
+       "      <td>0</td>\n",
+       "      <td>-0.3</td>\n",
+       "      <td>88.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>-1.8</td>\n",
+       "      <td>0.9</td>\n",
+       "      <td>-5.4</td>\n",
+       "      <td>-3.2</td>\n",
+       "      <td>0.3</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>4.5</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>5</td>\n",
+       "      <td>Thursday</td>\n",
+       "      <td>January</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "   Passengers  Revision  Temperature_Midday  Sunshine_Percentage  Snow_5Days  \\\n",
+       "0        2580         0                 4.9                 52.0         5.0   \n",
+       "1        1973         0                 2.4                  0.0         5.0   \n",
+       "2        1044         0                 2.2                 11.0         5.0   \n",
+       "3         980         0                 0.8                  0.0         0.0   \n",
+       "4        1139         0                -0.3                 88.0         0.0   \n",
+       "\n",
+       "   Temperature_Deviation  Temperature_Max  Temperature_Min  \\\n",
+       "0                    2.3              5.1             -0.8   \n",
+       "1                    2.3              3.4              0.6   \n",
+       "2                    1.6              2.9             -1.6   \n",
+       "3                    0.2              1.1             -1.0   \n",
+       "4                   -1.8              0.9             -5.4   \n",
+       "\n",
+       "   Temperature_Evening  Precipiation_5Days  Precipiation  Wind  Holiday  \\\n",
+       "0                  0.9                12.1           4.6   9.9        1   \n",
+       "1                  2.7                12.4           0.3   6.1        1   \n",
+       "2                  1.8                12.4           0.0   5.3        0   \n",
+       "3                  0.6                10.3           0.0   6.4        0   \n",
+       "4                 -3.2                 0.3           0.0   4.5        0   \n",
+       "\n",
+       "   Special_Event  Year  Day_in_Month        Day    Month  \n",
+       "0              1  2006             1     Sunday  January  \n",
+       "1              1  2006             2     Monday  January  \n",
+       "2              0  2006             3    Tuesday  January  \n",
+       "3              0  2006             4  Wednesday  January  \n",
+       "4              0  2006             5   Thursday  January  "
+      ]
+     },
+     "execution_count": 32,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "df = pd.read_csv('./sgv.csv', sep=';')\n",
+    "df.head()"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -96,6 +292,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "df = pd.read_csv(\"sgv.csv\", sep=\";\")"
    ]
   },
@@ -106,6 +303,26 @@
     "Verify that the data has 18 columns."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 33,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(3652, 18)"
+      ]
+     },
+     "execution_count": 33,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "df.shape"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -128,6 +345,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "df.shape"
    ]
   },
@@ -140,6 +358,201 @@
     "Display the first 5 rows."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 34,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>Passengers</th>\n",
+       "      <th>Revision</th>\n",
+       "      <th>Temperature_Midday</th>\n",
+       "      <th>Sunshine_Percentage</th>\n",
+       "      <th>Snow_5Days</th>\n",
+       "      <th>Temperature_Deviation</th>\n",
+       "      <th>Temperature_Max</th>\n",
+       "      <th>Temperature_Min</th>\n",
+       "      <th>Temperature_Evening</th>\n",
+       "      <th>Precipiation_5Days</th>\n",
+       "      <th>Precipiation</th>\n",
+       "      <th>Wind</th>\n",
+       "      <th>Holiday</th>\n",
+       "      <th>Special_Event</th>\n",
+       "      <th>Year</th>\n",
+       "      <th>Day_in_Month</th>\n",
+       "      <th>Day</th>\n",
+       "      <th>Month</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td>2580</td>\n",
+       "      <td>0</td>\n",
+       "      <td>4.9</td>\n",
+       "      <td>52.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>2.3</td>\n",
+       "      <td>5.1</td>\n",
+       "      <td>-0.8</td>\n",
+       "      <td>0.9</td>\n",
+       "      <td>12.1</td>\n",
+       "      <td>4.6</td>\n",
+       "      <td>9.9</td>\n",
+       "      <td>1</td>\n",
+       "      <td>1</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>1</td>\n",
+       "      <td>Sunday</td>\n",
+       "      <td>January</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td>1973</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2.4</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>2.3</td>\n",
+       "      <td>3.4</td>\n",
+       "      <td>0.6</td>\n",
+       "      <td>2.7</td>\n",
+       "      <td>12.4</td>\n",
+       "      <td>0.3</td>\n",
+       "      <td>6.1</td>\n",
+       "      <td>1</td>\n",
+       "      <td>1</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>2</td>\n",
+       "      <td>Monday</td>\n",
+       "      <td>January</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td>1044</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2.2</td>\n",
+       "      <td>11.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>1.6</td>\n",
+       "      <td>2.9</td>\n",
+       "      <td>-1.6</td>\n",
+       "      <td>1.8</td>\n",
+       "      <td>12.4</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>5.3</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>3</td>\n",
+       "      <td>Tuesday</td>\n",
+       "      <td>January</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td>980</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0.8</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.2</td>\n",
+       "      <td>1.1</td>\n",
+       "      <td>-1.0</td>\n",
+       "      <td>0.6</td>\n",
+       "      <td>10.3</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>6.4</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>4</td>\n",
+       "      <td>Wednesday</td>\n",
+       "      <td>January</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td>1139</td>\n",
+       "      <td>0</td>\n",
+       "      <td>-0.3</td>\n",
+       "      <td>88.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>-1.8</td>\n",
+       "      <td>0.9</td>\n",
+       "      <td>-5.4</td>\n",
+       "      <td>-3.2</td>\n",
+       "      <td>0.3</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>4.5</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>5</td>\n",
+       "      <td>Thursday</td>\n",
+       "      <td>January</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "   Passengers  Revision  Temperature_Midday  Sunshine_Percentage  Snow_5Days  \\\n",
+       "0        2580         0                 4.9                 52.0         5.0   \n",
+       "1        1973         0                 2.4                  0.0         5.0   \n",
+       "2        1044         0                 2.2                 11.0         5.0   \n",
+       "3         980         0                 0.8                  0.0         0.0   \n",
+       "4        1139         0                -0.3                 88.0         0.0   \n",
+       "\n",
+       "   Temperature_Deviation  Temperature_Max  Temperature_Min  \\\n",
+       "0                    2.3              5.1             -0.8   \n",
+       "1                    2.3              3.4              0.6   \n",
+       "2                    1.6              2.9             -1.6   \n",
+       "3                    0.2              1.1             -1.0   \n",
+       "4                   -1.8              0.9             -5.4   \n",
+       "\n",
+       "   Temperature_Evening  Precipiation_5Days  Precipiation  Wind  Holiday  \\\n",
+       "0                  0.9                12.1           4.6   9.9        1   \n",
+       "1                  2.7                12.4           0.3   6.1        1   \n",
+       "2                  1.8                12.4           0.0   5.3        0   \n",
+       "3                  0.6                10.3           0.0   6.4        0   \n",
+       "4                 -3.2                 0.3           0.0   4.5        0   \n",
+       "\n",
+       "   Special_Event  Year  Day_in_Month        Day    Month  \n",
+       "0              1  2006             1     Sunday  January  \n",
+       "1              1  2006             2     Monday  January  \n",
+       "2              0  2006             3    Tuesday  January  \n",
+       "3              0  2006             4  Wednesday  January  \n",
+       "4              0  2006             5   Thursday  January  "
+      ]
+     },
+     "execution_count": 34,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "df.head(5)"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -163,6 +576,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "df.head(n=5)"
    ]
   },
@@ -175,10 +589,203 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 35,
    "metadata": {},
-   "outputs": [],
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>Passengers</th>\n",
+       "      <th>Revision</th>\n",
+       "      <th>Temperature_Midday</th>\n",
+       "      <th>Sunshine_Percentage</th>\n",
+       "      <th>Snow_5Days</th>\n",
+       "      <th>Temperature_Deviation</th>\n",
+       "      <th>Temperature_Max</th>\n",
+       "      <th>Temperature_Min</th>\n",
+       "      <th>Temperature_Evening</th>\n",
+       "      <th>Precipiation_5Days</th>\n",
+       "      <th>Precipiation</th>\n",
+       "      <th>Wind</th>\n",
+       "      <th>Holiday</th>\n",
+       "      <th>Special_Event</th>\n",
+       "      <th>Year</th>\n",
+       "      <th>Day_in_Month</th>\n",
+       "      <th>Day</th>\n",
+       "      <th>Month</th>\n",
+       "      <th>Date</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td>2580</td>\n",
+       "      <td>0</td>\n",
+       "      <td>4.9</td>\n",
+       "      <td>52.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>2.3</td>\n",
+       "      <td>5.1</td>\n",
+       "      <td>-0.8</td>\n",
+       "      <td>0.9</td>\n",
+       "      <td>12.1</td>\n",
+       "      <td>4.6</td>\n",
+       "      <td>9.9</td>\n",
+       "      <td>1</td>\n",
+       "      <td>1</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>1</td>\n",
+       "      <td>Sunday</td>\n",
+       "      <td>January</td>\n",
+       "      <td>2006-01-01</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td>1973</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2.4</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>2.3</td>\n",
+       "      <td>3.4</td>\n",
+       "      <td>0.6</td>\n",
+       "      <td>2.7</td>\n",
+       "      <td>12.4</td>\n",
+       "      <td>0.3</td>\n",
+       "      <td>6.1</td>\n",
+       "      <td>1</td>\n",
+       "      <td>1</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>2</td>\n",
+       "      <td>Monday</td>\n",
+       "      <td>January</td>\n",
+       "      <td>2006-01-02</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td>1044</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2.2</td>\n",
+       "      <td>11.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>1.6</td>\n",
+       "      <td>2.9</td>\n",
+       "      <td>-1.6</td>\n",
+       "      <td>1.8</td>\n",
+       "      <td>12.4</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>5.3</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>3</td>\n",
+       "      <td>Tuesday</td>\n",
+       "      <td>January</td>\n",
+       "      <td>2006-01-03</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td>980</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0.8</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.2</td>\n",
+       "      <td>1.1</td>\n",
+       "      <td>-1.0</td>\n",
+       "      <td>0.6</td>\n",
+       "      <td>10.3</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>6.4</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>4</td>\n",
+       "      <td>Wednesday</td>\n",
+       "      <td>January</td>\n",
+       "      <td>2006-01-04</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td>1139</td>\n",
+       "      <td>0</td>\n",
+       "      <td>-0.3</td>\n",
+       "      <td>88.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>-1.8</td>\n",
+       "      <td>0.9</td>\n",
+       "      <td>-5.4</td>\n",
+       "      <td>-3.2</td>\n",
+       "      <td>0.3</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>4.5</td>\n",
+       "      <td>0</td>\n",
+       "      <td>0</td>\n",
+       "      <td>2006</td>\n",
+       "      <td>5</td>\n",
+       "      <td>Thursday</td>\n",
+       "      <td>January</td>\n",
+       "      <td>2006-01-05</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "   Passengers  Revision  Temperature_Midday  Sunshine_Percentage  Snow_5Days  \\\n",
+       "0        2580         0                 4.9                 52.0         5.0   \n",
+       "1        1973         0                 2.4                  0.0         5.0   \n",
+       "2        1044         0                 2.2                 11.0         5.0   \n",
+       "3         980         0                 0.8                  0.0         0.0   \n",
+       "4        1139         0                -0.3                 88.0         0.0   \n",
+       "\n",
+       "   Temperature_Deviation  Temperature_Max  Temperature_Min  \\\n",
+       "0                    2.3              5.1             -0.8   \n",
+       "1                    2.3              3.4              0.6   \n",
+       "2                    1.6              2.9             -1.6   \n",
+       "3                    0.2              1.1             -1.0   \n",
+       "4                   -1.8              0.9             -5.4   \n",
+       "\n",
+       "   Temperature_Evening  Precipiation_5Days  Precipiation  Wind  Holiday  \\\n",
+       "0                  0.9                12.1           4.6   9.9        1   \n",
+       "1                  2.7                12.4           0.3   6.1        1   \n",
+       "2                  1.8                12.4           0.0   5.3        0   \n",
+       "3                  0.6                10.3           0.0   6.4        0   \n",
+       "4                 -3.2                 0.3           0.0   4.5        0   \n",
+       "\n",
+       "   Special_Event  Year  Day_in_Month        Day    Month       Date  \n",
+       "0              1  2006             1     Sunday  January 2006-01-01  \n",
+       "1              1  2006             2     Monday  January 2006-01-02  \n",
+       "2              0  2006             3    Tuesday  January 2006-01-03  \n",
+       "3              0  2006             4  Wednesday  January 2006-01-04  \n",
+       "4              0  2006             5   Thursday  January 2006-01-05  "
+      ]
+     },
+     "execution_count": 35,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
    "source": [
+    "\n",
     "df['Date'] = df['Month'].astype(str) + '-' + df['Day_in_Month'].astype(str) + '-' + df['Year'].astype(str)\n",
     "df['Date'] = pd.to_datetime(df['Date'], errors='coerce')\n",
     "df.head()"
@@ -200,6 +807,45 @@
     "Print the datatype of each column."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 36,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "Passengers                        int64\n",
+       "Revision                          int64\n",
+       "Temperature_Midday              float64\n",
+       "Sunshine_Percentage             float64\n",
+       "Snow_5Days                      float64\n",
+       "Temperature_Deviation           float64\n",
+       "Temperature_Max                 float64\n",
+       "Temperature_Min                 float64\n",
+       "Temperature_Evening             float64\n",
+       "Precipiation_5Days              float64\n",
+       "Precipiation                    float64\n",
+       "Wind                            float64\n",
+       "Holiday                           int64\n",
+       "Special_Event                     int64\n",
+       "Year                              int64\n",
+       "Day_in_Month                      int64\n",
+       "Day                              object\n",
+       "Month                            object\n",
+       "Date                     datetime64[ns]\n",
+       "dtype: object"
+      ]
+     },
+     "execution_count": 36,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "df.dtypes"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -222,6 +868,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "df.dtypes"
    ]
   },
@@ -234,6 +881,47 @@
     "Encode them as pandas datatype `categorical` (you can use [pd.DataFrame.astype()](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.astype.html)) and print the dtypes afterwards."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 37,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "Passengers                        int64\n",
+       "Revision                          int64\n",
+       "Temperature_Midday              float64\n",
+       "Sunshine_Percentage             float64\n",
+       "Snow_5Days                      float64\n",
+       "Temperature_Deviation           float64\n",
+       "Temperature_Max                 float64\n",
+       "Temperature_Min                 float64\n",
+       "Temperature_Evening             float64\n",
+       "Precipiation_5Days              float64\n",
+       "Precipiation                    float64\n",
+       "Wind                            float64\n",
+       "Holiday                           int64\n",
+       "Special_Event                     int64\n",
+       "Year                              int64\n",
+       "Day_in_Month                      int64\n",
+       "Day                            category\n",
+       "Month                          category\n",
+       "Date                     datetime64[ns]\n",
+       "dtype: object"
+      ]
+     },
+     "execution_count": 37,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "df.Month =df.Month.astype('category')\n",
+    "df.Day = df.Day.astype('category')\n",
+    "df.dtypes"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -246,7 +934,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 10,
    "metadata": {
     "jupyter": {
      "source_hidden": true
@@ -254,8 +942,39 @@
     "solution2": "hidden",
     "tags": []
    },
-   "outputs": [],
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "Passengers                        int64\n",
+       "Revision                          int64\n",
+       "Temperature_Midday              float64\n",
+       "Sunshine_Percentage             float64\n",
+       "Snow_5Days                      float64\n",
+       "Temperature_Deviation           float64\n",
+       "Temperature_Max                 float64\n",
+       "Temperature_Min                 float64\n",
+       "Temperature_Evening             float64\n",
+       "Precipiation_5Days              float64\n",
+       "Precipiation                    float64\n",
+       "Wind                            float64\n",
+       "Holiday                           int64\n",
+       "Special_Event                     int64\n",
+       "Year                              int64\n",
+       "Day_in_Month                      int64\n",
+       "Day                            category\n",
+       "Month                          category\n",
+       "Date                     datetime64[ns]\n",
+       "dtype: object"
+      ]
+     },
+     "execution_count": 10,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
    "source": [
+    "\n",
     "df.Month = df.Month.astype('category')\n",
     "df.Day = df.Day.astype('category')\n",
     "df.dtypes"
@@ -276,6 +995,26 @@
     "Find out if there are rows that are exact duplicates. If there are, examine and possibly drop them. You can use [pd.DataFrame.duplicated()](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.duplicated.html) and [pd.DataFrame.drop_duplicates()](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.drop_duplicates.html)."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "False"
+      ]
+     },
+     "execution_count": 9,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "df.duplicated().any()"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -300,6 +1039,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "# check if they are any\n",
     "df.duplicated().any()"
    ]
@@ -355,6 +1095,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "# The duplicates could be dropped by using the following command:\n",
     "df.drop_duplicates(inplace=True)"
    ]
@@ -367,6 +1108,45 @@
     "Check if there are any null values in this dataset and replace them with the mean."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 38,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "Passengers               False\n",
+       "Revision                 False\n",
+       "Temperature_Midday       False\n",
+       "Sunshine_Percentage      False\n",
+       "Snow_5Days                True\n",
+       "Temperature_Deviation    False\n",
+       "Temperature_Max          False\n",
+       "Temperature_Min          False\n",
+       "Temperature_Evening      False\n",
+       "Precipiation_5Days       False\n",
+       "Precipiation              True\n",
+       "Wind                      True\n",
+       "Holiday                  False\n",
+       "Special_Event            False\n",
+       "Year                     False\n",
+       "Day_in_Month             False\n",
+       "Day                      False\n",
+       "Month                    False\n",
+       "Date                     False\n",
+       "dtype: bool"
+      ]
+     },
+     "execution_count": 38,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "df.isna().any()"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -389,6 +1169,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "df.isna().any() # add another .any() to aggregate to a single Boolean"
    ]
   },
@@ -401,6 +1182,15 @@
     "It appears that the columns 'wind' and 'snow' have some null values. We replace it with the mean: *Click on the dots to display the solution*"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 40,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "df = df.fillna(df.mean())"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
@@ -413,6 +1203,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "df = df.fillna(df.mean())"
    ]
   },
@@ -438,6 +1229,258 @@
     "Examine the minimum and maximum values: *Click on the dots to display the solution*"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 41,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>Passengers</th>\n",
+       "      <th>Revision</th>\n",
+       "      <th>Temperature_Midday</th>\n",
+       "      <th>Sunshine_Percentage</th>\n",
+       "      <th>Snow_5Days</th>\n",
+       "      <th>Temperature_Deviation</th>\n",
+       "      <th>Temperature_Max</th>\n",
+       "      <th>Temperature_Min</th>\n",
+       "      <th>Temperature_Evening</th>\n",
+       "      <th>Precipiation_5Days</th>\n",
+       "      <th>Precipiation</th>\n",
+       "      <th>Wind</th>\n",
+       "      <th>Holiday</th>\n",
+       "      <th>Special_Event</th>\n",
+       "      <th>Year</th>\n",
+       "      <th>Day_in_Month</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>count</th>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "      <td>3652.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>mean</th>\n",
+       "      <td>6387.802300</td>\n",
+       "      <td>0.009584</td>\n",
+       "      <td>12.849425</td>\n",
+       "      <td>37.032161</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>1.153313</td>\n",
+       "      <td>14.617716</td>\n",
+       "      <td>6.212568</td>\n",
+       "      <td>11.556039</td>\n",
+       "      <td>16.773439</td>\n",
+       "      <td>3.347513</td>\n",
+       "      <td>8.016350</td>\n",
+       "      <td>0.042442</td>\n",
+       "      <td>0.041073</td>\n",
+       "      <td>2010.499726</td>\n",
+       "      <td>15.727820</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>std</th>\n",
+       "      <td>6033.488385</td>\n",
+       "      <td>0.097440</td>\n",
+       "      <td>8.509759</td>\n",
+       "      <td>34.982702</td>\n",
+       "      <td>3.107446</td>\n",
+       "      <td>3.352714</td>\n",
+       "      <td>8.801185</td>\n",
+       "      <td>6.729164</td>\n",
+       "      <td>8.341950</td>\n",
+       "      <td>19.071723</td>\n",
+       "      <td>7.159809</td>\n",
+       "      <td>4.647082</td>\n",
+       "      <td>0.221064</td>\n",
+       "      <td>0.198487</td>\n",
+       "      <td>2.872293</td>\n",
+       "      <td>8.800529</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>min</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>-11.200000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>-12.000000</td>\n",
+       "      <td>-9.300000</td>\n",
+       "      <td>-16.100000</td>\n",
+       "      <td>-10.700000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>2.200000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>2006.000000</td>\n",
+       "      <td>1.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>25%</th>\n",
+       "      <td>1547.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>6.000000</td>\n",
+       "      <td>1.750000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>-1.100000</td>\n",
+       "      <td>7.500000</td>\n",
+       "      <td>0.600000</td>\n",
+       "      <td>4.600000</td>\n",
+       "      <td>1.700000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>4.900000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>2008.000000</td>\n",
+       "      <td>8.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>50%</th>\n",
+       "      <td>4029.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>13.300000</td>\n",
+       "      <td>28.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>1.300000</td>\n",
+       "      <td>15.100000</td>\n",
+       "      <td>6.400000</td>\n",
+       "      <td>11.900000</td>\n",
+       "      <td>10.500000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>6.400000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>2010.500000</td>\n",
+       "      <td>16.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>75%</th>\n",
+       "      <td>9771.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>19.500000</td>\n",
+       "      <td>68.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>3.500000</td>\n",
+       "      <td>21.500000</td>\n",
+       "      <td>11.800000</td>\n",
+       "      <td>18.100000</td>\n",
+       "      <td>24.900000</td>\n",
+       "      <td>3.125000</td>\n",
+       "      <td>9.725000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>2013.000000</td>\n",
+       "      <td>23.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>max</th>\n",
+       "      <td>34878.000000</td>\n",
+       "      <td>1.000000</td>\n",
+       "      <td>32.700000</td>\n",
+       "      <td>101.000000</td>\n",
+       "      <td>36.000000</td>\n",
+       "      <td>14.600000</td>\n",
+       "      <td>34.900000</td>\n",
+       "      <td>21.500000</td>\n",
+       "      <td>32.700000</td>\n",
+       "      <td>113.700000</td>\n",
+       "      <td>70.200000</td>\n",
+       "      <td>31.100000</td>\n",
+       "      <td>6.000000</td>\n",
+       "      <td>1.000000</td>\n",
+       "      <td>2015.000000</td>\n",
+       "      <td>31.000000</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "         Passengers     Revision  Temperature_Midday  Sunshine_Percentage  \\\n",
+       "count   3652.000000  3652.000000         3652.000000          3652.000000   \n",
+       "mean    6387.802300     0.009584           12.849425            37.032161   \n",
+       "std     6033.488385     0.097440            8.509759            34.982702   \n",
+       "min        0.000000     0.000000          -11.200000             0.000000   \n",
+       "25%     1547.000000     0.000000            6.000000             1.750000   \n",
+       "50%     4029.000000     0.000000           13.300000            28.000000   \n",
+       "75%     9771.000000     0.000000           19.500000            68.000000   \n",
+       "max    34878.000000     1.000000           32.700000           101.000000   \n",
+       "\n",
+       "        Snow_5Days  Temperature_Deviation  Temperature_Max  Temperature_Min  \\\n",
+       "count  3652.000000            3652.000000      3652.000000      3652.000000   \n",
+       "mean      0.788468               1.153313        14.617716         6.212568   \n",
+       "std       3.107446               3.352714         8.801185         6.729164   \n",
+       "min       0.000000             -12.000000        -9.300000       -16.100000   \n",
+       "25%       0.000000              -1.100000         7.500000         0.600000   \n",
+       "50%       0.000000               1.300000        15.100000         6.400000   \n",
+       "75%       0.000000               3.500000        21.500000        11.800000   \n",
+       "max      36.000000              14.600000        34.900000        21.500000   \n",
+       "\n",
+       "       Temperature_Evening  Precipiation_5Days  Precipiation         Wind  \\\n",
+       "count          3652.000000         3652.000000   3652.000000  3652.000000   \n",
+       "mean             11.556039           16.773439      3.347513     8.016350   \n",
+       "std               8.341950           19.071723      7.159809     4.647082   \n",
+       "min             -10.700000            0.000000      0.000000     2.200000   \n",
+       "25%               4.600000            1.700000      0.000000     4.900000   \n",
+       "50%              11.900000           10.500000      0.000000     6.400000   \n",
+       "75%              18.100000           24.900000      3.125000     9.725000   \n",
+       "max              32.700000          113.700000     70.200000    31.100000   \n",
+       "\n",
+       "           Holiday  Special_Event         Year  Day_in_Month  \n",
+       "count  3652.000000    3652.000000  3652.000000   3652.000000  \n",
+       "mean      0.042442       0.041073  2010.499726     15.727820  \n",
+       "std       0.221064       0.198487     2.872293      8.800529  \n",
+       "min       0.000000       0.000000  2006.000000      1.000000  \n",
+       "25%       0.000000       0.000000  2008.000000      8.000000  \n",
+       "50%       0.000000       0.000000  2010.500000     16.000000  \n",
+       "75%       0.000000       0.000000  2013.000000     23.000000  \n",
+       "max       6.000000       1.000000  2015.000000     31.000000  "
+      ]
+     },
+     "execution_count": 41,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "df.describe()"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
@@ -451,6 +1494,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "df.describe()"
    ]
   },
@@ -463,6 +1507,15 @@
     "It appears that the maximum value of sunshine is **101%**. You can easily fix this by using the following command:"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 42,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "df['Sunshine_Percentage'].values[df['Sunshine_Percentage'] > 100] = 100"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {},
@@ -485,6 +1538,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "df[\"Sunshine_Percentage\"].values[df[\"Sunshine_Percentage\"] > 100] = 100"
    ]
   },
@@ -503,6 +1557,32 @@
     "Plot the number of passengers over time and try to interpret the data."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 43,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "image/png": "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",
+      "text/plain": [
+       "<Figure size 800x500 with 1 Axes>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "fig = plt.figure(figsize=(8,5))\n",
+    "ax = fig.add_subplot(111)\n",
+    "\n",
+    "ax.plot(df['Date'], df['Passengers'])\n",
+    "ax.set_ylabel('Passengers')\n",
+    "ax.set_xlabel('Date')\n",
+    "plt.show()"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -518,7 +1598,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 37,
    "metadata": {
     "jupyter": {
      "source_hidden": true
@@ -529,8 +1609,30 @@
     "solution2": "shown",
     "tags": []
    },
-   "outputs": [],
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<AxesSubplot: title={'center': 'Passengers over time'}>"
+      ]
+     },
+     "execution_count": 37,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAABNYAAAHECAYAAAD1U6eIAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjYuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/P9b71AAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd5wU9f0/8NfsXoc7OKl2kKqigApCokT5JpZoipIuJvqLRqOJEVtiRGOPBbGjoqJY0KDYYkNjQ5Au0ns56t1Rrvfdnd8fx+7N7M7sTi87r+f3ka/c7rT9fGY+85n3fIogiqIIIiIiIiIiIiIi0iXk9gEQERERERERERH5EQNrREREREREREREBjCwRkREREREREREZAADa0RERERERERERAYwsEZERERERERERGQAA2tEREREREREREQGMLBGRERERERERERkAANrREREREREREREBjCwRkRERERZSRRFtw+BiIiIslyO2wdAREREZKWLL74YixYtkn2Wm5uL7t2748wzz8S1116LLl26uHR05ITa2lrcfffd+OUvf4kRI0YAaD8vAODll19289CIiIgoyzCwRkRERFnnuOOOw7/+9a/E321tbVi9ejUmT56MtWvX4rXXXoMgCC4eIdlp7dq1ePfddzFu3LjEZ9LzgYiIiMgqDKwRERFR1uncuTOGDRsm+2zEiBFoaGjAY489huXLl6d8T9mtf//+bh8CERERZSGOsUZERESBMWTIEADA7t27AQDRaBRTp07F+eefjxNPPBHDhg3Db37zGyxYsCCxTnNzM26//XaMGTMGQ4YMwTnnnIPnn39ett3p06fjnHPOwQknnIDTTz8dt99+O+rr6xPfx2IxTJ06FT/60Y8wZMgQnH322SldEi+++GLccsstmDp1Ks444wyccMIJ+M1vfoMVK1bIlvvyyy9x4YUX4sQTT8TZZ5+N999/Hz/60Y/w+OOPJ5aprq7Gbbfdhu9973s44YQT8Ktf/Qrz58+XbWfQoEF44oknEtt64oknEIvF8PDDD2Ps2LEYMmQIxo4di4ceeghtbW1p03XlypX44x//iFNPPRUnnXQSrrzySmzcuBEA0NLSgpNPPhn333+/bJ1IJIJRo0bh7rvvTnz2xhtv4LzzzsOQIUNwxhln4PHHH0c0Gk18/49//AN/+MMf8K9//QsnnXQSfvzjH8u+B4CFCxfi97//PQDg97//faIL6MUXX5z4d/z3v/baa/jHP/6Bk08+GSNHjsTdd9+N5uZm3H///Rg1ahROPfVU3HLLLWhpadGVl0RERBQcbLFGREREgbF161YAwJFHHgkAmDRpEl577TVcf/31GDRoECoqKvDkk0/ib3/7G7788ksUFhbi3nvvxdy5c/H3v/8d3bt3x5w5c/DAAw+ga9euGDduHN5//308+OCD+Pvf/45BgwZhy5YtuP/++9HU1JQIJt1+++146623cMUVV2D48OFYvHgx7r33XtTW1uLqq69OHN/s2bPRr18/TJw4EaIo4v7778df//pXfP755wiHw1iwYAGuuuoqnHnmmfjb3/6GsrIy/Otf/5IFflpaWvCHP/wB+/btw4QJE9CzZ0/MmjULl112GZ577jmMHj06sezTTz+N66+/Hn379sXhhx+OZ599Fq+99hr+/ve/48gjj8Ty5cvx8MMPIzc3F9dcc41imi5YsACXXXYZTj31VNx7771oaWnBM888g9/85jeYOXMm+vXrh7PPPhsfffQRbrrppkQX3Hnz5qGqqgo/+9nPAADPPPMMHn74YYwfPx4333wz1q5di8cffxx79uzBvffem9jfkiVLkJ+fjyeffBKNjY0Ih8Oy4zn++ONx22234c4778Rtt92GU089VfV8ePDBB3H++efjiSeewBdffIHp06dj7ty5GDx4MCZNmoTvvvsOjz/+OPr27YvLLrtMV14SERFRMDCwRkRERFlHFEVEIpHE3zU1NVi0aBGeeuopDB8+PNFyrbKyEhMmTJC1ZMrPz8df//pXrF+/HsOGDcOiRYvw/e9/H+eddx4A4NRTT0VRURG6desGAFi0aBGOOOIIXHTRRQiFQhg5ciSKiopQU1MDoD2YN3PmTFx33XX405/+BAA47bTTIAgCnnnmGfzud79DaWkpgPZWXM8//zw6d+4MAGhoaMDf//53rF27FkOGDMHjjz+OAQMG4IknnkgEqLp164brrrsucfzvvvsu1q1bh5kzZ2Lo0KEAgDFjxuDiiy/GpEmTMGvWrMSyp5xyCi699NLE3/fddx+GDBmSGJts5MiRKCwsRHFxsWpaP/TQQzj66KMxderURJDrtNNOw49+9CM89thjePTRR/Gzn/0Ms2bNwtKlS3HKKacAAD744AMcc8wxOOGEE1BXV4cpU6bg17/+NSZOnJjYRteuXTFx4kRceumlGDBgQCKN7rzzTvTu3VvxeDp37pzo9tm/f/+0XUD79++PO++8M/Fb33jjDbS1tWHSpEnIycnBaaedhtmzZ+Pbb7/VnZdEREQUDOwKSkRERFln8eLFOP744xP/+973vofrrrsOQ4YMwUMPPZQISj300EP4wx/+gAMHDmDJkiWYNWsW3nvvPQBAa2srgPZA2syZM3H55ZfjlVdewY4dO3D11VfjjDPOAACMGjUKW7duxYUXXognnngCK1euxE9+8pNEsG7BggUQRRFjx45FJBJJ/G/s2LFoaWnB0qVLE8fdv3//RFANAHr16gUAaGpqQmtrK5YtW4azzjpLNvHCOeecg5ycjnel8+fPR48ePXD88ccn9hWNRnHmmWdi1apViYAfABx77LGydDv11FMxb948/O53v8Nzzz2HTZs2Yfz48YlWZckaGxuxcuVKnHvuubKWYyUlJTjzzDMTs7OOHDkShx12GD744AMA7a3q/ve//yW2u2zZMjQ3NyumEdDeui2ua9euqkE1vYYPH574dzgcRmlpKY4//nhZenbt2hV1dXUA9OUlERERBQNbrBEREVHWOf7443HHHXcAAARBQH5+Pg499FBZ0ApoHxvsjjvuwMqVK1FYWIj+/fvjsMMOA9De6g0AbrnlFvTu3Rvvvfce7rrrLtx1110YPnw4br/9dgwePBg//vGPEYvFMGPGDEyZMgWPP/44Dj/8cNxwww348Y9/jOrqagBItHhLVlFRkfh3YWGh7LtQqP0daCwWQ3V1NaLRaKKlXFw4HEbXrl0Tf1dXV2Pv3r04/vjjFfe3d+9edOnSBQBQVFQk++6yyy5Dp06dMGvWLEyaNAkPPvggBgwYgIkTJ2LUqFEp26qrq4MoiujevXvKd927d08EpARBwE9+8hO88cYbmDhxIr744gs0NjbiJz/5SeKYASRagSWrrKxM/LtTp06KyxiRfD4AqWkipScviYiIKBgYWCMiIqKs06lTJ5xwwglpl6mvr8dll12GQYMGJbolhkIhfPXVV5g9e3Ziuby8PPz5z3/Gn//8Z+zevRtffPEFpkyZguuvvz7RAuv888/H+eefj7q6OsydOxfPPvssbrzxRpx88skoKSkB0D7BgVJQKB7Iy6Rbt27Izc3Fvn37ZJ/Hg25xxcXF6NOnDyZNmqS4nSOOOEJ1H6FQCBdddBEuuugi7N+/H1999RWefvpp/PWvf8W8efOQl5cnW764uBiCIKQcE9AewJMG/H72s5/hmWeewcKFC/Hhhx9ixIgROPzwwwEgkUaTJk1Cnz59UralFLhzg1V5SURERNmDXUGJiIgokLZs2YLq6mr8/ve/R//+/ROtw+bMmQOgPWDV3NyMs88+G9OmTQPQHji56KKLcN555yVmFr322msTg9YXFxfj3HPPxVVXXYVIJILKysrEmGJVVVU44YQTEv87cOAAHn30UVlQLJ1wOIyTTjoJn332mezzzz//XDae3MiRI7Fnzx5069ZNtr958+bhueeeSxnsX+o3v/lNYpbObt264cILL8RFF12E2tpa2SyncUVFRRgyZAg++ugj2eycdXV1+PLLL3HyyScnPuvXrx+OP/54fPDBB/jqq6/w05/+NPHd0KFDkZubi4qKCtkx5+TkYPLkydi5c6emNJKmlR2syksiIiLKHmyxRkRERIHUt29fdO7cGU8//TRycnKQk5OD2bNn48033wTQPq5ZQUEBjj/+eDzxxBPIzc3FoEGDsHXrVrz99ts4++yzAbSPsfavf/0L999/P8aMGYPa2lo88cQT6NOnDwYPHozc3Fz89Kc/xa233opdu3ZhyJAh2Lp1Kx5++GEcccQRii201FxzzTW4+OKLcc011+AXv/gFdu/ejUcffRQAEuOuXXjhhXjllVdw6aWX4sorr8Shhx6Kb775Bs8++yzGjx+P3Nxc1e2PGDEC06ZNQ/fu3TF8+HBUVFTghRdewMiRI3HIIYcornP99dfjj3/8I/70pz/hd7/7Hdra2jB16lS0tramzJL5s5/9DPfffz9ycnJwzjnnJD4vLS3FZZddhkcffRT19fU49dRTUVFRgUcffRSCIGDw4MGa0whAYrKFL7/8El26dNG9vppBgwZZlpdERESUHRhYIyIiokAqLi7GlClT8MADD+Bvf/sbOnXqhGOPPRavvPIKLr/8cixZsgRjx47FnXfeiUceeQTTpk3D3r170a1bN/ziF7/A3/72NwDtrbza2trw+uuvY8aMGSgoKMDo0aNx4403JoJY//73v/HMM8/g9ddfR3l5Obp164Yf//jHuPbaa3W1rjrllFPw+OOP49FHH8VVV12Fww8/HLfeeismTJiQ6JpYVFSEV199FQ899BAefPBB1NXV4fDDD8f111+P//f//l/a7f/tb39DXl4eZs2ahSeffBLFxcUYO3Ysrr/+etV1Ro8ejRdeeAGPPfYYrrvuOuTl5eGUU07B/fffn5jJM+7888/HAw88gDPPPDNlptFrr70WPXr0wIwZM/Dcc8+hS5cuGD16NK677rq0s5IqGTBgAM4//3y8+uqr+Prrr/H+++/rWj8dq/KSiIiIsoMgxkfmJSIiIiJP++yzz9C7d2/ZxAQbN27E+eefjylTpuD//u//XDw6IiIiouBhizUiIiIin5g7dy4+/PBD3HDDDejbty8qKirw1FNP4ZhjjsFpp53m9uERERERBQ5brBERERH5RHNzMx599FHMnj0blZWV6Nq1K04//XRcf/31npk5k4iIiChIGFgjIiIiIiIiIiIyIOT2ARAREREREREREfkRA2tEREREREREREQGMLBGRERERERERERkAANrREREREREREREBuS4fQBeIYoiYrHsmschFBKy7jeRc3j+kFk8h8gsnkNkBs8fMovnEJnFc4jM4jnknlBIgCAImpZlYO2gWEzEgQMNbh+GZXJyQigt7YTa2kZEIjG3D4d8hucPmcVziMziOURm8Pwhs3gOkVk8h8gsnkPuOuSQTgiHtQXW2BWUiIiIiIiIiIjIAAbWiIiIiIiIiIiIDGBgjYiIiIiIiIiIyAAG1oiIiIiIiIiIiAxgYI2IiIiIiIiIiMgABtaIiIiIiIiIiIgMYGCNiIiIiIiIiIjIAAbWiIiIiIiIiIiIDGBgjYiIiIiIiIiIyADdgbX9+/fjxhtvxKhRozB8+HD86U9/wubNmxPfT5w4EYMGDZL9b+zYsYnvY7EYHnvsMZx++ukYNmwYLr/8cuzYsUO2j7Vr12L8+PEYNmwYxo4di5deekn2vZZtEBERERERERER2Ul3YO3qq69GWVkZpk6dijfffBMFBQW45JJL0NTUBABYv349rrzySsydOzfxvzfffDOx/pQpUzBjxgzcddddeP311xGLxXDZZZehtbUVAFBVVYVLL70URx11FGbNmoWrr74akyZNwqxZszRvg4iIiIiIiIiIyG66Ams1NTU4/PDDcffdd+PEE09Ev379cNVVV6GyshIbN26EKIrYtGkThgwZgh49eiT+d8ghhwAAWltbMW3aNFxzzTU444wzMHjwYDz88MMoLy/HJ598AgCYOXMmcnNzceedd6Jfv34YN24cLrnkEkydOlXzNoiIiIiIiIiIiOymK7DWpUsXPPTQQxg4cCAA4MCBA3jxxRfRu3dv9O/fH9u3b0djYyOOOeYYxfXXrVuHhoYGjB49OvFZSUkJjjvuOCxevBgAsGTJEowcORI5OTmJZUaNGoVt27Zh3759mrZBRERERERERERkt5zMiyi79dZbMXPmTOTl5eGpp55CUVERNmzYAAB4+eWXMWfOHIRCIYwZMwYTJkxAcXExysvLAQCHHnqobFs9e/ZMfFdeXp4I3Em/B4A9e/Zo2oZROTnZM5dDOByS/ZdID54/ZBbPITKL5xCZwfOHzOI5RGbxHCKzeA75h+HA2h/+8Af8+te/xquvvoqrr74aM2bMwIYNGxAKhdCzZ088/fTT2L59Ox544AFs3LgR06dPT4zDlpeXJ9tWfn4+ampqAADNzc2K3wNAS0uLpm0YEQoJKC3tZHh9ryopKXT7EMjHeP6QWTyHyCyeQ2QGz59gqm9qw3PvrsSZJx+JoQN6mNoWzyEyi+cQmcVzyPsMB9b69+8PALjnnnuwfPlyvPLKK7jnnnvwu9/9DqWlpQCAgQMHokePHvjVr36FlStXoqCgAED7OGnxfwPtAbPCwvaTpaCgIGUSgpaWFgBAUVGRpm0YEYuJqK1tNLy+14TDIZSUFKK2tgnRaMztwyGf4flDZvEcIrN4DpEZPH+C7cWP1uHzpTvx2eIdeGniDw1tg+cQmcVziMziOeSukpJCza0FdQXWDhw4gPnz5+Pss89OjIEWCoXQv39/VFZWIhQKJYJqcQMGDADQ3sUz3n2zsrISRx11VGKZyspKDBo0CADQu3dvVFZWyrYR/7tXr16IRCIZt2FUJJJ9J2s0GsvK30XO4PlDZvEcIrN4DpEZPH+CqfJAx8tys/nPc4jM4jlEZvEc8j5dnXX37duH6667DvPnz0981tbWhjVr1qBfv3646aabcMkll8jWWblyJYD2Fm6DBw9G586dsXDhwsT3tbW1WLNmDUaMGAEAGDFiBJYuXYpoNJpYZsGCBejbty+6deumaRtERERERERERER20xVYGzhwIMaMGYO7774bixcvxoYNG/CPf/wDtbW1uOSSS3D22Wdj/vz5eOKJJ7B9+3Z89dVX+Oc//4nzzz8f/fr1Q15eHsaPH49Jkybhs88+w7p16zBhwgT07t0bZ511FgBg3LhxqK+vxy233IJNmzbhrbfewosvvogrrrgCADRtg4iIiIiIgkl0+wCIiChQdI+xNnnyZDz00EOYMGEC6urqcMopp+DVV1/FYYcdhsMOOwyPPPIIpk6dimeffRbFxcX4yU9+gmuvvTax/jXXXINIJIKJEyeiubkZI0aMwPPPP4/c3FwAQLdu3fDcc8/hnnvuwQUXXIAePXrgpptuwgUXXKB5G0REREREFFAiQ2tEROQcQRR55wHa+y0fONDg9mFYJicnhNLSTqiqamB/bNKN5w+ZxXOIzOI5RGbw/Am2h15fhtXbqgAA0/4x1tA2eA6RWTyHyCyeQ+465JBOmicv0NUVlIiIiIiIyMvYaoCIiJzEwBoREREREWUN9schIiInMbBGRERERERERERkAANrREREREREREREBjCwRkREREREREREZAADa0RERERERERERAYwsEZERERERFlD5OwFRETkIAbWiIiIiIiIiIiIDGBgjYiIiIiIiIiIyAAG1oiIiIiIKGuwJygRETmJgTUiIiIiIiIiIiIDGFgjIiIiIqKswQZrRETkJAbWiIiIiIiIiIiIDGBgjYiIiIiIsgcHWSMiIgcxsEZERERERERERGQAA2tEREREREREREQGMLBGRERERERZgx1BiYjISQysERERERFR1mBgjYiInMTAGhERERERERERkQEMrBERERERUfZgkzUiInIQA2tEREREREREREQGMLBGRERERERZQ2STNSIichADa0RERERElD0YVyMiIgcxsEZERERERERERGQAA2tERERERJQ12GCNiIicxMAaERERERFlDZGRNSIichADa0RERERERERERAYwsEZERERERERERGQAA2tERERERBRokWgMIvuQEhGRAQysERERERFRFtEXIKtvasNfHp6Dx95cYdPxEBFRNmNgjYiIiIiIsobehmdL1lWiNRLD8s377TkgIiLKagysERERERERERERGcDAGhERERERZQ29I6VxZDUiIjKDgTUiIiIiIsoejJQREZGDGFgjIiIiIiIiIiIygIE1IiIiIiLKGiKbrBERkYMYWCMiR4miiJ2V9Whpi7p9KERERERERESmMLBGRI5avmk/bpu2CHdPX+L2oRAREVE2YoM1IiJykO7A2v79+3HjjTdi1KhRGD58OP70pz9h8+bNie/X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",
+      "text/plain": [
+       "<Figure size 1500x500 with 1 Axes>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
    "source": [
+    "\n",
     "fig, ax = plt.subplots(figsize=(15,5))\n",
     "df.Passengers.plot(title=\"Passengers over time\", ax=ax)"
    ]
@@ -552,6 +1654,36 @@
     "Implement a correlation analysis for the given dataset. Comment your findings."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 44,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<AxesSubplot: >"
+      ]
+     },
+     "execution_count": 44,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "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",
+      "text/plain": [
+       "<Figure size 640x480 with 2 Axes>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "sns.heatmap(data=df.corr())"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -565,7 +1697,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 45,
    "metadata": {
     "jupyter": {
      "source_hidden": true
@@ -573,9 +1705,31 @@
     "solution2": "hidden",
     "tags": []
    },
-   "outputs": [],
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<AxesSubplot: >"
+      ]
+     },
+     "execution_count": 45,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAA6MAAAPGCAYAAAAWX0z1AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjYuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/P9b71AAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd3xTVf/A8U+apCPp3psWCqW0lFH2kK0MUUBFkKEgCuLGB0VxAA5QUBw4GCKyQWTLEmXvTUsHlJaW7r3TNuv3R9pCmnTo46/wPM95v168NPeec+83pyc399wzItHr9XoEQRAEQRAEQRAEoQlZ3OsABEEQBEEQBEEQhP89ojEqCIIgCIIgCIIgNDnRGBUEQRAEQRAEQRCanGiMCoIgCIIgCIIgCE1ONEYFQRAEQRAEQRCEJicao4IgCIIgCIIgCEKTE41RQRAEQRAEQRAEocmJxqggCIIgCIIgCILQ5ERjVBAEQRAEQRAEQWhyojEqCIIgCIIgCILwP2Lp0qVMmDCh3jT5+fm88cYbdO7cmS5dujB37lxUKtU/HovsHz+iIAiCIAiCIAiCcN9Zt24dX375JZ06dao33SuvvIJKpWLVqlUUFRUxe/ZsysrK+PTTT//ReERjVBAEQRAEQRAE4b9YZmYmH3zwAWfOnCEgIKDetJcuXeLs2bPs2bOHFi1aADBv3jymTJnCjBkz8PDw+MfiEsN0BUEQBEEQBEEQ/otdu3YNuVzOzp07adeuXb1pz58/j5ubW01DFKBLly5IJBIuXLjwj8YlekYFQRAEQRAEQRDucwMGDKh3/x9//FHnvv79+9O/f/9GnSczMxMvLy+jbZaWljg6OpKent6oYzSWaIwKgiAIgiAIgiAA6yXB9zqEuvX3bZLTqFQqLC0tTbZbWVlRUVHxj55LNEaF/0r344XkKX0cD24df6/DMOvAqLVkje5+r8Mwy33zKfTp393rMMySeE3Hd9nIex2GiZTnt3Gz8Mt7HYZZLRxeu6/rWunrg+51GGYpF/9O+siu9zoME17bzrAzcca9DsOsRwK/4KXDz93rMMxa0nc5K65Nv9dhmDUl9DuWRr1wr8MwMTXse1ZG359lNrnNd8w+9fy9DsOsj7sv4/3T92ds87otu9ch/Mepr+fzn2RtbU1lZaXJ9oqKChQKxT96LjFnVBAEQRAEQRAEQQDA09OTrKwso22VlZUUFBTg7u7+j55LNEYFQRAEQRAEQRAAC4v7919T6dy5MxkZGSQlJdVsO3v2LAARERH/6LlEY1QQBEEQBEEQBOF/lFarJTs7m/LycgDatWtHx44def3117l69SqnT5/m/fffZ8SIEf/oz7qAaIwKgiAIgiAIgiD8z0pPT6dXr17s2bMHAIlEwpIlS/D19eXpp5/mtdde44EHHmDOnDn/+LnFAkaCIAiCIAiCIAg07XDYe2XBggVGr319fYmLizPa5uLiwtdff/3/Hsv/QHELgiAIgiAIgiAI9xvRGBUEQRAEQRAEQRCanBimKwiCIAiCIAiCwP/GMN37iShuQRAEQRAEQRAEocmJxqggCIIgCIIgCILQ5MQwXUEQBEEQBEEQBMQw3aYmilsQBEEQBEEQBEFocqIxKgiCIAiCIAiCIDQ5MUxXEARBEARBEAQBsJDc6wj+t4ieUUEQBEEQBEEQBKHJiZ5R4X+OjY8Hw6J2c3TEi2QdOVtv2mZjhhH67gvYNvej9FYq0QuWkbh6u1Ea54gwOix6E+dOYaiLSklctZXIOUvQqdWNjslaasWUsDH08umMjcyayJxYfri6jpSS9EYf472ur6DSlLPowjKj7RYSCyaEjOJB/97YWdpyo+AWyyPXE5t/s8FjWoZ3QTlmKjK/5ugK8yjb/yuqXevNv4c+Q7F/8b06j1X07YeUH9lTk1Yx/Cmknr7o8nNQHd5D2bafQadt9Ps9fi6JL1ecJP5WHi5OCp4aEc7kJzsikTT8SFOj0TH2pc1YW8lY89XjRvv6PP4jmTklJnlObX8eJ0ebRsenkFnzTteJDA3shlJuzZn0aOacWklCYVqjj7F04ExK1eXMOPJNzbYv+rzM6OD+debpuv75OvddPH2bn78/Q3JCPo7ONjz8RBijxrWrs8zUlVq2rrvMH3uuk51Zgqu7kn6DW/HE0x2Qy6U16X7fHcvWtZdJTy3CzcOWh58I45HRbRv1t6h2P9c1aXAE8qGTsPBshr44H/XxnWgObzGbVtb5QayemlnnsSrWf4bm3O81aeX9Hkfi4o2+IMtw3GPbGx0XgGW7rtiNm4bcvznagjzK9m6hdMe6ujNYSFGOGIdiwCNYOLuiTb9Nya8/U37ioFEyeYvW2D3zCvIWIehVpaj+/I3iTctBo2l0bHEXstm3Ko7M5GJsHa3oMbwZfR5r3qh6kRpfyNevnuCtH/vi7Kn4y/sboinXcmNrAlmXctBWaHFs6UDwEy1QNnCsiqJKrv9yk9xr+ei1elzaOhP8RHOsHKzMpi/PK+fU3Av4D/ShxfCABuNKvJzL8XU3yblditLRkvaDfen8qH+9ZRZzLINTW25RmKnC3s2arqMCCOvnZZQmN6WUI6vjuX0tHwupBN82TvR7piWOno2/pt26nMuJ9Qnk3i5FURVbxCN+9cYWeyyDM1uSKMhS4eBmTeeRzQitFduy505QkldhkveFn3phY2/ZYFyJl3M5uu4mOcmGMuswxJcuDZRZ9LEMTv5yp8y6jQqgbX9DXIVZKn6YerLOvGH9vRj2cpsG46qmKdcSuTmBlPPZaCq0uAU70m5sC+y86q9r5YWVXNlwk8zIPHQ6PV7hzoSPbYGN4526ptPqid5+i6QTmVSWqHEMsCX8yRa4tLBvMK6MyDyu/nqLotRSrO0tCRrgTfAQ33rLLelUFtE7kyjNLkfhak3Iw34E9vI0SpOXWMzljTfJTyxGZiMjsJcHoSMDkMpE/5dgnmiM/j/r378/qampNa8lEgkKhYI2bdrw6quv0rlz53sY3f8eha8n/fb/iKVjwxdqv1EP0mPdIuK+Wk36vmP4jhhI958/RVdRSdImw42uMtCX/gd/IufUZU6Mfg37kBa0+/h1LJ0dOffCB42O6+0uLxLi1ILlURsp06gY33okC3u/w3MH36JEXVZvXgkSpoaPo7dPFw4kHTXZP63tOAYH9OHHqE1kluUwquUQFvSaxfQ/3yWtNLPO48pahuIwaxEVJw9Sumk58tbh2I57EYmFlLIda0zSV1w8Sd7sKSbb7ae+jUShpOKi4cvdZsho7Ca9TvmpPylZuwQLeyeUo59DFhBE0efvNFRUAFy+ls4Lb+9kSL9WvDq5Oxci01i09DharY7nxzX8mVq+/jyRsZl0budjtD2/QEVmTgkzp/Uioq230T47W/M3m3VZMuB1OroH8/GZnympVPF6xGg2P/whA355hcLK0nrzSpDwQfdJDGveg81xfxrt++riL6yN2W+0zdHKlh8GzuRUehSpJdlmjxkbmcGcGXvoPSiICdO6cO1yOiu/OYVWq2P00x3N5vnh8+P8ufc6Y5+NoFWIOzdislm/4jxZ6cW89l4/APZtj+brT47w+IT2dOzqR9y1TJZ/eZLyMjVPTopoVFndz3XNolkIVlM+RHv5CBV7V2ERGIbl8OeQSKWo/9hkkl4TfQbdl6+YbLd68nWwVqKJNjwAk3UdgtWYGVT+sQlt3AWkzVpj+eg0JFY2qA9uaFRs8lZhOM/+HNWJg5RsWIo8pB12E18CqZTSravN5rEdMwXbUU9TsvlHKmOuYN2tL07/+ph8rZby04cAkHp44zx3CZVxkRQsmo3MNwC7cdOQ2NlT9MOnjYotKSafnz44R7sHvHno6Vbcispnz4+x6LR6+j8ZVG/ejFvFrHz/HDqt/m/tb4zIH2MoTCym1ahApNYyEn5L4vwXV+nxQQRypdxsHp1Wz6Wvo9CUawgZ1xKdVk/81kQufhlJ13c7YiE1vtnW6/VcW30dTXnjHnykxRWy9ZMrtO7pQa+xLUiJLeDImnj0Oj1dRwWYzRN3KovdX14jYpgfgR1cuHE2m73fRCOVSwipaiQU5ZSz/p3zOPsoefj1MDSVWo6tT+CXeZd4ZnFX5FZSs8c2iu16IdvnXyW4hzs9xjYnLaaAo2vi0Wl1dKkjtuunstjzVTQdh/nRp70z8Wdz2L8kBqncgta9PABQFVVSklfBAxOD8A5xMMpvpWz4FjU1rpAtH18hpKcHvce2ICWmgMOr49Fr9XR7rO4y27X4Gp0eriqzM9nsqSqzNr09UTpZMX5BJ5N8l/amEHMik3YDvM0ctW5nfogh72YRbUc3R24jJXpHEkc+vcKDH3fCsp66dvyLSNQqDR2fboVOqyPyl0SOLYpk4JyOWFQ17K5uuEni0XTaPtEchasVN/ancGzhVQbOjcDWo+4HDTnxRRxbHIVfVzfajgog53ohVzYnoNfpCXnY32ye2+eyOb00hlaDfPAMdyb1Qg5nl8chlVng380dgJIsFYc/u4JLC3u6v9iGorQyIn9NpLJUQ6dnWv2lcruXxGq6TUs0RpvA5MmTmTx5MmD4ciooKOCLL75gypQp7N27F2/vv3ZhE/4GiYTAiSPosOgtGttZ0+6TGST/so+LM+YDkH7gOJbODoR/+GpNY7TNW8+hLi7l6KPT0anVpO09iqasnE5L3uPaJz9Qdrvhns0Q5yC6e3Vk9onPOJd5FYConDhWD17M8OYD2RC3s868gfZ+vNhuIq2cmlOuMX2y7GbjzMPNB/DdlTXsTvwDgAtZkax8cBGjWz3Ml5d+rPPYyiemoEm8TtGSeQBUXjkNMhmKkU9TtmczqI3Ppy8uQFNcYLTNZsgTSH0DyH/3efTFBSCxQPn4ZCqvnKFo8eyadOrEOFw+X4eqbWfUkefqLS+Ab1adJqSlG5/NfgiA3l0D0Gh1LF13nomPd8Daqu5LW2x8NkvXncPN2fSpdEy8oSE3qHcL/H0cG4yjLh3dg3mwWRcm7P2QQ7cvAnAmI5pTY39gYugQvrlkvlcNIMS5GR/2eI527kGozPxNk4ozSCrOMNq2bNCbFFSU8PKfi+s87tpl52ke7MrMuQMA6NTdH61Gx6ZVF3n0yXCsrI3LrKignH3bo5n0Ujcen9ABgPZdfAH46dvTTHqpGw5ONmxedZFe/Zsz+eXuNWlSkwvZuTmq0Y3R+7muyQdPRJcaT8U6QyNMG3sepDLkA8eiProN1JXGGUoL0ZUWGm2S9R6BxMOf8q9eg6p98kFj0Vw+inr3CgB0Ny4hcfNF1vvRRjdG7cY8hzoxjsKv5gBQcek0EqkM28eeoXT3Jqg0rT+KAcNRHTtAyWbDZ78y8jzyFq1RDH2ipjGqHDkRvaqM/PkzQaOh4uJJ9BXl2D/3L0q2rEKXU/dDrGoH1lzHu4UDY99sD0DrTu5otTr+3HST3iMCzTaANGodJ3beYv/q68gtTe8GG9rfWAU3i8i5mkeHl8NwDXMGwKmlPcdnn+X2kXSaDzV/M555IZvi2yV0/yACW28lAHa+Sk7Nu0Dm+Wy8unoYpU85kk5pRv0PE+92YlMCHoF2DHs1FIDAji7oNHpO/3qLjsP8zJbZsXU3Ce7uTv/Jhhv9wA4ulBerOb4hoaYxenJTAlZKGaPndKg5hoO7DVvnXyHzZhG+bZwajO3UxkTcA+0YUh1bBxe0Wj1ntybRoY7YTqxPoFV3d/pOaglAQAcXykvUnNyQUNMYzUo0jEIJ6uqK49/o4T6+0VBmD79miKt5Rxd0Wj2nfr1FxMPm4zq69iate7gzoKrMmlfFdXxDAm16eyKTW+ATbNwwzrhZRMyJTB4Y1wLfNo6Nji83vpD0y7n0nBGGV7gLAK6tHNgz8ww3/0gj5JFmZvOlnMumIKmEBz/uhL2Poa45+tty4N3zpJzNxr+HB2W55dw8lEb7cUG06G+4j/QIc2b/rLPE/ZZMxOTgOuO6tu0Wjs1s6TY1BACvcGdDL+uuZFo+6IPM0rTcIrck4tfZjQ7jDA+TvNo6U1mqIXLrrZrGaMxvt5FZy+j1WhhSmQXe7VyQWUq5uOYGIcP9UbpYN7rshP8dou3fBBQKBW5ubri5ueHu7k6rVq2YO3cu5eXl/P777/c6vP8JjuHBdPlhLrdWb+fUhDcbTK9s5oN9cCAp24z/Pslb9mPXMgC7IMMXiNdDvUj77YjRkNzbW/ZhIZXi9VCvRsXWySMclaacC5mRNdsKK4u5mhNLF8/29eZ9s9M0LCQWvHp4DgUVRSb727uFIrOQcSLtfM02tU7DmfRLdPFsV/eBZXIsQztScfaI0eaK04ewUCiRtw5v8H1JHJxQPjkV1YFtaOKjAbBwdMbCzoGKiyeM0mpvJ6AryseqY88Gj1tZqeHs5VQG9mphtP2hPkGUllVyITK1jpxQqdby1vwDTBjVjgA/0xuwmPhslApL/LwdzORuvL5+7SlVqziScrlmW155EafTr9Hfz3wvZLUv+76KhYUFj2x/ixxVYb1pAfr7dWRoYHfmnlpJUaX5G191pZarF1Pp0TfQaHuvAS1Qlaq5dsX0oUlZaSVDR4XS7YEAo+2+AY4ApKca6tucxcN49pXuRmlkcgvUlY0cznkf1zWkcqRB4Wgjax3jylEk1kosAsMaPoatI5ZDn0FzYje65NiazeXL3qVyp/GQerRqJLKGhyUChnIL60j5GeNyKz/1JxYKJZYh5j/fErklepVxz7yuuBALuzujRaw6dKX8wgmjIbnlp/5EIpVi1aFbg6FpKrXcjMwjrIdx4yy8lxcVZRoSr+WZzRd7Lovf191gwJgWDJ3c+i/vb6zc6DykVha43NUIs7SzxKmlIzlR5mMz5MtH4WFT0xAFsPVWovRUmOQry1ZxY2sibcY3rjdIo9ZxOyqfll3djLa36u5OpUpLakyBSZ7CLBX5aWW07GacJ7iHOwXphn16vZ7rp7Jp29/bqGHmGWTP9B97N6ohqlHrSLmWT1AXV7OxpcWaXqeqYwsy834KMgz7ALJvlWBpI8Whnl68+uK6HZVPq1rnCK6KK6WOMstLKzMp5+Du7uSnG/bVptfrObAsDldfJZ2Hm39QUZeMyHykVhZ4Vj30ALCyt8Qt2JGMq3XXtczIPOw8bWoaogD2PkrsvRSkV+XLii5Ar9Xj0/HO30Uqt8CrnUtNGnO0ah1ZsQX4Rhj/PX07u6Ip15Jz3fTvWZpdTnGGyiSPX2c3SjJVFFc9dMmIysO7nbPRkFzfzq7o9YayEARzRGP0HpHJDL0QlpaWpKWl8frrr9O9e3dCQ0N54IEHWLhwITqdDgCtVsvChQvp06cPYWFhDB48mA0b7jw5z83N5ZVXXqFr166Eh4czZswYzp69MxeysrKShQsX0rt3bzp06MDo0aM5fvx4zf6tW7cyaNCgmv+GhYUxatQoLly4UJNGpVLxwQcf0LVrVzp27Mjs2bN54403mDVrVk2aixcvMm7cOMLDw+nbty9z586lpOTO3Lv+/fvz6aefMnToULp27crZs2e5desWzz77LBEREXTo0IFnn32WuLi4f7y8y5LT2Rk0iItvLEBTVt5gevsQQ0On6Poto+0l8UkA2AUHIrW2wjbAl+LriUZpKnLyqSwsxj7Y+Ma/Ln523qSXZqHDeMhZWkkmvrZedeQy+PT898w4+iGJRbfN7ve386ZUrSK/wvjLJa00E1cbZ6yl5oeeSj28kcgt0aYnG23XZqQAIPM2/zT3brajnwO9jtKNS2u26UqL0Ws0SF2N55hIlHZIlHZIPRoeJXA7vQi1WmvSmKzuyUxMLqgz73c/n0Gj0fHyJPM31LHx2TjYWfHKB7/Radj3dBz8Ha/P3UNWbv3DamsLcvQluSgTnV5ntP1WYQYtHH3qyGXw6qEvGbXzHWLykhp1rne7PcOptCh+SzxVZ5r01CI0ah0+/o5G2718DY3u1KQCkzyePva8+NYD+DYzLudTRxKRySxqjuUf6ISHtz16vZ7iQkNv6h97rjPssUY01Li/65rExQuJzBJdlvEDDl2OYd6vhbtfg8ewHPI06PVU7vnJaLs+Kxl9flUPo8IOWdchyDoNQn1iV4PHBJB5+hjKLc243DTp1eVm/qa5dPcmbPoOwapDNyQ2SqwfeAirDt1QHdlXFbAVMndvk+PqigrQlZY06u+Rm1GGVq3D7a4baQCXqkZcdor5z5NfK0fe+bkfA8a2xEJqOoSlof2NVZquwsbVBkmtJTNt3K0pq6cnszS9DIWZRpPC3YbSDFXNa71Oz7VVcXh0cq3peW1IYaYKrUaPk7dx76CTl+F85hpJuVXl6Fxr7mF1D2NeWhmFWeVUlGmwd7Pm92WxfDPxCF88eYht869QnNPwd2F9sVXPN81LNY0tL8Wwra481Y3RrFvFWNvK2bUwiiUTjvDNuCPs/jyKknzTXv3aCjL+epnl3K4qM5M8ijrfS8zxTNKvFzHg2VZ/ud4Vp5dh62Za12w9bGoacOYUpZdha6anWOlhQ0lVvqL0MmTWUqwdLU3SlBdU1jk8vDRbhU6jx67WfGG7qrpdnK4yyVOUZig321p5bD0MPZ3FGSo0lVrKcipMjmttb4ncRkpxeuNHCdxrFhb377//Rv+lb+v+lpmZybx581AoFPTp04cXXniB4uJifvrpJ/bt28fkyZNZsWIFf/5pmCu2fv169u3bx+LFi9m/fz/jx49nzpw5nD9v6O2aM2cOFRUVrF27ll27dhEYGMj06dMpKzN88N9++21OnDjBokWL2LZtG0OGDGHatGkcPny4Jqb09HQ2btzIwoUL2bZtGzY2NsyaNQu93tBAeuuttzhx4gSLFy9m48aNFBcX89tvv9Xkj42NZdKkSfTu3ZudO3eyaNEirl27xuTJk2uOAbB27VreffddVqxYQfv27ZkxYwYeHh78+uuv/PLLL1hYWPDSSy/942VemV+IKrXhoWXVLB1sAVAXGS9koy42XJDl9rbIHezMpgHQFJcit7dt1LmUcgVlatOLv0qjQiGv/2nxraKUho+tMT12mcZwE1LX8SUKQ+w6lfGXh77qtUShNMljlN/eCes+Q1Ht24K+7K7yqayg4tRBbAY/jnW/hw2NAi9/7F+dB1otEquGn44XlxhuUmwVtb6AbQyvS8rM38RExmawctNF5s8ahKWl+WG8sfE5ZOWUEtrKnR/mP8JbL/bm3OVUJry6hTJV4xeksrdUUGzmb1qiVmHbwN80Nj+53v13G9SsM62c/Pjq0i/1piurKjOF0rjMFArDfKWy0kqTPOacPJTAH7/FMXRUKHb2xg8yYiMzeXLQT3z9yRECWjgzalw9Pe93uZ/rmsTGcG59Ra3GU0VVbNYNDCu0dTQ0MI/tgHLzDTCLZiEoP96K1ZgZ6NITUdexMJJJbNXlVmZ83IbKrXTnBipjruD8/ld4rv8Tp9fnoTq0h9Ltaw3xVOWrfdzqY1s08PcAKC819KhaKYznw1kpDD1z5WXme80dXK1R2NXdM9zQ/sbSqDTIrE2HIcqspPXO7zTkM712SK2kaO/Kl/xHKqrcclo90cIkbV0qqsrM0sb4+JY2hjgry0zjqqgqR0uF+TwVZRpURYbP9pE18ZTkVfDwjDAemt6azIRiNn5wkcpGzGetOU9dsalM/5538hiXs7w6tqo82YkllORV4NHCjhFvt6PP00GkRBew+b2LqBuIrfocVnW8//rKrM48Zt7L2e3J+LR2wD+s4V7k2tRlGmQ2ZuqatRS1qp66VqapKau7ye/KV18aALWZ9wJ3ykVW6+9ZXbfV5ab5qs8pryuPSoO6+rhmPiMNvV/hf5uYM9oEli5dysqVKwHQaDRUVlbSokULvvzyS5ydnXn00UcZMmQIXl6GXrBnnnmG5cuXExcXx8CBA0lOTkahUODr64u7uzvjx4+nefPmBAYaet6Sk5Np1aoVfn5+WFtbM3v2bIYPH45UKiUpKYndu3ezfft2QkIMcwMmTZpEbGwsP/74I3379gVArVYzd+5cozQvvvgi2dnZVFRUsH//flasWEGPHj0AWLhwIRcvXqx5jz/++CM9e/Zk2rRpAAQEBPD5558zcOBAzp49S9euXQHo06dPzTGqY+/Rowc+Pj7I5XI++eQTEhIS0Ol0WNzLR0ANnVunQ9JAGr3OdHENCRKTleosqPtJq75Wz9pfZdHABNm7HxQYkTT8/utjM+ARsLAwzPerpXjZZ+jVauymvo39C7PRV5RTun0NEmsF+sqGn9Tr6oq5irn3XFGhYdb833n68faEh3iayWUwb+YAZFIJbVsb0nQK96FlgAtPvfwLOw7EMPZR0yGjEiQm55TUU34Nxf9XPBM6lKicBI6nXq03nZmqaKT2U3tzThxK4LP3DtKmnReTXzbtWXb3suPTHx4lI62I1T+c5Y0p2/h6zeNYW5tfoOOuk9e//x7WtQYnmDfw+ZR3GwIWFoa5pXUdIj8L1ZI3sHD2RD70GWxe+RLV59NN5sn+9djM/NFlclw+WYqFkyuF3y9Ak3oLeXA4tk9MQl+uoujHLxr8ezTmmlTndaXKX1hk+d+m1+lNiqK++OqNrb63VZWvNKOM+B23aDetjcmNe71xNlRmZv4sDf0pJBag1RiOq3S0ZMSb4TWfdSdPBevePk/M0QzaPVj/aA0aOo+ZMmu4DhgyDXqhNRZSCZ5BhmHivm0ccfFXsmn2RaIPp9NusG+dx/hb9ayhy2+tPCmxBWQmFDNqVsPTBczXtb8Y31/I19BXSZ2r4jbyb2OcpRF5/kYdFgQQjdEmMWbMGCZMmACAhYUFjo6O2NnZ1ewfP348+/bt4+rVqyQlJREXF0dOTk7NMN1x48Zx8OBB+vTpQ0hICD179mTYsGG4uBgmw7/00kvMnDmT/fv3ExERQa9evXj44YexsrIiOtowf+qpp54yikmtVmNvb7yibIsWd57iVsenVqtrjtGhQ4ea/VZWVoSH37k4R0dHk5SUZJSm2s2bN2sao82aGQ/xev311/nkk09Yv349Xbp0oXfv3jz88MP3tiEKqAuLAZDbGfcCVPd2VhaW1PSIyuxMewrk9rY1x7jb+JCRTAgZZbTtaMoZHK1MV/dVyGwoNdO79leUqlUoZKYLBihlNlX7zQ+bqe5hqt3zU9NTVGbaG3w3q679qLxy1rCQTO1jV6go/uETSn5ajIWbJ7rsDPQVKmwGDKcys/6eXgA7paFHrlRl3JtXUmZ4bW7V2y9/PIVOp+eFiV3RaAyfq+qvTY1Gh1RqeEjQIdR0WHTHtt7YKS2JjTe/Su3rEaOZETHGaNvuhJO42ZjOO7WztKG4jnmdf5WjlS09vMNYcHZtg2mVVT2iqlo9oNU9okpl/b1N29Zf4cevT9G2ozfvLRyMpZkFolzclLi4KWnb0RtPb3vemraDE38kMGBY3YtowP1d1/RVvZkSq1o9oNZVsanqH74tbdcbbdyFmkWLzJ6jKBd9US66m1fR5aZj8/IXyNr1RnP+YJ154K5ys6lVblU9l/pS03Kz7t4PeWArcj94icqrhsWbKq9dQl9WgsPUNyn7fTvaLMP8YQsb015fiUJp9rgm56nqEa2o1TNT3StlXccKov8fEn5LImG38WgD946ulBWbXls15VqT3qK7yWykaCtMe3c05RpkNrI7w3MjXHEOcTJa7VevN6yQWtcwz+qeuto9cxVVvU21ez+N8xjHVHlX759lVS9ZYAcXo4dO3sEOWClkZCaafk/VZlnVo127F7U6ttq9jHdvq90bVh1r9X7vYNPrpE9rR6wUMrKTGvjsN1Bm5lbjravM6uoxjTuZhbWtjOYRLvXGAhC9I4mYHcbTK3w6uVJRZDryRKPSIjdTbtXkCpnZnmG1SousKp/cRlpHGk3VMcyvklz9kERTqwxq8pn5DNTkqdVreiePtOazY250gVql/UsPZ+61/9bhsPer/5ya8R/MwcHBpBFWraysjPHjx1NeXs7gwYMZOXIk4eHhjBs3riZNQEAABw4c4OzZs5w4cYLDhw+zfPly5s+fz8iRIxk0aBDHjh3j2LFjnDx5kp9++oklS5awefPmmqdZ69atQ6k0bjTVbvBZWprekOr1eqRSwwVNV08PhU6nY/jw4TU9o3dzdr4zZ8ba2rhhNG7cOAYPHsyRI0c4deoUX3/9Nd9//z3bt2/H1dW19qGaTFGcYR6obVAz8i/H1GyvXrioKOYmmtIyylIyarZVs3JzRm5vS2GM6e94/pb4J6fTLxlt6+kdQYRHOBIk6O96bOtt60FyceN/k9Kc2yXpKOUKHCztKKy8c9PhbetBRmk2lTrzQ0+1manotRpknr7c/TUq9TQ8pdak3qrznBZObsibB1O0xPRnLwAsO/ZEX1qMOu4q2hRDOUvsnbBwdkeT0PB8YX9vB6QWEpJTjW/wk1MLAGjubzpHa/+RG6RlFtNxyHcm+8IGfsMnbw1iUO8WHDgaT9vWHrRqfqfu6XR61Bodzo7mh2SuiznAwaTzRtseCuhKH9/2Jn/TAHsv4gsabgQ1Rl/fDsgtZOxOqPv38Kp5+dpjIZWQllJr7nDVa79A88PP9Ho9Sz8/wc7NkfR5MIgZH/Q3+n1RVZma00cTCQ71wNvvzk1lUGvD4iC5OQ3Ptb2f65o+Jw29VouFqzd3315ZuBrmm+oy6x5SLXFwQerbkoojW80EZo00rDu65Dj0OXc+47qUGzV5G6LJqCo3Lz/u7kOVeVWVW8otkzxSN8PDlspY4570ymjDNUnm1xxNcgLanCykXsbzYS0cnLBQKM0etzYXbwUWFhJy04z//jlVc/g8/Bo3heGf4NPbC9e2xuWZfTmH3Oh89Dq9UQOtLFuFsp7fflR4KCi+bdpAUmWXYx9gR3leBYWJxRQmFpN+OssoTeJvyST+lkyvj7tg42r6gNDR0zCvsCDDuJFcUDU/0MXX9KGns4+iJo1H8zsPuPOrjuHiq8TGTg4S0KpNe610Oj2yRqxKXBNbrTl/1bE6m4mteh5nQYYK97tiqz6Gs6+CilINN05n4dnSHlf/O3VCr9Oj1ega/I1Rp6q48mvNccxPb7jM8tPNl5mrn3Gem+dzaNnFrVG/kdm8rxde7Y3rWtrFHDKjTOtaSZaq3t8ZtfO0ocBMY7wkS4VzoCFuOy8FGpWWiqJKrO4qq5KschQuVkjNrIgLYOtug8TCcCyjY2caXtt7m8ZVHWtJZjlOzezM5FEit5Zi42RpctzyIsP8VXPHFQQQc0bvuePHj3Pt2jVWr17NK6+8wtChQ7G1tSU3N7emIbl69WoOHDhAz549efPNN9m1axfdu3dnz549VFZWMn/+fG7fvs3QoUP56KOPOHjwIBYWFhw+fJiWLQ1LqmdnZ9OsWbOaf1u3bmXrVjM3SWYEBwcjkUi4fPlyzbbKykquXbtW87ply5bEx8cbnUOj0TB//nzS083/vElubi7z5s1DrVYzatQoFi5cyM6dO8nOzjZagOleKLmZTEnCbfwff8hou99jD1J0PZHSJMOCJukHTuDzcF8sLOV3pXkInUZD5p+nTY6bV17AjYJEo38XMiNRym3o5NG2Jp2DpR1tXVtzISvS5Bh/xcWqFXp7+3Sp2Sa3kNHVsz0X6zu2uhJ1zGWsuvYx2mzVrS+60mLUVSuWmiNvafgxcHWc+aGjNoNGYjvBeF6wYtiToNNRWWvlU3OsrGR0aufDgaPxRkOHDhyNx05pSXiIh0me7+c/wi8/jDH616aVO21aufPLD2Po1yMQS7mUD786zLL1xg3LP08kUF6hoWsH88PFMsvyuZpz0+jf0ZTL2Fkq6Ot3Z6SAs7U9Xb3aGK2w++/o6NGKtJKcOn9X9G6WVjLC2ntx8lCiUZmd+DMBpa0lrULdzeZb9d0Zdm6OZORT7Xjzw4FGDVEAqVTC1x8f4de1l422XzxjWFArMKjhRtX9XNfQqNElXEUabrwytjS8N3pVCbrkuhu0Fv6GKQ/axGumO3VarJ6cgbzfE8bHDTb8tqEuLdE0T23qSiqjL2Pdra/RZutu/dCVFlN5w/S81Q17y5D2RtstWxvm92ozDde1iitnsIroCbI71zXrbv3QazVURBp/PsyRW0oJbOtM5IkMo/oWeTwda6UMv2DHht/fP8Ta0QqHADujfy5tnNCWa8mNvrO6Z2VxJQU3CnEJqXteoEsbJ0ozyii5q5FdklZKaXoZLm2csHK0pMvbHUz+Afj08qTL2x2wcjTfwJJZSvFr48j101lGZXb9VDZWChleLU1Hzzh5KXDwsCbupHHD9/qpLJy8bHBwt8HSRoZfG0dunMlCo77zQDnpah7qci2+IY71F2BVbL5tHIg/k20U243TWVgpZHjWFZu7NddPGcd243Q2jlWxSeUS/lxxnbNbjXsTb57LQVOpwy+s/tjqLLPTjSizU3WXWTVVsZr8dBU+jSgjABsnK5wD7Yz+eYQ5oSnXknHXassVRZVkxxXgUc8cVI8wJ4rSyyhKvVPXilJLKU4rq8nnHmr4b8r5nJo0WrWO9Mu5eNSzcJbU0gK3YEdSzhv/PVPO5yBXSHG+q5Fezc7DBqWbNbfPGX/fpJzPwbZqH4BnmDNpl3PR3lXXUs7lILEA97/wkzjC/xbRM3qPeXoa5qbt3LmThx56iPT0dL744gvUajWVlYZ+gry8PL799lusra1p3bo1CQkJxMTEMHHiRCwtLYmMjOT8+fO89957uLq6cvToUcrKyujQoQMtW7akX79+fPDBB7z//vu0bNmSffv2sXTpUubPn9+oGP38/BgyZAgffvgh8+bNw83NjaVLl5KRkVEzt2Dy5MmMGzeOuXPnMn78eIqKimp+viYgIMDscR0cHDh8+DDJycm88cYb2NrasnXrVuRyOWFhjVuJ858is1Pi0CaIkpvJVOQYblAi531L91ULqMgtIHXnn/g+OoBmTw7l+JOv1eSL+WwFzcYOo+/eFcR+8RP2rQJo98kM4pdtbtRvjAJE5sZxOTuatzpPZ0XURoorSxjfeiQl6jJ2J9wZqudv543cQs7NwsatsgqQpcrlQNJRpoWPw0pqSUpJOo8FDUEpV7L5+m/15i39dRWO732N/esfU35oF/LgcBTDx1G6/juorEBio0DqG4g2I9VoiKTUvwX6yoqaG9vaVHs34/juV9g+/SoV549hGdYJ5cinKd2+us48tb0woQuT3tjKa3P28NjQUC5FpfPjxgu88XxPbKzllJRWEH8rD38fB5wdFQQ3N+1lV9oYbrTbtr7TeH3uqU5889NpXJwU9OkawPXEHJasOsOAns3p1rHhlVOrncmI5mRaJN/0e42Pz6wmv6KYGRFPUlRRyprofTXpWjr6YimVcy23EY2PWlo7N+N6vvlVlM0ZMzmC2S/tYv7bBxj0SGtirmby69rLPPNiN6yt5ZSVVJKcmIeXrwMOTjbcvJ7DltWXaNXGnd4DmhMXZbwAmH+gMwpbS554pgPrlp3DwcmG8AhvEm/ksn7Fedp38aVTj8b9DML9XNcqD6zH+oVPsXr6PTRn9mER2AZ5vydQ//ajYV6nlQILz2aGFXbvGo5r4R2AXl2JPtfMdUCjRn1wI/LBE9GXFKC9cQULn+ZYPjQBbdwFtDGNexhX8stKnOcswXHmJ6j+MJSbcsR4itd8W1VuSmR+gWgzUtAVFVBx7hiVcVE4vj6Hkg3L0aQmIW8Viu3jkyg/exR1vGEUSMm2Nbj1GoTz+19SunM9Mm9/7Ma9QNmB7Y36jVGAgWODWPb2GdZ+fJHOD/lxKzqfI1sSGDK5NZbWUspL1WQml+DipcDW0fyq3v9fnFo54tTKgcgfY2n5WCCWSjk3dychs5Hh2+fOUP2StFJ0Gj32Vb12np3cSNybzKVvoggaaVizIX5bIrY+Sjwi3LCQSnAIML2RB7BytKxzX7VuTwSwec4ldi6Kou0AL9JiCzm7I4kHxgcht5JSUaYh93Ypjp42KBwMjdoeTwSyd0kMvy+NJaizGzfOZRN3MovhM+58h/YeH8Sm9y7w60eX6fyoP2UFlRxZE49XS3uCOrvVFY6Rro8HsGXuZXZ/HkVYf2/S4go5vyOZ3uNb3IktpRRHjzuxdXsikP3fxvCHXRzNO7ty82wO109mMWyG4TdBZZZSOo9sxqlNiSgcLAns6EJOcgmnNifSorMr/m0bXom4xxMBbJxziR0LDWWWGlfIme1J9J1wp8xybpfidFeZ9RwdyJ5vYrCxqyqzs9nEnsjikTeM7zuqhwm7mulhbSy3YEfcWjtwdmks4aObY2krJ3r7LSwVsprfBgVDQ1Or0dX0Ovp2cSd2VzLHv4gk7InmAET9koCDrxLfLoaHh0pXa5r19ODK+ni0lVpsPRXc2J+CukxD8ND6v6/aPOLP4c+ucvLbaJr39iQnvojYvbcJfyIQmZUUtUpDYWoZtu7WWFf1uoY+2oyzK+I4b3sDnw4upF7M4fbZbLpPD6k5buuhfiSfzuLo55EED/alOKOMq1sSad7X+z/qN0bFMN2mJRqj91h4eDhvv/02q1at4ssvv8TDw4OhQ4fi5eVFZKSh5+qll15CrVbz0UcfkZ2djZubG2PHjmXq1KkALF68mPnz59esytu8eXMWLVpEp06davYvXryY999/n8LCQvz9/fn4448ZOXJko+P88MMP+eijj3j55ZfR6/UMHz6cDh06IJcbbujbt2/PihUr+Oqrrxg5ciQKhYLu3bvz1ltvmR3+C4aft1m+fDmffvopzzzzDCqVipCQEJYtW4a//1/7La9/l3PHUAYeXsOpZ2aR+LNhsZHEn7chtbIk5F+TaTH5MUoSbnNywpskb95bk68oLoFDD06mw8I36b3laypy8oldvIqr73/9l84/7/SXTA0fz3NhY7GQSLiWe52Pzy6h5K45nS+3n4SHwpWJ+1//S8f+6tJKSipLGd3qYWxkVtwouMXbxxeQVlr/TaX62gUKP38H29FTcJj5Kbq8bErWLkG12/CzQrLAYJzmfEfRtx9SfmRPTT4LB2d09czzq7x6lsKv3kc56hlsBo5Am51B8crPUe1r3CqiAN06+vH1vGF889NpXnx3Nx6uSmZO683kJw2/4XntejZPv/4rn7w1iFFD2jT6uC9M6IKzow3rt11l446rONrbMOaRtrz0TMO/rVjbcwc+5f3uk5jd7WksJBLOZ8Qy7eAiCivvPOn+pNdUfO3c6b5h6l8+vquNIzF5txqdvn1nX2YveIi1y8/x4cx9uLopefaV7owa1x6A+LhsZr2wk9ff78egh1tz8lACej1cj85ixrOmC/As+P4RwiN8GDs5AgdHG3b/EsnWdZdxcLRh6KhQxj3Xqe4FNGq5n+uaLv4yFavmYTl4IlbPzkFfmEvlruVoqla9tfANwualz6lYvxDNuQM1+SS2TuhVdcem/n0d+tJC5L0eQd73CfSlhahP7ka9b3WjY6uMvED+Z7OwG/McTrM+Q5ubTfHP31C6cz0A8ubBuHz0PQVfz0N16DfQ6cib+wp246ZhO3oyFrb2aDLTKNnyU00eAG1qErlzX8X+6ZdxmjkfXVEhpbs2UrxhaV2hmAhq78qEdyM4sOY6q+ZdwMHFimFTQujzmOHGOjW+iB/eOs3oGeF0frDxD3r+Ke2mteH6Lwnc+DURdHocguwJfy4E+V3zWWM3xKPKLaf3J4Y1DyzkFkS81pa4TTeJWXsDiVSCSxsngkc3/7d+aqZas7bOPDqzLSc2JbJ9wVVsXazoOzGIzo8apoJkJhSz6f2LDHkphLCqhkxYf280ah3ndiYT+Wc6jh7WDH2lDa173XnI5hPswJPzOnJs/U12fBaJ3EpKUBc3+j4T1Oi4/ds6M3xmW05tTGDnp1exdbbigYlBdHrE8F2dlVDMLx9c4qEXQwjtb2jQh/b3QqvRcX5HMlF/puPgYc3gl0MI7nkntm6PB6Cwl3N5XypXDqRiYysn/EEfuo9u3E+jNQt3ZuSbbTm+MZFtVWXW7+kgutxVZhveu8jQl0NoW1Vmbft7o1XrOLsjmat/GMps2KttCOllPKqmtNDQIWBt++/dKnd/OZQrG25ydVMCer0e15YOdJveBsu76trF1Tcoyyln6OeG7xqp3ILeM8O5vP4mF1ddRyKV4BHqRLunWhj9zTo+0wq5UkbcnttoyrU4BdjRe2Y4tg38bqtHGyd6vhRK1LZbHP/6GjZOVrR7sjmthxg+i/m3Sji04ApdpgQT2NvQaRLY2xOtRkfc3hQSj6Vj62ZD1+db49/1zsgae28FfWa25fKmBE4suYaVrZzgB30JGxXwb5Wh8N9Nom9oiSzhf15FRQXHjh2jW7du2Nremdfx0EMP8cgjj/Diiy/ew+jMWy+pf9GUe+EpfRwPbh1/r8Mw68CotWSN7n6vwzDLffMp9Ommcz3vBxKv6fgua/xDnaaS8vw2bhZ+ea/DMKuFw2v3dV0rfX3QvQ7DLOXi30kf2fVeh2HCa9sZdibOuNdhmPVI4Be8dPi5ex2GWUv6LmfFten3OgyzpoR+x9KoF+51GCamhn3Pyuj7s8wmt/mO2aeev9dhmPVx92W8f/r+jG1et2X3OgSz9jnff/eQ1QbnNbzewX8a0TMqNMjS0pK5c+fSpUsXpk+fjlQqZcuWLaSlpTF48OB7HZ4gCIIgCIIg/CPEMN2mJYpbaJBEImHZsmXk5+fz5JNPMnLkSC5dusTKlSuNfg5GEARBEARBEAShsUTPqNAoISEhrFy58l6HIQiCIAiCIAjCfwnRGBUEQRAEQRAEQUAM021qorgFQRAEQRAEQRCEJicao4IgCIIgCIIgCEKTE8N0BUEQBEEQBEEQEMN0m5oobkEQBEEQBEEQBKHJicaoIAiCIAiCIAiC0OTEMF1BEARBEARBEARAIpHc6xD+p4ieUUEQBEEQBEEQBKHJicaoIAiCIAiCIAiC0OTEMF1BEARBEARBEATEarpNTRS3IAiCIAiCIAiC0OREY1QQBEEQBEEQBEFocmKYriAIgiAIgiAIAmKYblMTxS0IgiAIgiAIgiA0OdEYFQRBEARBEARBEJqcRK/X6+91EIIgCIIgCIIgCPfaiWat73UIdeqZFHuvQ/jHiTmjwn+lB7eOv9chmDgwai3rJcH3OgyzntLH8fCOCfc6DLN2P7qGOWem3uswzJrTdSlrYl+812GYmND6Wz48e3+W2XtdlvLozon3OgyzdjyymiHb7s/Pwd6Ra+7b69r0Q1PudRhmfddvBf869ty9DsOsRb2X39flFpW74F6HYSLMZRaHU2ff6zDM6uvzMXtuzbzXYZg1NGAh2xNev9dhmDWi+eJ7HYJwHxDDdAVBEARBEARBEIQmJ3pGBUEQBEEQBEEQEKvpNjVR3IIgCIIgCIIgCEKTE41RQRAEQRAEQRAEocmJYbqCIAiCIAiCIAiIYbpNTRS3IAiCIAiCIAiC0OREY1QQBEEQBEEQBEFocmKYriAIgiAIgiAIAmKYblMTxS0IgiAIgiAIgiA0OdEYFQRBEARBEARBEJqcGKYrCIIgCIIgCIKAGKbb1ERxC4IgCIIgCIIgCE1ONEYFQRAEQRAEQRCEJieG6QqCIAiCIAiCICCG6TY1UdyCIAiCIAiCIAhCkxM9o8L/FGupFVPCxtDLpzM2Mmsic2L54eo6UkrSG32M97q+gkpTzqILy4y2W0gsmBAyigf9e2NnacuNglssj1xPbP7NRh3XxseDYVG7OTriRbKOnK03bbMxwwh99wVsm/tReiuV6AXLSFy93SiNc0QYHRa9iXOnMNRFpSSu2krknCXo1OpGv1cwlNkzoWPo6dUJa5k113LjWB61ltSSjHrzOVrZMyV0HB092iKVSDmfeYUVUevIryisSeNi7cSk0DFEuIcjlUiJzb/B6pgtxBckNhhXemQeV7ckUphairW9JS0HetN6iB8SiaTOPLdOZXJtZxKlWeUoXa0Jedif5r09jdLkJhRxeeNN8hKLkdvICOztSdjIAKSyxj+7u3kpl8Nrb5KdXILS0ZJOQ/3oNsK/3tiijmZwfHMiBZkqHNyt6fFYAO36exuliTudxbHNieSmlmHraEnbfl70fCwAqbxxsaVF5nH5lztlFjzQm5Ch9ZdZ4qlMonYkUZJVjtLNmtCH/WlRq8yqqVUadr9znvCRzWjxgFejYrqbtdSKp9s8Sfe76trKqHWkltZf1xys7Hk29Ck6uIcjlVhwIfMKK6+tN6prztZOPNNmDB3dDfUxLj+etTFbiC9suK5VxzY5bAw9vTthI7MmKieOpZENfw7uNrvLy6g0FXxx0fTaMa71SAZVXTviC26xImoDcY28dtyv1zUrqRUjmj9Ge7cIrKRWxBfeYMuNjWSpMuvNZye357Gg0bRxCUMqsSAqN5Jf4zdTVFloNr2TlRPvdpnLn7cP8tutnY16v5pyLTG/JpB+IQdNhRaXlg6EjmmBraei3nwVhZVc23yTrKh89Do97m2dCR3dHGtHq5o05YWVxG2/Rfa1fCpL1dh6KGgx2BefLu6Niu1+LbfLZ1JZv/QitxPzcXS2YfBjrXlkbFid1w91pZadG6I4vPcmuVmluLgr6P1gC0ZOaItcLq1JFx+Tw+ol57gZm4ONUk6/oS0Z/Wx7ozT1iT6XwfaV10i7VYS9kxV9H23BoNGt6r2uVUu+kc/86X/y4ZrBuHoqjfa9Nfo3CnJUJnk+3zYcWwcrk+3mxF7IYs+qWDKSirFztKLX8AD6Pt6iUbGlxBey+JWjzF45AOda9fLy0TT+/CWerNvF2CjltOrgxsPPhmDnZN2ouKpdv5DN/p+vk5lcjK2jFd0fbsYDjwU2Kr7U+EKWvHaSmT/2wdnD9HPT0H5BqCZ6Rv9DTZgwgeDgYKN/YWFh9O3bl3nz5qFSmV5A/+55Zs2a1ai0s2bNYsKECf/Ief+/vN3lRR7w6cKPUZv47PwPuFg7sbD3O9jKG75QSpAwLXw8vX26mN0/re04HgsazObru/nk7BK0ei0Les3CW+nR4LEVvp70P7ASS0f7BtP6jXqQHusWkXHgBMdGvEjW4bN0//lTmj05tCaNMtCX/gd/Qquq4MTo14j9fCWtZ0wi4ut3Gzx+bTMjptPLuwurojfzxcWluFg78UnPd1DWU2YWEgvmdJtJK6cWfHtlFd9dWUWIc0s+7PEWUonhBkMhs+HTXu/R3i2MNTFb+OTc12SWZrOg52xaOTavN6ac+EKOfhGJvZeCXq+EEtDDncubEojZnVxnntvnsjn1QwxeYc70fjUM9xBHziyPJen0nRu8kiwVhz67gtRSSs+XQgke4kfsvttcXHOj0eWVElfIpo8u4+Kr4Im3wwnr48kfP9/g5K9JdeaJOZnJ9i+iaN7emSfebkezMCd2fRXNtaN3GjoJl3P5ZcFVnL0Nx+00zI+Tv97i95+uNyqu7PhCDn8eiYO3gj6vhhLYw52LmxK4Vk+ZJZ/L5sT3hjLr81oYHq0dObUsllunTG+KK0rVHPo8ktKc8kbFY84bES/Qw7sLq2M28+WlZbhYO/FRz7cbrGsfdP0XrZxa8P2Vn/jh6s+EOLdiTvc3jeragp7v0s4tlHWxv7Lg/NdklmXzSc93aNlAXav2Vufp9Pbpwk/XNrPowlJcbJz4tFfjrx1T246jVx3XjufbjmNU0BC23PiNBee+RavX8knPt/BSNq7xcr9e1ya1eY6O7p3YkfArq2NW4mjlyGsdZmIjq//v+WK7Vwmwb86GuDVsiFtLC4cgXm73OhYS842T8a0n1XtMcy4ujyHtfA4hjwXSYXJrygsqObnwKpWldT+s02n1nP4qivyEYsIntKTt+JbkxRdxenEkOo0OAK1ax5kvI8mOzif40WZ0nh6KQ4AtF5fFctvM58ac+7HcrkdlMX/mQXyaOfDm/P70frA5a749z7Y1kXXmWfnlGX79+Sr9hgYx67MB9B/Wkm1rrrJs4amaNBmpxcx9dT+WVlJmfNiXR8aEsWvjNVYuPtOouBKic1ky+wSefnZMm9udLgP82boskv0b4hrMm5pYyJJ3TqDT6k32lRRWUJCj4rGpbXlrST+jfza28kbFdismjxXvn8Hdz5ZJ73Umor8Pu36M5o/N8Q3mTb9VxPL3TpuN7eLhVH7++Dy+QQ48815nhj4Two0rOXz75inUldpGxQaQFJPPqjnncfNTMuHdCDr082bvylgO/5LQYN6MW8X89MF5s/E1Zv/9zkJy//77byR6Rv+DDRkyhNmzZ9e8Lisr4/jx48yfPx+dTsecOXP+7XN88803SKWNezo5e/ZstNrGXwibWohzEN29OjL7xGecy7wKQFROHKsHL2Z484FsiKv7yXCgvR8vtptIK6fmlGsqTPa72TjzcPMBfHdlDbsT/wDgQlYkKx9cxOhWD/PlpR/NH1giIXDiCDoseotGPIgEoN0nM0j+ZR8XZ8wHIP3AcSydHQj/8FWSNu0BoM1bz6EuLuXoo9PRqdWk7T2KpqycTkve49onP1B2u3E9Jq2dgujq1ZEPTi3kQpahzK7lxvHjoC8YFjiQzdfNl1kv7y4EOQbwwp9vcbs4DYCEoiS+7Tef3j5dOZxykkH+ffBUujHz2Dxi8gyNvcvZUdhb2TElbBxvHv+wzrgit97CqZkt3aeFAOAd7oJOq+farmRaPeSLzNK0zl75JQH/zm50HBcEgFe4M5Ulaq7+eotm3Qw31tG/JSO3ltH7tTCkMgu827kgs7TgwuobtBneDKVrw0+dj66/iWegHSNeDwOgRUdXdFo9J7Yk0mW4H3Ir09gOrblJmx4ePDgluCqPC+XFGg6vv0noA4ZeyCt/pOHgZs2I18OwkEpo3t6F0oJKzuxIYtDkVg323F6tKrOetctsZzKt6yizS5sTaNbFjU7jg6ryOFNZqubKr7cI6H6nMXL7Yg7n19xAXf73P//BTkF08ezI3NOLuFhV16Jz41g28HOGBgzglxu7zObr6d2FFo4BvPTnLG6XGOpaYmESX/f7hF7eXTiSeoqB/g/goXTjreMfEltV165kX8Pe0pZnw55i1vGP6o2ttXMQ3bw68t7JhZyvunZcy4njp4e+4OHAgWys43MAEGDvx/R2E2npGGj22uFq48ywwP78cHUtv1VdOy5mRbJ80EKeaPUwX19aWW9s9+V1DQi0b064a3uWXPmS6LwoAOILrzOv2wL6+PRjX9JvZvN1dOuEv10z5p15j4wyw3UqpeQ273aZS4R7J85lGjdSHvDui6fCfE99XfJuFpF5JY8ur4bh0dYZAOdW9vwx6yy3DqXT6mF/s/nSz2dTlFxC33kR2HkbetEc/JQc/uACaeez8e3mQdbVPIpul9J7dgccA+0AcAt1QpVXwc29t/HrXn8j/n4tt40rLhHYyplXP3gAgA7dfNFqdGxdfZVhT7bBysr4drK4sJzfd8QxfnonRoxrC0B4J8NIj7XfX2D8C51wcLJm+9qr2ChkvPXpAORyKRE9/LC0lvHjF6cZNTEcN0/beuPatSoavyBHJr9jeJgS1sUTrVbH3vWx9H+sJZZmrrcatY5D2+LZueoacjPXPYDb8QWG99nLBzef+mOoy741cfi0cGD8mx0BCOnsjlaj5+DGGzwwonmdsR3bkcC+1XHILM1f0w9uvE5IF3dGv9quZpu7ny1fvnqMa2cyad/b22y+2n5fewPvFvaMmdkegOBObmg1eg5tvEmvRwPMfldp1DpO7rzFgTU3kJuJr6H9gmCOqCn/waytrXFzc6v516xZM8aNG8fw4cPZs2fPP3IOR0dH7OzsGpXWzs4OR0fHf+S8/x86eYSj0pRzIfPOk9zCymKu5sTSxbN9vXnf7DQNC4kFrx6eQ0FFkcn+9m6hyCxknEg7X7NNrdNwJv0SXTzbmaSv5hgeTJcf5nJr9XZOTXizwfegbOaDfXAgKdt+N9qevGU/di0DsAtqBoDXQ71I++2I0ZDc21v2YSGV4vVQrwbPU62je1tUmnIuZd0ps6LKYqJyYunkXvf76ugezu3itJqGKFDzujqfn503xZUlNQ3RaldzYmjj0qrO3jCtWkdWbAG+Ea5G2/06u6Ep15J93XRIWkm2iuIMFb6dauXp4kZJporijDIAMiLz8G7nbNSw8+vshl5vGBbcEI1aR1JUPsHdjHu0Qnq4U6nScjumwCRPQaaKvLQygru5GW1v3dOd/HTDPgBNpQ65lRQL6Z2nFjZ2crQaPZWq+huBWrWOzJgC/Gq9f/8ubqjLtWTH1V1mfrXK2b+zG8WZKoqqyqyyVM3RL6PwaO3IgJnh9cZRnw5Vde1yrbp2LTeWCI+661oHt7akFKfVNEQBbpekkVKcVpPP19ZQ12Jr1bXInBhCnOuua9UiqmK7WOvaEZkTS6d6Pt8A/4qYioVEwutH5lJYz7XjZK1rx9mMy3Su531Xux+vawBtnMMo15QTk3etZluJuoT4wuuEurStM1+IcygZpek1DSqAjDLD61Bn43wu1q6MaPE46+J+rjeW2rKj8pBaWeAe6lSzzcrOEpdWjmTV8znPupaP0tOmpiEKYOetxNZLUZNPZiOlWR8vHAKMGzC2ngpKsxseNXA/lpu6Usu1Sxl0eaCZ0fbu/QJQlamJvWLa41tWqubBEa3p3Mu4Ye/TzAGAzLRiAC6fSSOih5/RkNzu/QLQ6fRcPpPaYFzXr2TToZeP0faIB3wpL9MQH5ljNl/UmXR2r45myFOtGfWc+TK9HV+AtUKGq7fS7P6GaCq1xF/NpW1P4+kK7Xp7UVGmITEq12y+mHOZ7F93nYFjWjL82TYm+3U6PcEd3Og+xPhv4e5nqG+5aaWNji/hah6hPYwfSLTt5UmFSkPiNfOfg7hzWRxcF0//J1swZHLrv7xfEMwRjdH/QlZWVshkhqeUlZWVLFy4kN69e9OhQwdGjx7N8ePHASgtLaVDhw6sX7/eKP+SJUvo27cvOp3OaJiuVqtl4cKF9OnTh7CwMAYPHsyGDRtq8tUepnvz5k2mTZtG165diYiI4JVXXiE19c6Xy4QJE1i0aBHvvPMOnTp1omPHjrzxxhuUlJT8v5SLn5036aVZ6DAeNpJWkomvbf3z2z49/z0zjn5IYtFts/v97bwpVauM5qgBpJVm4mrjjLXU/PySsuR0dgYN4uIbC9CUNXyjYh/SAoCi67eMtpfEG4aA2gUHIrW2wjbAl+LrxnPhKnLyqSwsxj44sMHzVPO18ybDTJmll2biU0+Z+dl5k2ZmLl16aSY+doYvv6LKYmxk1iYNAS+FoSHnqXAzyQ+GobQ6jR67WnNo7DxsAChOLzPJU1TVoKudx9bdkKcovQxNpZbSnAqTNNb2lshtpDUN1voUZKjQavS4+Bgfw8nL8Do31fQYOSmGmwfnWnmcvWyq8hj2dxrqR156Gae2JVFeoiYlrpCzu5IJinDBxq7+YWPVZWZfR5kVmXlvhdVl5lVHnqpyllpJefjTLvSYGoJVA3HUx8/Wm8yyOuqasoG6ZmZOaXppVk0drauueVYNNfWoo67dfQ5zn4PGXDsWXfiBfx39iFv1XDvKzF07Suq/dtwd2/12XQPwVHiRW56DvlZc2WVZeNjU3TvoqfQyOzcyuywLj7t68iRImBgymYtZ54i+q+HWGCXpKhSuNkhqjXlTultTkln357wkvQzbqvpvnM+GkgzD1Bi3Nk6ET2hpNOdOp9GRFZmHnXfDQ2Lvx3LLTCtGo9bh7W88jcTT1/A6Ndn0YZaHtx3Pz+xe0/isdvZoMjKZBd5+9lRUaMjOKMHLz/i4Dk7WKJRy0swc92456aVo1DrcfY0fmFf3ZGbeLjabr1mwM5+sH8rQ8SFGD/fudvtmIUo7S5bOOc2rw7fzytBtLJt3msLcxk2Bys0oQ6vW4e5j3JitbtxmpZhvNPq1cuS9nwcy6KlWZmOzsJDw6NQw2vYw/mxHnjQ8hPBs1rjOg9wMFVqNDrda8blUxZdTR3y+rRyZ9XNf+o8NMhtfQ/v/U1hY3L///hv9l76t/00ajYbDhw+zY8cOHn30UQDefvttTpw4waJFi9i2bRtDhgxh2rRpHD58GKVSyeDBg9m9e7fRcXbt2sWjjz6KRa1av379evbt28fixYvZv38/48ePZ86cOZw/f57aUlNTefLJJ7G0tOTnn39m5cqVZGdnM378eKPG5qpVq3B1dWXLli0sXLiQP/74g1WrVv3zhQMo5QrK1KZfJCqNCoXc9AbjbreKUho+tsb02GUaQwOzruNX5heiSm3cPCIASwfDl6y6yLjBri42fHHI7W2RO9iZTQOgKS5Fbt/4IUdKWd3vq74yU8hszOZTacpRyAz5DqWcQK/X807nV/C380EpU9DXtwcD/Q3DwOq60VWrNADIbYyHEMmspVX7TXsJ68pT/Vqt0qIuM5+m+tjmjltbedUxLGsdw6rqdUXV/rtVlBq2WSmMh7lZ2siq8hjOGxDuRPeRzfhj1Q0WjTvCqjfPoXSwZMQbdfeWVKus6/3XV2Z1vJe7ywxAKrPAwevfX5xCIbehTG36QEalKcfm79Q1rQqbqrp2JOUker2etzq9jF9VXevj050Bfr2Buutatbo+36oGPgfQ8LVDIa/rs6Kq2d9gbPfZdQ3AWmZT8x7uVq4tx1pWdz4bqQ3lGtN6UKGtwFp2Z5h8P7+BuFq7siV+c73vwRy1SoOsjs+5pp7PuVqlQWZtOrtJZiVFU88Q9egtiZRmqmg51Pzw37vdj+VWVlJpOIfS0vicCsPDJ1U982zvduZIEof3xvPgiGBs7a1qjquodVwAa4WcsgaOW31eG6Xx38S66lqqKjOf38nNBqW96TnvlhJfQH6OCv9Wjrz0cU8en96OG1eyWfT6ESpUptfxumKzUhg/oKu+zpfXEZuja8Ox1ZaTVsrO5dH4tLAnpEvDc7kBymviMy47K4W0Kj7z79HB1RqFXd3xNbRfEMwRc0b/g+3atYv9+/fXvC4vL8fb25tnn32WadOmkZSUxO7du9m+fTshIYZ5YpMmTSI2NpYff/yRvn37MnLkSCZOnEhqaio+Pj5cvXqVW7duMWrUKJPzJScno1Ao8PX1xd3dnfHjx9O8eXMCA0172tavX49CoWDRokVYWhouTF9//TUDBgxgx44djBs3DoCgoCBmzJgBQEBAAD179uTSpUv/dtlIkJisBmdB3U/p9Hrdv3U+iwYmfOr1/9Ak/oYei+l0SBpIo9eZj8VcmdW3ol59ZVZfeeiqyuJ2cRrzznzBS+0n813/BQDcKEhgbeyvTAufSLm2so7z1nnoqpjN5Gngzyux+HvHNT1P/QcxV56NPe/e72O5/EcavUYHEhDuRGFWOUc3JrBh7iXGf9jR7PyeGg1Vb3Nl9g+UR92nM1PX/ubnUyKpu75X57tdksZHZxczvd0klvQzzLWOL0hkfdxWnm87gYq76lqTXzsaeCZ897Xjfr2umY2r3mtH3ZWr/muOIZ+HwpNHAkewLOp7yrX191TpdXqTulz/+es7WD37zH6G9MRsSSTxYCotHvLFq9aQ9/u53O6ma+Bi0JiVV08fvsWXc47SOtyDCS92MsTVQPW0aGC1loautw3V3/qMfyMCqVRCQGvDnOKW4W54B9iz8JXDnD6QRJ9HWzQQW/3Hr90r/3dlJhfzwzunsZBKeObdzg2WWbUGr+//rSvlCPcl0Rj9D9a/f3/+9a9/odfruXr1Kh9//DE9evRg2rRpyGQyoqOjAXjqqaeM8qnVauztDcNiOnfujK+vL7t372bq1Kns3LmTjh070qxZM5PzjRs3joMHD9KnTx9CQkLo2bMnw4YNw8XFxSTt9evXCQsLq2mIAri5uREYGMj163dW/2ze3HglSzs7O4qKTOcu/VXjQ0YyIcS4QX005QyOVqar1SpkNpSa6Vn4K0rVKhQy08VtlFVPskvVDQ/xbAx1oWHYkdzOeGhNdW9nZWFJTY+ozM50rovc3rbmGLWNDR7BU62Ny+x46lmcrBxM0irk9ZdZqVqFjZnyqN2LdSk7imd/n1EzTDKzLJtBVT2jJWrzw4SqewxrL5ZT3VMnV5he1qq31e4BrMljI7vT42emh0Ot0po9bm3WVU/oa8/hrO7dtFaaHsOqJo+mVh5Nzf6i3HIuHkil5+MB9B135ybIu6U9S18+zeWDaXQe5ldnXDXvv44yqy5Ts3lqvZfKesq5sZ4MHsHY4JFG206kncXRXF2ro+ezWpm6DBupaY9R7XyXs6N4/uAbuCsMDYKsshwG+BnqWrH6ziiCp1qPYHyta8ex1LM4Wv/1z0FjlGrKzH9W5KbXjvv1ujY0YDjDAh8xSnMx6zx2CtO4rGU2qOppCJVrVFiZ6am2llmj0qoMw0xbT+Ji1gVi86OxuOthhEQiwUJige6ulsD1XUlc32W8YrRXhCuVRaYxaFRaZGY+C9VkNlI0FabXB025BnmtfFq1jss/xZF2NpsWD/nS5gnTVZvv53K7W3XPZe3evLKq1wrb+nvCdm28xuol5wjt4MlbCwZgWbXYkY2yqmfVTC+hqlSNQln/sP/q/LV78cqrRpvYNJC/Pi1CTe9rgsJcsVHKSUmof/gw3LnW1+5FrYnt37h+Vou/ksNP885haSPjxU97/KX5rTXxlZn/3rH+B+L7T/bfOhz2fvW/Xdv+wymVyppGY0BAAO7u7kyaNAmpVMqcOXNqnoauW7cOpdL4IlU9BFcikTBixAh27drFlClT2Lt3L6+99prZ8wUEBHDgwAHOnj3LiRMnOHz4MMuXL2f+/PmMHGl8Y1nXE1ydTodcfucL4u7G6j/pt8Q/OZ1u3MPa0zuCCI9wJEiM5uN423qQfNdCO3/H7ZJ0lHIFDpZ2FFbeaex523qQUZpNpe6v/bZnXYriDPNAbYOakX85pmZ79cJFRTE30ZSWUZaSUbOtmpWbM3J7WwpjzP8+4L6kQ5zNvGy0rZtnBB3d25qWmdKDlJK6yyy1JJ3mDqYPNLxsPbieb1g23s3GhfZuYRy6fZzMsuyaNC0cAiiqLDbadjdbd2skFlCSaXxjVv3a3sy8LPuq+ZclWSqcA+zM5pFby7BxsjQ5bnlRJZpyrdnj1ubkaZiHll9r3mpe1WsXX9NjVM8vzUtX4dn8zk1ofrohDldfJUXZ5aAHvxBHo7xu/rbY2MnJTq5/nrVdVZkV13pv1a/tfUzjcqgqs+JM82Xm0IjyqMuBW4c4n3HZaFtXr450cDOta55KD6OFsGpLLU2nub2Zuqa8U9dcbVxo7xbK4dsnyCq7s6hJC8dmFFWWGG3be+sQZ2vF1t0rgog6Pgf1xdYYKcV1XDuUHmTWunbcr9e142lHiMy9YpS3nWsHQpxDTeJys3Eno7Tu1bwzyzLxtTN9sOJm486tokScrJ0JdGhBoEMLunn1MEozNGA4QwOG8+6pt8grNywQ06yPFx7tjBsWGZdyyL5m+J3Qu3uASrNUJnOk72broaDwtulnrTSrvGblXDAMcT/zdRT5N4sIHdOC5gN9TPLA/V1ud/P0scNCKiE9xfhBcUbVa98A0wc1YLgPWLn4DHu2xNBrUHNeereX0UJFNgo5zm6KmuNUK8xToSpT4xPgWOf7BcPcUAsLCVmpxn+T6teNnT9Zm6pEzcVjKQS0dsYn8M570+n0aDQ6bB0avm9x9VZiYSEhp9aCQtWvPfz/XmzVLh5KYf2iS7j72fL8R91wdK1/SH5tLl4KLCwk5Nb6rsqtWivA3f/vrSAsCH+HaPv/F+nWrRuTJk1iw4YNHD16lJYtWwKQnZ1Ns2bNav5t3bqVrVu31uQbOXIk8fHxbNy4kdLSUoYMGWL2+KtXr+bAgQP07NmTN998k127dtG9e3ezK/cGBwcTGRlJZeWd4W85OTkkJSXRokX9w1v+CXnlBdwoSDT6dyEzEqXchk4ed+bYOVja0da1NRfuWsHz76heZfPu3+qTW8jo6tmei//mse9WcjOZkoTb+D/+kNF2v8cepOh6IqVJhgWi0g+cwOfhvlhYyu9K8xA6jYbMP0+bPXZeeQHxBYlG/y5lR6KQ29DR/U6Z2VvaEeoSXO/7upQdiZ+dN352d5aY97Pzxt/Op2ZlXgcre17tMIVw1zsrBjpaOfCAbzfOZNQ9VFtqKcUt2JHb53OMHnrcPp+NXCHFpblpr4KdhwKlmzW3zxo3cG+fy8bOwwZbN8MXuWeYM6mXc9GqdUZpJBbgEeJEQ2SWUvxDHYk9nW0UW+ypLKyUMnxamd60OXspcPSwIfZEltH22JNZOHsb9jl5KZBYSEiOLjBKk5tSiqpYjZOZRVXuJrWU4m6mzJLPGcrMtY4ys3WzJvmccZkln8vGzvNOmf0deRUFxBcmGv27lBWFQm5DBzN17XJ2VJ3HupwVha+dN362d9U1W2/87Hxq8jla2vNy+ym0rVXXevt051zGRePYzFw7LmYZPgcRta4dYa71fw4a41KWIcZeta4dXTzbczHL+H3fr9e1wspCkouTjP7F5F3DRmZDiHNoTTpbuS1BDi2Jya974ZyYvGt4KrzwVNxZoMVT4YWX0puYvGsUVhSw4PyHJv/A0LhbcP5DCisKavJaO1rhGGBn9M8t1AlNuZasa/k16SqKK8m9UYhbaN2fc7dQJ0rSyyi+q4FRnFZKSXpZTT6dVs/Zb6IoSCwmYmpInQ3R+73c7mZpJaNNOw/OHE4yun6cPnQLha0lLduYXwBs3Q8X2LMlhuFjQnltzgNGDdFq7bv4cP7EbaPfxzx1OAkLqYS2EfUvwCW3lNIy3JVLx1ON4rp4LAUbpZzAqiG2f5XM0oINX19m3/pYo+1XT6ahrtAS3L7h3/+VW0pp3taFqyfSjWK7ejwda6UM/2DHvxUbQPTZTNZ9domANs688nmvv9wQrY4vsK0zUScyjOKLPJ6BtVKGX6u/H58g/FWiZ/S/zKuvvsoff/zBnDlz2LVrF/369eODDz7g/fffp2XLluzbt4+lS5cyf/78mjw+Pj507dqVzz//nIEDB2Jra/6JWF5eHt9++y3W1ta0bt2ahIQEYmJimDhxoknasWPHsmHDBmbOnMkLL7xAZWUln376KU5OTgwbNuz/7f3XJzI3jsvZ0bzVeTorojZSXFnC+NYjKVGXsTvhYE06fztv5BZybhYmNfrYWapcDiQdZVr4OKyklqSUpPNY0BCUciWbr5v/XbjGkNkpcWgTRMnNZCpyDDdOkfO+pfuqBVTkFpC68098Hx1AsyeHcvzJ12ryxXy2gmZjh9F37wpiv/gJ+1YBtPtkBvHLNjf6N0bB8JuiV7Oj+VfEC/x0bSPF6hKeCh5FqbqMPbf+qEnnV1VmCVVldjT1DE+0fIS53WayKnoTAM+0eZLEwmSOpRl+7y6+IJFruXFMb/cMK69tQKvXMTHkCbQ6Hetjt5oGc5fQR5tx6NMrnFgSTfMHPMm5UUTMntu0G90cmZUUtUpDYWoptu42WFctBhE2ohlnlsdhueo6Ph1dSL2YS/LZbHpMv9NAaTPMj+TTWRxedJXWg30pzlBxZUsCLfp6N+o3RgF6jQ5k3fsX2fpZJO0GepMSW8ipbUn0nxiE3EpKRZmG7NulOHnaoKx6wt77yUB2fR2NzQ9yWnVxJe5MNtEnMhn5L8NvlSodLOn6iB+ntxnKt3k7ZwqzDXNGHdyt6fBg3Te81do+2oyDn17h2DfRtOjjSfaNIqL33KZDVZlVVpWZ3V1l1nZEM04tj8PK9jq+HV24fSGXpDPZ9HrR9CcH/l3ReXFE5kQzo+M0fo7eRHFlCWOCR1KqLmPv3XXN1huZhZzEIkNZHEs7w+Mth/N+t3+xOsawKMvEkNHcKkrmeHVdK0wkOvc608KfZlX0RrR6HeNbP45Or2V93LYGY4vKjeNKdjRvdnqBH6uuHeNCDJ+D6t8Ghb9/7fg96RjPt30KS6mc1JIMRgYNwVau5JcbuxvMf79e1+ILb3A9P5ZJbZ5j280tlKpLGBb4CCpNGUdTD9ek81R4IbOQkVJiWNH3QtY5Hmo2lBfbvcaOm78C8GiLx0gtSeFi9nl0eh3JxebfQ2FFYZ377ubSyhGXYAcuLY8l5PFALG3lXN+ZhFwho1nfOw2g4rRSdBo9DlW9RN6d3bixJ5kzX0YR8phhrYSYXxOx81Hi3cnQILt1KI28G0U06+OFjZMV+TeNe/2cWpg++PlPKLfHn2nH3Ff38/m7h+n/cEviIrPYsT6K8S90wspaRllpJSmJBXj42OPgZE3i9Vy2r40kKMSVHv0DuHHN+KGWb6AjCqUlj44L4/jvCXw04wDDx4aRllzI+qUXGfRIcIO/MQowdHwIX848yrK5p+k5JICb13L5fdN1Rj7XFktrGapSNelJRbh522LnWP9CZdXkllIGjw1m16po7JysadvVk9SEQnatjqZdT29ad2y4MQrw4FMt+X7WKX7++DxdH/InMTqfQ1viGTY5BEtrGeWlajKSi3H1UmLbyNjUlVo2Lb6MlULGoDEtyUg2nnbj6GqDYyMfFPYf04IV75xl3SeX6PSgL0kxBRz9NYHBk4KxtJZSXqomM7kEFy9Fo+MThL9DNEb/y1hZWfHhhx8yceJEFi9eXPPv/fffp7CwEH9/fz7++GOTYbWjRo3i9OnTZhcuqvbSSy+hVqv56KOPyM7Oxs3NjbFjxzJ16lSTtL6+vqxdu5aFCxfWrKrbs2dPFi5cWDNf9V6Yd/pLpoaP57mwsVhIJFzLvc7HZ5dQcte8rJfbT8JD4crE/a//pWN/dWklJZWljG71MDYyK24U3OLt4wtIK238arm1OXcMZeDhNZx6ZhaJPxtumhN/3obUypKQf02mxeTHKEm4zckJb5K8eW9NvqK4BA49OJkOC9+k95avqcjJJ3bxKq6+//VfjuHjc18xJWwck0PHIpFIiMm7wYLz3xjNZZse/gzuClee/d2wGJVGp+G9k5/yfNvxvNR+MlqdlktZUSyPWms0L2n+ua+ZEjaOF9tNRiIx/O7jz9G/kK0y/xts1TzbONHr5VAit93i2FdR2DhZ0X5MC0KGGIap5d0q5s/5V+j6XDDNextuLpv39kKn1hOz9zYJx9KxdbOh29TWNLvrN0HtvZX0fTOcyxtvcnzJNaxs5QQ/5Ef4qIBGl1dguDOPvxXO0Q0J/PLJFexcrBn4TEu6jTAMJU2/WcTady8y/JU2tBtg6M1rN8AbjVrH6e1JXD6YhpOHDY+8Fkpo7zs/yTDgmZbYuVhzcV8KZ7YnYetsRfP2LvQd3wJr24bnRnmGOvHAK6Fc3XqLI19GoXCyouOYFrQZeqfMDn5yhe7PBdPiAUOZtXjAC61GT8ye28QfTcfOzYYeU1sT0K1xN2N/1fxzX/Ns6FM802ZMTV1beH6JUV2bGv407gpXnj/4BmCoax+c+owpbcfzYrtJaHRaLmdH8WPUOqO6tuD81zwbOo7p4ZNAIiEqJ5oF57aQ00Bdq/bRma94ru04nq26dkTn3uCTs98YXTtebPcMHgpXnjkw4y+9728ur6REXcoTLR/GRmbNjYJE3jnxKemlWQ1n5v69ri2N+o7Hg55kVIvHkUgk3Cy8yYqoH1Bp7sQ1ptV4XKxdeO+04SfENHoN31z5gidajuWp4Ilo9Vpi8q6xJX5TnXMa/45O09sQvSmBmC2J6PV6nFvYEzEtBMu75hlGro2nLLecgZ92BUAqt6D7jLZEbbjJldU3sJBKcAt1IvTJ5jU/Y5F+wdDoSjqSTtIR0wd/w1c80GBs92O5te3kzcxP+rNxxSU+nfUHzm4KJr7YmUeeMjwwS4jL5YOX9vHi7F70H9aS00eS0OshPiaHt583fXAxd8lgwjp64RvgyHtfPsjqb8+zaPYh7BysePjJNox5rmOj4mrd0Z2pc7qz6+dovn//FI6uNjw2NZxBo1sBkHwjny9mHOXpNzvRY3BAo9/v0PEh2DlYcXjHTY7uvInS3ooHhjdn+NOhDWeu0rK9G8+815l9a2L5ce45HFysGT6lDf0eDwIgJb6Qb988ydg32tPlwYZXWga4FZ1HUV4FAD+8YzrK6aHxrRg8oXG/7xnU3pXxszvy+9obrJ53EQdXK4Y+25oHHjPMb069WcSyt87wxIxwOg3ybdQx/1uIOaNNS6L/x5b5FIT7x4Nbx9/rEEwcGLWW9ZLgex2GWU/p43h4x4SGE94Dux9dw5wzpg887gdzui5lTeyL9zoMExNaf8uHZ+/PMnuvy1Ie3Wk6muJ+sOOR1QzZdn9+DvaOXHPfXtemH5pyr8Mw67t+K/jXsefudRhmLeq9/L4ut6jcBfc6DBNhLrM4nDr7XodhVl+fj9lza+a9DsOsoQEL2Z7w1x5CNZURzRff6xDMimnfuAb9vRByObbhRP9hRNtfEARBEARBEARBaHJimK4gCIIgCIIgCAIN/8at8M8SPaOCIAiCIAiCIAhCkxONUUEQBEEQBEEQBKHJiWG6giAIgiAIgiAIgEQqhuk2JdEzKgiCIAiCIAiCIDQ50RgVBEEQBEEQBEEQmpwYpisIgiAIgiAIggBIxGq6TUr0jAqCIAiCIAiCIAhNTjRGBUEQBEEQBEEQhCYnhukKgiAIgiAIgiAghuk2NdEzKgiCIAiCIAiCIDQ50RgVBEEQBEEQBEEQmpwYpisIgiAIgiAIggBIpGKYblMSPaOCIAiCIAiCIAhCkxONUUEQBEEQBEEQBKHJiWG6giAIgiAIgiAIiNV0m5roGRUEQRAEQRAEQRCanGiMCoIgCIIgCIIgCE1Ootfr9fc6CEEQBEEQBEEQhHstsV+7ex1CnQIPXbnXIfzjxJxR4b9S1uju9zoEE+6bT/Hwjgn3Ogyzdj+6hvWS4HsdhllP6ePQ3/7yXodhlsTvNSQvdLvXYZjQf38a/ZlZ9zoMsyRdF7BRen/WtTHaOE40a32vwzCrZ1Is2xX3X7mNKIvj4O2373UYZg30m8/SqBfudRhmTQ37nusFi+51GGa1cvwXk35/9l6HYeKnQT/el3GBIbYF56fd6zDMmtXpB+acmXqvwzBrTtel9zoE4T4ghukKgiAIgiAIgiAITU70jAqCIAiCIAiCIAAWYjXdJiV6RgVBEARBEARBEIQmJxqjgiAIgiAIgiAIQpMTw3QFQRAEQRAEQRAAiRim26REz6ggCIIgCIIgCILQ5ERjVBAEQRAEQRAEQWhyYpiuIAiCIAiCIAgCIJGKYbpNSfSMCoIgCIIgCIIgCE1ONEYFQRAEQRAEQRCEJieG6QqCIAiCIAiCIAASC9FX15REaQuCIAiCIAiCIAhNTjRGBUEQBEEQBEEQhCYnGqOCIAiCIAiCIAgYVtO9X//9O3Q6HV9//TW9e/emffv2PPfcc9y+fbvO9Lm5ubzxxht069aNrl278vrrr5OZmflvxWCOmDMq/M+wDO+CcsxUZH7N0RXmUbb/V1S71ptNa91nKPYvvlfnsYq+/ZDyI3tq0iqGP4XU0xddfg6qw3so2/Yz6LSNjs1aasUzoWPo6dUJa5k113LjWB61ltSSjHrzOVrZMyV0HB092iKVSDmfeYUVUevIryisSeNi7cSk0DFEuIcjlUiJzb/B6pgtxBckNjo+Gx8PhkXt5uiIF8k6crbetM3GDCP03Rewbe5H6a1UohcsI3H1dqM0zhFhdFj0Js6dwlAXlZK4aiuRc5agU6sbHdPx87f5cuUZ4pPycXGy4alHwpj8RDskkoYv1hqtjrGvbMPaSsaaLx4FICWjiIHj19WZZ+RDwcyf2b/R8SmtbPh05Is81r4ftlY2HI2/zOtbvuR6ZnK9+boFhjF/xHQi/IMpqVDxy8U/mb3jB0oqysymX/TYK0T4t6bf4umNiut4ZCZfbokmPrUYF3srnhrYnMlDguost6TMEh6a+bvJ9pY+duyaPxAAnU7PT/vi2XwokYw8FQGetkwZ1orhPfwaFROA56CetP3wdRxCgyjPzOXGd+uI+2JlnektLOWEffAyAeMewdLViaKYm8QuWkHypj1G6byH9SX03RdxDA+mIief21v2Efn+V2hKzZenOY69e+I/8zUUrYJQ5+SSvno9acvqjk1iKcf/tZdxGzkcmbMTqvibpP7wIzm7jGNz6NEVv1dfQhnSCl1FJUUXLpH0yULKk+u+OajNbUBP2sx5HbuQICqycklcuo74r+ovt9azX8Z37CNYuThRHHeTG1+sIHXLndhGlMXVmT/7yBlODJnYYFwx5zPZufIa6UnF2DtZ8cAjzRnwRMtGfT5v3yjgs5cOMefnB3HxVNaZbst3Vzm0NZ5vD45q8Jh3u3U5lxPrE8i9XYrC0ZL2g32JeMSv3thij2VwZksSBVkqHNys6TyyGaH9vIzSLHvuBCV5FSZ5X/ipFzb2lo2K7eLpFNb8cI7khHwcnW0Y9ngoI8e1rTM2daWWbeuv8ueeG+RkluLqrqTPQ0E8/nQ75HKpSfqy0kpeHvcrY6dEMPDhVo2K6W5WUiueaPk4ndwjsJJacb3gOhviNpJRVv8Nqr2lPWNaPUlblzAsJBZczY1kY9wmCisLjdINbvYQfX374GzlTE55LgeTD/JnyqH/2LhSr+Zx8ZcE8lNKsXGwpPUgH8KG1l/XEk5mcmX7LYqzyrF1s6btcH9aPmBc1xLPZBG1O5mCtDIsFTK8w5zoNKYFNg6Nq2cA6ZF5XN2SSGFqKdb2lrQc6E3rIfXHdutUJtd2JlGaVY7S1ZqQh/1p3tvTKE1uQhGXN94kL7EYuY2MwN6ehI0MQCoT/V/32nfffcf69etZsGABnp6eLFy4kClTprBr1y4sLU3rzmuvvYZGo+Gnn35Cr9czd+5cXnzxRbZs2fKPxtUkjdFZs2axbdu2etPExdX95fefpKysjG3btjFu3Lh7HQr9+/cnNTWVWbNmMWnSJJP977//Pps2beKll17i5ZdfZuvWrbz99tv1/i2Cg4OZP38+o0aZ//L/5ptv2LZtG3/++ec/9j7+CbKWoTjMWkTFyYOUblqOvHU4tuNeRGIhpWzHGpP0FRdPkjd7isl2+6lvI1Eoqbh4EgCbIaOxm/Q65af+pGTtEizsnVCOfg5ZQBBFn7/T6PhmRkwn2DmIn65tpEyj4qngkXzS8x2m/zmLUrX5m2YLiQVzus1EIbPh2yurkEmkPN1mNB/2eItXD7+HVq9FIbPh017vYS2zYk3MFtJKM+np1YkFPWfzzolPuF6Q0GBsCl9P+u3/EUtH+wbT+o16kB7rFhH31WrS9x3Dd8RAuv/8KbqKSpKqGgnKQF/6H/yJnFOXOTH6NexDWtDu49exdHbk3AsfNKq8Lkdn8MK7exjSN4hXn+nChah0Fi0/hVar4/mxHRvMv3zDJSLjsugc7l2zzd1ZycavR5qkXb/zGnsPx/P44JBGxVaTb/I8ugWG8ubWbykqL+WDYc9y6LVvCf3wKQrKis3maesTxB+vLeGP2PM8tuxtvB3cWDBiOsEe/gz+5jWT9DMGPMUbA5/i8PWLjYrpcnweL3xxiiFdfXn1sTZcuJ7Lok1RhnIbHmw2T0yS4aZs1axeWFveubm1uev/v94aw4+/XeflUSG0be7EkSuZzPzhPBIJPNy94QapS9d29N75A7c37yXyg69w6xlB+09nYiGTEvPZcrN5emxYjPewvsR+vpLMP0/h1DGMLss/xsrVmRvfrgXAZ8RAev3yDVmHz3JizGtYWMoJnT2dfr934GDvsei1DT8wsu3QjpCV35Ozey/Jn3+FfecIAt7+FxKplNTvzccW/M0XOA3oS9qynyg4cQrbtqEEffYRchdn0lcZYrPr1IHQNT+S+/ufXH91JhY2Nvi9Mp22v67n0oPD0eQXNBibU+d2dP/1B1K37CVm3le49Igg9OOZSGRSbnxuPrZOqxfjOaQv8V+uJPvwKRw7hNHhe0O5JfxgiO1In9Em+bwffZCWM6Zwa8WGBuNKjM7j+3dP0rGvLw8/04aEqFy2L49Cp9Xz4Fjz9axaWmIh3797Ep1WX2+6G1dzOLwtvsFYTI5/vZDt868S3MOdHmObkxZTwNE18ei0OrqMCjCb5/qpLPZ8FU3HYX70ae9M/Nkc9i+JQSq3oHUvDwBURZWU5FXwwMQgvEMcjPJbKRt3qxUbmcmHb+yn18DmjJ/aiegrGaxacgatVscTT7c3m2fZFyc5tDeeJyd3oFUbN27EZLNhxUWyM4p55d0+RmlLiir4aOYBstJLGhWPOVPbPk8Lh+Zsvr6Fcq2KR5o/wpud3uTdk+9Rpqn7u2pGh9ewllnzc8waZBZSHg96jH91nMGcM/PQ6g2fw9Etn2CQ/0C23dxOYmEi4a7hTAgZj1av5Ujq0f+4uLJuFHJw0VUCu7nT4fFAMuMKOb/hJnqtnvBHmpnNc+tsFke+i6bNQ774tnMm6XwOx5fGIpVb0Ly7oa4lnMrkyJJogvt70/GJ5qgKK7n4SwL7Pr7E8I86IbM0fQhRW058IUe/iMS/qzttHwsg53ohlzcloNfqaTPcfGy3z2Vz6ocYgh/0xautMykXczizPBapXEKzbobYSrJUHPrsCq5BDvR8KZTCtDKubkmgskRN50n1f/aF/1+VlZWsXLmSf/3rX/Tt2xeAxYsX07t3bw4cOMDDDz9slL6oqIizZ8/y/fffExJiuP95/vnnmT59OgUFBTg6Ov5jsTVJY3T27Nm88cYbNa979erFO++8w9ChQ5vi9E1q5cqVbN269b5ojALI5XL2799v0hjVaDQcOHDA6AnY0KFD6d27d1OH2CSUT0xBk3idoiXzAKi8chpkMhQjn6Zsz2ZQGz/N1hcXoCkuMNpmM+QJpL4B5L/7PPriApBYoHx8MpVXzlC0eHZNOnViHC6fr0PVtjPqyHMNxtbaKYiuXh354NRCLmRdBeBabhw/DvqCYYED2Xx9p9l8vby7EOQYwAt/vsXt4jQAEoqS+LbffHr7dOVwykkG+ffBU+nGzGPziMm7AcDl7CjsreyYEjaON49/WHdgEgmBE0fQYdFbNKIzA4B2n8wg+Zd9XJwxH4D0A8exdHYg/MNXaxqjbd56DnVxKUcfnY5OrSZt71E0ZeV0WvIe1z75gbLb6Q2e55ufzxMS5MpnswYA0LuLPxqtjqUbLjJxVDjWVnVf2mJv5rB0w0XcnBVG2y0tpbRvY/yEN+p6NnsPx/Pa5K5EtDV+Ml2fboFhPBLemyFLXmfftVMAHIu/TOKHW5n+wGN8sm+V2Xyv9x9DXmkRjy2bhVqrqdm+6un3aOXhX9OrGuDixeePvcoj4b3qbNia883WGEKaOfLZtE4A9A73MJTbrutMfCjIqLFZLTa5EE9nG7q1cTN7TFWFhtX745nwYIuaBm33UHeu3SpgzYGbjWqMhs15mYJLMZx++k0AMvYfw0Iuo83b07j+9Wq05cafT8f2IfiOGMTVdxcTPf8HADL/OIW2tIzw+W9wa+0O1IXFhL3/MkUxNzkydEpNr3v2sfM8fON3AieNImHFLw3G5v/6y5Rei+HG628BUHDkOBKZDN8Xp5K+cjW6CuPYlKEhuAweRNLCxaQsWQpA4YlTaFUqAt6aQdbWHWiLivGd9hxlN24S98KroDc0vIrPX6LT6UO4PzGq3p7Xaq3ffZmCKzFcmGIot6zfjyGRyWg1cxo3v12Nrla5ObQLwfuRQUTPWcz1zwzlln3oFJqyMkLnvcHtDYZyyz93xSifjY8nzSY9QcIPa0n9dW+Dcf32czS+QY48M6szAKFdPNFq9ezfEEffUUFYWpnWM41ax+HtN/nt52izPXp3K1dpWLvwAg6uNhRkqxqM526nNibiHmjHkFdDAQjs4IJWq+fs1iQ6DPNDbia2E+sTaNXdnb6TWgIQ0MGF8hI1Jzck1DRGsxINDbygrq44eipMjtEY65dfoHmwC2/M7QdARHc/tBodv6y6zCNPhmFlbXxdKyosZ//2WJ55sQujJrQDoF1nHwB+/vYcT7/YBQcnGwDOHE1i2RcnUZU2fvRJbS0cWtDBrT1fXFxMZG4UANfzr/NZr0/p79eP3Ym/mc3X2aMTzeybMfvku6SVGq7vycXJfNh9Hp09OnE64wwu1i481OxB1sau41DKYQBi8mNxtnYizCWs3kbf/RrXpV8TcQ6w5YHpbQDwbeeCTqvn6o4k2gz2NdtovLA5gYAu7nSdYKhrPuEuVJRouPhLYk1j9OqOJHzbO9Pj2TuNOwcvG3Z/cJGUS7kEdHWvM6ZqkVtv4dTMlu7TDI0M73BDbNd2JdPqIfOxXfklAf/ObnQcFwSAV7gzlSVqrv56q6YxGv1bMnJrGb1fC0Mqs8C7nQsySwsurL5Bm+HNULpaNxjb/UBi8e8Nh70fxcbGUlpaSvfu3Wu22dvb06ZNG86dO2fSGLW2tkapVLJ9+3a6dOkCwI4dOwgMDMTevuHOib+iSfrM7ezscHNzq/lX17b/Bnp9/U9zm1r37t25fPkyGRnGwz1Pnz6NQqHAy+vODba1tfV/1d+ihkyOZWhHKs4eMdpccfoQFgol8tbhDR5C4uCE8smpqA5sQxMfDYCFozMWdg5UXDxhlFZ7OwFdUT5WHXs2KryO7m1Racq5lBVZs62ospionFg6uberJ184t4vTahqiQM3r6nx+dt4UV5bUNESrXc2JoY1LK5Tyum+aHMOD6fLDXG6t3s6pCW82+D6UzXywDw4kZZvxkM7kLfuxaxmAXZDhaavXQ71I++2I0ZDc21v2YSGV4vVQrwbPU1mp5ezVVAb2DDTa/lDvFpSWqbkQVXdjtlKt5a1P/2TCiLYE+DrWex69Xs+HXx+lRTMnnnms4TpiFEubbpSUl3Eg+kzNtpySAo7cuMTQsB515nt351KGfjvDqCFaqTWUk7XszhCaxY+/Rkt3X/p/+RKXU26YHMecSrWWs7E5DIwwblQ/1NmH0nINF67nms0Xk1RAa38Hs/sALOVSNrzXh0lDWhptl8ssqFTrGozLwlKOe5+upGw3rje3f92P3N4W114RJnkcQloAkLrbeJhc5uEzyG2VuPc1fHHahzQn/cBxo7pWkZVLUUwC3kP7NhibxFKOQ7cu5O4/aLQ9d89+ZHa22HU2jc0myBBb3kHj2ApPnkGqVOLQzRBb8eUrpK38uaYhClCZlYWmuBhr/4Yb8BaWclwf6Er6TuNyS9tuKDeXHqax2QUbYsvYYxxbzpEzyGyVuD7Qxey5whbMQlteQfQHXzQYl7pSy42rObTv6W20vUNvb8rLNNyMyjGb79rZDPauieGhscE8+lxovefYtjQSe2cruj9kvgenLhq1jpRr+QR1cTXa3qq7O5UqLWmxhSZ5CrNU5KeVEdTVzSRPQYZhH0D2rRIsbaQ4eNj8pZiqqSu1RF5Mp1ufAKPtPfo3R1WmJvqK6ZSNstJKBo8KocsDxuXg28wRgIxUw4OqkuIKPnnrd8I6eDH36yF/Kz6AMJdQyjXlROVeq9lWrC4hLv864a5t68kXRnppek2DDyCtNJ300nTCXQ3X1gj3jqh1ao6lHjfK+33kUr69+t1/XFxatY6MmAKadTKuNwFd3FCXa8mMM61rxdkqitJVNOtsXD8DurpRnKmiMKMMvU6Pd5gzrfoZf74cvA3D2YuyGn44o1XryIotwDfC+Dx+nd3QlGvJvm4aW0m2iuIMFb6dauXp4kZJporiDMPnICMyD+92zkZDcv06u6HXG4YFC/dOdTvg7vt+AHd3d5M2AoClpSULFizg7NmzdOrUic6dO3PlyhWWL1+OxT/80zf3xQDuQ4cOMWrUKMLDwxk0aBBffvkllZWVNfuDg4PZtGkTTz31FG3btmXIkCFcvHiRTZs20bdvXzp27Mhrr71GeXk5AFu3buWBBx5g8+bN9OrViw4dOvDiiy8aTbqtrKxk4cKF9O7dmw4dOjB69GiOH79zsdm6dSuDBg3io48+IiIigunTDfOxDh48yBNPPEH79u1p27Yto0aN4tixY4BhiOqSJUtITU0lODiYlJQUZs2axYQJE4ze793bUlJSCA4OZunSpfTs2ZMBAwZQUlJCcXEx7733Ht26dSMiIoKJEycSGRnJXxUeHo63tzf79u0z2r5nzx6GDBli1DO6detWgoPvPGnLyMjghRdeoEOHDjzwwAPs2rXL5PibNm1i0KBBhIeHM23aNAoLjS9i169fZ+rUqXTu3JmwsDAGDBjAypWGJ/55eXmEhYWxfft2ozyff/45jz322F9+r3WRengjkVuiTTeeq6fNSAFA5t3wDY3t6OdAr6N049KabbrSYvQaDVJX4940idIOidIOqYd37cOY5WvnTUZpFjqMH2Skl2biY1t3b5yfnTdpZuaUppdm4mNniKmoshgbmbVJo9NLYXhy6qmo++FDWXI6O4MGcfGNBWjKyht8H/ZVDYSi67eMtpfEJwFgFxyI1NoK2wBfiq8bz1etyMmnsrAY+2DjBqY5t9OLUKt1Jo1Jfx9DgynxdkGdeb9bcx6NRsfLT3du8Dx7DsdzJTaLt1/oiVT61y6VIZ4BJOSkodMbN8bis1MI9vCvM19aYTaRqYahhwpLawa07swnj77A8fgrXE29MyTx3V1LCf9oPMfiLzc6pttZpag1OgI8bY22+3sYbmIS0833sMYmF1JarmHMvCOEP7uDXi/v4fNNUag1hvcmtZAQ7O+Am6M1er2enMJylu2K49S1LMYOaPjvadvcD6mVJcU3bhltL66qN/atTI9RkZMPgLKZ8WfMtoWhbG0DDY25ypwCkzQSmQylv1dNmvpY+/thYWWJKtE4NtUtw7XEpoVpbJo8Q2xWPj5G222a+dUcEyBlyVKyNm81SmPftTNyR0fKbjQ8/FQRaCi3knjj2EpvGsrN1ly55RpiU/gbl4myuaHcFAGmZeLUuR0+jw0h5oMv0BSXNhhXbnopGrUOd1/jeubmY3idedv8ENFmwU7MWzuYweNaY1HP5y3mQiZnDyYzfmZEo0dsVCvMVKHV6HHyNr4eOnoaGpB5qabDOfNSDNvqylPdGM26VYy1rZxdC6NYMuEI34w7wu7PoyjJN51Dak5GahEatQ6fWg9+vH0NPRCpyaYNBE9ve6a/2aum8Vnt9JEkZDKLmmNZWcv4duPjvP5BX+wd/n7PlLfSi2xVNvpa31VZqiw8FZ515AIvpZfZuZtZZVl4Kg35/O38yCzLpJVTK+Z0fZ/lA5aysNen9PF54D8yruIsFTqNHnsv43pjX1VvCtNN61phVf2zr9Wzbl/1gKMorQyJhYQu44NMGrlJ57MBcPKpe451tZKq2Oxqnceu6jzFZmIrqqrntfPYulfFll6GplJLaU6FSRpre0vkNtKaBqvw7xkwYEC9/+qiUhkeVNSeG2plZUVFhel1Sq/XExMTQ4cOHVi3bh0///wz3t7eTJ8+nZKSvz/U35x73hg9evQor732GqNHj2b37t188MEH7N27l5kzZxqlW7x4MVOmTGHHjh3Y2dkxbdo09u/fz7Jly5g/fz4HDx7kl1/uDLnKy8vj559/5ssvv+Tnn38mPT2dKVOmoNEYehzefvttTpw4waJFi9i2bRtDhgxh2rRpHD58uOYYycnJZGVlsX37dl5//XWioqJ4+eWXGTZsGLt27WLz5s04Ozvz5ptvUllZyeTJk5k8eTKenp4cP37c5OlDfbZt21YTr1KprFnhaunSpWzevJn27dszduxYoqOj/3IZDxkyxKgxWllZycGDBxk2bFideTQaDVOmTCE/P5+1a9fy1Vdf8eOPPxql2b17N/PmzeOZZ55hx44ddOzYkXXr7iwAo1KpmDx5Mo6OjmzcuJHdu3czePBgPv30U2JiYnB2dqZv375GjVGdTsfOnTvrnJP6d0gUhpsgncr4Qqivei1R1H/xltg7Yd1nKKp9W9CX3fUBrKyg4tRBbAY/jnW/hw0NUC9/7F+dB1otEqvGPSFXyhSUaUyfZpZpylHI6z6GQmZjNp9KU45CZsh3KOUEer2edzq/gr+dD0qZgr6+PRjob/gitZZa1Xn8yvxCVKmNXzXN0sFQzuoi44uUuuoGVm5vi9zBzmwaAE1xKXJ7W5PttRWXGi6atgrjC6pSIQegpKzSJA9AZGwWK3+5wvw3+2HZiDk1P26+TMdQT7q292kwbW0ONkqKyk1v3IsryrC3bvhmASBn4T4OvvoNtlY2vLzpc6N919Ianutrcm6V4dpnayM32q6sGvpXotKY5MkvriAzv5zE9GLG9A9kxcyejO4bwKr9N3l7+QWT9L+dTqHXy3v54pdoHgj34JGedTe8q9VVJzR31Zvasg6fpeRmMhFfvYtH/27I7JS49Yqg3fx/odfpkCkNN0MJP/2K36iHaD3zOaxcnVD4edFlxcfIHeyQKRv+fErtDLFpi41j05YaYpPZmsZWePosqqRkms99F4ee3ZDaKrHvHEGztw2xWSjMn1fm5EjQgg+pyMgke8v2BmOT2xti09RVbnamseUcPUtpQjLhn7+La19Dubn0iCD0Q+Nyu1vLGVMovZXC7Q3mpwvUpio11CNrhXE9s1IY6ll5mflhoo6uNigbWORHVaJm3aKLDHu6DR6+do2K524VZYbYLG2Mh7ta2hiuB5VmPgN38hhfM+RVryuq8mQnllCSV4FHCztGvN2OPk8HkRJdwOb3LqIub3hucmmJ4bqlUBqXgU1VOZaVmr+u1XbqcCJ/7rnO4FEh2Nobru9yudSkwfp32MhsUGlMH0yWa8qxkdX/XVVu5ruqXFuOjdTQOLaztMPJyompbZ/jSOoxvri4mKjcazzT5ukGG373Y1yVddUba8NrtZm6Vl3/6spTqTJfj4oyVZxbfxPnZrb4tnepM6Zq1eeW1zqPrCY20/PUlaf6tVqlRV1mPk31sc0d934lsZDct//+LmtrQ52+u7MPoKKiAhsb08/J3r17Wbt2LQsXLiQiIoIuXbrwww8/kJqa+p+5gFF9fvjhB0aPHs2YMWMA8Pf3Z+7cuTz99NOkpKTg6+sLwGOPPUb//oaVLB999FHmzZvH+++/T0BAAK1atWLFihXcuHFnuJparebTTz8lLCwMgIULFzJ06FBOnTqFv78/u3fvZvv27TWTcidNmkRsbCw//vhjzcRegOnTp+PnZ3haHBMTw3vvvcdTTz1Vs3/ixIk899xz5Obm4uXlhUKhQCqV/uXhrk899RRBQYZx+KdOneLy5cucPn26ZoLwjBkzuHjxIqtXr2bBggV/6dhDhgzhxx9/JDMzEw8PD06cOIGzszNt2rSpM8+pU6e4ceMGv//+O/7+hhvK+fPnM2LEiJo0a9asYejQoTXzY59//nkuX75MbGwsYGiMTpw4kXHjxqFUGm7AX3nlFVasWEFcXBwhISE89thjTJ8+vSa2U6dOkZeXZzJ2/d8iaeCZi67+oYQ2Ax4BCwvD3NJaipd9hl6txm7q29i/MBt9RTml29cgsVagrzT9cpQgMVmprr6V6/T6umOzqCefrmro3+3iNOad+YKX2k/mu/6GenOjIIG1sb8yLXwi5drG3eA0SkPDNnQ6JA2k0esaHubeUBJz5VJRqWHWZ3/y9Khwwlt7NHiOi9cyiL6Rw7dzBzeYViKRYFGrjtV+fbfavaXmyCykPPL9m1jLLXn7oYkcfeN7ei2aatQ7+lfp/o+98w6Psuj+973pbdN7IQ0ICSEktNB7byJNREBARBAVUMACCohiAaR3QQQEpUtRRKRJryGQBum9955N8vtjySab3RR9+QHv9537uvaCzM7M89l56plz5jwNLCFQd4/T19Vix4IuONsY4mglP4c7tLBER1uTNYeCmTncA3eH6rUjPm5m7PmkG2FxOaw7HMK0FVfY80m3+jOoNnhMqI5XRVkZFwa9QYfvl9Przx8BKEpM5c6cL+jy8xpkhfIHzIdL1yPR0qTV5+/h+/U8yktLifz+IAnH/1J48uuj4eNVVVtlWRnBE6fRdMWXeO/bBUBpSiqRS77EY+NqKopUrwva1la03P09OtZWPHxtisLY/f+h7erwN/Dbspyuvz0Zt6RUHnzwBe33rqG8UPnBXM/BBruhfXjw4deNSvYEDS9Vqe+61RCHNt/HzFqf3qOa/rsOGjj11Elr6PdUHdv9ZrZAQ1OCbVP5+eDoZYpFE0N+WXiX4AtJtB7oWG8/Da3waUwW4qvno1j52Xm8Wtsy5R31IdeNRf29qu5jrr5xklDPPe6JN1NTooVUR8qG+xu5kypPyBaSFYqFnjkvuQ1XrM18UXWpbrfOrp9oVt12Q7cGdT8zO7GAM1/fR0NTQq/Z3o0yVhrWpqZNI7T9m34F/5y//vrrX7WrcpClpqYqnuur/q4ZFVnF7du3cXV1xajGpKuJiQmurq7ExMT8Kw118dyN0eDgYAIDA5Ws7KqLR0REhMIYdXauDqWssuBrDqaenp6StW9oaKgwRAHc3d0xMTHh0aNHCvdyTaMS5AZs7UW5Li4uiv97enpiYmLCtm3biIyMJCYmRmF4lTfyRl0XNX9fUFAQlZWV9OrVS6lOaWmpWld6Q3h7e+Pk5MQff/zBpEmT+O233+r1ioI8vNbExERpjD09PRUzK1V1avfj5+enGBNzc3PGjx/PyZMnCQ4OJjY2VvFdxZMHpe7du2NhYcGvv/7K9OnTOXr0KH369MHEpO41av+UKm+mRE951l+ib6j0fV3o+vei9P5NedKi2n2XFJG3ZTn5P6xGw8qWirRkKkuK0O8zjNKUeJX6r3qMYHwLZa/v5YSbmOmq/l4DbX0Kyupe/1FQVoS+lmrIVW2P6b20h7zx5/vYPAnJTSlMo98Tz2h+WcMPvY2lLEce5qktVfb8VXm2SnPyFd4vLamqd1Db2EjRR31In3gOCoqUDen8J54DqaGqd2XNDzepqKxk5oS2yMrlx17Vw4asvAJNDeUHnD8uRWAi1aW7f8Oevc8Gv8GSocqZlw/e+QsbY3OVusZ6huQUNTzmsopyzobKX6Fz6fE9or88yuzer/DGni8bbFsX0ice0YJi5Rn5Ko+otJYnC0BPR5Mu3qrJMHq0tmHNoWBC43KVjNEmNkY0sTGifQtLjPS1+WjbHW6HZdC+haVKH1VU7fPax0TVcaPOiw6QHxHLuV4T0LUyR9fClLzHMRg0sUOioUFpljyksbK8nMBPVvFw6XqM3JwoSkylLCeP3uf3UpqpGvZYG1muXJumkbK2Ko9oeZ7647U4JpaHYyeibWGOlpkpRVEx6NrLtcmylbdr4NEcz52b0TQyJOj1aeQHBDaoC6AsV/24aTUwbgWRsVzuPwEdK3N0zE0pCI9B30l53KqwH96fyspKEg6pTwCjDj1D+XFUXKTsAS2u8pgaqh5njeHB9STunI9nwabeVFZWUl5eqXj4LS+vkE8KNfAgrmPwxMNUy1NZUij/u8p7W5OqstpenSovVdX39h6q13CHFqboGmiRFtNwSJuBkXxcimpFdlR5RA2N6vcaH9v/gB/W3cC7jR0Lv+2HTj1J3BrDcLdhjHB/SansVsptjA1UE5foaenVmbEWoEhWhJ6m6r1Kr8a9qri8mIrKCu6nKx//DzIe0sqyFcY6xi+srtzSXJU+dOo4bqr+1lFzrFUdn7U96VXHWm2PflJwFufWPERbT5OBC30V4bwNUdVP7e1UadNWo027gd+jra9V7SVVEwlQVlSutl/Bs6NFixYYGRlx48YNxbN9bm4uwcHBTJgwQaW+ra0tp06doqSkBF1deZRFYWEh8fHxDB8+/Klqe+5HRkVFBdOmTePll1VfqVDTu6ilpSq1vgW02tqqN7zy8nI0NTUVxu5PP/2k8NjV1WdN4+vmzZu88cYb9OzZk7Zt2zJs2DCKioqYNWtWnTrUURUqXNd2KioqMDIy4siRIyr11L0HqDFUheq+8sor/PXXX0ohzeqQSCQKg7EmtfdD7To1xz0tLY1XXnkFc3NzevfuTdeuXWnVqhU9elSnm9fU1GTEiBGcOHGCCRMmcPbsWdauXftvfmKdlKckUFkuQ8vWkZq3eU1b+USHLCG6zrYaZlZou3mQu+EXtd/rtOlCZUEeZWGBlMfL10FKjM3QMLdGFqn6ipzTMee5mRKgVNbRti1trFshQaK05sXe0Ib4/ETqIiE/CTcT1fWudkY2PMqSh3Fa6Vvga+XN+bjLpBSmKeq4m7iQW5qnVPafkhsm//1GTZ3JCghRlFclLsoNiUBWUEhhfLKirApdK3O0jY3ICYlocDtN7I3R1JAQm6D84BybKP/brYmZSps/LkWSmJJHm2Hfq3znPWAry+f3YuSAFoqyC9dj6NPZFW2thsN5t10+xskHysktRvj2YIBXRyQSidLMfFMrR0KSo+vsa2irruQU5SutBc0tLiAiLQF7k7oNusbQxNpQPm4pyg/GVX+72auGPUYn53M9OI3B/g4Y1zDyi0vlDxvmUh0yc0u4FJhCNx8bLIyrw769XEwBSM2uf71xfkQsFTIZUnflY8Ko6ZObpZpjQlNPF8dRA0i/cpeC6HhK0uSJMczayBPfZN2VJzKx7tEBDV0dks9cVvQj0dTEtFVzon6s/3VjAMWxsVTKZOi7KE9K6D35uzBcNVxaQ1cXi8H9yb19l5K4BMoy5NqMWsm15T+sTrJi0smfFts2UJ6Xx4PREyhqxFrRKgoi5eNm6KY8boZP1s3mh6qOm4aeLvYjBpB57S6FMfGUPhk3U1+5tuyAIKX6toN6knH5NiWp6pNbqcPK3hANDQlpCcqTLmmJ8uPMtsk/D68FuHcpgbLSCr6cdlblu/cGHMO/fxMmLWhXbx+mtvpINCRk11oTl50sNzzMHVUnyarWimYnF2HtVq29qg9zRwNKCmQ8vp6KbTNjLJtUexEqKyopl1U06h2jdg7GaGhKSIpTNmyS4uV/Oz05n2pTWVnJtu+ucfJAEN37uzPnsx4NZiNuDBcTLnE/XTmrchurNnhbtFS5V9kYWJNUUHfiuOTCZJpIVSf2rPWticqV3zdSClPQkGigJdFCRvUzkqbkyQTCkyieF1VXbaTWekg0JOSmKE8oV/1tYq8aEm/yZH1pbkoRFi7Vx1peVRuH6jaRV1P4e0sIJvYG9FvQGkPzupfc1MbIWg+JBuTX0lb1t7EabcZ2ckM3P7UI8xraarbR1tNC30xHpd/i3FJkxeVq+31RkWj+33Pj6ujoMGHCBFauXIm5uTkODg6sWLECW1tb+vfvT3l5OZmZmUilUvT09BgxYgQ7duxgzpw5zJ49G4A1a9agq6v7VJfSwQuwZrRZs2ZERUXh7Oys+CQnJ/Ptt99S0IhQpbrIzs4mLq76xeGPHz8mPz8fLy8vmjWTZ31MS0tT2u6RI0fUGoBV7Ny5E39/f9avX8/kyZPp0qULSUnyC13VA2ft0AttbW2Vhb4NubebN29Ofn4+ZWVlSvq2b9/+r93zVUmfDh8+jJOTE+7u9YeoeXp6kpeXpxT6HB0drfRbPD09uXtX+f2GNZMsnTx5kuzsbPbv38/bb79Nv379FAmOaj6gjxo1ikePHrFnzx6kUilduzacUfUfUVZKWUgAuv7K71zT7diTioI8ysLrXoer3UweylwWpt5bod/vZYwmvqNUZjDkFaiooLRWll2AzOJswrOjlD730h5goK1PG+vqrH/GOlJaWnhwt0aG3drcS3uAk9QeJ2l1MhInqT1NpA6KzLwmusbM9puGj2V1SLaprgndHTtyI/lenX3/G/IjYsmPjKPJ6AFK5U6j+pP7KIqCmAQAks5cwWFoTzR0tGvUGUCFTEbKuesNbkdXR4t2PnacuRyldByd+TsSqaEOPi1UPXmblw3i4MZRSh+vZpZ4NbPk4MZR9OrooqibnVtMTEIObbzrTnxRk6ScdO7Ehip9zgTfwFjfkAFeHRX1LI1M6d7UlzMhN+rsa26fcWx+dYFSmK+DqRVedq4EJjRsqNeHro4m7TwsOHM7UXncbiciNdDGx03ViE/LLmbJrgBO30xQKv/9RgJG+lq0dDGluLScj7bd4dDFaKU6Vx7I1xt7ONWfAr6ipJS0S7dxfLmfUrnTyAGUZueScVP13KsoLaPtuk9xf7P6fZgSTU2az5pAXngM2Q8eAeA4agDtty5DUmMSzW3qKHTMTIj/VdWoqU1lSSk5N29jPrC/UrnFoP7IcnLVejEryspwW/optq++Ul2oqYnd6xMoio6hMFSuzbClJ547N1OSlETgiHH/yBAF+bhlXL6N/UvK42b/0gDKsnPJuq1+3Fp/9ykuU5XHzW3mBPIjYsh9+Eipvlk7HzKvN+4dtlVo62jS1MeS+5eVj7OAvxPRN9TGpYXqcdYYhkzyZMHGXkqfLoNdAFiwsRdDJjX8HmAtHU0cvUwIv5GmpO3x9VR0DbSwbaZ6rJrZGWBirceja6lK5Y+vp2Fqp4+JtT6a2hLOff+Im0eU7+0Rt9KRlVbg5G3aoDYdXS28fW25eiFaSdvV81EYGunQrKX613Xs3nSLkweCGDG+FfM+7/VUDFGA7JJsonNjlD4PM4LQ19LH26I627FU24jmps2VMtnW5mFGEHaGdtgbVufRsDe0w8HInqAn7QLT5fcsf1vl8GI/K19i8+IoLi9+oXXVRktHE5sWJsTcUj7Wom+moWOghZW76rFmbGuAkZUe0TeUJ4mjb6ZhbKuP1EpuEMYFZHBpcwjWzU0Y/Fmbf2SIAmjqaGLlYUrc7XQlbXG309A20MTCTVWb1MYAQys94m4qa4u7lYbURh+jJ9psvc1JCMigvEYm9bhbaUg0wMbz3537gqfHe++9x+jRo1m0aBGvvvoqmpqa7NixA21tbZKSkujatSu//SZ/DZ+1tTX79u2jsrKS119/nSlTpqCtrc2+ffuQSv/dpGJdPHfP6JtvvsmcOXPYsGEDQ4YMITk5mYULF+Lo6Pgfv2Zk/vz5LFq0CJlMxtKlS/Hz86N9+/ZIJBJ69erF4sWL+eyzz2jWrBmnT59m69atfPXVV3X2Z2dnx9mzZ7l9+za2trbcuHFD4cWrChE2MDAgJyeHqKgoHB0d8fX15dChQxw/fhw/Pz+OHz/Oo0eP8PGp+1UR3bp1w9PTk7lz57Jw4ULs7OzYt28fR44cUUki1Fg8PT1xdnZm1apVvPXWWw3W9/f3p3Xr1ixYsIDFixejqanJsmXLlDzH06dPZ+bMmXz//ff07duXv//+mz/++ANr6yeZWm1tKSoq4vTp07Rt25bIyEjF+NYMqXZ1daVNmzZs2rSJiRMnoqn5dG6mNSk4vAvTT9dhPPdLis+fQNvDB4Nhr1GwbxOUliDRN0DT0ZXy5ASlcFzNJu5UlpZQnpKgtt+i3w9gumgtRq/PpuT23+h4t8Pw5dcpOLa7zja1CcoIIzAtmHltZ/JD0M/kleUz3mMkBWWF/BZdPfngJLVHW0ObyBz5A8+lhBuMaTacpR3nsytY7rmd7PUKUTmx/J0oN3jCs6MIygjj7daT2Rm0n/LKCiZ5jqG8ooJ9oXVPvDQGLakhJl5NyY+IVWQ3ffD5Rjrt+pqSjGwSjp/D8aU+OL8ymMuvzFG0C/n2e5xfHULP378n9LsfMG7uQuvl7xO+7UCj3jEKMPO1tkxZcII5y84wamAL7gWlsONAAB9M64i+njb5BaWEx2TSxN4Ec1N9PNxUkzoY6su9Fa08lB/yHkXJvUXuzv/+xvl3eADnw+7w05QlLDi6kYz8HJYMnUZ2UT6bL1WPu6etC7paOgTEy42AZb/t5M/31vHLtC/YdvkYVkZmfDp4ClmFuaw6u+9f66li5kstmPLNZeZsuMmo7s7ce5zJjt8e88HYlujrapFfVEZ4Qh5NrA0xN9albXMLOnlZ8c3+hxSXVdDUXsrF+8ns+TOCj15thbGhDsaGOozq7symY6FoaWrg5WzC7bAMtp96xOgezjR1qN8YBQhavpleZ36g8y9rifrhMJad/Ggx7w3uf7yK8qJilWOtsqKC8M37aD77dQrjk8l7FEWzt1/DsksbLo+cpVi8FLH1Z9ynjcX/h6+J+uEQpj4t8PnqA2J+OUXapYbfAQwQv34zLX/6AY9Na0g5cBjjtn44vPUGMV+voqK4GE0jQ/SbNaU4JlaeSbeigqQ9+7F/YxIlyckURURhN2k8xu38CHnzHYW2pt9+gURLi7jVG9BxsEPHofqBWJaRSXFsXF2SFIR9s5kup36g/d61xOw+jEVHP5rNfYOgT6vHTdqiKQVRsZSmy7VFbt+H+6zXKUpMJv9RFK5vvYZ5pzbceGWW0qIvfSd7tE2NyQ355+uUB77mwfoFl9mx7CadBjoTGZTB2QOPeGmaNzp6WhQVlJEck4elvSFS08Y9SFvYGmJhq+y5fHhdfr1w9mj8ueo/2oVDSwM4ueoh3r3tSQzL4favsXSb4I62riYlhTIy4gswtdHHwER+jeg4xpU/NobwlzQMt/aWRNxM59HVVIa8Lzd+tHQ0af+yM9d+icLARAfXNhakx+Zz7UAU7u0tadJKNWRfHWOn+vHpO7/xzSd/0XeYB6GBKRzZG8jrszqgp6dFYX4psVFZ2DkaY2KmT+SjDA7vuU8zLyu69HYl7KGywdzE1QyDBsJ7/wmPsh8RkhnK9FbTOfj4IPml+bzk/hKFskLFOzhBbtBpaWgTmyfPOn0z+RZDXYcw128uh8LlS7JGNx1NXF4cN1Pk52FYVhj30gJ41WMcupq6xOcn0MWuM01Nm7IuYMN/pa7WI1z446sALqwLolkPO1If5/DwVCztXnFDS1eT0kIZ2QkFGNvoo/fEe+77sguXt4Vy7QctnNpYEnsnnegbqfR4Rz6hLCst58r2ULT1NPF5yZnsWhEIhua6GFo0nDG55UvOnP/mPlc2BOPW3Zb0x7mE/BZH67FybWVFMnISCjCyrtbmPcKZG9vD0Nn1CIc2FiTczSD2Zhqd366e7PYa4kTs9VQurAykxUBH8pKLuH8oEvee9v817xj9v4ympibz589XSRIL4OjoSFiYckSfu7s7W7Zs+f+u67kbowMHDmT16tVs3bqVLVu2YGpqSu/evZk3b95/3PewYcOYPn06paWl9O7dm4ULFyo8l6tXr2b16tV89tln5OTk0KRJE7788ku14cJVvPfee6SnpzNjxgwAmjZtyvLly5k/fz4PHjzA3d2d/v37c+DAAYYPH87evXsZPnw4ISEhfPHFF8hkMgYNGsTrr7/OvXt1e6U0NTXZuXMnK1asYM6cORQVFeHu7s6GDRuUXlb7Txk0aBCbN29m8ODBDdbV0NBg69atfPHFF0ydOhU9PT3eeustEhKqDayePXuyatUq1q9fz9q1a/H19WXq1KmcPHkSkO/boKAgvv76a/Lz83FwcGDMmDH89ddfPHjwgFdffVXR18iRI7l792694/+fUBZ0h5xVn2A0dhom87+hIjON/L0bKDq5HwAtVw/Mlmwid+Myii/+Vj0OJuZU1LOmtDTwJjlrP8Nw5GT0+46gPC2ZvJ2rKDr9zzKNfXlrLdO8X2Nqy1eRSCSEZD7m69vrKSirDid722cy1gaWvPHn+wDIKmR8evUbpreawDu+UymvKOde6kO2P9yrlCTnq1vrmOb9GrNaT0UigQfpIfwYfJC0osaH3qnDvE1L+l7Yw7XJHylCHqN+PIqmrg6e86biPnUU+ZFxXJ24gNgDvyva5YZFcr7/VPxWLKDboXWUpGcRunoXgZ+ta/S2O/o5sm7xANb/eItZi09jY2HI/OmdmDrGF4Cgx2m8Pu+4SvhtY8jIko+5idE/m22uzchtH/HdqNmsGPkOGhINrkQEMvb7hWQXVq8z3PTqAlws7HBdJD/uLzy6S7917/H5sOkcevMrZBUyTgdf58OjG0nN+8/f0dbRy4p17/qz/mgIs9bewMZMj/njvJn65B2hQdHZvP7VZZa/2YaR3ZzR0JCwfrY/G46G8uPpcNJyimlibcjnU/wY09NF0e/iyb44WRty4HwUiRlF2Jnr895IT0W/DZF6/jqXx7xLq8Xv0fXIRooSUghY8C1hq38A5Mda73N7uDG1+lh7sGQ9lRWVeC54Ex1zE7IDQrk0dDrJf1ZHJOQEPebS8Ldo/eUHdPt1C8XJ6QQv30LwV1vV6lBHztUbhM54jyZz38Vz20ZKU1KIXr6CxO1ybYbeLWn1y24ef/AxqYfk2uJWr4fKChxnTEPL1ISC4FCCJ79F9t9ybbpOjhh5yw2ZFltUj/uUg0cJn/dxg9rSL17n5vh3abHwPfx/2UhxYgpBn3xL+Dq5NlPflnT9Yw93p39E7F65ttBl66Gikmbvv4mOmQk5gaFce3k6aX8pR3Lo2sgncMqyVdfDNYSHnzXTFvtz6scQti2+jomFHiOmt6LvGPnxEPc4m7Xz/mbC/Lb/+F2h/ylNWpkzbH4rrv0cyfFvAjEy16X7pKa0Gy4P10yNzOPg4nsMmOVJy97yCYKWve0ol1Vw+9dYHp5LwsRGj4HveuLRpToZWsfRLhgYaxNwOoH7ZxLQN9LGp78DncY2/HqjKlq3c+Djr/uyb/tdvlxwBgsrQ6a868/Lr8knryPC0vnk7VPM/rQHfYc25+r5KCor4XFwGvOnqWY7Xr5pCK3aNu4VY41lw/2NjGv+CmObjUGChPCccDYHblZamzmxxQQs9S2Zf/lDAGSVMlbeWcV4j1d53fN1yivLCcoIYn/Yz0r3qk2BmxnhNpwBzv2RaktJLEhkw/1NKmG5/y267Fua0Xu2N/cOR/HX6gcYmOnS/lV3vIfIj7WM6DxOfxlA1+ktaNZDfqw16yE/1h6eiuPxxWSMrPToNsMTt07yYy31cS5F2fLJ/DNfq27fd6QLfqMaPuZsvczo+m5LHhyN5u+1D9E308V3nDueg+QJOzOj8zj31X383/TArZtcm1s3OyrKKgn5PY7Iv5MwstKn41stcO5YPaFrbG9IzwU+BPwcweUNQegaaeMxwAmfkS4NanqRaGj9ueDpIqlsKFXcfyFHjhzh448/VrHwBS8u69ev5+rVq+zfv/+p9Jc69t8b7f+/sD5wjaG/Tmy44nPg5Et72CdRzab2IjC+MozKuDXPW4ZaJE5zkMzs2HDFZ0zl5utU3vjoectQi8T/a37WfDGPtXHlYVxx/meTF8+KLjGhHDN48cZtRGEYZ+MaNpyfB32dvmLrw5nPW4Za3vLezKPslc9bhlqam85jyp9vPG8ZKvzQb8cLqQvk2r6+PeN5y1DLR+22sORGwxFxz4Ml/o2fGHyWvIjPkFVYH7j2vCU8dZ67Z1Twv82dO3eIiopi9+7dfP75589bjkAgEAgEAoFAIHhGCGP0v5AZM2Zw40bdSVBA7h12dW18eNDz4vz58+zdu5dRo0YxaNCg5y1HIBAIBAKBQPA/TGPe1yp4evyfNEZHjhz51NMOv0gsXbqU4uL6X5dgb/9014n8/2LevHlPZX2wQCAQCAQCgUAg+O/i/6Qx+n8dGxubhisJBAKBQCAQCAQCwQuMMEYFAoFAIBAIBAKBAJBoijDdZ4lGw1UEAoFAIBAIBAKBQCB4ughjVCAQCAQCgUAgEAgEzxwRpisQCAQCgUAgEAgEiGy6zxrhGRUIBAKBQCAQCAQCwTNHGKMCgUAgEAgEAoFAIHjmiDBdgUAgEAgEAoFAIEBk033WCM+oQCAQCAQCgUAgEAieOcIYFQgEAoFAIBAIBALBM0eE6QoEAoFAIBAIBAIBINEQvrpniRhtgUAgEAgEAoFAIBA8c4QxKhAIBAKBQCAQCASCZ44I0xUIBAKBQCAQCAQCQKIhsuk+S4RnVCAQCAQCgUAgEAgEzxxhjAoEAoFAIBAIBAKB4JkjqaysrHzeIgQCgUAgEAgEAoHgeZP7Vq/nLaFOjLeef94Snjpizajg/ySVSZuetwQVJHZvs+TGW89bhlqW+G+lMm7N85ahFonTHPZJPJ63DLWMrwzDZ/fY5y1DhcBJB6D8z+ctQz2a/aiM+OZ5q1CLxP1Dbqcue94y1NLO+lMqM3Y9bxkqSCwmY7/l5ectQy2JM46iNbvL85ahFtnaK4w5Nfl5y1DLwSG7mHvpzectQ4XV3bcz7+8XTxfAym7bWXV3xvOWoZYP2mzh2zsvprYFbbc8bwmCFwARpisQCAQCgUAgEAgEgmeO8IwKBAKBQCAQCAQCASKb7rNGeEYFAoFAIBAIBAKBQPDMEcaoQCAQCAQCgUAgEAieOSJMVyAQCAQCgUAgEAgAiaYI032WCM+oQCAQCAQCgUAgEAieOcIYFQgEAoFAIBAIBALBM0eE6QoEAoFAIBAIBAIBIpvus0Z4RgUCgUAgEAgEAoFA8MwRxqhAIBAIBAKBQCAQCJ45IkxXIBAIBAKBQCAQCABENt1nivCMCgQCgUAgEAgEAoHgmSOMUYFAIBAIBAKBQCAQPHNEmK5AIBAIBAKBQCAQILLpPmuEMSr4n+HyrRjWfH+V8OhMLMwMGD/Ch6mvtEEiafiiI5NV8Oo7B9DT1WLP2tFK3/UYvYOU9HyVNteOTcfMVL/BvpMeZBJ4KIqchAL0jHVo1teeFoOc6tUVfS2FoOMxFKQWY2iph+fQJrh1s1WqkxGZS8DPEWRG5aGtr4VrN1u8X3ZBU6vxARGXb8exZucNwmOysDDTZ/xwb6aOad24MSuv4NX3jsrH7LuXAIhPzqXvhJ/qbPPyAA++mt+70foA9B1sGPLwJJdGzCL14s166zqPG0LLRTMxcnOiIDqB4K+3EbX7mFId87be+K1cgHk7b8pyC4jadYQHSzZQUVb2z3Rp6TK3zQT6OvtjoKXHnZRgVtz+kejcpEb3sarH+xSWFfPp1U111rExsODI8FXsDTnF5vsH6+3v8pUQVq89QXh4EhYWxrz2ajemTulT5/4sKSlj46bfOXHyFplZ+bTwcOCdWYPp1tVLqV7A/ShWrT7OgwcxGBjo0q2rJwvmvYyFhbTRv/Xy3QTW/HiH8NgsLEz1GT/Uk6kjvRt/rH1wUn6sfTNY6buzV2PY9HMA0fE5WJrpM7x3U6aP9UFHW7PR2gJvJnJwewDxUTmYmOvR72UPBo/zbJS26EeZfDb9d1btfwkrOyOl725fiuPojw9IisvF1FyPLgPceGlCS7T+gbbLNyJZs/Ui4VHpWJgbMn5UW6a+2qHx17W3dqOnp82eja8pfXfkVCA/7LtBbEI2drbGjB/Zholj2jWq3yoMtPRY1HESg906Yqitx/WkYJZc2UlETmKj+9jWbz4FsmLmnl+vVG6uJ+Vj/4n0btIGAy09AtPCWXbtRx5mRDWqX0Mdfb4aPpORrXtipKvP3xH3+eDoOh6lxtbbzs+xOZ8PmU67Ji3QkGhwNy6MT05s5l78I0UdexNLvnlpFgNadERLU5PrUQ/59NQ27sSFNkqbnqYur7UYS0fbduhp6RKcGcaPwftJLEiut52JjjGve72Kr1UrNCUa3E0N5MeQ/WSX5CjqSLWNGN9iDG2sfdDV1CUiJ4o9Ib8QnVv/765CVlxO6OFIku+mU15SjnkzEzxfccfI1qDediW5pYT8EkFaUBaVFZVYeZvjOdYNPVNdRZ2izBJCD0WSEZJNhawCixamtBjthqFNw/dRWXE5IYcjSbqTjqykHItmJrQc1whdOaUEHYgg9aFcl3Urc1rW0lWcU0rYsWjSgrIoLSjDyMYA94GOOHSwblBXfGAmt36JJDO+AAMTHbz6O+AzpP77e/iVFO4djSY3tRiplR6+w5vQvIedUp2wi0kEnowjN6UII0tdWvZ3pOUAh390fsYHZnLnQCRZ8QXom+jg1c8B7wa0RVxNIeBoNHmpxRhZ6dF6eBOadVfWFnU9lcCTseQkFqJjoIW9txntX3VH30Sn0doE/1s89TDd48ePM3bsWHx9ffHz82PUqFH8/PPPT3szdRIfH4+Hhwc3btyos85HH33ExIkTn5mmqm16eHgofVq3bs2wYcM4cODAM9Xybzl//jzh4eHPW8a/IiAoiZkfH8etiTnrPx/CsL4erNx6me37bjeq/fZ9t3kQmqJSnpVdREp6PvNndOXnjWOVPlIjXTU9KZMensOl7x5gbGdA1/da4tLZmoBfIgk5WfeDQdytNK5tCcHO25xus72x9jTlxvZQYq5X68tPLeL8t/fR1NGkyzst8RjkROjpOO7uedyo3wsQEJzMzEW/4dbEjPWLBzCsdzNWbr/G9p/vNar99v33eBCWqlRmbW7Iz+teVvkM79scbS0NRg/0bLQ+AANHW3qf2YmOqXGDdZ1G9qfzTytJPnOFv0fMIvXCTTr9+A3Or1QbL4aujvQ++wPlRSVcGTuH0FU7afH+FNquW/SPdAF80202/Z07subuTyy8sgFrA3O+778YqY5hg20lSFjQ7nX6OXdssO7nnWci1an/gQvkBuOMmVtwc7Vh/do3GTa0HStW/cr27/+ss83CT/fx0/5LTJvWj80b3qJJEyvemrmF27errwMPg2KZNHkdhga6bFj3JvPef4krV0KZ9e62BjUptIWmMnPJn7g5mrB+YR+G9XRn5c5bbD8Y2Kj22w8E8uBRukr5lbsJvPvlX7g4GLN+UR9eG+bF9oOBfPN9/ZMWNXkclMbKDy9g18SEOV/2oHM/V/ZvvsuJn4IabBsXmc2KBecpL69U+e7BrSTWLLqInZOUuV/2oN9ID07sDeKnDXcbrS3gYQIz5x/EzdmC9V+NZFj/lqzceI7te643qv32Pdd4EKI6OXLweACffHmKHp2bsmXlGEYMasU36/9i6+5rjdYGsKnvXIa6d2b5jT28d24dtgbmHBy+DJNGngNLO09lqHtntd9/3/9DBrp0YMXN/cw8uwqJRIPDL32Bk7RhAwFg76QljPbtzScntjB57xfYm1hy9p31mOrXPYHibunAuXc3YqCty5v7v+aNn75EV0ubi7M309y6CQDGeoZcnL2ZPs3b89lv2xi7cyFRmUmcf28j7Zs07vo2228Gneza81PYQdbf3465nhmLO36IoVbd57mGRINPOrxPM1M3tj34ke0Pd9PCvBmfdpiHpqR6cmNe23fpYOPHz2FHWHNvMxpIWNrxY6z1LRulLeD7EJLvpNNipCutp7agOLuUGysDKSuoe7KuorySW2sfkh2Vh/eEZrR8rRlZEbncXPOAClkFALKScm6uDiQ3Lp+WE5rSepq87+sr7lNaT99V3N0eQuLtdDxHueL3RNfVFYH1tq0or+T62odkRebhM7EZrSY0IzM8l+urq3WVl1VwY80D0oKz8HjJmfZvt8TExYi720KJu6b6TFCTlMc5nP42EBN7A/rP9aZpFxtu7Ivg/vG67++RN1I5tzEYBx9z+n/gjZ2XKRe2hBJ+tXpboecSubgllCZ+Fgxc0Irm3W25tiecgF9jGhynKlIf5/DnCrm2vnO9ce9iw839EQSeqFtb1M1ULjzR1vd9b+w8Tbm0JZSIGtoirqZwbl0Qlq5Ses/xpu1YNxKDs/jti3vISssbrU/wv8VT9YweOnSIL7/8koULF9K2bVsqKyu5cuUKX3zxBenp6bzzzjtPc3P/moULF1Je/uxPCj8/P9avr57dLS4u5vDhw3z66acYGxszcODAZ66psSQkJDBjxgx2795N06ZNn7ecf8z6XdfxbGbFtwsHANDN3wVZeQVbf7rNpNF+6OnWfSqEhqex9adbWJmrPgiEhKcB0K+bO00cTP+xrgdHojFzNqLTDPlDir2PBRXllQSdiKX5AEe0dFQ9JPcPRtKkvRVtXpPvBzsfc0rzywg8HI1zRxsAgk/Foq2nRbc53mhqaWDf2gItHQ3u7H6M1zBnDC31GtS2/sfbeDa15NuP+gDQrUMT+Zjtv8ukkT71j1lEOlv331UZMx0dTXy9lD24Dx+l8fuFcOZM9adtK+UZ1jqRSHCdNAK/lR/S2Ing1svfJ/bgae6+/xUASWcuo2Nugs+y2cT88hsAXh++SVleAZdeepuKsjISf7+ErLCYdhs+JWj5FgrjGufV9LFsRk+ndrx9djmXEwMAuJsSwu8jNzLOoz/bHxyts20z0yZ83GEqLS3dKZKV1LudVzz642pi3yhN6zecwtPTkRXfvA5A925eyGTlbNl2hkkTe6KnpzxrHZ+QwYmTt/hs0Rhee7U7AB07NufuvUj2/fw37drJj78VK4/h5enIpg3T0dCQz28aGenx5VeHiItPx8mx4Yfc9Xvv4elmzrfzewDQrZ2j/Fj7JZBJL7Ws/1iLzGDrgftYmal6T478+Rg7KyNWzOuBpqYGXdo4kJ5VxK6jD/noTX+0GxElcHhHIC7NzHj70y4AtPa3p1xWwa97ghg4pgU6arTJysr543AYh3fcR1vNOQxw8bcILGwMefvTLmhoatCqvR05mcX8fiCE195ti1YjtK3//m88m9vw7eLhAHTr6I5MVsHW3VeZ9Eo79HS162wb+jiFrbuvYmWhahhu3X2NAb1aMG9WLwA6tXMhOi6Tnw7dZsbr6o3D2rS18aC/SwdeO7WM83FyA/tGUjA3XtvC696DWHf3UJ1tPc2d+aLrm/haNaWoTPUccDOxp6N9Sz64sIGfw/4C4HZyKA8m/8iY5j357k79E7wdXVoyrFVXhm75gNMhcsP9csR9whcfZGbXl/nqz91q273TfQyFZcUM2zafwtJiAM49vkPE4kPM6jaa2Ye/Y0rHobha2NN9zQyuRj0A4GzYLSwNTVj18nt0XzuzXm3NTd1pZ+PHlzdXEZAmbx+a+YiNvVYwwKUPR8JPqG3Xya49biYuzL34CfH5cs9zdG4sq7p/QSe7DlxOvIadoQ1eFh5sDtzJ+fi/AQjLesyOvuvp7tiFQ49/rVdbVkQuqfczafeeN9atzAEwa2bMhY9vEnMhiaZDmqhtl3w7jdzYfLotbYvUXn68GTsZ8veSOyTdTsOhow3Jd9IoSC6i25K2SB3kdaQOhlz4+CbJt9No0qPu61xmRC4p9zPpMNsbmye6zJsb89dHN4k+n0Tzoep1JT3R1fPzal0mToZcWHyHxNtpOHa0ITUwk9y4Arot9MPUVT5RYdXSjKLMEiJ+j8Opk02duu4cisLCxYjes+SRJE6+8vv7vV9j8B6k/v5+65dI3Pyt6TypmbxNawtK8mXcPhhF087ybd37NQZXfyv8x7sD4OBtTk5SEQ//SMBvhEudempy94m2nm/LtTm2lmu7/2sMLQeq13bnl0hc/a3pOLGZok1JgYy7B6Nwf6Lt/q8xOPqa0+UND0U7E3t9Tnx2l7h7Gbj6N26y6LmjKVLqPEue6mjv27ePUaNGMXr0aFxdXXFzc2PixIlMnjyZ3bvVX9yfB1KpFFNT02e+XW1tbaysrBQfJycn5syZg4uLCydOqL/BvChUVqrO7P+3UFoq42ZAAn27uiuVD+jRlILCUu48SKi7bVk5H351hokjW+PiZKbyfUh4GoYGOjjZm/xjXeVlFaSGZuPYVvlh3am9FbLictIe5ai0yU8rIi+5CMd2tdp0sCI/pYi85EIAkh9kYt/aXCkk16m9FZWV8rDghigtLedmYAJ9u7gqlQ/o5k5BYRl3HtZtlJWWlfPhN+eYOKIVLo6m9W6nsrKSZesu4e5sxuRRPg3qqsLUx4MOW5YSvfsY1yYuaLC+obMDxh6uxB9V9gLGHvoDaTMXpE2dAbAb0JXEUxeVQnLjDp1GQ1MTuwFdG62vi4MvhWXFXE26ryjLKsnjdkowXR386m37Zdd30NDQYMJvC8ksVj0GqnAwsmZOm9dYem1rg3pKS8u4cTOcfn1bK5UP6O9HQUExd+5GqLSxtjLm0IH5DB/WQVGmoaGBlqYGJSXy8cnKzufmrce8Oq6bwhAF6N/Pl4vnvmiUIVpaVs7NwCT6dnZW1tbVhYKiMu4E1e19KC0r58NVl5g43AsXR9VzsLSsHAM9LTRrPFiYGutSJqugoKhhb0tZaTkhASm06+6kVN6hZxOKC8sIC0xT2y7gWiJHfnjA8InejJuhfn+XlZajq6eFRg1tUhNdZGUVFBc2rK20VMbNe7H07e6hVD6gl4f8unY/vu62ZeV8uOwkE8e0w6WJhcr3W1eOYf47vZTKtLU0KfkHno2eTr4UlBVxMT5AUZZZnMu1xCD6NGlTb9t1vWejKdFg6NEPSVdzDuhqyo3svNIiRVlBWTElslLM9BoODe/fwp/8kkLOhFZ7yNMLsrkUHsAgr051tgtNiea7c/sVhihAYWkx8dlpuFvKjaUWNs5kFuQqDNEqLjy+S2c3n3o9rwCtrVpRLCsmMO2hoiy3NI/gzDD8rOq+RvpatiIhP0lhiALE5yeSkJ9EG2t5O20N+bgVllWPW7GshLKKMqTayiHk6kgLykRTVwOrltX3Ql2pDubNTUmr576SFpSFoa2+wuADkNobYmRroGhn42tJpw9bKwxRAA0t+UxjeVn9zx9pD+W6rGvpsmhuSmo9ulLr0mVnoGinpa+Jcw87TFyUx8fI1oCCtGLqorysgsTgbFzbWymVu/pbUVZUTnKo6nGdl1ZETlIRLu2Vr5tu/lbkJheRkyS/vw9c4EPH15SfZzS0JJSXVdSpp7a2pJBsnGtr6yDXlhJWtzbnWs8erh2syE2Ra6usqMShlTkteitPHJg+Gd/clCIEAnU8VWNUQ0ODe/fukZOjfCBPnz6dX375BYDevXsreQdrlx05coR+/fop/vX29mbkyJHcuXNHUT8wMJDx48fj5+dH+/bteffdd0lMVF6Dcv/+fcaMGYO3tzd9+vTh8OHDiu9qhuneuHEDLy8vLl68yNChQ/H29mbgwIGcPXtWUb+yspLt27fTp08fWrduzUsvvcTx48efwojJ0dTUREen2itx+PBhBg0ahI+PD4MGDeLHH3+kokJ+kakKQ966dStdunShT58+5OfnU1BQwLJly+jatSt+fn5MmDCBhw+rb2Z3797ltddew8fHh549e7J06VLy86vXOfbu3ZsdO3bw7rvv4ufnh7+/P1988QUymYz4+Hj69JF7xyZNmqTYV2fPnmXMmDH4+vrSqlUrRo4cyd9//63os7y8nNWrV9O1a1d8fX157733+PLLL5VCpCMiInjzzTfx8/Oja9eufPDBB6SlqX/A+7fEJeVSVlauYkxWeTKjYrPrbLvpxxvIZBW8O0V9uGRoeBomUl3eW3yKdkM202bgJuYu/Y3UjIIGdeWnFlEhq0Raa02L9Mn6mLwnN56a5CbKy2q3MbKWt8lNKkRWWk5BeolKHT1jHbT1NRUGa33Ix6xCxZhs4iB/4I+Ky66z7aY9t+Vj9nr7Brfz24Vw7oem8vHMLkoGQ0MUxiZxvGk/7n7wNbLCuh8IqjD2lN+4cx9FK5Xnh8vDmqQermjq6WLk4kjeI+U1ZyXpWZTm5GHsoWyY14eriQPx+SlU1JrEictLxsW4fk/mwsvrmXz6Mx5n1x0uJUHCF13e5o/oa1xJvF9nPcV24zIoK5Ph4qI8K+3cRP4wEhWVqtJGR0ebVt7OSKX6VFRUkJSUxZdfHSI2Lp1xr8gN87CwRCoqKjE3N+KD+bvwa/cBfm3fZ8FHu8nNbfg4A4hLyqNMVoGLg7Ix2cROHnodlVC3Qb5pXwAyWSXvTlBv3Iwf6klMYi47Dj8gN7+EgNBUdh8Lokd7R0ylDYfRpybmIyurwM5JOQzc1lFuUCTF5qpt5+ZpwdqDIxgxqZWSsVmTfi83Jzk+j1P7gynIK+VxUBq/HwzFt6M9RsYNa4tLzJZf15qYK5U3cZRf56JiM+psu2nnZWSyct6d1k3t9+4uljjamVJZWUl2bhEHjwfw6+kHvPpy/UZkTZqZOhKTm0JFpfIDcnRuMu4mDvW2fffcGkb8+gkhmerDDkMyY/g7PpC5bcfiYdYEU10jFneejL6WLr+GX25QWwsbFyIzElW0hafHK8Jt1bH1yjFWndunVOZu6YC3nRvByfLrRkZBDlI9AxWj091S/ptdLeqP/nA0siOlMI0KlK8dyQUp2BvZ1tEKHIzsSFKzpjS5IAV7Q3m72Lx4HqQHM6bZcJyMHDDSNmSS5zh0NHW4klT30qYqCpKKMLDUV0nuYmitR35K3ed7fnKh2nWfBtb65D8xULQNtDBrKr8GVMgqyI3P5/7OMHSMtLFrV/+kVv6/1ZVUiJEaXYbW+uQny3VZeZnhM7GZ0jrKClkFqQ8ykdrXHTad++T+bmKnXMfkyfay1dzfsxLkZaa12hjXamPmYIjUSp/KykqK88sIPZfI479T8OpX/3lVRV6VNlv128lJVNWW/URb7d8jtX3SJqkQiYYE/wlNcW6nbOTG3JY/05k5NhyeL/jf5Kkao9OmTSM4OJju3bszffp0tm3bRmBgIFKpFFfXxj/IJSUl8fPPP7NixQqOHj2Kvr4+H330EZWVlZSXl/PWW2/Rvn17jh8/zq5du0hMTOSTTz5R6uPHH39k5syZ/Pbbb3Tr1o1FixYRE6P+xlZeXs6KFStYuHAhJ0+epHnz5nz44YcUFMgNitWrV7N//34+/fRTTpw4waRJk1iyZAk//VR3IpbGkJ+fz7Zt24iIiGDQoEEA/PLLL3z77be88847nDp1ijlz5rB9+3ZWrlyp1Pbo0aP8+OOPrFmzBiMjI+bMmcOlS5f46quvOHbsGE5OTkydOpWcnBxCQ0OZMmUK3bp14/jx46xcuZKgoCCmTp2q5PFcu3atYlwXLFjA3r17OXnyJHZ2dhw8KE+Msn79eqZOncrDhw959913GTJkCCdOnODAgQOYm5uzYMECSktLAVi5ciW//PILixcv5vDhw1hZWbFnzx7F9lJSUhg/fjzOzs4cOnSILVu2kJ+fzyuvvEJhYeMeZBtDXr48zMvIQDkM0VBf/nd+ofpQyAehyez85S5ffdQPHR31YYKh4emkphfQsrk1W74azoezunErIIGJsw9R2IDnpaxIBoC2vnI4jJae5pPvVb0QdbWp+rusqJyyQvV1qvpW129t8grqGDMD+cx6fmGp2nYPQlPZefA+Xy3ohU4d4Yk12XEggDYtbfH3bdxNtIrSrByKEupfr1MTHRP5rHZZrnKiqbI8+TmubWyEtolUbR0AWV4B2sYNew6qkGobkF+mOgtcUFaEkXb96zsfZ8c12P8Ez8E4GFmz8vaPjdKTly/XYmSoHJ5taCg3evLz6zfot3//Jz37fMruPRcYPaoTnTu1ACAzUz5Wnyz6CT09bTatn86C+S9z/sID3np7S6MiKvKeHEtGBsohpdXHmvrz6MGjNHYeechX73erMxlRx9Z2vDGqFSt23KLD2J8Y9/5JLEz1WbmgZ4O6AAoL5Nr0DZW16enL/y6qYz2auZVBgwZly7a2DB3vxb5Nd5k++ABLZvyBiakusxY3zgOvuK4Z1j5Hn+zTgjrO0eBEdu6/wVeLhtZ5Xasi4GECHQeu4dOvf6e5mxVTxneot35NpDoG5JeqngP5pUUY6dSfkCY0s+FkOh//vRUDbV3Ov7KW4Cl7mNZqKPMubuJ2SliDbU30DckrVp0wzC8uxFiv8Q/Meto6/PDaIorLStlwSR52/NOtP6iorODA1C/wsnXFRN+IV9v253V/+dp0wwZ+u4GWAUUy1XErkhVjoFV3WwNtAwrVtSsvRr9Gu+0Pf0RXS5fvenzJD/03Mti1H1sCf+BRVsP5IMqKZGipua9o6moiq+e+IiuSoaWneqxp6alvd3t9EJeX3iUjNJsWo12Vkgn9E1119a/UTp0uXU1kxXW3Cz4URUFKEc0G1z1xUVrHfbj6Xi37F22UNaU+zmX3m5e5tD0McydDfIYoR3D8W22l9WjTqdVGp57nFZB7Q2/+FIG5sxFOvqpRGC8sGpIX9/N/kKe6ZnTgwIHY2tqye/durly5wsWLFwFwcXFh+fLltG3btlH9lJWVsXTpUjw95evopkyZwqxZs0hLS0NXV5esrCysra1xcHDAycmJNWvWkJGhPAs8a9YseveWZ+WcO3cu+/fvJygoCGdnZ5XtAcyZM4dOneThOW+//TZ//PEHjx49wsPDg127dvHdd9/Rs2dPAJo0aUJCQgI7duzgtddeU9ufOm7fvo2fnzxkq7KykqKiIiwsLJg3bx79+/cHYNOmTcycOZMhQ4YA4OTkRH5+PkuXLmX27NmKvsaPH69YuxkZGcmlS5fYsWMHXbvKH2SWLFmCsbExWVlZ7Nixgy5dujBjxgxAvj9WrVpF3759uXnzJv7+/gB07dqVSZMmKba7Z88e7t69y4gRIzA3l8++m5iYYGhoiKamJp9++injx49XaJo0aRJvvvkmGRkZmJqasm/fPj7++GP69esHwKJFi7h3rzr5zf79+7G1tWXRourkMGvWrKFjx46cPn2akSNHNnps66O2d6o2GmoWHZaUyPjoqz95fbQvPp51z0Z/Pr8PWpoSWrWQ12nn40AzFwvGv3uQX8+E8OpLdYdVNfScrm4tZGUDUTgSjX/Xb20qGuhD7ZiVyvjo23O8PtIHnxZ1r6Op4m5QMsGP09m49BmsldZoYN6togJJA3Uq6xgUCRKV8agvG2EFjQulqgsXY3ve8RvHBxdWqTV41W6zgR2q0cANrlevVrRp486dOxFs3Pw7xcVlrPjmdcrK5A8oLVs68eUy+bWwUycPjI31eX/eLq5cDaVrl/qTtjSoTY20klIZH636m9dHeOHjYaVa4QlLNlzlyJ+PmTmuNR197UlIyWfDT/eY9ukf7Fo+CH01D6I1acz59m/ZueomF09FMOJ1b1q2tSUtqYAjPwTyzbxzfLKmL7oNaPvX17UvTvL62Pb4eDW81tje1oTdG18jPjGbtdsu8er03RzZNRV9PWXjXN05oFHP4DSkvSGamjry64jlxOelMu2Pb8grLWSYexdW9nibIlkJJyOvVmuTSFS01K+tceenka4BR6Z9RXtnL8buXEhslnxyLCQlmhHbPmTzKwsI/HgvALdjQ1ny2w7Wjp6rFOIrQaJyraj32lHPuEmou13lEy+rg5EdX3RaSGpROivvbKCwrJDO9h2Y4TOFkvJSriffqm5TUal6L6lv+/VcQuobUnW7ounQJrgNdCTxRiqBux5RWVGJUze7OnXVN+lV7/2uvsNQ3f23spKQQ1FEnU3AfYAjdm3r9tg2fB9Wt4H629TWZGSpx9BPfclLK+b2gSh+XXyXUcvboaVb/0Rwg9rUXXT/oTaA7IQCTn99H4mmhD5zvMXrUgR18tRf7eLr64uvry8VFRWEhoZy8eJF9u7dy5tvvsmff9adtbE27u7V8fBS6ROPRVkZ1tbWTJs2jWXLlrFu3To6duxIjx49FJ7FKmp6Yk1M5KEfJSV1JwNxc3NT/N/IyEixvfDwcEpKSvjggw+U1kTJZDJKS0spLi5GT6/hZDAA3t7eCg+nhoYGBgYGWFhUzxRlZmaSnJzMd999x9q1axXlFRUVlJSUEB8fj66ufIawplH96JE8pbyvr6+iTFdXl48//hiA4OBgYmJiFIZwTSIiIhTGaM0xB/m4l9XxOgtPT09MTEzYtm0bkZGRxMTEEBoqT1tfXl5OREQExcXFSpokEglt27ZV1AsODubx48cqukpKSoiIUF3D9m+RPvH+FBQpewqqvHvqst6u2XGNiopKZk7yR/Ykq17VtVgmq0BTU/4Q4ddSNeSqTSt7pIY6hIbXH26soy8//cpqzcBWzTBqG6ienlVltWchFW30tapnUdXM7JYVlavttzbSJ94WlTF74m2R1vLGAKz54SYVlZXMnNAWWXnVmMlHTVZegaaG8oPXH5ciMJHq0t2/7tnlp0VZTh4A2lJlr0eVt7M0J1/hEdWSqnpGtI2NFH3UZkbr0cxsPUap7Ez0NSz0VNcwGmobkF/6773+GhJ5eO6fMde5lhSIZo0nOQkSNCUalKt58pMayT0jBbWiAKo8okbS+r01zZvJDZf27ZoiK69g/YZTzJ09DMMnntZePbyV6le9+iU4JL5BY7T6WFO+1lR5RNUea7vvyo+1V32rj7UnJ2jVsZaaUciB02G8NbY1sydVT4T6eFgydMZRDv/5iAnDvFT6romB0RMPaC3vbNXfBmq0NYbMtELOH3/M8InejJnmKy/0A3dPCz6cdJKLpyLoP8qj3j4U17XC2tc1+T5We13bdlF+XZvSpfq69mTgal7XqrCxkmJjJaWDXxOc7E2ZOOsn/jgfyohBrZT6fb/dWD5oN06p7ETEVSz1Vc8BqY4+ef/BOQAw3WcYmhINxp1cSlaJ/Lz8OyEQY11DlnebrmSMfjpgCp8NekOp/aF757CWquYAkOoZkqPGY1obR1Nrfp3+LR7WTXh112eceKgcGvxn2E2afj4aF3P5/SE6M4nJ/vIJ5szC6tDu0c1eYmzzEUptryXdwkRXNTu4vpY+hbK6x61QVoi+puqziIGWPoVl8nZDXQegIdFg2Y0V5JfJf+eDjGAMtAyY5j1RyRh9fDKG8FqZVW3bWlKSqzoBJisuR0u/7vuKtr56T6OsWKa2nXkz+XFj6WlGUXox4b/FKYzRRydieFRLl11bS0rV6SqqX5eWviayEvW6tGu1Ky+rIOCHMBJvpuE+wBGvMW4q7WpS1/299Mm9WkfNfVinDg9oWR1tDM11MTSXn+fG1vqc+PwekTfSaN697gn0mv3U9eyho2bMtA2eeE0b+XuSgrM4u/oh2nqaDF7oqwgBFgjU8dSM0eTkZLZu3cpbb72Fra0tGhoaeHl54eXlRd++fRk6dCi3bt1S21YmUw0JqLmGsoqqm+a8efMYP348Fy9e5Nq1ayxbtozvv/+eY8eOKepqqPFy1Dd7Vtf2qtqsWbNGyWCtr11d6Onp1emZBRTrQj/++GM6d1bNWGhnZ0dqaqqiryq0tBqYQa+oYNiwYQrPaE2qPJ5Q/5jX5ubNm7zxxhv07NmTtm3bMmzYMIqKipg1a5aSpvrGvKKigo4dO7J48WKV76omIJ4GTexN0NSQEFtr7VlsQjYAbrXWXAH8cfExiSl5tBmk+n5H777rWf5hP/p1c+fMpXBatbChuVv1DGlFRSVlsgrMTesPxzSy1kOigWLNTBVVfxurWY9ibCe/oOenFmHuIlXbRltPC30zHZV+i3NLkRWXq+23Nk3sjdWPWaL8b7cmqg9yf1yKlI/ZsO9VvvMesJXl83sxckALRdmF6zH06eyKtlbj36n4b8kNk6/nMmrqTFZAiKK8KnFRbkgEsoJCCuOTFWVV6FqZo21sRE6I+gmSQ4/OcjH+jlJZb6f2dLZvjQSJwiAHaCK1ITKn7oRZDWFrYImPVXN8rJoz3L2H0nczWo9mRuvRDDw8S6VdkyaWaGpqEBOjPEESGyv/291N1ZOdkJDJ1euhDB/aHt0aWVlbejkCkJqWg4uz3CtZWqp8DZfJ5A8o9WVzVWizk8qPtURlYz82Uf7Q7uZkqtLmj8vRJKbm02bkHpXvvIftYvncbrg6mlBZCW28lNfJNm1ihqmxLuEx2Q1qs7aXoqEpISVeWVvV3/YuDb9SSB0ZKQVUVkLzVspeXUdXU4xMdImPalhbEwczNDUlxMZnKZVX/e3mohoS98f5MBKTc2jTZ5XKd97dv2H5wiEM6NWCc5cf4+Nlh7Nj9bXRy0P+gJuaphrGvjf4DH/GKL8ma6CLPz2dfFXOARcTOx5n151cqTE4Sq0Iz05QGKJV3EgMYrh7Fyz1TUgvkl+rtl89zqmgq0r1XmrVjf6e/kgkEqV7VFMrR0KTo+vdtredG7/NXI2+tg6DNs/l7wjlNdtOZjb09WjP3lunic6sTvTm5+hBRkGOUtnZ2AvcSQ1Qat/Bpg2tLb1Vxs3W0JqE/LoTxyUWJONqrPp8YWtgTXi2/PpnqW9BQn6SwhCtIiQzjM72HTDRMSanVH7eNeluh7WP8jGUci+d9CfvCa3p5SpMLcLIru77iqGtAbmxqsdNYWoxJk/uY9lReRSlF2NXK6mOsbOUrIhqA965hx02rZV1Jd9LV7y/tKaugtQipPXoMrIxICdOVVdBarEicy5AWaGMG+sekhWRS8tx7rj1bXhZibGNHhINCbnJyvfhqr9NHVR1mTy5N+emFGFZY/s5T9qYORhQViwj5k4GVu5SpTWflq7yidXCrPozsANIrf+5tqp1rHnJRVjWePaoSkpUs03E1RQubQ7BxN6AAR+2VhjM/01INIUX91ny1NaM6ujocPDgQbWJfYyN5TdsS0tLtLW1lRLn5Ofnq4TY1kdkZCSLFy/GwsKCV199lXXr1vH9998TERGh8Lg9Tdzc3NDS0iIxMRFnZ2fF5+LFi+zYsUOt0ftvsbCwwNzcnLi4OKVtBQUFsWbNmjrbVXk0Hzyozt4nk8no3bs3p0+fplmzZoSHhyv1KZPJ+Oqrr0hKatyrKmqHlOzcuRN/f3/Wr1/P5MmT6dKli6KvyspKnJ2d0dPTIyAgQKnd/fvVN+5mzZoRERGBnZ2dQpeJiQnLly9XeHufBrq6WrRr7cCZS+FKDx5nLoUjNdTBx1P1QXzzV8M5uGWc0seruTVeza05uGUcvTq7oqOtybK1F9hW612l565EUlwiw9/PsV5dmjqaWHmYEnc7XUlX3O00tA00sXBTfdCV2hhgaKVH3E1loyLuVhpSG32MrOTGqq23OQkBGUrZ9eJupSHRABtPVUOyNro6WrTzsePM5SjlMfs7Uj5mLVTTs29eNoiDG0cpfbyaWeLVzJKDG0fRq6OLom52bjExCTm08a5/BvdpkR8RS35kHE1GD1AqdxrVn9xHURTEyA3EpDNXcBjaEw0d7Rp1BlAhk5FyTv27G9OKsgjOiFT6XEsMxEjHgC721dlrzXSltLXx4lpi496dqY7UokzGnfpI5QNyo3jcqY9ILVLNHqmrq027dk3582yA0v78488ApFJ9fFq5qLRJTMpk0af7+POs8sP2lSuhaGtr4epig7u7LQ4OFpz6/a5Sv3+dl1+L2rVVjrZQh66OFu28bTlzNVr5WLsSLT/WmquG4W5e3JeDa4YrfbyaWuDV1IKDa4bTy98JZ3u5kXu7VjbeyPgcsnNLcLJteMJLR1eTFq2tuXUpTknbzYuxGBhp4+7ZuHcz1sbGQW7kht1XThyVGJtDfk4J1vYNr0+WX9eacOZCmPK4nQ9DaqSrNgx384rRHNwxWenj5WGLl4ctB3dMplfXpmhpavDpV7+x4yflhDZXbsoNGo+mqvsjpTCLwLQIpc/F+ACkOgb0dKqOfDHXM6ajnRcX4wIa/H31EZ6dQHMzJ0x1lcepva0nOSUFZBVXG6lJuenciQtV+vwZdhNjPUMGtPBX1LM0NKWbe2v+DFM/aQ5yj+gfs9ZSWVlJ9zUzVQxRAGsjM7a/+jG9mlUne7KRmjOubV8VD2pWSTaROdFKn/vpDzHQ1qe1VXW0gbGOFC9zD+7XyLBbm/tpD3EwssPRqHq/OxrZ4yh14H66vF1ifhKOUnuMtJWjPzzMmlFQVkheWfWzmZ6pLqYuUqWPVUszeab3oOoJkJK8UjIf52DpVfd9xdLLjPzkQvISq43gvMQC8pMKsXySATftYSYBO0IpyqwOY66sqCQjNBupY/V+rk9Xai1dGY9zlDL/1saqpRn5Sep1VbWrKK/k5nr5O1LbvuXZKEMUQEtHE7sWJkTdSlM6P6NupqFjoIW1u+r93cTWAKm1HpE3lO/vUTfTMLHVR2olT9J0cVso908q5xaID5T/dvMmDV87tHQ0sW1hQnRtbbfk2qzUaDO2NUBqpUdUrWeP6JtpGD/RBhB3L4OLm0Kwbm7C0MVt/isNUcGz56l5Rs3NzZk2bRpr166loKCAgQMHYmRkRHh4OJs2bcLf35927drh6+vLb7/9xoABAzA2NmbdunVoajbeM2JmZsapU6coLi5m+nT5e+2OHj2KiYkJbm5uZGdnP62fBMg9dOPGjWPt2rUYGRnRpk0bbty4wYoVK3jrrbee6rYkEglvvvkmq1evxt7enu7duxMWFsaSJUvo06dPnV5YV1dX+vfvz9KlS1myZAk2NjZs27aNkpISOnTogK2tLa+99hpLly5lwoQJ5ObmsnTpUoqLi3FxcWmUNgMD+azXo0eP8PLyws7OjrNnz3L79m1sbW25ceOGIrS4tLQUfX19Jk6cyLp167CyssLd3Z0DBw5w//59OnSQJ8EYP348v/zyC/PmzePtt98G4JtvviEsLIzmzZv/h6OpzMyJHZjywRHmLPmNUYNbcu9hEjt+vsMH07ugr6dNfkEJ4dGZNHEwwdzUAA831YdMwydJS1rVWA/55vh2rP/hOhZmBvTwd+FRVDobdt2gTxc3OrZpOJlAy5ecOf/Nfa5sCMatuy3pj3MJ+S2O1mPd0NLVpKxIRk5CAUbW+ugZy/e/9whnbmwPQ2fXIxzaWJBwN4PYm2l0frs65NBriBOx11O5sDKQFgMdyUsu4v6hSNx72jfqHaMAM19ry5QFJ5iz7AyjBrbgXlAKOw4E8MG0jk/GrJTwmEya2JtgbqqPh5uqJ6YqSVQrD2Xj9VGU3GByd27YMP43aEkNMfFqSn5ELCXp8pv0g8830mnX15RkZJNw/ByOL/XB+ZXBXH5ljqJdyLff4/zqEHr+/j2h3/2AcXMXWi9/n/BtBxr9jlGAO6kh3Ex+yFfd3mP1nb1kl+Qxs/UY8koL+OXRGUU9NxMHdDS1Cc2MblS/sopygjMi1X5XZRTXxcy3BjDljQ3MnruTUSM7ci8gih07/+KD94ejr69Dfn4R4RHJNHGyxNxcSts2bnTu5MGyLw+Sn19MEydLzl98yE/7L/HuO0MwMZFfExbMG8Gc93cy94MfGDu6M+ERyaxee4IB/X3x8mpcQo2Z41ozZeFp5nx1nlH9mnEvJJUdhx/wweR26OtpkV9YSnhsNk3spJib6OPhqhrNoDg/m1efu5NGtGTnYblh3NnPgcTUfDbuu4e9tRFjBjbuGjNiUiu+mnuWdZ/9TY8h7jx+mMap/cG88pYfunpaFBaUkhCdg429FGOzxp1bxmZ6DBzTglP7gwHwbm9HenIBR3cFYmlrSK9hzRrVz8zJnZkyez9zFh1j1FAf7j2IZ8e+63wws1f1dS0qnSYOZpibGeDhrjqJZPgkSVkrz+olB9MndWL9939jYWaAfxtnQsNT2bjzMp3bu9C9U8MTDCB/p+iVhAds6DOHL6/vJrM4jw/avUJOSQG7g04r6jUzc0RXQ5uHGVH19KbM1vvHGdmsBweGLWXd3cPklRYwyLUTI5p1Y/HVnWpD1Wvyd8R9Ljy+y+6Ji/no+CYyCnP4bOBUsovy2XK5+h3AnjYu6GppE5DwGIA1o+ZgIzVn5i/fYqxniL9zS0Xd3OICQlKiuRMXypXI+2wYM48Pj29CVi5j2dC3kFWUs/T3HQ3+tpDMRzzMCGG271vsCT1Afmk+Y5qPoKCskDMx5xT1HI3s0dLQIjpXHrJ6NekmI5sO45P27/NTmDzh4GseY4jJjeNqkvwVNiei/qCbQ2c+81/AkfCTFMoK8bdtR1eHjuwK3tfgelnz5qaYe5hw//tQWox2RdtQm8cnYtDW18K5Z/Xxk5dYIM/W+sQwsmtvRcTvsdxa+5AWI+VLqEKPRCF1MMTuSebVJj3siL2YxO31QTQb5oxEU0LshUTyEgroMKeVqpgaWDQ3xcLDhHvbQ/Ec7YqOkTaPjsegbVC/Lvv2Vjz+LZYbax7iOUquK+SwXJf9E13R5xPJfJyLcw879M10lby0AGZqDLcq/F524dTyAM6uDcKjpx0pj3K4fzKWDuPk9/fSQhlZCQUY2+ij/+T+3makCxe3hHLZSAvntpZE30kn8noqfd6T39+1dDTxe8mZ24ei0DfWxt7LjIzYfO4ejsbB2wwnX9Vrozp8X3bh9+UBnFsbRPOedqQ+yuHByVja19CWnVCAtIY235Eu/L01lCtPtMXcTifqeiq93pVrk5WWc3l7KNp6mviOcCY7QdkDb2iui6FF466Rgv8tnuqa0ap3Zh44cICffvqJ4uJi7O3tGTRokMJwe//998nOzmbKlClIpVKmTp1Kbq769PjqMDMzY/v27axatYqxY8dSXl6Or68vP/zwA0ZGRk/dGAV52KyZmRlr164lNTUVOzs73nvvPaZNm/bUtzV16lR0dXXZs2cPX3/9NZaWlowdO5b33nuv3nbLly/n22+/Zfbs2ZSWltK6dWt27NiBubk55ubmfP/996xdu5aXX34ZAwMDOnXqxIcfftjoMGMzMzNGjRrFt99+S0xMDO+99x7p6emK0N+mTZuyfPly5s+fz4MHD3B3d2f27NmUlZWxaNEiioqK6NWrF3369FGs3XVycmLv3r2sWrWKV199FU1NTdq0acPu3buVwoefBh3bOLHu8yGs/+E6sxadxMbSkPkzujH1FfnsddCjNF6fe5jlH/Zj5KD615HVZObEDpib6rPvaCA//xqIqbE+44a34p3J6l8FUxtbLzO6vtuSB0ej+XvtQ/TNdPEd547nIPlDfGZ0Hue+uo//mx64PVkz49bNjoqySkJ+jyPy7ySMrPTp+FYLnDtWP2ga2xvSc4EPAT9HcHlDELpG2ngMcMJnpEujf1tHP0fWLR7A+h9vMWvxaWwsDJk/vRNTx/gCEPQ4jdfnHVcJv20MGVlP0sSrWdf2NDBv05K+F/ZwbfJHRP0of7iM+vEomro6eM6bivvUUeRHxnF14gJiD/yuaJcbFsn5/lPxW7GAbofWUZKeRejqXQR+tu4fa5h7YRXz203i/bYTkEg0CEgNZf6l1eSVVt+gF/pPw97IikFH3vnPf3QDdOrowfq101i34RSz3t2OjY0JC+aNYOoU+WubgoLjmDR5HV99OYGRL3dEQ0OD9eveZOPG39j2/Z+kpsrDcj9f+ipjRlUvIxg4wI/NG6ezcfNp3np7CyYmBox7pStzZw9ttLaOvvasW9ib9XvvMWvZX9hYGjD/jfZMHSl/CA0Kz+D1j35n+dxujOzXOEMNYMEb7bG1NOTn30L54chDrMwN6NLGnrmvt8W4kcdey7a2zP6iO4d3BLL6k4uYWRrw6tttGDJOfp2IfpTJl++dZfrHnegxuHGGGsD4t9tgbmXAX78+5rdfQjC10KdVezvGvumLobRx1+WO7VxYt3wk67//m1kfHcbGSsr8Wb2ZOl7u8QsKS+b1d/axfOEQRg5p/Ht8Z07ugrmpAT8dusPOfTcxNzNg3Ag/3nmjW70Jdmoz7Y9vWNJ5Cos6vY4GEm6lhDLjz5Xk1DgHvur2Fk5Sa/x/avzkbkJ+Gi8d/YiP/SeyosfbaEgkPMqK440/vuH3KPURDLUZveMTVr78Lt+89DYaEg2uRj3g1V2fkV1U7VXdMOYDnM3taPr5aLQ1tRjSsgsAm19Rfbfxxcd36bPhXQDG7FzIqpffY/PY+UgkEi48vsuYHZ8Ql9W4DOArb6/nda9Xmej5ChpICM16zOq7myiosWZ0mvckrPQtmXV+HgCyChnLbqxgSsvxvNVqMuUV5dxPD1IyMtOLMlh09QvGtxjNDJ8pSJAQn5/IijvruZl8R62W2rSd6UXwgUhCDkVBZSVm7sb4veWJdo2M00E/hVOUUUyvr+XHoaa2Bh3mtiL45wge7HmMhqYEy5ZmeI51Q+NJOKSusQ6dPmxN6OEoHu59jKykHFNXKf4f+CjWkNZHu7e9CP5FrquyshJzd2PazvBEp4auB3vDKcwopu831bo6vd+Kh/sjuL9brsuqpRktX6nWlXRH7gmMuZhEzEXVCclh33evU5ODtxn95npz52AUZ1Y9wNBcl47j3fEZKs+TkB6dx8llAfSY0QKPHvL7u0cPO8rLKgg8FUfYxWSk1nr0fNsT907Vk+B+LzujJ9Um6EwCgSfj0DPWxrOvPW1HuTT6/LRvaUafOd7cPRTF2e8eYGimS4fx7rQaIteWEZ3Hb18E0O2tFjR/oq15DzsqZBU8OBnH4yfaus/0xO2JttTHuRRmy9ewn/5KNWrAb6QLbUY3/s0azxWRbOmZIqlsTO59geBf8Oeff9K2bVslw3Lq1KnY2tqyfPny/6/brkxSXev5vJHYvc2SG0/Xm/60WOK/lcq4Nc9bhlokTnPYJ6k/mcvzYnxlGD67xz5vGSoETjoA5Y1PGPdM0exHZcQ3z1uFWiTuH3I7ddnzlqGWdtafUpmx63nLUEFiMRn7LS8/bxlqSZxxFK3ZXZ63DLXI1l5hzKnJz1uGWg4O2cXcS28+bxkqrO6+nXl/v3i6AFZ2286qu6p5OV4EPmizhW/vvJjaFrTd8rwlqKXo0yHPW0Kd6C879bwlPHWe6ntGBYKa7Nixgw8++ICQkBDi4uLYtWsX169fZ/jw4c9bmkAgEAgEAoFAIHjOPPVXu/yvsX37djZtqt8L98knnzBmzJh66/xfZOXKlXz99ddMnjyZ4uJimjZtytq1a+nYsXEhrAKBQCAQCAQCwTNFZNN9pghj9D9k7Nix9O/fv946Nd8l+r+Eo6MjGzZseN4yBAKBQCAQCAQCwQuIMEb/Q0xMTDAxaXhxvUAgEAgEAoFAIBAIqhHGqEAgEAgEAoFAIBAAEpFN95kiEhgJBAKBQCAQCAQCgeCZI4xRgUAgEAgEAoFAIBA8c0SYrkAgEAgEAoFAIBAAaApf3bNEjLZAIBAIBAKBQCAQCJ45whgVCAQCgUAgEAgEAsEzR4TpCgQCgUAgEAgEAgEim+6zRnhGBQKBQCAQCAQCgUDwzBHGqEAgEAgEAoFAIBAInjkiTFcgEAgEAoFAIBAIADRFmO6zRHhGBQKBQCAQCAQCgUDwzBHGqEAgEAgEAoFAIBAInjkiTFcgEAgEAoFAIBAIQITpPmOEZ1QgEAgEAoFAIBAIBM8cYYwKBAKBQCAQCAQCgeCZI6msrKx83iIEAoFAIBAIBAKB4HlTunrU85ZQJzpzDz9vCU8dsWZU8H8Sx20vP28JKsRPP8qe0FnPW4ZaJrbYiGRmx+ctQy2Vm6/js3vs85ahlsBJB9gn8XjeMlQYXxmGxYrBz1uGWjLm//ZCH2svsjaNWZ2etwwVKjZe4+vbM563DLV81G4LS2689bxlqGWJ/1bePj/tectQy6Ze37+Q+/SjdlteSF0g1zbm1OTnLUMtB4fs4rPr05+3DLV83nHb85YgeAEQYboCgUAgEAgEAoFAIHjmCM+oQCAQCAQCgUAgEIDIpvuMEZ5RgUAgEAgEAoFAIBA8c4QxKhAIBAKBQCAQCASCZ44I0xUIBAKBQCAQCAQCAA3hq3uWiNEWCAQCgUAgEAgEAsEzRxijAoFAIBAIBAKBQCB45ogwXYFAIBAIBAKBQCAAJCKb7jNFeEYFAoFAIBAIBAKBQPDMEcaoQCAQCAQCgUAgEAieOSJMVyAQCAQCgUAgEAgANESY7rNEeEYFAoFAIBAIBAKBQPDMEcaoQCAQCAQCgUAgEAieOSJMVyAQCAQCgUAgEAgARDbdZ4rwjAoEAoFAIBAIBAKB4JkjPKP/IcePH2fv3r08evQIiUSCm5sbY8aMYdy4cc9bWp1s3ryZNWvWqJSHhYUBMHHiRG7evKko19LSwszMjI4dOzJnzhwcHR2fldSnjoGWHp/4T2Kwa0cMtfW4kRTMkms7icxJbHQfW/vOp6CsmPcvrleUfdfjXcZ69K6zjf++6XV+F3Evgwt7I0iLzcfQVId2g53oOKIJEkndM3MPLyVz+UAU2SlFmFjr0XmUC6172yvVCbueyt8HoshIKMTIVIdWvezoMsoFTe1/NgdlqKvPNy/PYpRvL4x09bkUHsDcQ2t4lBJbb7uOrt58NeJt2jbxIL+kiIN3z7Hw1y3klxSqrb9y1Hu0bdKCXqvfbrQ2fS1d5raZQF9nfwy09LiTEsyK2z8SnZvU6D5W9XifwrJiPr26qc46NgYWHBm+ir0hp9h8/2Dj9TnYMOThSS6NmEXqxZv11nUeN4SWi2Zi5OZEQXQCwV9vI2r3MaU65m298Vu5APN23pTlFhC16wgPlmygoqys0ZoMtfVY3GMqQ5t3xlBbn2vxD1l0bhvhWQn1tvOxdueTbpPws22OhkTC/ZRwPr/4A4GpEYo61oZmfNxlIr1c2mCmLyU8M571Nw9zLOxS47S9wMfaC6/tpVmM9Oup0Pb+obU8Sm1Y2/LhMxXaDt07x8LjW5W0/du+EwIzuXswkqz4AvRNdGjRzwHvwU71Xtcir6Zw/1g0eanFGFnp0WpYE5p1t1OqE3UjlYcnY8lOLETHQAt7bzPajXNH30SnwXGqIulBJoGHoshJKEDPWIdmfe1pMah+bdHXUgg6HkNBajGGlnp4Dm2CWzdbpToZkbkE/BxBZlQe2vpauHazxftlFzS1/tk1V1dTlxFuo/C1aouupi7hOY859PhnUotS6m0n1TZmVNOxeFl4oynR4GHGAw6HHyC3NEdtfTNdMxZ1WMq5uLOcij7eoK4XdZ++qLqq0NPU5bUWY+lo2w49LV2CM8P4MXg/iQXJ9bYz0THmda9X8bVqhaZEg7upgfwYsp/skur9KdU2YnyLMbSx9kFXU5eInCj2hPxCdG7952cVZcXlBB6IJP52GrLicqw8TPEd746xnUG97YpzSrm3P4LkwEwqKyqx8zHHd7w7+qa6ijoV5ZUEHYsm6nIKpfllmLkY4TvOHQt340ZpE/zvIDyj/wGHDh1i8eLFjB07lqNHj3L48GFGjBjBF198wYYNG563vDoJCwvjpZde4vLly0qfmgwaNEhR/scff7BixQpiY2MZN24ciYmNN9xeNDb0mctQt858dXMPc86vw9bQnANDl2GiY9hgWwkSlnSayhC3zirfrb17kOHHPlT6TPp9GYVlxfwVe5uE/DS1fcaH5fDLFwFYOBow5mMfvHvY8tePj7l6OKZOHSFXUzj23UPcfM0Z83FrnL3NOLE2mKBL1Te2yIAMDn4diLm9vN92Q5y4ejiaP3941IhRUmbf1M8Z06Y3Hx3bxKQfP8fB1IrzczZiaiCts00rh6b8NWcDecWFjNr2MR8f28zYNn04NH252vrv9xnPB33H/2Nt33SbTX/njqy5+xMLr2zA2sCc7/svRtrI/bmg3ev0c+7YYN3PO89EqlP/zbk2Bo629D6zEx3Thm+8TiP70/mnlSSfucLfI2aReuEmnX78BudXBivqGLo60vvsD5QXlXBl7BxCV+2kxftTaLtu0T/StXXoAoY378qyi7uY9dsq7Iws+HXc15joGtXZxtXUjhOvfoO+li6zT6/hnd+/Q0dTm1PjV9DUzAEAHU0tDoz+nJ4ufnx9ZQ+vH/uCgJTH7Bj+EWO96p6oqcmLfKy9yNp+mryU0W168fGvm3j9x89xMLHi3OwNmOrXo83enbPvrSevpJDR2z/hk+ObGdOmDwenffkf9536OIezKwMxsTOg9xxv3DrbcHt/BA9O1P2AHH0zlYubgrFvZU6f972x9TTl8tZQIq9VG2CR11K4sC4ICxcpvWd703asG0lBWZz+8h6y0vJGjVV6eA6XvnuAsZ0BXd9riUtnawJ+iSTkZN3a4m6lcW1LCHbe5nSb7Y21pyk3tocSc71aW35qEee/vY+mjiZd3mmJxyAnQk/HcXfP40bpqskUrzdpY92OXyMPsztkJ6a6pszxm4++Vt3XIA2JBrNaz8bF2I39YXvYH7YXd5OmvNt6LhoSTbVtJrSYUm+fNXlR9+mLqqsms/1m0MmuPT+FHWT9/e2Y65mxuOOHGDawPz/p8D7NTN3Y9uBHtj/cTQvzZnzaYR6aNfbnvLbv0sHGj5/DjrDm3mY0kLC048dY61s2Stv1zSHE3UzDZ4wb/tNbUJhVwvmv71NaUPcEZ0V5JRdXPSAzIpd2k5vT9vVmpD/O5eKKB1TIKhT1AvZHEHY6nhaDnej0ticaGhIufBtIXkpRo7Q9TyQakhf2838R4Rn9D9i3bx+jRo1i9OjRijI3NzdSUlLYvXs377zzznNUVzePHj1i7NixWFlZ1VlHT09P6XtHR0e8vb0ZOnQo3333HStXrnwWUp8qbaw96O/cgYm/L+N83F0AbiQHc+3VLUxqOYj19w7V2dbT3Jllnd+ktXVTimQlKt/H5CUTk6c8y7mt3wKyS/J599zqOvu9tC8CW1cpI+Z6A+DexpKK8kquHIqiwzAntHVVHyLO74nAq7MN/ad5PGljQXGejAv7ImjZXT5Tf/+vREys9Bgx1xsNTQluvhYUZJdy49cY+k1t3uiZ+o6u3gz36cagDXM5HXQNgL/DA4hadoS3u49i+eldatvN7T2OzIJcRm37iLJymaJ81+uf0tymicKb5GJhx6pRsxnu05XswrxGaarCx7IZPZ3a8fbZ5VxODADgbkoIv4/cyDiP/mx/cLTOts1Mm/Bxh6m0tHRXuz9r8opHf1xN7Outo4REguukEfit/JB6JuaVaL38fWIPnubu+18BkHTmMjrmJvgsm03ML78B4PXhm5TlFXDppbepKCsj8fdLyAqLabfhU4KWb6EwrmFvcDv7Fgxq2pGxhz7jr6jbAFyLf8jd6T/wht8Qvrv+i9p209sMp7CshFePLKawTD5ef8fe5970XbzZZjgf/rWZ/m4daGXtTt89s7mXLH8AvxBzD0epNe91GM2B4HP1anuRj7X/Bm2DN87ldPB1ubaI+0R+fpi3u49k+R8/qm0354m20ds/VtL2w8RPaW7dhEepsf+673uHozB3MaL7214AOLa2oKK8ksBfY/Aa6IiWjup17c6BSFw6WOM/sRkADj4WlOTLuHswCrdONgAE/hqDo685nd/wULQzsdPn5OK7xN/LwMXfusHxenAkGjNnIzrN8ATA3keuLehELM0HqNd2/2AkTdpb0ea1pgDY+ZhTml9G4OFonDvKtQWfikVbT4tuc7zR1NLAvrUFWjoa3Nn9GK9hzhha6jWoDcDV2A0fS1823F9DcOZDAMJzHvF5x6/p4dCL0zGn1LZrY9WOJlJnPr/xKcmF8mtBfH4cizospa11O26l3FCq392+J7YGtuq6UsuLuk9fVF1VNDd1p52NH1/eXEVA2gMAQjMfsbHXCga49OFI+Am17TrZtcfNxIW5Fz8hPl/uAIjOjWVV9y/oZNeBy4nXsDO0wcvCg82BOzkf/zcAYVmP2dF3Pd0du3Do8a/1aksPzyExIIPu73tj19oCAMvmJpyad4PwvxLxGu6stl3czTSyY/IZuLwdJg7yiV/TJkacXnib2JtpuHS2oTCjmPBzibR5rSlN+8jvn7be5vz24U1CT8XSfqqH2r4F/5sIz+h/gIaGBvfu3SMnRzkEZvr06fzyi/yhrnfv3uzYsYN3330XPz8//P39+eKLL5DJqm/+9+7dY9KkSbRt2xZ/f38+/vhjsrKyAHj33XeZMWOGom5oaCgeHh7s2LFDUbZnzx769evXKM2lpaVER0fj5ub2j3+vVCpl5MiR/Pnnn5SWlgKQmJjI3Llz6dSpEy1btqR79+6sWLGCiooKysrK6NSpk4qX+Oeff6Zr167IZDKio6N54403aNu2LX5+frzxxhuKcOGnTU8nXwrKirgYH6AoyyzO5XpSEL2d2tTbdk3P2WhoaDD82IekF6kPeapJb6c2DHbtxNJrO8ktVR+OJyurIOZhFh4dlW9qnp2tKS0qJy4kW6VNdkoRmYmFeHRUnkho0cWarCT5dwCy0gq0dTXRqLEIX1+qTbmsktKixs/qDvDqSH5xIWeCqx9k0vOzufj4HoO9VT3EVSw6vpXBG99XesgtLZfPtOppVYc4rR49h2bWjvRe8w4B8f/Mg9DFwZfCsmKuJt1XlGWV5HE7JZiuDn71tv2y6ztoaGgw4beFZBbXvT8djKyZ0+Y1ll7b2mhdpj4edNiylOjdx7g2cUGD9Q2dHTD2cCX+6J9K5bGH/kDazAVpU/kDgd2AriSeuqgUkht36DQamprYDejaKG29XdqSX1rE+ei7irKMolyuxj2gr1v7Ots9yoxj460jCkMUoLCshMS8dFxM5aFteaWF/BDwm8IQreJxZpyiTn28yMfaC63N05/8kkLOhFSHgVdpG9Sybm2fntjGkE21tD25L+lp6/zrvsvLKkgOyca5nfI1yqWDFWXF5aSEqZ5veWlF5CYV4dxe2Zvj4m9FXkoROcmFVFZUYu9tTvNeyhNDJvbyh+Hc1Ia9LeVlFaSGZuPYVnk7Tu2tkBWXk/ZIVVt+WhF5yUU4tqvVpoMV+SlF5CXLr7nJDzKxb22uNNHn1N6Kykp5WHBj8TL3plhWTEhmULWGsnzCcx7R0qJVne08zVuSXJCkMEQBkgvlf7c0V25noWfJCPfR/BSmfjKhNi/qPn1RddWktVUrimXFBKY9VJTlluYRnBmGn5VPne18LVuRkJ+kMEQB4vMTSchPoo21vJ22hjYAhWXVeoplJZRVlCHVrjvSpYrkB1lo6Wpg08pcUaZnrINVC1MS79d9zCY/zERqp68wRAFMHAwxtjMgKVDeLiU4m8ryShxqnGua2hrY+1qQVE/fgv9NhDH6HzBt2jSCg4Pp3r0706dPZ9u2bQQGBiKVSnF1dVXUW7t2Le3bt+f48eMsWLCAvXv3cvLkSQACAwOZOHEizZo148CBA6xdu5b79+/zxhtvUF5eTq9evbh586bCeL1y5QoSiYQbN6ofii5cuECfPn0apTk8PJzy8nL++OMPBgwYQM+ePZk/fz6pqamNat+8eXOKi4uJjo4GYObMmeTl5fHDDz9w+vRppk6dyvfff8+5c+fQ1tZm+PDhHD+uvBbl2LFjDB8+HC0tLd5//31sbGw4fPgwBw8eREND4/+bR7mpqSOxuSlUVFYolUfnJONu6lBv29nn1zDy+CeEZNYdPluTRR0ncy3xIaeirtVZJzu5iHJZJRYOyqE6Zk/WamQkqBqx6fEFAJjXamNup/+kjfz7doOdyEwq5NrRGIrzy4gPy+HmiViatrVAX6rdqN8A4GnrQmR6osqYhafF42HTpM52iTlpPEgIB8BAR48+Ldqz/KWZXA6/T+CTcoBFJ7bi88UE/g4PaLSmKlxNHIjPT6GislKpPC4vGRfj+j2ZCy+vZ/Lpz3icXXcolwQJX3R5mz+ir3El8X6d9WpTGJvE8ab9uPvB18gKixusb+zpDkDuo2il8vxw+bEm9XBFU08XIxdH8h5FKdUpSc+iNCcPYw9XGkNzCydicpJV9mdUdpIi3FYdPwT8xoZbh5XKXE3t8LR0JjRDrvNiTADz/lSeeNLS0KSfWwfCMhpev/QiH2svsrYWdWiLaIy2xIhqbR7t+XL4DC5HVGv7N33npRZRIatUWXNmbCu/RuUkqV7Xcp5c64xta7WxkbfJTSxEoiGhw4SmKoZHzG35Eggzh4ZD8/OfaJPW2o70yXby1GjLfTLBV7uNkfUTbUmFyErLKUgvUamjZ6yDtr6mwmBtDLYGdmQUp1OJ8nUtrTAVG32butsZ2qldU5pWmIpNDQ+oBAmTPKdyN/UWwTUM3vp4Uffpi6qrJo5GdqQUplFRa38mF6Rgb1S3Z9rByI4kNWtKkwtSsDeUt4vNi+dBejBjmg3HycgBI21DJnmOQ0dThytJN1Ta1iY3sRBDK300aoV+Glnr13vM5iYWIrVRDTE2stFXnEO5iYVo6Wmib6q8vtbIWp+i7FLKiv9ZqPMzR1Pjxf38H0SE6f4HDBw4EFtbW3bv3s2VK1e4ePEiAC4uLixfvpy2bdsC0LVrVyZNmgSAk5MTe/bs4e7du4wYMYKdO3fi4eHBp59+CoC7uzvfffedYk1nz549WbhwIQEBAbRr146rV6/Sp08frl27hkwmo7S0lJs3byp5T+vj0SP5mkF9fX3Wrl1LRkYG3333HZMmTeLYsWPo6dUfSmRsLF//lpeXR3FxMS+99BKDBg3Czk7u+Zg8eTLbt28nLCyMvn37MmrUKHbt2sW9e/fw8/MjKiqKe/fu8cUXXwAQGxtL586dcXBwQFtbm+XLlxMZGUlFRQUaGk/3pDPWMSCvTHVGM7+sCCNt/XrbhmY1LhkAQD/n9jQ3c2Lc1e/rrVdcKJ9g0NFXDiPSffJ3SaFMpU1JgbxM10D51NXR13rSRn6Bd/Exo9PLzvy16zF/7ZJ7WmzdpIz4oO6ZdXWY6BuSW1ygUp5XUoixXuNuyOkrTqOvo0d6fjbv/rJK6bugxMh/pKcmUm0D8tXsz4KyIoy0618H9Tg7rsH+J3gOxsHImnfPffOPdJVm5UBWw97zKnRM5DPYZbn5SuVlefJx1zY2QttEqrYOgCyvAG3jhmfBAYx1DchTkzgnv7QIqW7j18TqaemwcfAHlJSXsv2u+jAzgCU9ptLU3IHXj33RYJ8v8rH2YmszUq+tuPHa0r45jb6OLun52bx34Lv/qO/SOq5r2nryv8uKVK9rpUX1t6krmiM3pYhb+yIwdzbC0ddCbZ2aVG1bu9Z2tBTaVLdTV5uqv8uKyikrVF+nqm91/daFnpY+RTLV61pxeTF6WnXfp/Q19UmTqU4ql5SXoKdVfV/v5dQXSz1LNgeuV6lbFy/qPn1RddXEQMtA7f4skhVjUM/+NNA2IKlQdXKhqLwY/Rrttj/8kYUdPuC7HvK13hWVFWy6v4NHWeEqbWtTViRTe8xq62kiq+eYLSuSKSZwarfLfdKurr6rzjVZkUwx5gKBMEb/Q3x9ffH19aWiooLQ0FAuXrzI3r17efPNN/nzT3nYnbu7u1IbqVRK2ZNQu0ePHtGlSxel71u0aIFUKiUsLIwePXrQunVrrly5go+PD7dv32bPnj1cuHCBhw8fkpGRgYGBAW3a1B9mWsWIESPo3r075ubVYRnNmjWje/funDt3jsGDB9fTWm6Egtwo1dPTY8KECZw+fZrAwEBiYmIICwsjPT2digr5THrz5s1p1aoVx44dw8/Pj2PHjuHj40PTpvK1N3PnzmX58uXs27ePDh060K1bN4YOHfofG6ISJGjUWrAnkdTdZ23v2n/C5JaDeZgeyeWEwHrrVVbUv011mQAbklnV5PfNoQT8lUjXsa64+JiRk1rMpZ8j2b/0HhOWtVG7FlUikaBRa4xq/12T2t4SdWhpaDJ88wL0tHX4eMAkLn2wma4r31LyCjUG9fuz7gWZFTSsrT5cjO15x28cH1xYpdbgfao0dKxXVCBpoI66Y0ndmNW/Pxt3Dhhp67Pn5U9pY9ucKceXE5+rPqpicY+pzGz3MutuHuLk46vK2l7kY+2/Tls950Ejtb20dT56Wrp8NGASF+duott3MwhMCP9XfTd8jVJzXWtAprrhz04s4MzX99HQlNBrtnejEns09vr5T7X9m35Bfo7WHo/6xryyng3Vdz2samdjYMtw1xFse7iZ4vLGX9de1H36oulStz/rvU/Vtz+pZ38+8bI6GNnxRaeFpBals/LOBgrLCuls34EZPlMoKS/levKt6jYVlSrjVe9Y1HPLqa9d1fg1eOlpbEIFwf8Ewhj9lyQnJ7N161beeustbG1t0dDQwMvLCy8vL/r27cvQoUO5dUt+IdDRUU0DXnVzqOvmUllZiba2PJyyd+/enD17lg4dOmBsbIyPjw+tWrXixo0bJCQk0KtXLzQ1Gz/DVNMQBbC2tsbU1JTk5PrTjAMEBQVhYGCAi4sLhYWFTJgwgeLiYgYOHMjLL7+Mj48Pr732mlKbUaNGsXr1ahYuXMiJEyeYNm2a4rvXXnuNgQMHcvHiRa5du8a6devYvHkzx44dw9Kycdng1DG37Vjeb6v8ep2TkVex0jdRqSvV0SevjnWd/xRTXSM623vz9c29DdbVM5SffrVnYqu8m1Xf10RX0UZWq41M8X1uRjF3zyTQZbQLPV+rngixb2bM1nevE3A2kfZDnFT6/mzwGywZOk2p7OCdv7AxNlepa6xnSE6RqsekNrKKcs6GytebXXp8j+gvjzK79yu8sefLBloqM6P1aGa2HqNUdib6GhZ6qvvTUNuA/P9gf2pI5OG5f8Zc51pSIJo1nk4kSNCUaFDeiIf8xlKWI5/g0ZYqe5qqvJ2lOfkKj6iWVNUbpW1spOijJvM7j+fDLsrn4q9hf2NlYKpSV6qjT25Jw/vTXmrJ/pFLaGruyLQTX/N7+HWVOjqaWmwY9D6jPHuy7uYhll7cqVLnRT7WXmhtg6ayeEgtbXfPYSNVo03/n2iT36suhd8jatkRZvd6hTf2fklOUcE/7lvnSdRGbW9g1d86BqrXNR2DJ56sWqF7VdfGqsiPKpKCszi35iHaepoMXOirCLFsiKp+am+nSpu2Gm3aDfwebX2tai+pmtDDsqJytf0CDHYZxhDX4Upld1NvIzVQzcCtp6VPUT0GZLGsCF1NXZVyPS09isqL5OG5LaZwN/UOoVnBSpMaVZMcdU0wvKj79EXTNbrZS4xtPkKp7FrSLUx0VfenvpY+hbK671OFskL0NVUj1Qy09Cksk7cb6joADYkGy26sIL9Mfj4+yAjGQMuAad4TlYzRoF9jCDqmvMzIsb0lxbmlKtsoKy5HW79u80DbQKvuY/1JO20DTWRq6siKZYrvX2g0hbH8LBHG6L9ER0eHgwcPYmdnx/Tpyu+QrAplbYwx5eHhwZ07d5TKQkNDyc/PV3hUe/fuzZo1a/jzzz/p1KkTAJ07d+b69etEREQoQnwbw+rVqzl9+jSnT59WzNjFx8eTlZWl8FbWRX5+PseOHWPgwIFoa2tz/vx5goKCuHLliuK3Zmdnk5GRoWRkDx06lK+//poffviB9PR0hg4dCkBGRgYbN25k+vTpjBw5kpEjR5KSkkL37t25efNmg17a+vgp5AxnY24rlQ1w8aeHoy8SJErrcVyM7QjPjv/X26pJT0c/tDW0OBl5tcG6Zrb6SDQkZNVa15L55G8LR9Wwyar1pZlJRdi6Vd/gspLkDymWjobkphVDJTh5miq1tWpihL5Um7RY1VBPgG2Xj3HygfIrfkb49mCAV0ckEonSPm1q5UhIcnSdv21oq67kFOUrrYHLLS4gIi0Be5N/Pslw6NFZLsYrnye9ndrT2b61yv5sIrUhMqf+d2bWh62BJT5WzfGxas5w9x5K381oPZoZrUcz8PAsEgvUv67nn5IbJl8HatTUmayAEEV5VeKi3JAIZAWFFMYnK8qq0LUyR9vYiJyQCGqz+/7vnIlQfrfp4Gad6O3SVmXMXM3seZRRf+iyp6ULh8YsQ09Lh9EHF3Et/qFKHamOAT+PWkp7+xZ8/NdWtt1Vn83xRT7WXmhtV37l5MMrytp8ujPA019Fm3tD2ry7klOsXpvdE22PUmL+cd9Saz0kGhJya72+oepvE3vV65rJkzV/uSlFWLhUvzKm6hUQJjXWyEdeTeHvLSGY2BvQb0FrDM1VDbC6MLLWQ6IB+bW0Vf1trEab8ZP1+PmpRZjX0FazjbaeFvpmOir9FueWIisuV9svwOXEizzIUF6P3trSD0/zlirnqJW+NckFdWfMTilMwVGqOslopW9NdG4UZnrmuJq442riTkc75eRTg12GMdhlGIuufUhmcYZKHy/qPn3RdJ2NvcCd1AClsg42bWht6a2yP20NrUnIr3t/JhYk42qsms3W1sCa8Gz5PcNS34KE/CSFIVpFSGYYne07YKJjTE5pLgDuPe2wrxVenHAnneQHWVRWVCp5e/NTiuo8ZkG+JjcrRvU5Ij+1CHM3+ZhKbQ0oKyqnOLcUPeNqh0xeSjEGlrpqsxwL/nf5v7kS9hlgbm7OtGnTWLt2LatXryYkJIS4uDjOnz/PO++8g7+/P+3atWuwnylTphAWFsayZcuIiIjgxo0bzJs3Dy8vL4Xh2bRpUxwcHDh48KCirFOnTly/fp3s7GyVMN/66NevHwkJCSxZsoSoqChu3brFu+++S5s2bejWrZuiXnFxMWlpaaSlpZGYmMjly5eZPn06lZWVzJkzxfiBNgABAABJREFUBwBbW/ki+uPHj5OQkMDt27d5++23KSsrU2TbBXlYcr9+/di0aRN9+vRRGOsmJiZcuHCBRYsWKcbv559/RltbG29v70b/JnWkFGYRmB6h9LkUH4BUx4CeTtWZVs31jPG381LKsPuf0MamOYn56XW+V7QmWjqaNGlpSuj1NKUHvdBrqegaauHQXNXrZ25ngKmNPqFXlEMjQ6+mYm4v/87MzgCJhoTY4GylOhnxBRTllWFWx8xuUk46d2JDlT5ngm9grG/IAK/qd3FaGpnSvakvZ0LqTpAwt884Nr+6QGn23cHUCi87VwITVA2nhkgryiI4I1Lpcy0xECMdA7rYt1bUM9OV0tbGi2uJ9YdI10dqUSbjTn2k8gG5UTzu1EekFj29bID5EbHkR8bRZPQApXKnUf3JfRRFQYzcsE46cwWHoT3R0NGuUWcAFTIZKedUPZTJBZkEpDxW+pyPvotU14Derm0V9Sz0jenk6M2FGhl2a2MvteTI2C+prKxk8L55ag1RTYkG+0YuoY1dc9448XWdhii82Mfaf5220JtybZ7+Ktr+DL1ZZ19zer/CpnHz1WqrSrr0b/rW0tHEpoUJMbeUr2vRN9PQMdDCSs0L741tDTCy0iP6hvJ1M/pmGsa2+kit5NesuIAMLm0Owbq5CYM/a/OPDFEATR1NrDxMibudrqQt7nYa2gaaWLipapPaGGBopUfcTWVtcbfSkNroY/REm623OQkBGZSXVSjVkWiAjaeZWj05pTnE5sUofUIyg9DX0sfTvKWinpG2EU1NmhGSVXfCoZDMIGwN7LA1qM5cbWtgh52hPSGZQeSUZPP17WUqH5AbxV/fXkZOSbbavl/Uffqi6coqySYyJ1rpcz/9IQba+rS2qn6mMdaR4mXuwf001etoFffTHuJgZIejUXUyPkcjexylDtxPl7dLzE/CUWqPkbZyxIyHWTMKygrJK6s2GPXNdDF3lSp9bLzNkBWXk1wj23NxbilpYdnYeqs/ZgFsvM3ITSokJ6HaCM5JKCA3sVDRrurf+FvpijrlZRUkBWRg21I12kLwv43wjP4HzJkzBxcXFw4cOMBPP/1EcXEx9vb2DBo0iLfeeqtRfbRu3Zrvv/+eNWvWMGLECIyMjOjbty8ffPCBIkwXoFevXvz444907Ch/GPL19UVPTw9/f38MDBqfeMTb25vt27ezdu1aRo4ciY6ODn369OHDDz9UWtvw+++/8/vvvwOgpaWFlZUVffv25bvvvsPGRp7Rz8fHh48//phdu3axZs0abGxsGDx4MHZ2djx48EBpuyNHjuTEiROMHDlSUaalpcX27dv55ptvmDx5MkVFRXh6erJt2zaaNKk7C+S/5UZyMFcTH7C+1xy+vLGbrJI83m/7CrklBewJPq2o18zUER1NbYIyourpTT0tzJ15lNVwcpwquo515afP7nLk2we07mtPfGgO147G0HtSU7R1NSkplJEWV4CZrT6GJvLZxW6vuHJiXTD6W7Rp3sGSsBtpBF9J4eV58pudoYkO/sOduH5UHpLj1tqcnDT5mlETaz38+tefObgmf4cHcD7sDj9NWcKCoxvJyM9hydBpZBfls/nSEUU9T1sXdLV0CIiXJ8ha9ttO/nxvHb9M+4Jtl49hZWTGp4OnkFWYy6qz+xq9/fq4kxrCzeSHfNXtPVbf2Ut2SR4zW48hr7SAXx6dUdRzM3FAR1Ob0MzoRvUrqygnOEN9Qpkqo/g/QUtqiIlXU/IjYilJl7/C6cHnG+m062tKMrJJOH4Ox5f64PzKYC6/MkfRLuTb73F+dQg9f/+e0O9+wLi5C62Xv0/4tgONescoyN8p+nfsfbYOmc+SizvJKs5lQefXyC0pYGfAb4p6HhZO6Ghq8yBV/lu/7jMDa0Mz3j+zHqmOAe3sqt8Rl1daSFhGHG/4DaOzkzc/BPxGUl66Uh2A20n1v7LpRT7WXnhtj+6wd/JSPjy2gYyCXBYPfoPswvq1ffH7D5x5dy0/v7GM7Zd/xUpqyqKBU8kqzGPVX/v+Ud+1aT3ChT++CuDCuiCa9bAj9XEOD0/F0u4VN7R0NSktlJGdUICxjb7Ca+L7sguXt4Vy7QctnNpYEnsnnegbqfR4R/7+SFlpOVe2h6Ktp4nPS85kJyh7gwzNdTG0aPhdni1fcub8N/e5siEYt+62pD/OJeS3OFqPlWsrK5KRk1CAkXW1Nu8RztzYHobOrkc4tLEg4W4GsTfT6Pzk3ZYAXkOciL2eyoWVgbQY6EhechH3D0Xi3tO+0e8YBQjPecyjrFCmeL3J0YhDFJTlM8R1OEWyQi4lXFDUszWwQ0tDi/h8+f3mTuotBjgPZlbrOfwaIc98/ZL7KBLy47mbdpuKygpi89Rng88pyanzuype1H36ouqqIiTzEQ8zQpjt+xZ7Qg+QX5rPmOYjKCgr5ExM9buXHY3s0dLQIjpXnizxatJNRjYdxift3+ensIMAvOYxhpjcOK4mySeCTkT9QTeHznzmv4Aj4ScplBXib9uOrg4d2RW8r8E149YtTLFuYcL1raH4jHVD10ibh8ei0TbQomnvaiM4J6GAClkFZs5yr2cTf2tCTsZyadUDfMbIXxMYeDASE0dDnDrIX1VnaKmHS1cb7u0Pp7ysHKmtAWGn4yktlNFCzTKhF43GrEEXPD0klfWtiBcInhJHjhxh/fr1/PXXX089S646HLe9rLbcRMeQzzpNYYCLPxoSCbeTQ1lybSeROdXv8jo4dBmOUms67Vc/oXDt1a1cS3zI+xdVsxGeG7OOkMxoZv31ncp38dOPsid0lkp56LVULu2PJCOhAKmFHu0GO9JxhDw8J/pBJnsX3WXYe1607lN9c7hzOp7rx2LITS/BzEafzqNd8OlVPSNeWVnJzRNx3D0dT3ZKEUbmurj5WtBzgrvCqK3JxBYbkczsqFIOYGog5btRsxnh2x0NiQZXIgKZe2gNj1KqMwyfn7sJFws7XBdVj3vP5m34fNh0Wjs0Q1Yh43TwdT48upH4LPUJb87P3QRAr9VvK5VXbr6Oz+6xattIdQyZ324SvZ3aI5FoEJAayorbPxKdW22c7ei/GHsjKwYdUf/KoN9HbuB2cjCfXt2k9vsqAicdYPP9g2y+f1CpbJ+k7pd3W/foQN8LezjbcyKpF28qlV2b/BFRPx5V1G06/RU8503FwMmO/Mg4gr7aRvReZe+iVde2+K1YgJmvJyXpWUTt+ZXAz9ZRKVNeQzy+MgyLFerD3E10jfii15sMbtYRDYkGNxKCWXRuG+FZ1aHNv77yNU1MbPDbNgVtDS3i5hxBW1P93OXl2EBe+uUjToz7ls5OdUc0VOnJmP/bC32svcjaNGZ1Uq9NX8qqUe8xovUTbZGBvH9oLY9Sq7Wdm70RFws73D6rnhDs2awNS4e++URbOaeDr/PRsY3EZ6c2uu+Kjdf4+rZqNveYW2ncOxxFTlIhBma6ePZzwHuIfJIxKTiL018G0HV6C5r1qL5uhf6VwMNTcRRmlmBkpYfPcGeadpNH4CQGZfHH8gC1vx/Ad6QLfqOUX3H0UbstLLmheh2Pu53Gg6PR5CUVom+mS7O+DngOkj8gp4Rkce6r+/i/6YFbt2pt4ecSCfk9jsLMYoys9PEa1gTXLsqv5kgNyybg5wiyYvPRNdLGpYstPiNd0NBSvect8d/K2+enqZQD6GsZMLrpK7S29OX/sXff0VFU7QPHv5tN770nJCSQQgi9g3SRXkVABEFQEAuINCkCKoqgIL0IKk06iID0jnQIhFQCIb1Det3s/v7YFDa7KfjyEl5/93MO55DZe2efnb2zM8/cO3ckEgkPMx6y98FOlUe3TG48DSt9K+ZenVm2zELPgjfrDcfbwpdiRTEhT4LYG7GLzMLKZ/de0/lnjkQe4sjjQyrLXsXvdGbzda9kXKWxvXnkXY3ljbQNGe07nBb2TdFCQujTB/wW/Dvxzzy6ZX7rmdgYWDPp7Odly6z0LRnTYAT+1g0olhdzNzWIX4N3kF5Q/n06GtkzwnsIfla+SJAQmx3PH4+Ocj2x/LaWPb1/Zd5V1dvJShXmFHFnx0PibqeBQoF1PTMaj/BQeVzOmW8DyEnNp+8P5b+NuWn53N7+kKSgp2hJJdj5WdBkhAcG5uU9yMVFcu7tfkTU1WRk+cVYupnQaFhdrJ7psV7YekNlm7lWFe8YVdshVEo6Yktth/DCiWRU+K8KCgri0aNH/PDDD4wcOVJl8qL/psqS0dpUWTL6KqgqGa1tVSWjta26ZLS2VJWM1raqktHaVlUyWtuqSkZrU2XJ6KugsmT0VVBVMlrbKktGa1tlyeiroKpktLZVlYzWNpGMPr9/YzIqhun+SyQlJfHGG29UWaZhw4Zs2fJyG3FAQADff/89nTp1YvTo0S/1vQVBEARBEAThuYjZdF8qkYz+S1hbW3Pw4MEqy+jpPd9kDy/C22+/rfaoF0EQBEEQBEEQBJGM/ktIpVLq1FGfBlwQBEEQBEEQBOFVJJJRQRAEQRAEQRAEADGb7kslnjMqCIIgCIIgCIIgvHQiGRUEQRAEQRAEQRBeOjFMVxAEQRAEQRAEAZCI2XRfKtEzKgiCIAiCIAiC8C8ml8tZsWIFHTp0oHHjxowfP56YmJhKyxcVFfHDDz+UlR85ciQhISEvPC6RjAqCIAiCIAiCIPyLrVmzhh07dvDVV1+xc+dO5HI548aNo7CwUGP5+fPns3//fhYtWsS+ffuwtLRk/PjxZGVlvdC4RDIqCIIgCIIgCIIAoKX16v77hwoLC9m8eTOffPIJnTp1wtvbm2XLlpGYmMiJEyfUysfExLBv3z6++eYbOnTogIeHB19//TW6urrcv3//P9m6akQyKgiCIAiCIAiC8C8VGhpKTk4Obdq0KVtmamqKr68vN27cUCt/+fJlTExMeO2111TKnzlzRmUdL4KYwEgQBEEQBEEQBOEV17Vr1ypfP336tMbliYmJADg4OKgst7W1LXvtWZGRkbi4uHDixAk2bNhAUlISvr6+zJw5Ew8Pj38YvWaiZ1QQBEEQBEEQBAFAS/Lq/vuH8vLyANDV1VVZrqenR0FBgVr57OxsoqKiWLNmDZ999hlr165FW1ubESNGkJaW9o/j0ET0jAqCIAiCIAiCILziKuv5rI6+vj6gvHe09P8ABQUFGBgYqJXX1tYmOzubZcuWlfWELlu2jI4dO3LgwAHGjRv3j+LQRPSMCoIgCIIgCIIg/EuVDs9NTk5WWZ6cnIydnZ1aeXt7e7S1tVWG5Orr6+Pi4kJsbOwLjU0ko4IgCIIgCIIgCFD7M+b+F2bT9fb2xtjYmGvXrpUty8zMJDg4mBYtWqiVb9GiBTKZjMDAwLJl+fn5xMTEUKdOnX8chyZimK4gCIIgCIIgCMK/lK6uLiNHjmTp0qVYWlri5OTEkiVLsLe35/XXX6e4uJgnT55gYmKCvr4+zZs3p23btsyYMYOFCxdibm7OihUrkEql9O/f/4XGJnpGBUEQBEEQBEEQ/sU++eQThgwZwpw5cxg+fDhSqZRNmzaho6NDQkIC7du35+jRo2XlV65cScuWLfnoo48YMmQI2dnZbNmyBUtLyxcal0ShUChe6BoFQRAEQRAEQRD+B8mPTqjtECql1WtdbYfwwolhusK/0sOM5bUdghoPs8l8df2D2g5Do7kt16O4NrO2w9BI0uo7KD5Z22FoJu2O1ZJetR2FmrRpR9kh8artMDQaoQhDceOL2g5DI0mLRSiebKntMDSSWI5CEfZNbYehRuI1G5P53Wo7DI2y5p+i6763azsMjU4P3k7wk8W1HYZGvpYzmH3l/doOQ803bTYw6+9XLy6Ab9tu4MOzL2520RdpTeefmX751dxu37fbUNshCK8AMUxXEARBEARBEARBeOlEz6ggCIIgCIIgCAKAlqS2I/h/RfSMCoIgCIIgCIIgCC+dSEYFQRAEQRAEQRCEl04M0xUEQRAEQRAEQQDQEn11L5PY2oIgCIIgCIIgCMJLJ5JRQRAEQRAEQRAE4aUTw3QFQRAEQRAEQRBADNN9ycTWFgRBEARBEARBEF46kYwKgiAIgiAIgiAIL50YpisIgiAIgiAIggCgJantCP5fET2jgiAIgiAIgiAIwksnklFBEARBEARBEAThpRPDdAVBEARBEARBEEDMpvuSia0tCIIgCIIgCIIgvHQ17hmdOXMmBw4cqLJMWFjYfxzQqyA3N5cDBw7w9ttv13YodOnShbi4uLK/dXR0sLa2pmPHjnz66adYWlq+0PcaOHAgH3/8cY3Kx8fHc+fOHXr37v2P6r9st6/G8Nvaa0Q/eoq5pQF93vRj0NuNkEg036heVFjM/u0BnD4aTkpSNta2RnR+oz5vjm6Cjo60rNzJw6Hs3xZAQlwmNnbG9HnTj35DG1a63oriA58QsCeSjLgc9E118ermiE8vlyrrR15J4v4fUWQn52Nko0+DPq54dLDX/DnyZBz+4ib+A+vg8ZpDjWIqdSkwieV7g4mIy8LKVI8R3eoytqdnpbFFJWXTY9pJteX1nEz489tuAMjlCn45FsHus5EkPsnDzd6Ycb3r07ety/PFdjmEZT/9SUREAlZWprw9vANjx3StNLaCgiJWr/mLPw/f4MnTbLy9nPhoUi86tPdVKRdwN5Iflh0iMDAKQ0M9OrT3YfrnA7GyMnmu+Ix09Pmy41j61G+LkY4BV2LvM+fMBiKexlVZz9/Wgy86jKKJfX20JBLuJkWw8Pwv3Et+WFbG1siCWe3eobNbUywMTIh4EsvK6/s4GHahRrEZONnR+/5hLgyYRPL561WWrTOsNw3mTMS4rgs5j+MI/m4DkVsOqpSxbOZHk6XTsWzuR1FmDpG/7idw/irkRUU1igdK2truICLiMrEy02NENw/G9qpXeVtLzKbH58fVltdzNuXP77oDJW3trwfsPvNI2dYcTJRtrZ1rjeMCuHTtEcvXnyPiUQpWlkaMGNycsSNa1Wgfl8nkDH//V/T1ddi65h2V146dDuHn7Vd4FJWGqbEebVq4M/XDzlhbGtc8tjvxLN96h4jodKzMDRjR24uxA3wr327xmfSYcFBteT1Xc/5c1e8fr1cTI119FnYbT3/fDhjpGnA56h6zjq3lQVpslfUaOXgyt8sYmjl6oSXR4k5COF+e+pm7CRFlZUY37cmqflPV6q6/fpDPj66qUXz6Uj3ebzicDk4tMNDW515qKGvubiM2O6HGn/HLVp+SJ8vn+1vr/9HrFQVci2P7+ltlx6meg33oP8KvyuPUHzvuc+6vCFKTc7CyNeS11z0YNMpf5ThVKi+niMnvHOCt95rQpXe9Gn/OUrL8YgJ3PyL2ZgqygmJsvMxpNNwDEwfDKuvlZxRy9/eHJAU+QS5X4OBvif9wDwzM9TSWjzgZR/ixGHr90LrGcd3f84i4kris65vjX8O4AneWx2Xvb0nDYZXH9fBUHA+OxfDG0prFBaAn1WNA3cE0tmmGnlSPiIwH7H2wk+S8pCrrmeiYMthzKL5WfkglWtxPC2RfxG4yCzM0lrfQs2BOywWciTnFkceHahSbLL+YoD2PSLil3G5W9c3xG1az7Ra0S7ndFHIFdg0t8Rvmgf4z2y0/o5DQA5EkBz2lMLsIY3tD6vV0wamlbY1iE/7/qHEyOnv2bKZOLf/hb9++PV988QW9evX6rwRWmzZv3sz+/ftfiWQUYOzYsYwdOxaA/Px8wsPDWbJkCSNHjmTXrl2YmDzfSXJl9u7di56e5h9gTWbMmIGTk1NZMvq89V+m0MBE5n92lA7dPXlnQkuCAhLYvPIKxcVyho5uqrHOuh8uceavcIa/14z6PrY8CElhx883SU7IYvLczgAcOxjMikXnGfJOY5q2ciEsKImNy/8mP7eIt8Y0qzaulIgMzv0QSJ3WtjQe4kZyWAa3dz1CLlfg17eOxjrRN1K4vDYE79edcfS3JOZWKlc2hCLVluDWxk6lbEFOEeeX3ScnNf85txgERDxh4o9X6NnKmU8H+3IrPI2lu+5TXCzn/b5eGuuERCkPkr/ObI++bvmJkMEz/1+xP4RNR8L5eJAPDetacP5uEtPW3UQigT5tapaQBtyNZMLEdfTs2ZRPP+7DrdsPWfLDH8rYxr+usc7suTs4ey6Qz6b0w72OLQf+uMYHE9ex5ZdPaN7cE4D7QdGMencFbdt4sWrFeJKTM/hx2SEmRW1g5w71E9+qrO8zneYO3iw4v5mswlymtR3BH8O+o+3miWQUZGus427uwJ/DFxOQGMGnx5ajQMGkFoM5MmIJnX/7mIincehKtdk9ZCFmesZ8d3kridlP6OvVjk39ZqJ7RJvdwWeqjMvQ2Z7Oxzeha25a7WdwGfQ6bbcvJeynLSQcu4jzgG60+W0x8oJConYdBcDI3Zkup34h9UoAl4dOxtTHg0bfTEHX0pwbE7+s0bYKiEhj4tLL9GztwqdDStrazkCKixW836+SthadDsCvszqgr/dsWys/rK3YF8ymw2F8PLhBSVtLZNraG0gkEvrU8OJHwP04Jn6+i57dfPl0fEdu3Yth6erTyrY2qm219Tdu/ZvAkARaNFFNgI+cDGLqvIO8NaAJkz/oRGpaNis2nufdj7az75f30NOr/vAcEJrCxK/O0LO9G5++3ZhbIcks/fWWMrYhDTXWCYl8CsCvX3VH/5n3MHjm//9kvZpsHvwFLZx9mHtyI1kFuczs+A5H3l1Ky9XjSM/XvA/UtXTkr3d/JCDhAZMO/YBCoeCTtm9yYuxy2q+bUJbINrT3IDw1mgkHl6jUT8p+UuP4ZrechI+lJxvv7ySnKJdRPoP44bXZvHdyOtlFuVXWlSBhov/bvObckuOP1S8CVfe6JmH3k/nm85O06+bO8PFNCbmXxJbVNyguljN4VCONdX5edpXzxx7y5phG1POxISI0lV2b7pCSmM1HszuolM3OLODbGadITtC87Wvi2roQnjzMpOHQuugYSAn+I4rzi+/y+jfN0TXS0VhHXqzg0o+BFOXJaDq6PvJiOYF7Irm4NJBu85uipa06SC/majJ3dz7EwFy3xnFdXx/C04eZ+A2ti7a+lNBDUVz8/i7dvq46rss/BiLLl9F4dH0UMjn390ZyeWkgXTTFdS2Ze88ZF8AY3/G4m9blwMO95Mvy6eXel8lNpvHV9XnkyTS3My2JFpMafYq+1IDfw7YilUgZ4DGYjxtN4dubXyFXFKvVGek9BgPtqpPIim5tUH6fDd6si7aBlLA/orj8/V26VLPdri5TbrdGo+qjKJYTvDeSv38IpNOXyu1WXCTnyo/3KMqV4T3ADX1zXeJvpnJzXQhymQKXtnYa1/3KEMN0X6oaJ6MmJiZqSY+JiQk2NjYvPKjaplAoajsEFYaGhirb2cXFBR8fH3r37s3PP//MlClTXsj7/Ke9rC+yl/ZF27bhJnW9rJm2oCsAzdu4UiyTs+vX2/R/yx89fdVdITM9n2MHgxnzUWuGvNMEgMYtnQH4ZfVVxnzUGjMLA3b/epv2Xeoy9uM2ZWXiojM4tPt+jZLRe/sfY1HHmHYTfABw9LdCXqwg6FA03j2c0dZVv7J9Z/cj6rS0oflIz5I6lhTmFHF332OVZDTmdio3tz6gKF/9oFUTK/eH4FPHnO8nNAegg78dsmI56/8MZ1QPT5Vks1RodAb2lga09tX8u5BXIGPL8Qjeed2jLKFt08CWoMfpbD3xsMbJ6MpVR/DxcWbJ4tEAvNbBF5msmHUbTjDqnU7o66ueLMTGpfHn4RvMm/Mmbw9/DYDWretz+84jduy8WJaMLll6EF8fZ9aseh+tkoORsbE+33y7l5jYVFycrWsUX3NHb3p6tmbo3nmcjrwJwJXY+9x+/xfea9KbH6/u0ljv/ab9yC0qYPj+L8ktKgDgYvRd7rz/K+Ob9mPG6bW8XrclDW096Lb1U+4kPgDgXNQdnE1s+aTlkMqTUYkE91EDaLJ0BjXt3Gq06DOi9xzj9mffApBw4hK6lmb4f/VpWTLqO2M8RVk5XOj/IfKiIuL/uoAsN5/mq+YStGgduTHV9zKt3BeMj5s5309sAUCHRvbKtnYolFFvVNLWokraWgPNV9nzCmRsOfaAd3p4liW0bfxsCYp8ytYTETVORlf+fAGf+vZ8/2V/ZWxtPJDJ5Kz/7TKjhrZAX1/zCRtA6IMk1v92GRsrI7XX1v/2Nx3berBgRvkFXfc6Vrw17lfOXn7AG118qo/t9wB86lry/WftlbE1c1LGtuc+o/r6qCSbZTFFPsHe2pDWjSofJfFP1ltRS2cfenm1ZdC2WZyMuAHA31GBBE7exrgW/Vh6cYfGehNaDSSvqIAh22eTW6S8iHY+MoCgydv4oNWAsl5Pf3tPbsWFcSM2pNpYNPG19KStYzNmXfqe60l3AQhMDWN7z+X0q9udHWF/VFq3rqkLHzUejZdFXfJlBc/9emV2/nwH9/qWTP6yIwBN2zhTLJOz77d79BnaQP04lZHPyT/CeOfDFgwcqbxI4N/CEYCta27yzofNMbMwAOD6xWh+/vEqebk1H61QUVpEBgkBabT7zA8HfysArOubcXTaNR6ejsenn+YLqLE3UkiPyub1b5pj6qTcF8xdjTkx5yax11NwLUlM8jMLCdr/mMhzCega1XxKk7SIDBID0mg7xQ/7Z+I6Nv0aj87E413Jhd24GylkRGfT7evyuMxcjTk19yaxN1JwbVMeV/D+xzw+/3xxAbib1sXfujGr7i4n+Ml9ACIywlnY+js6OnXmWNQRjfWa2jTH1aQOC6/NJTFX+Rsamx3DnJYLaGbbnBtJ11TKv+bYCXtDzaOjKvOkZLu1nuyHXcl2s6pnxskZ14g8E49XJdstvmS7df6qfLuZuhhzdt5N4m6k4NLGjqR7aWTG5PDa3CZYuCsvfNo2sCQvLZ8Hf0W/+smo8FK9sNT/7NmzDBo0CH9/f7p3787y5cspLCwse93Ly4tdu3YxYsQIGjZsSM+ePbl9+za7du2iU6dONG3alMmTJ5Ofrzz47N+/n9dee43du3fTvn17mjRpwqRJk0hKKh/WUFhYyJIlS+jQoQNNmjRh6NChXLp0qez1/fv30717d77++muaNWvGhx9+CMCpU6d48803ady4MQ0bNmTQoEFcvHgRgJUrV7Jq1Sri4uLw8vIiNjaWmTNn8s47qsOrnl0WGxuLl5cX69evp127dnTt2pXs7GyysrKYO3curVu3plmzZowaNYrAwMAXsr0dHR3p3r07R46U/5BV9X4xMTF4e3tz/vx5lfXMmjWL4cOHA8phtitXrgRALpezfv16evTogZ+fH02bNmXcuHFER0cD8M4773D9+nUOHDhAly5d1OoDnDt3jqFDh9KkSRPat2/Pt99+W/b9grJN7N27l3fffRd/f3/at2/PqlU1G171PIoKi7l3O462ndxVlrfv6kFeThFBd9VPlnNzCuk1qAGtX3NTWe7sZg5AQlwmAPOX9ea9T9qolNHW0aKoUFZtXMVFcpJC0nFprprguLa0oSi/mJQw9aE42Sl5ZCXm4dKsQp0WNmQl5ZGZqLzKWphTxIXl97HzNqfrNP9qY6mosKiY66GpdGumesLao4UTOfkyboWnaawXEpWOt6tZpevV1ZHy+9yOjOmpOjxMR1uLwiJ5zWIrLOLa9Qi6d1PtKejxehNycvK5dfuhWh1bG1P27p5Gv74ty5ZpaWmhLdWioEB5cvY0PZvrNx4wfFiHskQU4PXujTl/5usaJ6IAXdyakV2Yx9nHt8uWpeVl8ndMIN3qtqi0XviTGFbf2F+WiALkFhUQn5WKm7nyu8gqzOWXgKNliWipB09iyspoYu7vRct1C3i85SBX3ple7WcwquOEqZc7sQdUh11H7z2OST03TDyVJyoOPdoTf+S8ypDcmL3H0JJKcejRvtr3KSwq5npIKt2aOaksL2trYaka64VEpeNdp5q29mVnxvSqr7Jc2dZqdoGmsFDG9dtRdOuo2jvbo7M3ObmF3LoXU3ndomJmLDzEO0Nb4OZqpfKaXK6gbUt3hvZvorK8bh1luZi4p9XHVlTM9cAkurVWTap7tKtDTl4Rt4KTNdYLefQEb/fKLxz+0/VW1NWzBdmFeZx+eKtsWWpuBpcf36NHvZaV1gtLiWbF33vKElGA3KJ84jJTcbdwLFvWwM6dwET1fb2mmtv5kyfL52bSvbJlGYVZ3E0JoZV94yrrzmgxES2JFh+f/ZL0gsznfl2TosJi7t9OoFVH1QSgTWc38nKLCLmnPqQzL6eIHgO9adlBtdfdqWS/SIrPAiAnq4DFM0/ToIk9Xy7vUaN4NEkMfIpUTwt7v/L2o2eqi42XOYn3Ku+RTgp8gom9QVniAmDqZISpgyEJz9QL/TOapMAntPnIF4fGVppWpXn995Vx2VWIy7q6uO4/wVhDXCYOhiQ9Uy/scDTJ95/QapIv9s8RF4CvpR/5snxCngSVLcsuyiYiI5wGVpWPMvCxbEBiTkJZIgqQmKv8u4Glaj0rfWsGeAxhe9hvzxVbcsl2s9Ww3ZIDK99uyUGVb7fSetr62rh1csDcTbUTy9jBkJzk5x+pJfy7vZBk9MKFC0yePJmhQ4dy+PBhvvzyS/766y+mTZumUm7ZsmWMGzeOP/74AxMTEyZMmMDx48fZsGED3377LadOnWLPnj1l5Z88ecJvv/3G8uXL+e2330hISGDcuHHIZMoT/VmzZnH58mWWLl3KgQMH6NmzJxMmTODcuXNl64iOjiY5OZmDBw8yZcoU7t+/z8cff0zv3r35888/2b17N5aWlkyfPp3CwsKyIbH29vZcunQJB4ea32N34MCBsniNjIwYP348MTExrF+/nt27d9O4cWOGDx9OcHDwf7bBS9SvX5+YmBhycnJQKBRVvp+LiwstWrTg8OHDZfULCgo4ceIEgwYNUlv3li1b2LRpEzNnzuT48eOsXr2ax48f89133wHKpL1Jkyb07NmTvXv3qtU/efIkEydOpFOnTuzfv58FCxZw9OhRPvvsM5VyixcvZuDAgRw5coSRI0eycuVKbty48UK2T6mEuExkRXKcXM1Vljs4Kw/YcVHpanXsnUyZNOM1nOtYqCy/cj4SbW2tsnW5ultg52iKQqEgK0PZm3r6aDi9B/tVG1d2ch5ymQJTe9VhNSZ2yivZpYnlszLilcsq3s9RVidB+bpUT0qfxS1p+4EPeiaV99xUJiY5hyKZHDd71XvXXO2UB5/IhCyN9UKjM8jJlzFs4Xn83/uD9h8f5Ydd9ymSKRNNqZYEL1czbMz1USgUpGbks+HPMK4EJTO8q7vGdarFFpNGUZEMNzfVHrE6rsre2MhI9ZNlXV0dGvrVwcTEALlcTkLCU775di/RMakMe0uZMIWFxSOXK7C0NGbqtF9p0nwqTZp9xvSZW8jMrHrIXkX1rVyIykhErlBNsCPTE/C0cKqkFvwScJRVN/apLHM3d8DHug6haVEAnI8K4POTqhdttLWkdK/bkrC06ErXnRudwCHP7tye+h2y3OpPBkx9PADIDH+ssjw7QhmHiZc7Un09jN2cyQqPVClTkPqUwowsTL2q/07L2ppDhbZW0vYqbWtRGeTkyRi24Cz+Yw7QftJhftgZWHVbO1TS1rp5VBsXQEx8OkVFxbi5qiZvrs7K34XIKM0XZQDWbL6ITCbn43Gvqb2mpSVh5ifd6PqaapJ76nw4AJ7u1Y84iknMUm43R9Xh1q4OypO/yDjNSVBo5FNy8ooYNv0v/Advo/2o3fzw262y7fZP11uRl7Urj58mqO0DD5/EUc+68l7pTTf/5Ke/d6ssq2vpiK+tG6Epj8v+NtUzoqmTF7c/+oUnc49x+6NfGN6oe41iA3A1cSIhJxk5qiOh4nOScDGp+rj/3Y21TD6/kEeZmi9GVPe6JonxWciK5DhWuJjn4Kz8HuKj1C9O2jma8MG0tmXJZ6nrF6LR1tbC0UW5XFdfmxU7BvHpvNcwreReyJrISsjF2MYAiZbq0ApjOwOyNByvSmUm5GJsrz581MjOgOxn6tXt7Mgbi1vi1Pz5RtxlxedipCkuW9X1q9WrJC5jW9XPU7ezI69/9/xxAdgbOpCWn4qiQjtLyU3GzqDy3kF7IweN95Sm5CZj90wPqAQJo3zGcjv5BsHPJLw1kZWgebsZVbfd4iv5Pm0NyCo5B7FtYEGjUfVV7nWWy+Qk3XuCiePzDSWuFVqSV/ffv9ALebTLunXrGDp0KMOGDQPA1dWVBQsWMHr0aGJjY3F2Vg5vHDx4cFkvWv/+/Vm4cCHz5s3Dzc2N+vXr8/PPP/PgQfnV/qKiIhYvXoyfn/LEfsmSJfTq1YsrV67g6urK4cOHOXjwID4+yuFMY8aMITQ0lE2bNtGpU6ey9Xz44Ye4uCgPfiEhIcydO5cRI0aUvT5q1CjGjx9PWloaDg4OGBoaIpVKn3sI8ogRI/D0VA73u3LlCgEBAVy9ehVzc3MAPvvsM27fvs2WLVvKkrr/hKmp8iCVnZ3NvXv3qn2/QYMGsXDhQvLy8jAwMODMmTMUFxfTs2dPtXW7urqyePFiOndW3hvp5OTEG2+8wbFjxwAwNzdHR0cHfX19jcNzN2zYQPfu3ct6o93d3VEoFEyaNImIiIiy7TRgwAD691cOf5swYQKbNm3i9u3btGhRee/R88rNVvYyGRqpDt00NFQmabk5hWp1NPn77CNOHwmj75sNMTFVPaCHBiYxdZxygq96PjYMelvz/T3PKsxTXlTRMVAdgqijr/y7KE+996YoV1lHt2IdA9U6Um0tzKqZgKAqWSWxGRuoJrJGJcPEsvPUe36fZhWQ9DSfYrmCz9/yw9HakKtByWw88oCEJ3ksnaj6nR65Gsvna5VDWDs2sqNfDSeVycrOU8ZmpK8am5HyO8nOrjrR2vjzSX5c/icAQ99sS9s23gA8eaK8j+qLOdt5rYMva1a+z+OoZH5cfoiY2FR2bJ1S48lbTPUMySpQP5hnF+Zholfz70VfW5fVvaZSUFzIxtt/VlpufsexeFo6Mfrg15WWKXyaAU81T3yhia6ZMhksylS9v6woKwcAHVNjdMxMNJYBkGXloGNa/UQ8WXnKHlVjA9XDUfVtLY9iuZzPhzUsb2uHw5Vt7UPVnrcjV2L5fI1yoqaOje2fo60pfzuMDVX3d6OSv7Mr+e0IDI5n846rbFvzDrq6NTvMRsc+5ftVp/GpZ0fHtp7Vx5ZTst0MK+yjJftstobhmE8z80lKy6W4WM7n7zbD0daIq3cT2bjvPgmpuSyd2uEfrVcTU32jF7YPrB8wnXxZIeuuHQSU94sC1DG354sT6ygqLmZ4o+5sGDgDPakOv94+Wu16jXQMyCnKU1ueW5SPoY5BlXUjq0kyq3tdk9xsZVsyrLDdDcqOUzXb7lfPPebs0Qf0GuKLcclxSkdHqpaw/hNFuTK0DdSHzGvrSzUer0rJcmXo2KlvUx19KVnP1DP9h0lKUZ5M7Thak7iKcmUY26rHpa0vRfZMveom86mKvrYBeTL1dpZfnI++duXtzEBqQIpM/cJqQXEB+trlx77OLt2w1rdm7b2VamWrI8uToa3/D77PPBnaGr5PbX0psipuCwra84icpDxaTPKttIzw/9MLSUaDg4O5d++eSg9Z6X2XDx8+LEtG69QpH35iYKBsyK6u5ScF+vr6KkN7jYyMyhJRAA8PD8zMzAgPDyc7W3ny82xSCcoEtjRJK+Xm5lb2fx8fH8zMzNiwYQOPHj0iKiqK0NBQAIqL/9m9daWe/XxBQUEoFIqyZK5UYWEhBQU1v4ekKllZyh4DY2PjGr1fjx49WLhwIadPn6ZPnz4cOnSIbt26YWysfsLYpUsX7t69y08//URkZCSRkZFERERgZ1ezcf7h4eFlExuVatmyZdlrpcmoh4dqD4WJiQlFzzEDZ03Iq7kFuOJVQU0un33E93NP4dvIgbEfq8+iZ+tgwuJ1/UmMz2TLuutMHXeAFVuHVHk/GdWNStUQVnW3Mz/HRJdVklfzRpo2mYGeNpumt6OOnRHONsoe1Jbe1ujqSFm+N5iJ/bzwcCrfN/3rWrD1iw6ExWSwYl8I45ZcZusXHapN+OTVfKFa1XyfnTs3pGlTD27desjqtX+Rn1/EksWjKSpSJj0NGrjwzVfKycvatPHC1NSAzz7/lct/h9K+nfp9fBIkaFWIWUtS+aCT6rZtKWMdA7YOnEtT+/qMObSI2EzNwyO/7DiWic0HsuL6Xg4/+LtG666R6iZwkMuRVFNGUd3Op1xN1WFoaA8GetpsmtGeOvbG5W3Nx0bZ1vYEMbG/t2pb87Bg65zXCIvOYMXeYMZ9f4mts1/7r7S1ggIZM7/6k9FvtcS/QeW94M969DiV9yb/jrZUwk+LBlfbhqEG+6iGr8ZAT5tNC7pRx9EUZzvl735LP3t0dbRYvi2AiUMb/qP1SiSa9oHKP0ON9wFdA34ftoBmTt68s3shMRnKfeByVCBv7pjNhci7ZcN5Tz+8iY2RObM7j1ZLRiVI1L7rqvZRhaJmtwy8SNXtK1WEW+bKuccs+/I8Po3sGDWp+X8cT8Wvqaqvrapd6Z/Wq2lc/NP1V7XJ/8GxVHM7q3xFVc1PUtVvU2k9O0N7+rkPYMP9teQXqye8KnVq8ftUKBQE73nEo5NxeL7hjGOzf99cM8J/5oUko3K5nHHjxjFw4EC1157tXdTWVn87rSpOZnR01E/ki4uLkUqlZTvj9u3bMTJSnRyi4jr19cuvIl2/fp333nuPTp060axZM/r27UteXh6TJk2qNA5NSocKV/Y+crkcY2Nj9u/fr1ZOV/f5ZmKrTFBQEG5ubhgZGdXo/QwNDXnjjTf4888/ad++PRcvXmTDhg0a171hwwZWr17NwIEDadOmDe+++y6nT59WuUe1Kpp+ZOUlZ53PtgNN2+JFTyBlVNIjmlehF6O0R9TIqOrv48COu2xacYWGTR2Zu+QNdDVM3mFlY4SVjRENmzpi72jKjAl/cPn0I7r21jwTKICOoXI9FScYKr0iqWug/j5ldSpctSws+bv09f+USUkvSE6+ajsv7aUyMVTfN/V1pbTzU59MpmMjO5bvDSY0JlMlQXC1M8bVzpgW3tYYG+gwc8Mtboal0cK76nszTYyVF7JyclUv6pT2iBqbVN2rUb+e8r6zFs09kRXLWbnqCFM+7YtRSU9r546qQ6xLH/0SHBKrMRmd1nYEM9qpzrz9R9hFbAzN1WPXNSCzIKfK+AAcTaz5fdB8PC2dGffnd/wVcVWtjK5Um1U9P2OwTydWXN/LgvObq13v8yjKUF7s0jFR/X0t7e0szMgu6xHVrlCmtFzpOqpS2pZy8ipra+ptWl9XSruG6hfGOja2Z/meIEKjMyppazbKtrb+JjfDUmnhXfVJkYmxsmdJra3lFKi8/qzl688hlyuYOKY9spKhr6U/aTKZHKlU9YT12u0oPpm5F0NDXX5bNbJsCHB1TEp+t9S2W0nPpYmh+u+avp427Zo4qi3v2NyZ5dsCCI18Sn03i+de78yO7/BFp1Eqyw4EncfWSP2zmOgZkplf/T7gZGrDnhFfU8/ahXf3fs2RsPILLak56RwLv6ZW5/iDa3TxaIatsQXJ2eX33b7jM5DRvoNVyp6PvYaFnvqM0oaV9Jj+txkalxynKvQ8l/aIGhlXfZw69Pt9flt1gwZN7Jm1uJvG49TzCP4jipA/olSWOTW3piBTfTSALK+4ymOPjqG2xon0ivKK0X7OY1bIoShCaxpXftVxaRtoa+zJK6qmXmV6ufWlt3s/lWW3k29iYqjezvS1DcirIoHMl+WhJ1X/fdHX1ievOE85PNd7DLeTbxH6NFjl4ory4pCWyhD5sENRhB1S3W6Oza0pyFDfbkXVfZ+VbDdZfjHaFc5biovk3NkUStz1FDzfcKbB0JrdIlHrxGy6L9ULOXOtV68ekZGRKj2D165dY8uWLcyfPx9Dw382xCE9PZ2YmJiyIbYPHjwgOzsbX19fLCyUB7mUlBR8fcu7/JctW4aWlhaffvqpxnVu3ryZVq1aqUy0s3XrVqA8Cap4RUpHR6esJ7ZUVFSUSvJZUf369cnOzqaoqKisFxBgzpw5eHt7M3LkyGo/f1USExM5ffo048ePf673Gzx4MO+++y4HDx7E2tqa1q01Pytr3bp1TJo0iffff79s2aZNm2qcKHp5eXH79m3efffdsmU3byqHZFbsDf1vc3A2RUsqIT5WdYhi6d8u7ppP/hQKBet/uMyh3YF0fN2Tz77sovLctrzcIq5eiMSrgV3ZvTkAniUnuGmpVZ9wmdjqI9GCrCTVA1Lp36ZO6vuNmYNBWRnLZyYGyC6pY/aC7sVwtTVCqiUhOkm13Zf+XddR/XFCjxOzuRqcQq9WTpg+k+DnFyoPWpYmujzJLODCvSQ6+Nth9cxQZ9+SiaGS06u/l9HV1RqpVIuoqBTV2KKVf3vUVU9S4uKe8PfVUPr1aYGeXnki3cBXOWojOSUDtzrK762wwuRTMpkyfn09zb3cW+7+xYmHqs/q7FWvDV3cmiFBonKvkLuFI+FpVQ/h87F2Y++bX6GvrcuQPXO4EntfrYyJriE7By+ghaM3s06vZ8Ptymf+/Kcyw5T3gRp71uFpQPmMpaUTF2WGPESWk0tubGLZslJ6NpbomBqTEVL9BDPVtzX1E7nHiVlcDUqhV2vnStqanrKt3U1UtjWz8t/qsrb2tAZtzckCqVRCdKzqhELRscpJOuq6qV84OX42lPjEDJp2WaL2ml+Hb1k0pw+DeiuH8R8+EcSsrw7hXseajT++hZ1t9Y/bKYvN3kS53RJU7+GMLrnHtu4zv0mlHsdncvVeIr3au2FqrGG7men/o/X+cusIx8JVL5j08W5HV8/mSCQSleNGXUtHwlIrv7cZwNfWnYPvfIu+th4Dts7gcpTqxH9tXf1ws3Bgx13VybUMtPWQyYt5mqd6EeRI5BmuJtxRWdbOsTnN7fzV9lEnYzuisqp+FvB/g72TCVpSCQmxqrEnxCq/h9LJ8ypSKBRsWnaNI3uC6dC9Lh/P7aDx+aLPq24nB7VJhOJvp5J0/ykKuUJlRFF2cl6VQ1lN7A1Ij1Ifyp+dnIel+/M9ms69owMOjWoYV1IN4opWjysnOQ+L54wL4FL8eQLT7qosa2TdBB/LBmrtzMbAlsScymcaT8pNwtlE/d5qGwNbHmdGYqFvibuZB+5mHrR2UH3EVC+3vvRy68ucKzN4kq+8r71ORwfsKmy3xDupJGvYbjnJeRhXsd2M7Q3I0LDdspPysKhbvt2KcmVcXR7Ik4eZ+A33wKO7c6XrFP5/eyGp//jx4zl+/DirVq0iMjKSK1euMGvWLLKysv7jR79MmzaN+/fvExAQwPTp02nSpAktWrSgXr16dO7cmS+//JIzZ84QExPDxo0bWb9+vcrQ34ocHBwICwvj5s2bxMbGsm/fPn766SeAsiHChoaGZGRkEBkZSVFREY0bNyY0NJRDhw4RExPD6tWrCQ8PrzLuDh064OPjw5QpU7h69SpRUVF8++237N+//7mTsdzcXFJSUkhJSSEmJoZTp04xbtw4nJ2dGTNmzHO9X/PmzXFwcGDFihX079+/0p5pBwcHLl++TEREBI8ePWLZsmWcOHFCbRh1XFwciYmJavXHjRvHiRMnWLNmDZGRkZw9e5avvvqKzp07v/RkVFdPG7/GDvx9NlLlpOjymUcYGetSv5JHQ/y65hqHdgcycEQjpn/VTe0AL5VKWPHNefZtC1BZfvuaMtlw96x61j2prhRbL3NibqaqxBV9IwUdQynWddVPTE3sDDG20Sf6RoVE7EYKJvYGGNtU3StYU3q6Upp7WXHiZrxKbCduxmNiqIN/XfUEPiU9n/m/BnDsuuqJ3F/X4jA20KaBmzn5hcXM3HCLvecfq5S5HKicqMHLpfqTcT09HZo39+TkqQCV2I6fDMDExAD/hm5qdeITnjBn7g5OnlI9Ubh8ORQdHW3c3ezw8LDHycmKI3/dVlnv6bPKE+HmzTS328ScJwQkPVD5d/bxbUz0DOniXv54HysDU9o4+3HumRl2K3I0sWb/0G9QKBT02vG5xkRUKtFix6D5NHWoz3t/fvdfSUQBsh9Gk/0oBtchqrNvugx+nczwSHKilN9zwonLOPXphJauzjNleiCXyUg6o96jW5GerpTm3tbqbe1GnLKteVTS1n65o97WrsYq25p7SVtbf7PytlbFrM9lselp07yxKyfOh6nGdi4ME2M9/H3VexnXLhnKns1jVP75etnj62XPns1j6NxeOZP0+b8jmLHwDxo3dGbH+lHPlYhCyXZrYMeJK9Gqsf0dhYmRDv711RPllCd5zF9zlWOXH6ss/+viY4wNdWjgYfWP1puYlcad+HCVf2ce3sRUz4huHuXDRa0NzWhXx58zD29W+rmcTG34c9T3KBTQffOnaokoQAf3xqwfOANPq/Jh0BKJhP6+HbgWE0RRseoFpbT8dMLTI1X+3UwOxEjHgBZ25bONm+ma4G/tza2kFzPr/fPQ1dPGt7E9V88/VtnuV889xtBYl3qVPC5r29pbHNkTTL/hDZiyoOMLSUQBDCz0sHQ3Ufln52eBLL+YxPvlM60WZBaSEpaOnV/lPfp2fhZkJuSSGVd+gTYzLoes+Nwq61UWl4W7icq/0riSKsSVGp6ObRXrt/WzIKuyuBo8X1wAGYUZRGdFqfwLeRKEgbYBPpYNysoZ6xjjaVaPkKeVTzgU8iQIe0MH7A3LJ9OyN3TAwciRkCdBZBSk893Nr9T+gTIp/u7mV2QUpJfV1bTdbBoot1tyhe2WFp6ObRWf36aB5u2WnZBbVk9erODaivs8jcyixURfkYgKVXohPaNvvPEGy5YtY/369axbtw5zc3O6dOnC559//h+vu2/fvrz//vsUFhbSpUsXZs+eXdZzuWzZMpYtW8a8efPIyMjA1dWVb775RuNw4VKffPIJqampTJgwAQBPT08WLVrEtGnTCAwMxMPDg9dff53du3fTr18/tm3bRr9+/QgJCeHrr79GJpPRs2dPRo8ezZ07dyp9H6lUyubNm1myZAmTJ08mLy8PDw8PVq1aRZs2bSqtp8nmzZvZvFk5BE9HRwcHBwd69erF2LFjy4YoP8/7DRw4kJ9++knjLLqlvv/+exYuXMjgwYMxMjKiUaNGLFiwgPnz5xMfH4+joyPDhg1jxowZ9OvXjytXrqjU79GjBz/++CNr165lzZo1WFpa0qdPHz755JPn+uwvyrCxzZj90Z98O+sE3ft5E3IviX3bAnh3Umv09XXIzS4kOvIJDs5mmFkY8DA8lb1b7lDf15YOXesSdl91VjtXd0sMjXV5890mbN9wAzMLA/ybORL5II0dP9+kcUtnmretfpKUhv3rcGrxXS6uDMajoz0pDzIJPhpDk6F10daTUpgnIyMuBxNbA/RNlT0ZDQfU4crGMPSMw3FuakXMrTSirqXQ/gVPCjCxvzdjFl9i8qrrDH6tDncePGHT0QdMHdoAAz1tsvOKiIjLwtXWCEtTPZrVt6KNrw2Lf79PfpEcT0cTzt9NZOvJh8wc3hBTI11MjXQZ/Fod1hwMRVuqhW8dM26GpbHxSDhDOtbB06lmJ+QTP+jBmPdW8emUzQwe1Jo7AZFs2nyaqZ/1w8BAl+zsPCIeJuLqYo2lpQnNmtalbRsvvvpmD9nZ+bi6WHP2/H22/36Bjz/qjZmZ8irw9M8HMPmzzUyZ+gtDh7Ql4mEiy376kx6vN8bXt2bPpQTlM0UvRt9lfe9pzD+/maf5mUxv+zaZBTlsDii/n83LygVdqQ6ByY8A+K7rBGyNLPjsxEpMdA1p7lA+zDurMJewtBjea9KXti5+/BJwlISsVJUyADcTwmoc57O0TYww8/Uk+2E0BanKnsDAhatp8+t3FKSlE3foDM79u1LnrV5cemtyWb2Q73+mzvDedPrrZ0J//AXT+m40WvQZERt21+gZo1DS1r67yOSV1xjc0Y074WlsOhLO1Lf8lG0tt4iI+ExcbY1L2po1bRrYsHj7PfILi/F0MuF8QCJbT0Qw823/8rbW0Y01B0JK2po5N8NS2Xg4jCEd3Wre1t5tz5hPtjN59n4G923EnXuxbNp+hakfdsFAX4fsnAIiIlNxdTLH0sIIL0/1i1tGJUNbG/ook9eCAhlzvj2CkaEeE95tR0Sk6uNr7G1NsK9BcjpxaEPGzDvJ5MUXGNzdkzshyWw6EMTUUU1LtlshEdEZuDqYYGmmTzNfW9o0smfx5lvK7eZixvmbcWw9HMLMsc3LekurW29NXI4K5EJkAD8PnsW8kxt5kpvJrE6jyMjP5ucb5ZNxedm4oifV5V5iBABLek7C1tiCT/5chqmeES2cy4fGZxbkEJYSzeabhxnXvC+7h3/N12d/I7coj3Et+uFr68Ybv3ymFosmgamhBCQHM6vlh2wM/J2MwmxG+wwiuzCXQ49OlZWrY+KEjpY2ERlRVaztxXjz3UbM/+QYS2afpWvfeoTdS+bg9kDe+bA5evra5OYUEhOZjr2TCWYWBkSGp3Fg2z08faxp28Wd8CDVi5Qu7uZqE/f9J2y8zLHxNuP6+lD8h9ZF11iH4IOP0TXUxqNL+YWZzLgcimVyLOooe8mcW9oS+mc0l34MxO/NugDc3/MIM2cjnFtqvhj8PKy9zLH2NuPGhlD83lTGFfrHY3QMtanbWTUuuUyO+TNxhR2O5vKyQPyGlMS19xGmzkY4vYC4ACIyHhD+NJQxvuM58HAvOUXZ9HbvR54slwtx58rK2Rs6oK2lTWy28mL2reQb9KjTi0mNJvPHQ+UM6/09BhOXHcvtlJvIFXKiszS3yYyCjEpfe1bpdru1MZQGb9ZFx0iHsJLt5lbFdnNqacuDI9FcXR6I72Dldgvep9xuji2U2y3yTBxp4Rm4dXJA30KPJw9VR1pYejzfxbeXTgzTfakkihd9g94Lsn//fmbNmkVY2D87sRL+f3uYsVxt2d9nH7Ft4w1io9KxtjGiz5t+DHq7MQD3bsUxc+IhpszrTPc+3mxdf53fN91SW0ep79b2w7+ZEwqFgqP7gzm8J5CEuEzMzA3o1KMeb49vrnbPjofZZL66/oHauqJvpnBv/2MyE3IxtNCjfjcnfHspE5/EkKecWnSXNuO98Hit/App+Jl4Qo7GkPMkHxMbAxr0daVue80PvM5OyePgZ9fU1vGsuS3Xo7g2U235yZvxrDwQQmRCNnYW+ozoVpexJc8IvRaSwuhvL7FofFMGdVAO08zOK2LVgVBO3ownJSMfV1sjRvfw5M1ObmXrLJTJ2Xz0AQcuRhGfloeDpQFDO7sxtmc9jRO3SFp9B8Un1ZafPHWXFauOEBmZjJ2dGW8Pf42xY7oqY7sezqh3V/DtNyMZNFA5FD07J5/Vq49y/ORdkpOVw3JHj+7Mm4NVhzidPRfI6rXHCAuLw8zMkL59WjDl0z7o6moYpivtjtWSXhq3qZmeMV93Hk+veq3RkmhxLS6YOWc2EPG0vDfvj7e+w9XMjiYbxqCjpU3M5P3oSDWf7F+Kvkf/XTP5c9j3tHWp/NFBVkt6kTbtKDskld+vbNuxJd3ObeVUp3dIPn9dZdmVd2cS+duBsrKe77+Fz+djMXRxIPtRDEHfbuDxNtXeWJv2zWiyZDoWjX0oSH1K5NY/uDdvBQoN99aPUIShuPGF2vKTN+JYuT+4vK1192BsyTNCrwWnMHrRBRa934xBJc/+zc4tYtWBEE7ejCMlvaStvVGPNzuXP06mUCZn85FwZVtLzVW2tS7ujO1VX3Nba7EIxZMt6rGdC2XlzxeJjE7DzsaEEYObMXaEsl1dux3F6EnbVIbfVvTOh8pbQbauUT6b+urNx7z78XaNZQEmvddB7ZEwEstRKMK+UY/tSjQrdwQQGZeJnZUhI3p5MXagshfmWmAio2efYNGnbRnU1bNkuxWy6vd7nLwSTcrTXFztTRjd35c3X69X4/WqxOU1G5P53TR+DnN9Y77tMYHe3u3QkmhxNeY+s46t5UFabFmZo+/+gKu5HX7LR6Ij1Sbpi8OV7gMXH9+l169TAeVw3/ld36NdHX+M9Qy4HRfGwjO/cCW6fDRB1vxTdN33tsZ1ARjrGDLRfyTtHJXDiYPSwllzdxux2eUXUX54bTb2hja8fWyyxnVsf2M5d1NC+P7W+ud6/fTg7QQ/WaxW/uq5x+z8+Q5x0RlY2RjSc7AP/Uconyt5/3YCcyf9xcdzOtCldz12bLjNnl8CKv18X63uiV9T1d/85IQsPhi0p2wdmvhazmD2lfc1vlaYU8Td3x8SfzsNhUKBdT0zGg33UBkOe+7bAHJT8+n1Q/ltQLlp+QTseEhy0FMkUgl2DSxoNMIDg0oeNXNjYygpoekq6/imzQZm/V15XPd2PiShJC4rTzP8K8R14TtlXG8sVY3r3o6HJAeXx9VweOVx3fw5lNTQdJV1AHzbdgMfnh2nsY6BtiFDPN+ikXVjJBIJDzMesvfBTpVHt0xuPA0rfSvmXi0/DlvoWfBmveF4W/hSrCgm5EkQeyN2kVlY+azoazr/zJHIQxx5fEhl2fTLlW+3+zsfknhHud0sPc3wG6a63S4tVm6315eUf+a8J/kElnyfWtoSbBtY4DfMA/2S7XbpuwDSwiuPs//mjgB8307zvCW1TX51Rm2HUCmt1uq/G//rRDIq/CtpSkZrW2XJ6KugsmT0VVBZMvpKqCIZrU3VJaO1qbJk9FVQWTL6KqgsGa1tVSWjta26ZLQ2VZaMvgqqSkZrU1XJaG2rKhmtbVUlo7VNJKPP79+YjL6YqTeF5zZhwgSuXVOfDfBZ+/fvx929+ofGC4IgCIIgCILwn6vpM8WFF+OVTUYHDRpU5T2N/+sWLFhAfn7Vszk6OqpPjiEIgiAIgiAIgvBv8Momo/92dnbqj58QBEEQBEEQBEH4/0Iko4IgCIIgCIIgCCBm033JxNYWBEEQBEEQBEEQXjqRjAqCIAiCIAiCIAgvnRimKwiCIAiCIAiCAGKY7ksmtrYgCIIgCIIgCILw0olkVBAEQRAEQRAEQXjpxDBdQRAEQRAEQRAEAC1JbUfw/4roGRUEQRAEQRAEQRBeOpGMCoIgCIIgCIIgCC+dGKYrCIIgCIIgCIIAYjbdl0xsbUEQBEEQBEEQBOGlE8moIAiCIAiCIAiC8NKJYbqCIAiCIAiCIAggZtN9yUTPqCAIgiAIgiAIgvDSiWRUEARBEARBEARBeOkkCoVCUdtBCIIgCIIgCIIg1DZF0MLaDqFSkgbzajuEF07cMyr8KyUPbVPbIaix3X2F/odG1XYYGv3Rbws7pV61HYZGw4rDUDxcXNthaCTxmIFkYuvaDkONYu1VFDe+qO0wNJK0WMQOyavZ1kYowrji7l3bYWjUJjKU/Qav3nYblBfGmdhXs611cV7E5uAPazsMjcb6ruFR5oraDkOjuqafMObke7Udhppfum96JeMCZWzf3ZxQ22FoNLP5OuZf+6C2w9Bofqv1tR2C8AoQw3QFQRAEQRAEQRCEl070jAqCIAiCIAiCIABoib66l0lsbUEQBEEQBEEQBOGlE8moIAiCIAiCIAiC8NKJYbqCIAiCIAiCIAgAWpLajuD/FdEzKgiCIAiCIAiCILx0IhkVBEEQBEEQBEEQXjoxTFcQBEEQBEEQBAHEbLovmdjagiAIgiAIgiAIwksnklFBEARBEARBEAThpRPDdAVBEARBEARBEEAM033JxNYWBEEQBEEQBEEQXjqRjAqCIAiCIAiCIAgvnRimKwiCIAiCIAiCAKAlqe0I/l8RPaOCIAiCIAiCIAjCS/c/2TM6c+ZMDhw4UGWZsLCwlxTNf1dubi4HDhzg7bffru1Q6NKlC3FxccycOZMxY8aovT5v3jx27drFRx99xMcff1wLEVZN178lRsM+QNulLvKMJ+Qe30fenzs0ltXv2AvTSXMrXVfm6q/IP3+0rKxh3xFI7Z2RP00l79xRcg/8BvLiGsemL9VjtO9btHFojr62PkFpYWy+v524nMQq65npmfJegxE0sfVHKtHiVtJdNgft4GlBRlkZS30L3vUdRlPbhkglUsKeRrAtZC8RGZHVxmXfvR0Nv5qCWQNP8pPSeLBmO2E/bq60vJauDn5ffozb2/3QtbYgM+QhoUt/JnrXUZVyjr070WDOJMz9vShIfUrM3mMEzvsJWU5utTGVunQ7juW/3SIi+ilW5gaM6OPD2EF+SCTVX9GUFcsZPvUw+nrabF3cS+W1U39HsWZnAI9jM7C2MKBfF0/eH+qPro60xrEBGOkZsHjgJAY37oyxngEXIgKYsnc54UnRVdZr7e7HtwM+pJmrF9kFeey5fYbZf6wju0Dztlk6+BOauXrTedmHNYrrUmASy3cHERGXiZWZHiO6eTC2V71Kt1tUYjY9Pj+utryesyl/ftcdALlcwS9/PWD3mUckPsnDzcGEcb3r07eda41iepaBkx297x/mwoBJJJ+/XmXZOsN602DORIzrupDzOI7g7zYQueWgShnLZn40WTody+Z+FGXmEPnrfgLnr0JeVFTjmMw6tMN16mQM6ntSlJpG4tYdJGysfD+Q6Org8unHWA/oi46lBbkRD4lfv4m0w0c1V5BK8duznfTzl4j9aVWN4wKw7dqOBgumYOLjSUFyGo/Wb+fB8qr3UZ85H+MyvB96VhZkhT4kfNnPxO4pj21QXuXHz5Tz17j4xqhq4wq+mcShzUHEP87E1EKPjv096PZm5e3sWTEP0vlu0hkWbumBlb1RpeX2rLnLmX0RrD09uNp1PisyII0L2x+SGp2DkbkuTXo607K/a5WxBV9M5O89j8lIysPURp/Wg9xo2MVBpUxabA7ntkQQff8pWlIJLg0s6PJuPcztDWoc262r0fy25hrRj55gbmVAnyENGTyycaWxFRYWs3/7HU4fCSMlKRtrW2M6v1Gfoe82ReeZ36yTf4awb1sACXEZ2NiZ0PdNP/q95V+j7+NZelI93qw3hOa2zdCT6hGeHs7vYTtJzE2qsp6prinD6r9FQys/tCRa3EsLZGfYLjIKM1TKvVGnB52cO2KpZ0lqfhqnok9xJvbs/2xccfeecHvPI57G5mBgpot3dyf8erlUud0f/Z3E3YOPyUrOx9hGn4Z9Xan3mmpbi7yWzP3D0aTH56JrqI2jnwXNh3lgYKZbbUylEgKfcG9vJBlxOeib6lKvmyPePauO7fGVJIIORZGTnI+RtT4+fVyp28FepUzao0wCdj7kSWQWOgbauHewx2+gG1Jt0f8laPY/mYzOnj2bqVOnlv3dvn17vvjiC3r16lVFrf9NmzdvZv/+/a9EMgqgo6PD8ePH1ZJRmUzGiRMnnvvA9rJo12uA2cylFPx9ipxdG9Hx9sf47UlItKTk/rFVrXzB7b95Mnuc2nLTD2YhMTSi4PbfABj0HIrJmCnkXzlD9rZVaJlaYDR0PNpunmT+8EWN45vabCL1LTz5LXgnubJ8htUfwNftZvHR2VnkFGlOQrQkWnzZ6nMMdQxYe/cXtLW0GeUzlPltpvPZ+XkUK4ox1Dbgu3Zz0NPWY3voPuJzEmnr0IJF7b5g9t/f8iD9UaUxWbVqRIdD64jZ/ReBX/6ETbtmNF48DS1tKSHfb9RYp+3vy3Ds3YnQHzaTdOYKFk39aLnxG/SsLXmwehsATgO60X7PSpLPXefysMlo6erQYPaHdD7ZhFMdhqMorj6JDwhNZuL8k/Ts4M6n7zTlVlASSzffoLhYzvtDG1Vbf+PuewSGp9KioepB9PLtOD7+5jQ9X3Nn6rvNiYhO58dfb/I0M5+5E9tUu95n7Ri7kNbuDZi+fzWZ+Tl82fs9zk5eTYOvRpCem6WxTkMnT05PXsXp0JsM3jALRzMbvhvwIV52rryxcrJa+c+6jmBqtxGcC79do5gCItKYuPQyPVu78OkQX26Fp7F0ZyDFxQre7+elsU5IdDoAv87qgL5e+cmtgW754WPFvmA2HQ7j48ENaFjXgvN3E5m29gYSiYQ+bV1qFBuAobM9nY9vQtfctNqyLoNep+32pYT9tIWEYxdxHtCNNr8tRl5QSFTJxQ8jd2e6nPqF1CsBXB46GVMfDxp9MwVdS3NuTPyyRjEZN26E989rSTvyFzE//oRJi2bUmfk5EqmU+HWa94P6K37EvEsnEjb+QsbfVzDya4DH4q/RsbIk8bdtKmUlurp4/rgYkyaNST9/qUYxlbJo2Yi2+9cRu/cvghf8hFXbZvh9Mw2JtpTwpZpja7l1GfY9O/Fg+WaSzyr30aZrv0HX2pJHa5Wxne04VK2eU//Xqf/ZOB79/Hu1cT0KTmPN7Ms06+RC33d9ibifxoENgciLFfQYrrmdlYqLzGD17MvIixVVlntwL4Wz+yOqjUVt/WEZ7P3mLj7t7Ogw3IPYkHTObYlAUayg9WA3jXXCriTz57Igmvdxwb2JFQ+upXB0ZTBSHQm+JSfiman5bJt1E0snI/p95kdRQTEXdzxi14I7jF3eCh296i9mhQQmMn/KEV7r7smoCS0JupvA5pV/Iy+WM/TdZhrrrP/hIqePhjHivebU87XlQUgKOzbeIDkxiylzuwBw7GAwP31zliGjmtC0lQthQUlsWH6ZvLwiho1p/lzb74OG7+NhVpfd4XvJL86jX91+TG8+nTl/zyVXVvmx6rMmk9HX1ue3kK1oa0kZ4jmYz5t+xvxrCylWKH/zh9Z7k+6u3Tjw8CCRGZH4W/vzjs9IihXFnI+78D8XV/KDDE4tvYd7a1uaDHEnKSyDm78/RFGswL9fHY11Hl9P5vyaYHx7OOPcyJKom6lcWh+KVEeLum3sAHh0JYnzq4Lx6uJI0zfrkpdRyO09jzj2zR36ft0cbd3q21pqRAYXfgzEtZUtDQe7kRqeQcCuRyiKFfj21RxbzI0UrqwLwet1ZxwaWhJ7O5VrG0OR6kio01oZW3ZyHme/v4u1pxntPmpARnwu9/Y+ojC7iBZjqt73XyliNt2X6n8yGTUxMcHExERtmY2NTS1F9N+jUFR9QH7Z2rRpw8WLF0lMTMTevvxE/urVqxgaGmJgUPMrwC+T0ZvjkEWGk7lqIQCFd6+CtjaGA0eTe3Q3FBWolFdkpSPLSldZZtDzTaTObjyd8z6KrHSQaGE0ZCyFd6+RuWx2WbmiyDCsfthOXsMWFAXeqDY2LwtPWto3ZcHVpdxOvgdAcFoYG7r9QC+3rux58KfGeu0cW+Jh7sZHZ2YSkx0PQGRGFCs6L6K9Y0vOx12hm+tr2BnZMOPSV4Q+eQDA3ZQgTHWNec9vBDMvfV1pXH7zPyb9TghXR08HIPH4RbR0tPGdNYHwFVsozlfdZuaNfXAe0J17c5YR/O06AJJOX6E4Jxf/b6fyeNsfFGVk4TfvYzJDHnK+17iy3qmUizfp8+Ak7mMG8ejnPdVus5Xb7uBT15Lvp3UEoENzZ2TFctbvuseo/g3Q16v8py30URrrd9/FxkK9re4/+QAHG2OWfN4RqVSLdk2dSH2ax68H7jNzfCt0anhlt7W7H/38O9Bz1RSOBV0B4GJEAJFf7efD1waz6NivGutN6TKMJzmZDN4wk6JiWdnyX0fPpb6da1mvqpuVAz8M/pR+/u0rTWw1WbkvGB83c76f2AKADo3sldvtUCij3vBEX8NJTGhUBvaWBrRuYKtxnXkFMrYce8A7PTzLEto2frYERT5l64mImiWjEgnuowbQZOkMano9q9Giz4jec4zbn30LQMKJS+hamuH/1adlyajvjPEUZeVwof+HyIuKiP/rArLcfJqvmkvQonXkxiRU+z4uUz4mJziEiM9mAJB+4RISbW2cPvyAxF+2IC9Q3Q8MfX2w7NGd6KXLiFu9HoCMy1eQ5+XhOv0zUvb/QXGW8jszadEM9wVz0bVXvShSU75zPib9bgg331Puo0knLyLR0cZr2gQiVm1BXmEfNWvkg2O/7gR9uYyw75X7aMrZK8hycvH7aioxO5T76NPrd1XqGTjb4zbmTR6u20bc3r+qjevwb8G4eJozZpaynTVoaY9cJufYjlA6D/JEV0NiJiuSc+5ABH/+FqzSo6dJfp6MLd/fwtzagKcpedXG86xLOx9h525Cn8kNAKjb1Ap5sYIr+x7TrI+LxqTxwraHeLe1pevY+so6TazIzy7i0u+PypLRSzsfoWekzbAFTcrWYWZnwP5Fd0l8mImLr0W1sW3bcB0PL2umLVSOOGjetg4ymZydv96i/7BG6Omr/q5lpufz14Egxn7chiHvNAWgSUvl/vbLqiuM+agN5hYG7PrlFu27evDex23LysRFZXBoV+BzJaMeZh40sWnMj7eXEZh2H4Dwp+F8334xXVw6czjyiMZ6LeyaU8e0DrP/nkN8jnKfi86K5qs2C2lh15yridew0reiR53X2Ra6nbOx5wAIeRqKpb4FflZ+VSZ9r2pcd/ZFYulmzGsf+gLg3EjZ1u79EYXvG84ak8Zbux/h1tKWVu/UA8DJ34qCbBm390SWJaP3/ojCubElbd8rT+7MHAw4/OVtYu+k4dZK82/1swL3P8aijjFtJvgA4OivjC3oz2jq99Ac2909j3BtYUPTtz0BcPC3pDC7iHv7Hpclo8FHotHR16bDZD+k2lo4NrJCW1eLW1se4Nu3DkbW+tXGJvz/869M/c+ePcugQYPw9/ene/fuLF++nMLCwrLXvby82LVrFyNGjKBhw4b07NmT27dvs2vXLjp16kTTpk2ZPHky+fn5AOzfv5/XXnuN3bt30759e5o0acKkSZNISiof/lFYWMiSJUvo0KEDTZo0YejQoVy6VH6Ve//+/XTv3p2vv/6aZs2a8eGHyiF1p06d4s0336Rx48Y0bNiQQYMGcfHiRQBWrlzJqlWriIuLw8vLi9jYWGbOnMk777yj8nmfXRYbG4uXlxfr16+nXbt2dO3alezsbLKyspg7dy6tW7emWbNmjBo1isDAwOfetv7+/jg6OnLs2DGV5UePHqVnz55qPaN79uyhb9+++Pv707hxY0aMGFH2vnfv3sXX15fNm8uHlP344480a9aMmJiY546tUto66DZoSsH18yqLC66eRcvQCB1v/2pXITGzwOitD8g7cQBZRDAAWuaWaJmYUXD7skrZ4phHyDOfote0XY3Ca2LbkDxZPgHJ5d9HZmEWQWmhNLOrvJeviU1DYrPiyxJRgJjseGKz4svqORs7klWYXZaIlgpMDcHHsj5GOoYa162lq4Ntx1bEHjypsjxm33F0TI2xbq9+ld7MxwOAuMOqQ5eSzl1Dx9gI204tATD1qUvCiUsqwyQLktPIDHmEY69OlX7eUoVFxVy/l0C3tqpXb3u0dyMnr4hbQZUPyyosKmbGDxd4p58vbs5mGl831NdGKi3/aTQ31aNIJicnr+bDOnv4tiY7P5cTwdfKlqVmp3P+wR16+bWttN6cQ+vptfozlUS0sFj5vvra5cOvlg2ZTD1bZ7os/4iA2Adq69GksKiY6yGpdGvmpBprCydy8mXcCkvVWC8kKh3vOurbqpSujpTfv+zMmF71VZbraGtRWFSzoerm/l60XLeAx1sOcuWd6dWWN6rjhKmXO7EHVNtn9N7jmNRzw8RT2TYcerQn/sh5lbYWs/cYWlIpDj3aV/s+El0dTFu15MnxUyrL0/46jraJMSYt1PcDQ0/lfvD0tOp+kHHlGlIjI0xbtyxb5r1xDQXxCdzrO6jaWCrS0tXB+rVWxB9S3QbxB0r20bbqsZl4K2NLOKoaW8r5a2gbG2H9Wku1OgANv5tJcX4BQfN+rDauosJiHtxNpXF71XbW5DUn8nNlPAzU3M7uX0vgyNYQ3hjhzYDxflW+x/719zC11KdND809OJWRFcmJuf+U+q1UL1x7tbGlMK+Y2JB0tToZyXk8ic+lnoY6TxOUrykUCsKvpODf1VElmXXwNGXS5g41SkQLC4u5dyuOtp3qqixv38WDvJwigu6qXzjJzSmk1yA/WndwV1nu4mYOQGKccqjpguW9GfeJ6u+Oto4WRYU1v5UEwM+qAfmyfO6nBZUtyyrKJuxpOP7WDauo50dCTkJZwgcQn5NAQk4C/tbK428z26YUyYu4GKc6OmBt4HpW31vzPxdXcZGcxJB06jRXbTduLW0oyi8mKSxDrU5WSh6ZCXnUaWGtWqeVDVlJeWQk5qKQK3D0s6R+Z0eVMmaOyuHsmcnVX5wpLpKTHJqOczPV93FpYYMsv5iUcPXYslPyyErMw7l5hTotbchOyiMrUdn7nBj4BMdGlipDcl1a2KBQKIcFC4Im/7pk9MKFC0yePJmhQ4dy+PBhvvzyS/766y+mTZumUm7ZsmWMGzeOP/74AxMTEyZMmMDx48fZsGED3377LadOnWLPnvIemidPnvDbb7+xfPlyfvvtNxISEhg3bhwymfKkcdasWVy+fJmlS5dy4MABevbsyYQJEzh37lzZOqKjo0lOTubgwYNMmTKF+/fv8/HHH9O7d2/+/PNPdu/ejaWlJdOnT6ewsJCxY8cyduxY7O3tuXTpEg4OqvcMVOXAgQNl8RoZGTF+/HhiYmJYv349u3fvpnHjxgwfPpzg4ODn3sY9e/ZUSUYLCws5deoUvXv3Vil38uRJFi5cyLhx4/jrr7/49ddfKSgoYM6cOQA0atSIDz74gBUrVhAdHc3NmzfZuHEjCxYswMWl5kP7qiO1c0Sio0txguq9esWJsQBoO1Z/QmM8dDwo5OTsXF+2TJ6ThUImQ2qt2qshMTJBYmSC1M6x4mo0cjF2JCk3GTmqveAJOUk4GVX+nbuYOBKv4Z7ShJxknIyV9TILszDQ1ldLOu2NlFcx7Qw1jyYwruuCVE+XrAePVZZnRUQBYFrfXa1OQepTAIzqqH5uYw/lfYPG7srvtDA1Xa2MRFsbI1eHsjJViUnIokgmx81JNUFydVAO7YyMUz+QllqzIwCZTMHHI5tqfH1EHx+i4jPZtC+QzOwCAkKT2XIwiI4tnDE30as2tlI+9m48So1HrpCrLI9IicXLrvL7KOMzUgiMUw49NNTVp6t3Cxb1n8iliLvciysfkjjnz/X4fz2SixEBNY4pJjlHud0cjFWWu9or/45M0NzDGhqVQU6ejGELzuI/5gDtJx3mh52BFMmUn02qJcHL1Qwbc30UCgWpGflsOBTGlaBkhnfzqFFsudEJHPLszu2p3yHLza+2vGnJhY/M8Mcqy7NL2qeJlztSfT2M3ZzJCle9N7og9SmFGVmYeqm34Yr0XVzQ0tMlP1L1ffIfK39LDOqqr6PoqXI/0HNSTcb06yjbtr5reRsPeusdwsZNpDAunudl5K7cR7Mr7KPZD5XbwFjDPlpYso8aulbYR+u6lq2zIouWjXAe3JOgeT8iy8qpNq7UhBxkRXJsnVXbmY2T8u+kWM3tzM3Lkq+396Tn295IpZV3j4fcTOLayWhGTWuG5DlnvExPzKNYpsDCUfX30MJBOUriSbz6cM7UGOVntlSro/z7SVwuGcn5FOTKMLXR58T6UH565zxLh55l36K7ZKZW355BmTjKiuQ4uZqrLHd0Uf7OxUY9Vatj72TKRzM74uymmuxeOReJtrZW2bpc3S2xczRFoVCQlZHPsYPBnD4aRu8hVSf9FTkaOZCSl4KiwrEqOS8Ze8PKe/cdjBw03ruZnJuMvZGynquJC0m5SdS3qM/8VvPY2HU9S9ovpqPTa/+TcWUl5yGXKTB1UG03piX3D2ckqLe1jLjckjIV6tgp62TG5yLRktBypKdakht1MwUAC6fK77EulV0Sm0mF9zEpeZ8sDbFlluwbFesY25bElpCLrLCYnNQCtTL6prroGEjLEtb/CRKtV/ffv9D/5DDdqqxbt46hQ4cybNgwAFxdXVmwYAGjR48mNjYWZ2dnAAYPHkyXLsr7Kfr378/ChQuZN28ebm5u1K9fn59//pkHD8p7HIqKili8eDF+fsof7yVLltCrVy+uXLmCq6srhw8f5uDBg/j4KIc8jBkzhtDQUDZt2kSnTp3K1vPhhx+WJVohISHMnTuXESNGlL0+atQoxo8fT1paGg4ODhgaGiKVSp97CPKIESPw9FQOpbhy5QoBAQFcvXoVc3NzAD777DNu377Nli1b+O67755r3T179mTTpk0kJSVhZ2fH5cuXsbS0xNfXV6Wcubk533zzDf369QPAycmJIUOGsHDhwrIykyZN4sKFC8yZM4fY2FgGDBhAnz59niue6kgMlSdB8jzVH0JFyd8Sw6p/vCWmFuh37EXunztQ5GaXv1BYQMGVUxi8MQRZbCQF18+jZWqB8ZgpUFyMRK9mQ5YNdQzILVI/YcmT5WOgU/k6DLUNNCajecV5GGgrTzbPx/7NAI+ezGj+MRvvb+NJ3lOa2zWiq0sHQDlxkiY6Zsph8EWZ2SrLS09GdUyN1eokn7tO9sNomv00h+LcPNJuBGLRyJtG336OQi5H20h5gHr0yz4azJ6I97TxRP6yF6mBPg2/moyOmQmy7OoPVlm5ylEOxoY6KsuNSv7OztXcgxkYnsLm/ffZ9n2vSicjat3IgfcGN2TJphss2aQcYu3rYcXS6Z2qjetZZgZGZOarn7hnFeRiql/9yQJA6pJjGOjqk5qdzse7flB5LSi+8nt9K5NV0rNrbKD6s29UMvQvO0+mVudpVgFJT/Molsv5fFhDHK0NuRqUzMbD4SQ8yWPph6o9aUeuxPL5GuWkQx0b29OvhhMYFT7NgKeVX0SoSNdM2f4qts+iZ9pnZW0YlO1YUxuuSFpyO0hxtuo6inOU7yM1Vl9H5tXr5EdF4zZ/DsV5eeTcC8TQxxvXGcr9QMuwfJ/ODQuvNobKaFe3j5qox5Zy4TrZj6Jp9KNyH316KxAzf28afF2yjxqqj5So/9k4ch7HEvP7oRrFlZdT0pNvqNrOSv/Oy1FvZwDmNtX/XuZlF7H1h1v0He2LnYtJteUrKshVvrdehdh0DZS/B4W56j2F1dbJk5GbofxNOr8lAod6pvSb6kdueiHntz1k57zbvPtjK3T1qx56nJOtXIehkeoENIaGyr9zcwrV6mhy+ewjTh0Jpe/QhpiYqg6JDA1M4rP39gFQz8eWwW83rtE6SxloG5AnUz9W5cvyMdCu+liVrCHpyy/Ox0CqjNFE1wQLPQs+aDiegw8PkZiTQEv7lrzrOxqgyuGwr2JchSXtprSdlNIpaQdFGn5vC/OqrlOYp7knOzMpjxs7HmJZxxjnxlaaP+wzSt9bp8L7aJfFpv4+ldUp/bsor5iiXM1lStetab2CAP/CZDQ4OJh79+6xd+/esmWl910+fPiwLBmtU6e8N6z0PkdX1/ITJ319fZWhvUZGRmWJKICHhwdmZmaEh4eTXXKi8mxSCcoE1tRUdSIONze3sv/7+PhgZmbGhg0bePToEVFRUYSGhgJQXINJXKry7OcLCgpCoVDQuXNnlTKFhYUUVLjfqSb8/PxwcXHh+PHjjBo1iqNHj6r1igK0aNGChw8fsnr16rLPFxYWhlxe3lukra3NkiVL6NevH1ZWVsydW/kMtv9YdVeS5PIqXzbo2g+0tJT3llaQteF7FEVFmHwwC9OJs1EU5JNzcCsSfUMUheoHRwkStaHMEiq/uq9QVB6bpIrPVVovJjuer68v48NGY1jVWXlvXUR6JDvC9vN+w3coKK7kBKeam/cVGraZvKiIcz3fo+XPi+h88jcA8uKTuTX5a9rtXI4sVzl86P6ClUi0pTRc+AmNv/uc4sJCHv28h7hDp8t6vKoil1d9H7WmzpKCQhkzf7jI6AG++HtVfmFn/qq/2X/yAROHNaJ1Y0fikrJZtf0O4+Ye59dFPTHQV//JlEgkaFX4Lir+rRJ/Fd9pKW0tKf3WTkdfR5dZPUZxYepa2i/9QKV39HlV08zR0nCzpoGeNptmtKeOvTHONsokuqWPDbo6UpbvCWJif288nMp/4/w9LNg65zXCojNYsTeYcd9fYuvs1178xGbVTS4hlyOptg3X4H78f7AfKIqKCBk9Do/vv6HB9l8BKExKJnLBN9RftQx5Xs16yqpT7efT0M4URUVc7vsezdYvosNfJftoQjJ3p35Nq23LkeWpDvEzcLLDsU9X7s34rkYTiynft+rXtf6D5/ftWXMXCxtDugyp94/qVzcHg8ZmWl0zkYBcpixkaK7LwBn+ZT225g6GbJt5k+ALiTR+3amqtVTbHjXtnxVdPvOQxXNP0qCxQ9n9oc+ydTBh8boBJMVn8tu6a3z23j5WbhuKvr6OWlmNx6oqjzmVx1/lMa5kA0sl2pjomrDq7mpuJSsnZAt5GoqVviX96/YrS/pe1bjU37fSVZfErP7e1R0aNH3M9PgcTnx3Fy2phM6f+tVotED1sWmoU4PY/sl6BQH+hcmoXC5n3LhxDBw4UO21Z3sXtbXVP7pWFQd3HR31H+vi4mKkUmnZj9327dsxMlLt9ai4Tn398iuV169f57333qNTp040a9aMvn37kpeXx6RJkyqNQ5PSocKVvY9cLsfY2Jj9+/erldPVrfk04M8qHar71ltvcfr0aZUhzaX+/PNPZs6cSd++fWnatCnDhg0jPDxcpWcUIDw8HLlcTkpKCmFhYTRp0uQfxVSZ0t5Mib7qVX+JgZHK65XRa9WZwrvXlZMWVVx3QR5Z6xaR/csytGzskackoijIw6BrXwqTYtXKv+U1gOFeqm3zcvx1zPXU78kz1DYgV1b5/R+5RbkYSNWv+lasF5Byn/dPTcXWUHmvR3JuKl1dlEOMsoo0f/aiDOVQOm0T1fZc2pukqbcJIPthNGc6j0TPxhI9K3OyHkRh6OqAREtL2fsFKIqLuffFD9xfsBLjui7kxSdTlJFFl7PbKHxSfe+YSUnPQcV7OEt7RE2M1Nv08i23kSsUTBzeGFmx8qhaeuCUFcuRaklITstl97EwPhjaiE9Hld9v5+9lTZ8JB9h3MpyRfX3V1j2v13vM76M68/KeW6exM7VUK2uqb0RGXvVDHWXyYk6FKnsYLzy4w+NvDvBpl7d4b+s31datjElJz3FOhSvypT2iJobqv4n6ulLaNbRTW96xsT3L9wQRGp2hkoy62hnjamdMC28bjA10mLn+JjfDUmnh/WInlyttnzqVtM/CjOyyNlqxDZeWK11HVUonGpJW+F3XLukRLX29ovyoaILeegdtK0t0zM3JexyFnqNyP5Cl17wHuCqVbQPt0n00Q/M+mvMomgvdlfuorqU52RFRGLgoYyuqsP859n8dhUJB7B7NE8BoYmCkbGcFFdpZfkmPqL7RPzvtCLySwM2zMcxc2xWFQkFxsaIsgSsulisvClVzIl7au1lYIbaCkh5RPQ2xldcprlCnvMe0tCerblMrlWTAycsMPUNtkh5V39aMjEt6QCuM7CjtETU0rvo2gQM7Avj5p79p2NSReUt7oathEjcrGyOsbIygmRP2TmZM/+AAl04/pFtvb7Wy/er2ZYBHf5VlN5JuYmqoPtO1vrZ+pTPWAuTJ8tCXqk9co//MsSq/OB+5Qs7d1HsqZQLT7tPQuiGmuqavbFyZhZlq69AtaTcVewNL/9bV8Hura1jSy5ivWqe07elWGNWSEPyUM8vvo6Mv5Y3ZjcuG81andD0V36c0Nh0NselU83l0DLTLe0nzNfWsFmtc7yvrXzoc9lX1P9QyaqZevXpERkaq9Axeu3aNLVu2MH/+fAw1DEOqifT0dGJiYsqG2D548IDs7Gx8fX2xsFDer5GSkqIyVHXZsmVoaWnx6aefalzn5s2badWqFStXrixbtnWr8jEjpQluxatnOjo6ZT2xpaKiolSSz4rq169PdnY2RUVFZUN3AebMmYO3tzcjR46s9vNX1LNnTzZs2MC+fftwcXHBw0O9R2vDhg0MGTKEBQsWlC07ffp02eeTSCQkJyfz5ZdfMmHCBGJjY5kxYwYHDx78x9+TJsVJcSiKZWjbO/NsP6DUXtlLLot7XGldLQsbdOp6kblql8bXdZu2Q5GTRVHYPYpjlfemSUwt0LK0RfZI/Vl9Jx6f5WZigMqyVg5NaWLTEAkSlXte7I3siMmq/F6yuJwE6pqq3+/qYGRH+FPlME5rAysa2zTgXMxlknPLJw7xMK9DZmG2yrJnZT+MRi6TYeKhun5jT+XogcyQh2p1pPp6OA/uQerl2+Q8jqUgRTlZgUVT5ayVT28rJ5ew7dgSLT1dEk9cKluPRCrFvGF9In+r+vnBAK4OJki1JETHq57gRccrTwjqupir1Tl+6THxydk0HaT+GB+/vr+yaEoH3J3NUCigqa/qTISerhaYm+oREZWuMZ4Nlw5yOFB1cosBjTvSw7c1EolE5cq8p40zIYmPK/1sfRq2JyMvW+Ve0Mz8HB6mxOFoZl1pvZpwtTVSbrck1d+P0r/rOqqfzD1OzOJqUAq9Wjtj+kySn18y8YmliR5PMgu4cDeRDv52WJmV/w75lkyikvz0xfQEPiszTLmvGXvW4WlASNny0omLMkMeIsvJJTc2sWxZKT0bS3RMjcnQ0IYryo+KRiGToe+mOty49O+8CPXh0lp6elj2fJ2sm7cpiI1DlqbcD4z8lPtBTlCQWp1/IueRch81qriPltyjnRWq/vm09PVwGtCDtCu3yY0q30fNmyhjSw9Qjc2+ZydSL92kIDmtxnHZOBqhpSUhOU61naXEK/92cK3+sT2a3L4QR1GhnK/eO6n22kevH6D163UYPaPqmWEt7A2QaEl4mqB6ke9pyT1yVs7qFy4snQzLytjVLR8a/DRRuQ5rFyMMTHRAAsVF6l1DcrkCbd3qT2wdnM3QkkpIiE1XWR4fq7xA4OqueRIkhULBuh8ucmhXIJ161OOzL7uqzEacl1vI1QuP8Wpgi+Mzv42e3srfkycpmi+OnY+7wN1U1VmVm9o0xc+qgdqxys7QloScymemTsxNxNVEfci+rYEtkZnKfTkpNwktiRbaEm1klF8skEpKhqiWjOJ5VeOqyMRWH4mWhMwk1bZW+reZo/o5jlnJ/aWZSXlYuZW3tazSOk7ldR79ncTFdSGYORrSfXojjCxrPqeBsa0+Ei3IrhBb6d+mGmIzLbmvOjs5D8tnYnu2jo6+NgYWumrrzc8sRJZfrHG9ggD/wgmMxo8fz/Hjx1m1ahWRkZFcuXKFWbNmkZWV9R8/+mXatGncv3+fgIAApk+fTpMmTWjRogX16tWjc+fOfPnll5w5c4aYmBg2btzI+vXrVYb+VuTg4EBYWBg3b94kNjaWffv28dNPPwGUDRE2NDQkIyODyMhIioqKaNy4MaGhoRw6dIiYmBhWr15NeHjV9x116NABHx8fpkyZwtWrV4mKiuLbb79l//79GpPImvDx8aFOnTr88MMPGofoln6+27dvExQURHR0NL/++ivbtm1T+XxffPEFtra2TJgwgS+++IKcnJznvoe1WkWFFIUEoNeqo8pivdadkOdkURRR+SROOvWUFxeKwu5pfN2g+0CM3/lIZZlh77dALqewwiy7AE8K0onIiFT5dyf5PoY6BjSxLZ/1z1TXhAZWXgSk3K80toDk+zibOOJiXD4ZiYuxIy4mTmX1zHVN+bjxOBpal18kMdczo4NTG24kVv5sSnlBISkXbuI8sLvKcpdBPShMzyTtuvr2kBcW0WzFXDzGlz+jUCKVUn/SSLIiokgPVLZT58E9aLH+KyTPjE6oO3YwuhZmxP5xSm29FenpatPcz54Tfz9WSfROXH6MiZEu/vXV9/O1X3Zjz/J+Kv98Pa3w9bRiz/J+dG7lQh1HZZJ7s8JsvI9iM0jPLMDFXvM9agkZqdyKDlX5dyL4GqYGRvTwbV1WztrYnNc8G3Mi5JrG9QBM6TqMtcOnqwzzdTK3wdfBnXtx1SdPVdHTldLc25oTN+NVt9uNOEwMdfD3UD/ZTUnPZ/4vdzh2PU5l+V9XYzE20KaBuzn5hcXMXH+Tvecfq5S5HKjcjl6ulc/E+09lP4wm+1EMrkN6qCx3Gfw6meGR5EQp4004cRmnPp3Q0tV5pkwP5DIZSWeuVvs+isJCMq/fxLLH6yrLLd94HVlmJtl3NewHRUW4L5iL3fC3yhdKpTiMHkn+4yhyQ//5faIq71NQSOqlmzj2V91HHQco99GnNzXvo42WzcX9PdV91GPiSLIfRpFxXzU2i+b+PLlSs2fYltLRleLpb03ARdV2dudCHAZGOrh5Vz+zrCZ9Rvswc00XlX/te7sBMHNNF/qM9ql2Hdq6Ulx8zQm/mqwSW/jVFPQMtXGop54oWzgYYmanT9iVZJXl4VeSsXAwwMzWAF0D7bL1yorKxzM+vveEovxiXHzNq41NV0+bhk0cuXz2kUpsl848xMhYl/qVPFrp19VXObQrkEEjGjH9q+5qj8WRSrX46euz7N16R2X57avKGevd6mm+xzC9IJ3HmVEq/+6nBWGgbYCfVYOyciY6xtQ3r68yk21F99OCcDBywPGZCfkcjRxwMnYkqKTevVTlbPKt7FXvQ29i05jorBjyi/Nf6bgq0taVYudtRtSNFJXv8/H1FHQNtbHxUG9rpvaGGNvo8/haisryx9dTMLU3wKTkvuqYgDQurA3Btr4ZveY1fa5EFECqK8XGy5yYm6kqscXcTEHHUIpVXfXYTOwMMbLRJ+a6amwxN1IwsTPAuCQ2ez9L4gLSKH5mP4i5kYJEC+x8/tm+L/z7/et6Rt944w2WLVvG+vXrWbduHebm5nTp0oXPP//8P1533759ef/99yksLKRLly7Mnj27rOdy2bJlLFu2jHnz5pGRkYGrqyvffPONxuHCpT755BNSU1OZMGECAJ6enixatIhp06YRGBiIh4cHr7/+Ort376Zfv35s27aNfv36ERISwtdff41MJqNnz56MHj2aO3fuVPo+UqmUzZs3s2TJEiZPnkxeXh4eHh6sWrWKNm3a/OPt0bNnT9auXUuvXr00vj537lzmzZvHyJEj0dXVxdvbm++//54pU6YQGBhIWFgYf//9N7t27UJXVxddXV3mzp3Lp59+SpcuXVQmfvpP5ez7FfO5KzCd8g35Z/9Ex8sfw75vk7NjDRQWIDEwROrsTnFinMpwXKmrB4rCAoqT4jSuN++v3ZjP+Qnj0Z9ScPMiun7NMRo4mpyDWyqtU1HwkzACU4P5rOkEfgveRVZhNsO8BpJTlMtfj0+XlXMxdkRbS4fITOVsmRfjrzGkXl/mtf6cLSHK+1lH+QzlcWY0l+KVCU9ERiTBaeFM8B/Nr8E7KVbIGek9BLmimB1hVfdCBi1aS+cTv9B2109E/rIP6zZN8P78Pe7O+oHivHy0TYww8/Uk+2E0BalPUcjlRKzdQf1PR5Mbm0hWeCT1Pnwb63ZNuTRoUtm42Ifrd+IxbiitfvmOyF/2Yu7vjf+3U4nadYSUC9U/lxVg4rBGjJl9jMnfnmVw93rcCUlm075Apr7bHAN9bbJzC4mITsfVwQRLMwO83NWHzBoZKBOUhvXLexxHDWjA5n3Kk4+2TZyIT85m9Y47ONoa8+Yb9dXWUZmLEQGcDbvF9jHzmX5gNWnZGczvM470vGzWXigfLu9j74aeti4Bscok4Kujmzn5yQp2jfuaDZcOYmNswdxeY3iam8kPp3bU+P0rM7G/N2O+u8jkldcY3NGNO+FpbDoSztS3/DDQ0yY7t4iI+ExcbY2xNNWjWX1r2jSwYfH2e+QXFuPpZML5gES2nohg5tv+mBrpYmqky+CObqw5EIK2VAvfOubcDEtl4+EwhnR0w9Ppn/WEPatiWwMIXLiaNr9+R0FaOnGHzuDcvyt13urFpbcml9UL+f5n6gzvTae/fib0x18wre9Go0WfEbFhd42eMQoQu2otvtt+of7q5STv3odJsyY4vv8e0d//gDw/H6mxEQaenuRHRyN78hTkchK3/o7D2FEUJCaS/ygS+3dGYNKsCaEffFT9jVXPIey7tbQ/+gstt/9E1G/7sGrdhPpT3uP+3PJ91MTHk5xH0cqZdOVyIjfswOOj0eTFKfdRjwlvY9WmKVeHTlKJzcDVEV1zUzJDn/8+5Z4jvVkx7SI/L7xGmzfceBScxsnd4QwY54euvjZ5OUUkRGVi42iMiXnNTqSt7I2wslftuQy8qjwBruNV85Pctm+6sXP+Hf5Ycp+GXR2IC8vg2sEoOr3jiY6elIJcGakxOVjYG2BophwN0G6oO0dXhmBgEopnCxseXE8h9HIy/aaWzyPRcaQnv8+9xd6vAmjR35XcjELObYnAob4pni1qdiF82NjmfDHpDxbNOs7rfX0IuZfIvq13GPNRG/T1dcjJLiQ68gkOzmaYWxjwMCyFPVtuU9/XlvbdPAm9r3ohzdXdEiNjXYa+25RtG65jbmGIf3MnIh+ksn3jDZq0dKZFW/XRNZUJTw8n5Eko7zd8nz0P9pBdmE1/j/7kynLLnsEJyoROW0uH6CzlrNPXE2/Qx703U5pMYW+Ecj6PIZ5DiMmK4XqS8jc/7GkYd1ICGO41DD2pHrHZcbRzaIunuScrAlb9T8bVaIAbx78N4NyKIOp1dCD5QQb3j0TT/K26aOtJKcyVkR6Xg6mdAfqmyrbWeKAblzaEcuUXbVyaWhN9K5XH15Lp+JHygrKssJjLG0PR0Zfi378O6XGqPdtGlnoYWVX/LM8G/etwdvFdLq8Kpu5r9qQ+yCTkaAyNhipjK8qTkRGXg7FteWx+A+pwbWMYur+G49TUirjbaURfT6Hth+UXu317uxB9NZlzS+/h/YYzWYl53N37CI9Ojv9bzxitbl4C4YWSKKq7o19g//79zJo1i7Aw9WGXwqspeah6kq3boiPGQ8chdXRF/iSF3OP7yDv8OwA6vk2wmL+GzNVfkX/+aFkd4/c+R69VJ9Ler3yGX7123TEa9C5SW0eKUxLJO7GPvGN71crZ7r5C/0OjNK7DSMeQ9xqMoJV9MyQSCSFPHrD5/nbinpkt9+u2s7A1tOb9U1PLllnrWzKu4Uga2zRAJi8mIOU+m+5v52lB+b1fZnqmvNfgbZrY+IFEwv3UYLaG7FWZifePflvYKS1/gHYppwHdaPjlJ5h4uZMXl8SDNdsJW/aL8vN0bEmXM1u5NnZm2fBaibY2fvM+wu2d/uhampEeEErQ16tJPKnaS2zXrS2NvpmKqa8H+YmpRG45QPC361FouP95WHEYioeL1Zaf/PsxK7fdITI2AztrQ0b08WHsIGXv8rV7CYye+ReLpnRgUHfNk528M0P5PW9dXH4xRaFQsOWPYHYeDSU2MQsbS0PaNXVkyuhmWJqp348j8ZiBZGJrteUA5oYm/Dj4UwY0fg0tiRaXH95jyt7lhCeVP2Lo7JQ1uFk54D6n/KJVp/pNWdj3fRo51UMml3Es+CozDqwm9mmyprfh7BTls+46L/uw/HOsvYrixhcay5+8EcfK/cFEJmRjZ6HPiO4ejC15Rui14BRGL7rAovebMeg1N0B5L+6qAyGcvBlHSno+rrZGjH6jHm92Ln90SKFMzuYj4Ry4GEV8ai4OlgYM7eLO2F711e7jk7RYxA6JelsrZduxJd3ObeVUp3dIPn9dZdmVd2eqDOX2fP8tfD4fi6GLA9mPYgj6dgOPt/2hsj6b9s1osmQ6Fo19KEh9SuTWP7g3b4XGtjZCEcYVd/X75yxf74bzlI8xcHenMCmJxK07SPhZuR+YtmpJg51biPh8Fin7yvcD508nYTOwP9rmZuQEhxK7cg0ZF9VHS5RqExlKzPJVxP6k+QS3TWQo+w3Ut5tjv274zPkE4/ru5Mcn8XD9diJ+UsZm3aElr53Yys3xM4neVh6bz+yPcH27P7oWZqTfCyV00WqST6vGZtG8IZ0v7uVyv3EknbxYadyD8sI4E6ve1gIuxXH412CSYrMxs9anUz8Pug1VtrPwgBSWTb3AqGnNaPOGm1rdK8ces2XJLb7e/oZaAvqsw78Fc2RLCGtPD9b4ehfnRWwO/lBtefjVZC7tjORJXA7GVno07elMy/7KpCz6/lN+n3ubXh/70LBL+aiTgOOxXP8jmszUAszt9Gk92A2/TqqP3ooNTefi9ofEh2eioyelXisbOr/rib6R+pwTY33X8Chzhdryy2cfsW3DdWKjnmJtY0yfN/0YPFI5j8K9W3HMmHCQz+Z1oXtfH7asu8bvm25Wun0WrxuAfzMnFAoFR/cH8efuQBLiMjAzN6BTj/qMfL+FxntL65p+wpiT72lcp6G2IcPqv0VT2yZIkBCREcHvYTtVHpEyo9k0rA2smXZpRtkySz0LRngNx9eqAcWKYoLSgvg9bCcZheXHKm0tbQbU7UcbhzaY6JgQnxPPH4/+5E6K8mL7L903vZJxlcb23c0JanFF3Ujhzr5IMhJyMbTQw6e7E369lSPmEoKfcuybANq/7029juVtKfR0HPePxJD7pABjG338+9XBs4PyUTPxQU85vihA4zYAaDzIjSaDVR/rNLP5OuZf+0CtbMzNFAIPPCYrIRcDCz3qdXPCp6fyVrSkkKec+fYurcZ7UbdDeWwRZ+IJ+SuG3Cf5GNsY4NvXFfd2qo/PSQ5LJ2DnQ55GZ6NnrINbO3v8B7mhpa2e4M1vtV5t2atAEae+b74qJE6f1HYIL5xIRmtAJKP/ezQlo7WtqmS0tlWWjL4KKktGXwVVJaO1qapktLZVl4zWpsqS0VdBZclobassGX0VVJaMvgoqS0ZfBVUlo7WpqmS0tlWWjL4KKktGXwUiGX1+/8Zk9F83TFd4fhMmTODatcrvYwNlQu7uXv1D4gVBEARBEAThf5aYTfelEsloDQwaNIhBgwbVdhj/NQsWLCA/v+oZLx0dHat8XRAEQRAEQRAE4XmIZFTAzk79OYKCIAiCIAiCIAj/TSIZFQRBEARBEARBADFM9yUTW1sQBEEQBEEQBEF46UQyKgiCIAiCIAiCILx0YpiuIAiCIAiCIAgCiGG6L5nY2oIgCIIgCIIgCMJLJ5JRQRAEQRAEQRAE4aUTw3QFQRAEQRAEQRAAtERf3csktrYgCIIgCIIgCILw0olkVBAEQRAEQRAEQXjpxDBdQRAEQRAEQRAEELPpvmRiawuCIAiCIAiCIAgvnUhGBUEQBEEQBEEQhJdODNMVBEEQBEEQBEEAMUz3JRNbWxAEQRAEQRAEQXjpRDIqCIIgCIIgCIIgvHQShUKhqO0gBEEQBEEQBEEQapsi7dfaDqFSEqt3azuEF07cMyr8K+VM6V7bIagxWnaSngfeqe0wNPpr4FYu1/Gu7TA0ahcVys3kr2o7DI2a285FMrF1bYehRrH2KoonW2o7DI0klqO44v5qtrU2kaHskHjVdhgajVCEvZL7aLuoUKKy1tR2GBrVMfnwlf7tCH6yuLbD0MjXcgajToyt7TDUbHl9M28fG1PbYWi0/Y1f+OH2hNoOQ6OpTdcx7+r7tR2GRgtbb6jtEIRXgBimKwiCIAiCIAiCILx0omdUEARBEARBEAQBxGy6L5nY2oIgCIIgCIIgCMJLJ5JRQRAEQRAEQRAE4aUTw3QFQRAEQRAEQRAAtERf3csktrYgCIIgCIIgCILw0olkVBAEQRAEQRAEQXjpxDBdQRAEQRAEQRAEQCKR1nYI/6+InlFBEARBEARBEIR/MblczooVK+jQoQONGzdm/PjxxMTE1KjuoUOH8PLyIjY29oXHJZJRQRAEQRAEQRCEf7E1a9awY8cOvvrqK3bu3IlcLmfcuHEUFhZWWS8uLo6FCxf+1+ISyaggCIIgCIIgCAKAROvV/fcPFRYWsnnzZj755BM6deqEt7c3y5YtIzExkRMnTlRaTy6XM23aNBo0aPCP37s6IhkVBEEQBEEQBEH4lwoNDSUnJ4c2bdqULTM1NcXX15cbN25UWm/dunUUFRXxwQcf/NdiExMYCYIgCIIgCIIg/EslJiYC4ODgoLLc1ta27LWK7t27x+bNm9m7dy9JSUn/tdhEMioIgiAIgiAIggD/0XDY/7auXbtW+frp06c1Ls/LywNAV1dXZbmenh4ZGRlq5XNzc/n888/5/PPPcXNz+68mo6/u1hYEQRAEQRAEQRD+I/r6+gBqkxUVFBRgYGCgVv7rr7/G3d2dYcOG/ddjEz2jwv8bUq9m6PQag5Z9HRRZTym6dAjZub0ay2q3eB29EdMqXVfBju+R3ThZVlan8xAkVo4o0pOV67148Lli05fqMdZvGO0cm2Ogrc/91DDWB24jLlvz0AlNZrf8mDxZAT/e3qCyXEuixdveA+nu2gETXWMi0h/z8/3fCXv6sNp1mndoh+u0yRjW96QoNY2ELTuI37C50vISXR1cJ3+MzcC+aFtakBfxkLh1m0j986hKObO2rXD59COMfOojLygk89YdohYtIT+6ZlOMA9y7Hs+ejQHERmZgZqlP94Fe9Brmg0Qiqbbu4/AnzHv/L374vT82DsYqr928EMOB3wJJiMnE3FKfdj3q0n9kA7R1nu+5Y0Z6BiweOInBjTtjrGfAhYgApuxdTnhSdJX1Wrv78e2AD2nm6kV2QR57bp9h9h/ryC7I1Vh+6eBPaObqTedlH1Yb06Vrj1i+/hwRj1KwsjRixODmjB3RqkbbTCaTM/z9X9HX12HrmndUXjt2OoSft1/hUVQapsZ6tGnhztQPO2NtaVzJ2tSZdWiH69TJGJS0tcStO0jYWHVbc/n0Y6wH9EXH0oLciIfEr99E2uGjmitIpfjt2U76+UvE/rSqxnE9y8DJjt73D3NhwCSSz1+vsmydYb1pMGcixnVdyHkcR/B3G4jcclCljGUzP5osnY5lcz+KMnOI/HU/gfNXIS8qqnFMr+o+evNqFL+u+Zuoh08wtzKk35v+DBnZtNK2VlgoY9+225w8EkpKUhY2tsZ06enNW+82R6eSfW/tD+c58HsAJ25+WqOYSr3Kvx0B1+LYvv4W0Y+eYm5pQM/BPvQf4VdpbEWFxfyx4z7n/oogNTkHK1tDXnvdg0Gj/FW2W0RIKr+uvM7D0FQMjHTo0qseb41rUum2rYyeVI+36r1Jc7tm6Ev1CHsazvawnSTmVn2sMtU1ZYTXW/hbNURLosXd1EB2hO0ko1C1R6ZnnR50du6Epb4laflpnIg+xemYMzWKa3j9N2lh3xx9qR6hT8PZFvo7CTnVxzXSexj+1g2RSrQISL3H9tCdpBco4/qg4Xu85tS+0vqfnvuc1Py0Sl+PvfeEG7se8SQ2B0MzXXxfd8K/t0uVbS3ichJ3DjwmMzkfExt9GvdzpX5H1aGVYecTuHc4hsykPIyt9WjwujMNejjVqA2XSgx8wr19j8mMy0HfVBfPro549XSuch1RV5IJPhRFTko+htb6+PRxwb29vUqZJ5FZBOx8yNPILLQNtHFvb0eDgW5ItUX/14tQWc9ndUqH5yYnJ+Pq6lq2PDk5GS8vL7Xy+/btQ1dXlyZNmgBQXFwMQJ8+fZgwYQITJkz4R3Fo8q9IRmfOnMmBAweqLBMWFvaSovnvys3N5cCBA7z99tu1HQpdunQhLi6OmTNnMmbMGLXX582bx65du/joo4/4+OOP2b9/P7NmzaqV70Krjg96476iOOA8BX/9ipa7H7p9xyORSik6vUutvCz4GvLln6gt13trCugbIQtWnohqt+qJ3rDPKDy9i+KwW0jreKPbfwISPQOKTv1e4/hmtPgQb0tPNt3fSa4sj7e9B7K4/RdMOD2T7CLNSUgpCRLebziC9k4tORl1Ue319xu+TY86HfklaBdJuakM9HyDRe1m8NHZOSTkJFe6XuMmjfDZvJbUw38R/cNPmLZohtusz5FIpcSt3aixjtfKH7Ho2on4Db+QfvkKxg0b4Pn91+hYWZLw6zYATJo3ocHWTaSdPEP4p9PQMjDA5ZMPabhvB3de74vsaXq12+tBUApLZ5yjdZc6DBnXmLB7yfy+9jbFxXL6jfSrsm7Mo3SWTD9LcbFC7bXAGwksn3Oe1l3qMGxCE2Ij09m1PoDs9AJGT2lRbVzP2jF2Ia3dGzB9/2oy83P4svd7nJ28mgZfjSA9N0tjnYZOnpyevIrToTcZvGEWjmY2fDfgQ7zsXHlj5WS18p91HcHUbiM4F3672ngC7scx8fNd9Ozmy6fjO3LrXgxLV5+muFjO+6PaVlt/49a/CQxJoEUTV5XlR04GMXXeQd4a0ITJH3QiNS2bFRvP8+5H29n3y3vo6VV/mDFu3Ajvn9eSduQvYn78CZMWzagzU9nW4tdpbmv1V/yIeZdOJGz8hYy/r2Dk1wCPxcq2lvjbNpWyEl1dPH9cjEmTxqSfv1RtPJoYOtvT+fgmdM1Nqy3rMuh12m5fSthPW0g4dhHnAd1o89ti5AWFRO1SJn1G7s50OfULqVcCuDx0MqY+HjT6Zgq6lubcmPhljWJ6VffRkMAE5k0+RMfu9Rk9oQ33A+L5ecUliovlDHtX8360dul5Th0N5e1xLfHytSM8OJltG6+RlJDJ1Hnd1crfux3HwZ0BNdpOz3qVfzvC7ifzzecnadfNneHjmxJyL4ktq29QXCxn8KhGGuv8vOwq54895M0xjajnY0NEaCq7Nt0hJTGbj2Z3ACAxLpMvPzmGl58Nn3/dmdjH6Wxff5uszAImzmhXo9hKTWz4Pp7mHuwM30O+LI8BHv2Z1Xw6s/6eQ65M87FKS6LF502nYKCtzy8hW9CWSBlabwjTm01l3tUFFCuUJ7nD6r/J667d2R9xkIeZj2hk7c9on5EUy4s5F3e+yrgmNfoATzMPdobvJleWzyCPfsxuMZ3pl6qOa3qzzzDQ1mdz0G9oa2nzVv0hzGz+ObP/nk+xopgDEYc4HX1WpZ6RjjGfNP6QkCehVSaiSQ8yOPb9Peq2saX5m+4khmVwbcdDFMUKGvevo7HOo2vJnFkdjN8bzrRuZMnjm6mcWxeKlo4Wnm3tAAg9E8+FjWE06uuKs78FyRGZXNkaQVG+jCYD3KrcTqVSIzK5uOw+Lq1saDjIjdTwDO7ufoRCrsCnj6vGOjE3Uri6PoT63Z2w97ck7lYq1zeGIdXWwrW1LQDZyXmc+/4uVh6mtJnkS2Z8LoH7IinMkdH83fo1iu2V8AoP0/2nvL29MTY25tq1a2XJaGZmJsHBwYwcOVKtfMUZdu/evcu0adPYsGED9eu/2O/yX5GMzp49m6lTp5b93b59e7744gt69epVi1H9d2zevJn9+/e/EskogI6ODsePH1dLRmUyGSdOnFC5wtarVy86dOjwskMEQOeNUcjjIijYvhiA4tCbINVGp9twii4cgKIKz1jKyUCeo3rFVrvDACR2ruT/NBlKXtPpPhxZwAWKDv8MgPzBnf9j77zDoyraPnxvdtOzqYT0RgIhEAIh9KL0IlUQRJCigmJBQQXxBRREsYACAlIUpNkAQRAEEUGaFKkJkEIgpHdI32Tr98embXZTQF/g9Zv7unJdOXPOzPmd2eecM8/MM3OQuHoj6z6swc5oc+cgOnm0Zd6fizmXGQnA1ZxYvu7/GYMD+vB93J5a8/rb+/BS6wk0dQygVF1mtL+RtTODAnqxJnIr+xL0vWkXsqL4su9iRjUbzOcXax9B8Z0xjeKr0Vyf8RYAeUdPIJHJ8H75BdI3bEZbZng+25YhuAzoS+LipaSsXAtA/slTaBQK/N96naydu9EUFOI9dQol128Q++JroNM36grPXaTd6SM0HjWizlGdCn5cH4l/UydemqdvSLXu6IlGrWX3lqsMGNUcCxMOkFql4dcfY/lx/WXMLUyPBhz95QYubra8NK8rZlIzWrX3IP92Kfu3RTNuWgSyBvbsdgoIZWhYdwaunMGBq6cAOB5/iYSFO3npkZEsOrDRZL4ZvcZwu7iAketmo9KoK9M3TpxHMzffylFVfxcPPh35GkPDutXq2NZkxVfHCGnmzifvDgOge+dA1GotazedZMLo9lhZmdeaN+Z6Jms3ncTVxdZo39pNf/Jol0AWvFX1vA3wc+HJyRs5cvI6A3qF1KvNZ8Y0iq9FE/96ua0d09ua10svkPG1sa3ZtAjBuX9fkpYsJXVVla1pFQp8Z71O9s7daAr19SJvH0HAgnlYuBv23jcYiYSACcMJX/IWDR10aL3odZK2H+DC6x8CkH7wBBbODoQtfK3SGW3x1hRUhcUcG/YSWpWKtP3HUJeU0m7lPK4uWkNJcnq953lY79HNa08TGOzKWwv7A9C+iz8atZbvvz7H42PCsbQyvD8L8hT8susKz03rxugJEQCEd9A3ltavPMlz07ri6GRTebyiRMmnC37DpbEdOZlF9dZTdR7mZ8f3X10koJkz0999FIC2nb3RqLX8uCmSwaNbGtdbfim/7Y5l/EvtefzpVgCEtfcEYMsX5xj/UjscnKzZtSUKaxtz3v6kD+bmUiK6+GBpJePLT0/zxMTWuLo3LIIhyCGQto3DWXJhKZE5UQDE3rnOp90/prdPL35O2GsyXwe39vjb+zH75FzSitMASCxMZlGX9+jg1p5TGadpZOXCAL/+bI7eyuGUPwCIvh2Di5UzrRq1rNMZDXIMJKJxOJ+c+4zLFbpux7Hs0U/o69uL3TdN6+ro3p4ABz9mHZ9DaoWugiQ+6raQju7t+TP9NFmKbLIU2Qb5XmvzMsWqYr6IXFtnfZ3fkYCLvx29Xm4BgE8bF7QaHRd3JxI60BuZCVv664ebNOnYmC4TmurztHahrEjNue0Jlc7oxd2JBHR0pePYQAC8Qp3JT1dw5dfUBjujV3fdwtHPjk4v6J/PHmHOaDU6rv2cRNN+Xia1Re1IwKe9K+HjgvR5WjmjLFYTtfNWpTMavS8ZmZWMbtNDkcrM8GztgsxCyoUt1wkZ4outi1WD9An+eSwsLHj66adZsmQJzs7OeHl5sXjxYtzd3enXrx8ajYbbt28jl8uxsrLCz8+ww6RikSNPT08cHR3/UW3/CtdfLpfj6upa+Vdb2r8Bnc64R/ZB0rlzZy5dumS0Etfp06exsbExWLXLysrqwfwWUnOkQWFook4aJGsuH0NiZYtZQN294QDYOWLx2CTUJ/eiTYqpTC5dNxflHsOwWDQqJDILGkpE41Yo1KVcyIyqTMtXFhKVE0M7d9O94RW8GfECZhIJM44uIL+swGh/G9eWyMxk/Jl2rjJNpVVzNuMS7d1qL1tiYY5Dpw7k/nrIID33l1+Rye2Qt48wymMdpH8x3j5k2Iuc/+cZpLa2OHTqAEDhpcukbdhU2cgFUGZloS4sxMrXp87rBX1YWvSlTNo9Ynhshx6+lJaoiI3MNpnv0qk0dn4dxdDxoYyZGl5r2ZZWMsykVY9GuYMlapWW0pKGh072b9GJotISDl47U5mWU5TH0esXeSy09lHIuXvW8tiq1w0cUaVGf16raja19InpNG3sTa9lr3Ap5Xq9epRKNWcvJNLnUcNQnP49m1NcouR8ZO2hl0qVhrfe28P40e3x93Ux2KfV6ujSIYDRwwzrs4mf/rjk1Dv1apNYmGPfsQO3a9ra/tptzabc1u78XsPWTultzb7c1gCaf/kFZWnpRA4ZUa8WUziGBdNhzQJubf6JU+Nn1Xu8rZ8X9sEBpOz6zSA9acevyJv6Iw/Sv+A9+ncjbd9Rg5Dc5B0HMJNK8ehfe1hgBQ/rPapUqok8n0rXnoEG6d17B1FSrOTKpVSjPMXFSgaNbEXnR5oYpPv4OwGQnmr4bPty+QmcXGzoP6RFnVpq8jA/O1RKDVcupNPxUcMGYOee/ihKVERHGi8eoihW0f/x5nTobjiS5eXnAEBmmr5D5uKZVCK6eBuE5Hbu6Y9Wq+PiGePfozZaNQqlVF1KVM6VyrRCVSExd2Jp3ahV7flcWpJWnF7piAKkFaeRVpxOa1d9vojGbVFpVRxLNYxcWBW5hhWXv6hTV1i5rsgauqJvx9LGNazOfGlF6ZWOKEBqcRppRem15mvdKIwO7u3YGvMdJWpFrWVrVFrSruUR0N6wzRPQ0RWVQkNGjPGCMYXZCvLTFfi3b2SQ3qSjKwUZCvLT9SO8A2aF0Wmc4f1lJpOgUWlr1VNTW1ZMHt4Rhufxbt8IdamGnDhjbcXZpRRmKIzy+LR3pShTQWGGXlvGldt4tnY2CMn1bt8InQ4youp/Hwj+u7z66qs88cQTzJ07l6eeegqpVMr69esxNzcnPT2dbt268csvtUx1+S/yr3BG6+PIkSOMGDGCsLAw+vbty7Jlywwm8AYHB/PDDz8wduxYWrVqxcCBA7lw4QI//PADPXr0oG3btkyfPp3S0lIAdu7cySOPPMK2bdvo1q0b4eHhvPzyywYrTSmVShYvXkz37t0JDw9n9OjRnDhR9ZDduXMnffv25f333yciIoKXXtLP9zp06BCjRo2iTZs2tGrVihEjRnD8uD70csWKFaxcuZLU1FSCg4NJSUlh9uzZjB9vOH+relpKSgrBwcGsXbuWrl270rt3b4qKiigsLGTevHl06tSJiIgIJkyYQFRUFHdLWFgYnp6eHDhwwCD9l19+YeDAgQYjozt37jSISw8ODmbHjh1MmjSJsLAwunXrxsqV9zaXqy4kLh5IZBZoswxfutoc/QvIrHH9DpDFwImg06H85WuDdF1WEro75b+7jRxZx4HI2vVFdfLnBuvzkXuSUZyFFsOOhrSiTLztPGrJpWfJ+TW8eex9bhWYdiZ85Z6UqBTcKTN8uaQVZdLI2hkrqaXJfFa+PphZWqBIuGWQrrilH5mzDgwwyqO+rX/RWHp5GaRb+/lUlgmQsnItWdt2Ghxj37E95o6OlFyPN6mnOllpRahVWjx8DMMl3b3lAKQnGTvlAE1CXFi+fTjDJ7QyaDBWp+/jzchIKWTfd9coLlRy/Wo2+7fH0KaTJ3b2puvKFCHu/tzMSUOrM2wcxGenEOxmOgQKIC0/m6hUfR3YWFjRu3l7Fg17kRPxl4lMraqbuT+vJez9pzkef6lBepLT8lCpNPj7Ohuk+3rrG/sJibWHmn2x4ThqtZZpkx8x2mdmJmH2q33o/Yihk3voaBwAQQH1dz5Z+ehtrbSGrZVW2FoTY1tT3TFta1Y1bA3g6pPjiZ38IsrUNO6FkqR09gT15cIbH6EuKa33ePsQfSOxIO6WQXpRfCIA8uAApFaW2Pl7UxiXYHBMWc4dlPmF2AcbX3NNHtZ7NCO1AJVKg7evk0G6p4+jvuzEPKM8Hl4OvDq7V6XzWcGfR28gk5nh7etYmXb+dCK/7YvmzXf73tX8OHi4nx0ZaYWoVVo8fR0M0j289VrTEo0dBDdPOS/M7FLpfFZw9lgSMpkZnj4OlJWqyc4oMirXwckaG1tzk+XWhqetB1mKbHQ13lWZJVl42NYeeeBp50mGibmbWSVZeNjo33F+9r5kFGcS7NSM9zq9y4Y+6/i0+yf08Hq0Xl1etp73psvWg3QTc13ryjeu+Wiu3Y7hbOY5k/srKMhSoFXrcPCwMUh3cNMvFJOXbhw6fCdVn+ZYI499jTxOXrbIXa3R6XSUFqmIOZzG9eOZtOhreF/XRnG2Xpvc3XDRGnn5eQrTjZ3sgrRiAOxq5LFz0490FmYoUCs1lOSUGZVrZW+BubWUQhPX/NBiZvbw/v0NpFIpM2fO5NSpU1y8eJF169bh7e0NgLe3N7GxsYwYYbrjtmPHjsTGxlYe/0/yr3dGjx07xvTp0xk9ejR79+7l3XffZf/+/cycabg4zdKlS5k8eTK7d+9GLpczdepUfv31V9atW8eHH37IoUOH2L59e+Xxt2/fZtOmTSxbtoxNmzaRnp7O5MmTUav1Ixpvv/02J0+eZMmSJezatYuBAwcydepU/vjjj8oykpKSyMrK4qeffmLGjBlcuXKFadOmMWjQIH7++We2bduGs7Mzs2bNQqlU8uyzz/Lss8/i7u7OiRMnjL4VVBe7du2q1Gtra8uUKVNITk5m7dq1bNu2jTZt2vDUU09x7dq1u67jgQMHGjijSqWSQ4cOMWjQoHrzfvzxxzz++OPs27ePp59+mhUrVtT58d17QWKtDy3UlRUb7ihfEEZiZVMziyF2jnoH8/huKC02eYiZXwi2H+zEcszraNMTUNWyMJIpbM1tTPawKtSl2Jgbr3BWnVsFKXXutzG3rqVsReV+U0jl+saZptAwBE5TrL9+mZ1xWFf+6bMoEpNosmAuDl07IbWzxb59BH5vv4lOq8XMxvS5ZE6OBH20kLKMTLJ3/FTn9QCUFOs7kqxtDcNKraz124pi06MQzq429TYKW0a4M3hsC7794gLPP7aN+VN/xcHRkpffrX+kqjoO1rYUmLCVwrIS7K2MQ11NkbP4AIdeW4GdpTXTfvjUYN/VtJt3paewSB+uaWdjeP225dtFxUqjPABR19LY8O1pPpw7GAuLhs3qSEq5wycrfyekqRuPdgmq9/hKWysybWtSE7ZWcPospYlJ+M+fi30Xva3J20fg+5axrZXExjVId20o7+SjSG34kvYWDnq9qgLD61EV6q/H3N4Ocwe5yWMA1IXFmNvXHzb5sN6jxeW2ZmNrGB1iY6PfLik2nk5gihNH4vltbzSDRrZCbm9VWfZnCw8xcWpnvP2c6inBmIf52VFSpNdmY2Oozbp8u6QWbTU5/cctjvxynf6PN8fO3rLymm1sjcPwrW3MKSkxfe+bwlpmTanauEOmVFOKtaz2d5W1zBqFiXwKdSnWMv1vKzeX42TlxIthz3M09RiLL3zGldyrPNtyYr0Oqb584/dcfbpsZDamddWSr61rG7zsvPjpRv2dzcoSfVvQ3Now3LViW6VQ30MejUF61vUCNk85wbEvY3H2sSVsUP0d6/rz6MuRWRs+02XlYeCqUmNtFec2ry2PQo2qolwr43eFzEpqpF8gqOBf74yuWbOG0aNHM2bMGHx9fenWrRsLFizgwIEDpKRUNeRHjhxJr169aNKkCcOGDSM/P5933nmHZs2a0b9/f0JCQrh+vSocTqVS8fHHH9OuXTvCwsJYvHgxcXFxnDp1isTERPbu3cuHH35Ix44d8ff355lnnmHQoEGsX7/eQN9LL72Ej48PTZs2RSqVMm/ePCZNmoSPjw8hISFMmDCB27dvk5ubi62tLTY2NkilUlxdXZFKG74K3tixYwkKCqJVq1acPn2aS5cusWzZMlq3bk1gYCCvv/46bdq0YfPmzXddxwMHDuTSpUuVI8MnT57E2dmZFi3qD6EaPnw4w4YNw8fHh6lTp2Jvb8+FC/UvxnJX1Nd7rqs7tMW800AwM9PPLa2tiDtZKFa+Qdm3i5HYO2P96jIwN268SJBgJjEz/KN2fbp6tNWHWT23eG1h35J6et90WmNdOpWKa+MnU5aWRui3G+l09TzBq5aS9OnnAGgVxi9988auhH63CYvGrsS8MK2yIV33ueve/3fWHdjw6Vn2fnuN4RNDmfN5H55/uzNFhUo+fvMwZSZe0AASiQSpmdTgz6wOETVHS00hM5MydPUshnzxJnGZSRx7YzVhXvU7drWeU1t3eL+ZmbENlpWpmb3wZyY+2YGwlg3rcb95K4eJr2xFJpWwfNFIk+WaOHmdu2uzteiJk1GmpdHym410iDpPsxVLSf6sdlu7b9TXc63VNuD+qn86xsN6j9Zna5IG2MSJw/F8OOcALdt4MuXVKmdu9adHcXWTM2Ks6VDZ+njYnh2G2uqrt/o1nPrjFp+9e5SQ1m5MeLldebl156ltdNnUu0pSx7tKW8cUorrecRURQTIzGfYWcjZe28zvyUeIvh3D19c2EZkTxfDAoXXqMqvjHV+XrrpG1k29G/v59eZWQSJXc+vvtK9vRpXJc9d329fIYtfIisHz2vDo1OaU5CnZ/e4F1GUNcPjqEWdKW31TxCQSSf3l/us9DsG98q9YwKgurl27RmRkJDt2VI1UVdxUN27cqBxurj5Rt+J7O9WXPraysjII7bW1tSU0tGquYWBgIA4ODsTFxVFU3sM/duxYAy0qlQp7e8PwIH9//8r/Q0JCcHBwYN26ddy8eZPExERiYvTzEyuWVL5Xql/f1atX0el09OzZ0+AYpVJJWVnDeq2rExoaio+PD7/++isTJkzgl19+adCoKOjrrTpyuRzVXXzWoCHoykeoJJY1RkDLR6h0irobV9LW3dHEnq9ctMjkOQpy0RXkor0RiTY3HetpnyFr3R31OcP5XGObD+fpEMMQiOOpZ3G0MgyhAv2oZbGq9jkpDaFYXVLZ81yzbIDiWlbqVRfo5xpJ7QxH8SpGWyoWh6lJaWISV0aPx9zFGZmTI4qERCw9PZCYmaHOM6w/m+BmhGxYjdTOlqsTJ1N0KbJB12RjVz6KUWMeVsV2zRGZhnI7u4Qje64zdHwooya30SeGQ2CIC29N2MvRfTfoN9J4+fN3HnuO+YMnG6RtP/87bvbORsfaW9mSX4+9Aai1Gg7F6FdsPnb9Irc+2MVrvZ7kuS0f3P2FAXI7fcdIcYnh/V1UPkpVsb86y9b+gVar48VnuqFW61u0FW0NtVqLVCoxaLScuZDIq7N3YGNjwaaVT1eGANdHhS1Jbe/e1q4+OR6ZizPmjo4obtVua/cTVb5er7nc8HoqRjuV+UWVI6IyufEoubm9XWUZdfGw3qO25bZUc8StuHyEztaErVXnx28u8OXyE4RFeDF/yZDKBYVOH7/JHwfjWLn5KXRaHRqtrvJdrlFrkZhJ6u38eNieHYbaLExqqxgRtbWrW9ue766waeVftAx35+2P+1TWW8UosKlR35JiVa3lDg8cyuOBwwzSzmb8hYOl8bvKWmqNopYVawFK1AqT7yFrmVXliKZCXYpWp+VyjqGNReVcIaxRK+wt9G2nx4OGMjJouMExZzL+qtxvXH49uqSmddVcgdfW3JYQ5+b8EPdjreVVx8K6YpTRsO2mLB8dtLAxbn5b1DICqqolj62zJbbO+vvJvrE1P793kZtnsmn2SN2LtVWMbqqNzqM22G8yT42Olao80sqRVnWpcXtVpdCYLPehRXjO95X/Icu4N7RaLZMnT+bxxx832ld9MR2ZzLgqzOroeTY3Nw550Wg0SKXSyhfkN998g22NBlbNMis+Qgtw9uxZnnvuOXr06EFERARDhgxBoVDw8ssv16rDFBWhwrWdR6vVYmdnx86dO42Os7C4t5dxRajuk08+ye+//24Q0lwXps73Ty/SpMtJQ6fRYNbIk+qPSLNG+lUHtXV891Hi4ILUuyllR43rCgsrpKGd0SbFosupmo+mLV9QRuLgYpRl/60jnM24ZJDW2SOCiMatkCAxmPPiaetGcuG9zXOrIKUwHVtzGxws5OQrqxqnnrZuZBZno9SadvxLk5LQqdVY+xvOb7Qq3y6JNw4TNbO0xOWxfhScu0BZciqq3NsA2LVqCUDRlauVxzp07kjzdSvRFBYS9cTTKBowV7SCxp5yzKQSMlMMG9sV257+9X96wxS5mcXodNCsleE8R+8AR+wcLElJyDOZb92Jn9gbZbjoxvA2j9K/RSckEomBPQe5ehOdcatWDYNbdSNfUWQwF7SgtJgb2al4OjSqNV99+Ho5IZVKSEoxXEAiKUX/GzXxNy771yMxpGXk07bXYqN9od0/ZNHcwYwYpF8Ea+/Bq7y9cA8Bfo348rMncWvc8N+gNFFva1a12JqiFltzHtiPwnMXKEtJRV1ua7ahelsrvnrVKM/9oiBWPw/ULsiPO5eiK9MrFi4qiL6BuriEkpSMyrQKLF2dMbe3Iz+6/m8AP6z3qKe3A2ZSCWnJNeapJ+cB4Otv3EkD+uf+F0uOsvuHy/Ts34w35/czWHDn+O/xKMs0PP/kVqO8AzutoO/gEGbO71entoft2VEddy+9tvQa2tJT9PNYvf0dTebT6XSsX3qGfduv0b1vE6bN625Qb9Y25ri42lSWU0HebQWKElWt5R5JOcql7MsGaW0bh9OqUajRu8rNpjFpxbWv/pxenIGfvfFceTcbN27m6+00syQTM4kZUokMFVVtGKmZ/lqUGn1nxuHko1zMMtTVzq0tYSZ1uZFajy5/ubEud5vG3Mg3nM/dulErZGYyzmY0bBqRvZsVEjMJBRmGHcoV245extODHDz1aQWZChoFyCvT88vzOHnZoCpVk3g+F9dAOQ7uVWU0CtB3QpXcqX9Awa6xNRIz/WdYqlOUqd+29zTWJi+fx1qUWYqTn9xEHlvMraRYO1kYlVtaoERdqjFZrkAA/w/CdJs2bUpCQgJ+fn6VfxkZGXzyyScUNyAksDby8vJITq5aNOb69esUFRXRokULmjbVL8mdnZ1tcN6dO3eadAAr2LBhAx07dmTFihVMmjSJrl27kp6uf5BWNGhrhk+Ym5tXjsRWkJiYWKf2Zs2aUVRUhEqlMtD35Zdf3vPHdCsWffrxxx/x8fExGvF8oKhVaG9GIg0znLsjDeuOTlGENqn2756a+eqXPdckmGjcajVYPvk65j1HGZYbrA+P0qYlGGW5XZrH9bwEg78LWVHYmFsT4Va1GqGDhZzQRsFcyLr7RaWqczFLv7pgN6+q1UXNzWR0cG/DhawrtWVDV6Yk/+w5nAcYNu5cBvZDnV9gcoREq1LRZME83J96sipRKsVj4tMobiVSEqOfu2fbMoSQDaspS08ncviYu3JEASwspTRv3Zi/jiUbOHpnjyZhY2dOYMi9OW1u5Y3B2MuG315NS8qnKL+Mxp6m5/Gl5+dwPinG4O/gtTPYW9vSv0WnyuMa2TnySFAbDkafMVkOwIzeY1j91CyDMF8vR1daeAQQmVq/g1IblpYy2rXx5eDRWIM6O/hHLHI7S8JaeBrlWb14NNs3PGPw1yLYnRbB7mzf8Aw9u+mfc0f/jOet93bTppU3366dcFeOKIBOqaTg7Dmc+xvamvOAfqgLCii6bNrWAhbMw82ErZVWs7UHQdGNJIpuJuP7RH+DdJ+R/SiIS6A4Ub+QWvrBk3gN7oGZhXm1Y/qjVavJPHy63vM8rPeohaWMVuFenDwSb2BrJw7HY2tnQXCom8l8G1b9ye4fLjNyXDiz3x9g4FABjH++Eys3jzH4G/i4Pjpp5eYxjH++k6lia2h7uJ4dhtpktGjjzumjtwy0nf7jFjZ2FjRtYXoxsK2rz7Nv+zWGPtWSGQseNao3gNYdvDj/ZzIqZVV37Ok/bmEmldAqwvTaE3lleSQU3DL4u5J7FWuZNa0aVUWFyc3lBDs140pu7R1AV3Kv4mnrgadt1XPG09YTLzvPynwVI6Kd3Dsa5A13bUNSYTKlmtJadUXlXMFaZk1YDV3NnZoZrPxbk6icK3jaeeBVTZeXrSdedl5E5RheT5BjE3IVt+v8rmh1ZBZSPJo7kPBXtsHvmXA2GwsbGY0DjZ+TDu42yBtbcfOM4arOCWezcXC3Ru5qjcRMwtF1MVzea7hoYUqkvqPR2bcB880tzHANdiTlnKG2lHM5mNtIcW4iN8ojd7PG1tWK5L8MtaWcy8GufB+Ae6gzaZdyDVb2TfkrB4kZNG7hWK82wf9P/vUjo1OmTGH69OmsXLmSQYMGkZGRwZw5c/D29v7bnxmZOXMmc+fORa1Ws2DBAsLDw2nfvj0SiYSePXvy7rvv8s4779C0aVMOHDjA2rVr+fDDD2stz8PDg0OHDnHu3Dnc3d05c+YMy5cvB6gMEbaxsSE/P5+EhAS8vb1p06YNO3bsYM+ePYSHh7Nnzx7i4uIIC6t9OfPu3bsTEhLCjBkzmDNnDh4eHnz77bfs3LnTaE5rQwkJCcHPz49PP/2UF1544Z7K+G+iPPgtVi9+jOXEeajPHMAsoAXmPUeh2rceVGVgaYOZu59+hd1q4bhmnv7oVEp0uSZ6V9UqVIe+x3zABHRFeWiuX8bMqwkW/cejiT2PJvpsg7RdyY3lcvY1ZrV7kfVXvqdQWcS4kBEUq0oqvw0K+pVxzc3MuZFfd2dDdbIUufyWeJznW43FQmpOalEGjwcNxM7clu3XTX97rYKUFatp+c3XBH+xjMxtP2IfEY7XC8+R+NGnaEtLkdrZYt00iNLEJP0qnVot6Vu+w/O5CZRlZKC4kYDHhLHYtwsnesorlTGeQZ+8j0QmI3npSiy8PLDwqmoMqXNvU5pU+2dGKhg+oRUfzjjE5+8c59FBgVy/ks2+767x5Av6bxiWFCtJvZWPm6cce6eGfdfM3smKAaOas+87/Xyg0PYe5GQUs2tjJI3cbek5pGmDygH9N0WPxJ7nm2fmM2vXKnKL8pk/eDJ5iiJWH6vqkApx98dSZsGlFL0TsPCXDfz26uf8MPl91p34CVc7J+Y99gx3Sgr49NC3DT6/KV6c1I1nXv2G6XN2MnJIay5GprD+m1O88VIvrK3MKSouIz4hB18vR5ydbAkOamxUhm35IjStQvSNt7IyNXM/3IetjSVTJ3UlPiHH4Hj3xnLcG+CcpqxcTYutX9Ns1TKytv2IPCIcz+efI+mTarYWFERpUpWtZWz5Do9n9bZWejMB9/FjkUeEE/PCK/VP2PoHkcltcWgRRNGNJMpy9A3CqPdW0XnjR5Tl5pG65zDew3rj9+RjnHhyemW+6E++wu+pQfTY/xUxn32NfTN/Wi96nfh12xr0jVF4eO/Rsc91YPZLO3l/9i/0H9qSa5HpbN9ynude6YqVlTnFRWUkJdzGw9sBRycbbsRms23TOYJbuPFIn6bEXDFc4dQ3wBl3T3vcPQ1t6fRxfYdfsxamHVxTPMzPjlGTWjP/1QMsnnOE3kOaEhuZxU/fRDH+pXaV2pIT8nD3kuPgZE1CXC67tkYSFNKILr0CiLtq6Cj4BDhiY2vB40+34sRvN3nv9YMMHdOStOQCvllznn7Dghv8jVGA2DtxXLsdzdRWU/ghbjtFqmIeDxxGibqE35OrPhfkaeuJuZmMxEJ91NGZjLMMaTKIN9tOZ9t1fZjr6KYjSSpM5kymfqQx5k4sF7IuMq75GCylFqQUpdLNswtNHYNYdmlFnbpi7sRxLTeal8Ke57u47RQpixgRpNd1KKlKl5etJ7Jquk6nn2VYk8HMajeD7+P0U7nGNHuCpMJkTmcYvr997LwNPgHTEMIf92ffokscWn6V4B4eZMblc3lvEh3GNEFmKUVZouZOajH2btZY2+ufrW1H+HN0TQwn7GT4RTTi1vkcbp7Oover+jU4ZBZSwof5cW5HAtb25ni2cCI3qYgLP97CK9QJnzamIw9q0mKoL398Esmfq67RpLs7OfEFxOxPJmxUADJLKSqFmvzUEuwaW2FVrq3lMD/OfhXLObvreIW7kHohh+Sz2XR+qepb0s0f8yHpdBbHPo0ieIA3hRklRO5IoEkPz/+tb4yKMN37yr/eGR0wYABLly5l7dq1rFmzBkdHR3r16sWbb775t8seMmQIzz//PEqlkl69ejFnzpzKkculS5eydOlS3nnnHfLz8/H19eWDDz4wGS5cwauvvkpOTg5Tp04FICgoiEWLFjFz5kyioqIIDAykX79+bNu2jaFDh7J161aGDh1KdHQ077//Pmq1moEDBzJx4kQuXrxY63mkUikbNmxg8eLFTJ8+HYVCQWBgICtXrqRz5873XB8DBw5k9erVPPbYY/dcxn8Lbfwlyja+h8WACVg+Nx9dfi7Kn79EXb7qrZl3ENavfErZt4tR/3WwMp/EzgmdovaPqqt++wZdcT7m3YZi3mMUuuJ8VH/uRXXg7haCev/Mcqa0GsdzoU9hJpFwLfc6i86uoKjanM6XW0/CzaYRkw6+fldlr7i0gSJVMaOaDsZaZsX1vAT+c/Jj0ouz6syX/+cZYqa+iu+MaYSsW4UyM5NbixaT9qX+8za2oS1p9cNmrr/xNlk79Is7JS9dATot3lMnI3N0oPhaDNcmvUDecf03Xi19vLErD6VsvuZzo3Nmbt9F/Jtv13tNLSPcee39R/hxfSRL/3MUp0Y2PPVSWwaN0b+wb8Xd5oNXD/H825159LGGj9KPfaktzq42/L77Or/8EI2jizWt2nswekobbOV3F8I+Yt1sPhv5GotHvIKZxIyTNyIZ/dUc8kqqwvC+eGoW/i4eBMzVPxf+iLtA389f5b0hz7NjyoeotWoOXDvNW7tWkVV4+67OX5NO7fz5fNFIVnx1nJff2oGbq5yZr/Tm2bH6EaWrsRlMfHmrQfhtfVyMSiE7R39/PPfad0b7X36uu8lPwtSk4NQZ4l58Fe8Z0wheq7e1xA8Xk/5Vua21bEnL7zcT/+bbZP+ot7WUZXpb83qhytain32B/OMn6zrVP45z25b0+WMLpybNJmGTXlvCpl1ILS0IefNZAp8dSdHNZP4cP4ukbfurrjn2Jkf6PUv44ll03/E5ZTl3iFm6kch3jO+L2nhY79Hw9j7M+2QQW9aeZsGbe3FpbMuU17rzxNNtAYiPyWbm1B95892+9BvSghNH4tHpIPZaJq89s82ovMVrRtK63T/zOYGH+dkR1s6TWYt68f1XF/nord9xcbVh4ivtGTZWHzVzMzaXeS/vZ9rc7vQa1JRTfySi00F8dA6zpxh3Li5cNZDQth54+zvy7vL+bFr5F4vnHMHewZIhT7bkqefbNvj6Kvj80irGBo9hTLPRSJBwPS+elZdXG8yxnBjyNI2sG/HGcf13edU6NZ+cW8LTzcfyTIuJaHRqruRc5ZvY7w0WdFsVuZrhTYYxwL8/cnM5acVpfH5plVG4sCmWXlzJ083HMDZYrysuL54VNXRNajkeV+tGTD86s1LXh+eWMKH5WJ5rORGNVkNU7lW2xnxntNCcg6U9SYV1r15fE69QJ/rOCOX89gQOfhqFrbMlncYGEjZYHxqcc6uQvQsv8ejU5gQ/qu/wCX7UA41KS+S+ZGKPZiBvbEWPl0II7FzV4RL+uB9WcnOuHkwlcm8yVvbmhPTxJGKkf4M/d+TWwomur7Tkyq5bnPj8KtZOlrR+sgnNB+pX5L1zq4gjH12mw+RgArrr56AGdHdHo9YSuz+FhOPp2Lla0/H55vh2rOq4tPe04dGZrbj0w01OrryKpZ05wf28CR3hf1d1J/j/hUT3T0/Q+3/Azp07efvtt4mNrT28U/BgKZ7R90FLMMJ26W8M3DW+/gMfAPsf38JJv+YPWoZJuibGcC5r4YOWYZJ2jechebH+8MD7jW71aXS3735l7PuBxHkCpwIeTlvrnBDDt5K6F5p5UIzVxT6U92jXxBgSC7940DJM4id/6aF+dly7/fGDlmGSFs5vMeHgsw9ahhGb+21g3IFnHrQMk3wz4Gs+vTD1QcswyRtt1/DO6ecftAyTvNdp3YOWYJrShn8r/r5jNeRBK/jH+dePjAoEAoFAIBAIBAJBgxBhuvcV4YwKjJg6dSpnztS+yAroR4cDAgLukyKBQCAQCAQCgUDwb0M4o/fAiBEjGDFiRP0H/o+yYMECSkvr/mi8p6fx6psCgUAgEAgEAoFA0FCEMyowws2t4SsTCgQCgUAgEAgE/xrMRJju/UTUtkAgEAgEAoFAIBAI7jvCGRUIBAKBQCAQCAQCwX1HhOkKBAKBQCAQCAQCAYjVdO8zorYFAoFAIBAIBAKBQHDfEc6oQCAQCAQCgUAgEAjuOyJMVyAQCAQCgUAgEAhAhOneZ0RtCwQCgUAgEAgEAoHgviOcUYFAIBAIBAKBQCAQ3HdEmK5AIBAIBAKBQCAQgAjTvc+I2hYIBAKBQCAQCAQCwX1HOKMCgUAgEAgEAoFAILjviDBdgUAgEAgEAoFAIAARpnufEbUtEAgEAoFAIBAIBIL7jnBGBQKBQCAQCAQCgUBw35HodDrdgxYhEAgEAoFAIBAIBA8aHUcetIRakdDzQUv4xxFzRgX/StIf7/igJRjhsesM/XY+/aBlmOTgiK38ZBP8oGWYZHhJLLrcjQ9ahkkkLpMwe7nzg5ZhhHbVKXSxHzxoGSaRBM9hp/XDaWsjFLGc9Gv+oGWYpGtiDN9KHr56G6uL5XDKfx60DJP08l7EJ+enPmgZJpkVsYbTGfMftAyTdHKfz+Tfn3vQMoz4qvd6nvnt4dMF8HXf9Q+1rc0/88KDlmGS+R3XPmgJgocAEaYrEAgEAoFAIBAIBIL7jhgZFQgEAoFAIBAIBAJAp9M+aAm1IpE8aAX/PGJkVCAQCAQCgUAgEAgE9x3hjAoEAoFAIBAIBAKB4L4jwnQFAoFAIBAIBAKBANA+xGG6ZiJMVyAQCAQCgUAgEAgEgr+PcEYFAoFAIBAIBAKBQHDfEWG6AoFAIBAIBAKBQADoeHjDdP+NiJFRgUAgEAgEAoFAIBDcd4QzKhAIBAKBQCAQCASC+44I0xUIBAKBQCAQCAQCHu7VdP+NiJFRgUAgEAgEAoFAIBDcd4QzKhAIBAKBQCAQCASC+44I0xUIBAKBQCAQCAQCxGq69xsxMioQCAQCgUAgEAgEgvuOGBkV/L/BonVH5OOmYu7bBE3ebUr276B49ze1ZzCTYjt8HDa9h2Lm3AhNejJFP26i9OQhg8PMA5sjn/Qq5oEh6BTFKA7vo/CHL0GtbrA2K6klk0PH0M2rPdYyK6JyYlgT+Q0pRekNLmNex1dRqEtZcn6d4WVIzBgfMoJ+vt2RW9hxPe8WX0Z9S8ydG/WW6dq7Ky3mz0AeEkRZVi4Ja78hfvmGWo83szCn+ZxpeD81FEsXJwpjb3D9s69I3fFL5THDS2JrzZ999AwnB05owNXCiTM3Wbb2KPEJObg42zJ2ZATPPtUBiURSb161WstTL2zGysqcLavGGezbuS+Sr789Q1JqHh7u9owd0Zbxo9o1qNzq2Fpa8/GwlxkR3gM7S2uOxV/i9R3LictKqjNfp4BQFg19kQjfYIrKFOy4eJg5e9ZSVFbyt8s+cTGNZVsuEp+Uh4ujNWMHBfPs8Ba1XltiWgH9p/5klN7U15GfVw6953JN0bh3V1ouqLK1m2u/4fqyum0tZO40fCpsLeYGcUu/ImV7la2NUNRta8cHNMzWHLt3xXfmdGyaBaHKySV987ekratdm8TCHN/p03B9fAgyZycU8TdIXbOenJ9/MTjOoUtHfF57BduQZmjLlBScv0jiosWUJiU3SFd1rL3cGHRlL8eGv0zW0bN1Hus3ZhAt576IXRMfim+lcu2jdSRs/sngGOeIUMKXzMK5XSiqgmISNu4kav5KtCpVg/RcO5fJng1XSbtVgL2TJY8OC6TPqKYNsonk63l89PJh3tvcHxd321qP2/7FZQ7/GM/q30c2SFMFKZG3Ob/tJndSirF2sKBFXy9CB/nUqe3Gn5lc2nWLwqxS7FytaD3Ul6aPeBgck3A6i8i9SeSnlWBhI8Mz1In2TwVi7WDRYG1Rf6Xz45eRpN7Kx97Jit6PN2Xgk80bVG+JcbdZMPUgH38zGFcPOwCy04t4c8zPtebpNiCAKW93arA+S6klI4OeIMI1AkupJdfz4vj++vdklmTWmc/ewp7RTZ8k1CUUM4kZUTlRbLv+A/nKfIPj+vn251GvR3G2dCa3NJffUw5xJOVIg3SNavoE7RrrdcXlxfFd7PdkNEDXmGZP0qpcV2RuFN/HGusa4NefHt56XTmluRxKOsThBuh6mG0tPeo2kTsSyE8txsregqZ9PGk+sG5tt05lcnVPIsVZpdg2siJksC9NursbHJN7s4BL39/gdkIh5tYyArq7E/q4P1KZGP8SmOYfdUZnz57Nrl276jwmNrb2xsH/EiUlJezatYtx48bVf/B/mfHjx3P2bO2Nj1OnTuHs7Pxf13HmzBkmTJjA77//jre393/9fHeDebNQnOd8iuLkIYq+W4t5SGvkE14BqZTinZtN5rEbMxm7ERMp2rYeZfRlrDr1wOnND7ij0VB6Wv8Skrp54rxgJcrYKPKWzEHm7Y983FQkcnsK1nzcYH1vd3iZEKdAvrzyPSVqBU83f5zF3f/DlENvUaQqqTOvBAkvhI2ju1cHDiYeM9o/tdU4Bvg/yvorP5BZksOIpgP5qNtsXjo8l7Ti2l/UTu1b0/nHNaTu2E/0e8tx6RJByw9mIpFJuf7plybztNu8FPeBPYhftoHsP07hGB5K+OoPsGzkzM01WwE4+uhoo3yew/rR9PXJ3PrquzqvtYJLV1J5ceZ2BvYO4bXnH+H85RSWrDqMRq3l+Qmd683/5ZZTREWn0z7c1yB9+55LzPtoP5PHdaJrxwAuX03j4xW/U6JQMXVilwZpq+CbSQvoFNCSt35aRYGimHcee47Dr60k9P1x5CkKTeZp5RnIoVdX8HvsOZ748j94Ojbiw2Ev0ayxLwNXzfhbZV+KyebFhYcZ2M2f18a14Xx0Fks2nkej0fL8E61M5olOuAPAxoV9sbKsel1YV/v/XsqtiVOH1nTZuYaUHfu5tkBva6Hltha3xLStddiit7XryzaQdeQUTm1Dabv6AywaOXNztd7WjpiwNa9h/Wj2+mRuNtDW7MJbE7JhNTl795P06XLs20fg//abSKRSUleb1ha84jOcevcgbd3X5J08hV2rlgR98j7mLs6kb9Rrk7cLp+WW9eT+dpi412ZiZm2Nz6sv0erHb7nYbwjqO3kN0gdg4+1Oz1/XY+FoX++xPiP60eWbJcQu30z6geN4D+9D500foy1TkviD3lm2DfCm16GvyTl1iZOjp2MfEkjrD2Zg4ezIXy++W+85bl7L5Ys5J4no4cOQSS2Iv5LLrnVRaDU6+j8VXGfe1IR8Vs05iVajq/O465HZHNkZX6+WmmRdz+e3xZEEdG5MxKgAMmLzOfvdDbRaHa2H+pnMk3A2iz9WXaPlAG+8w5xJPJfDsTUxmMnMCOziBugdiD9WXqN5b08iRjdBkafk/I6b/PL+RYZ90A6ZhbRebfFXc1g6+xgde/oy4rlWxEXlsG3NJbQaHYPHtagzb8rNPD6bfQxNjXpzdLFm3hd9jY7/fdd1zhxJ4tFBgfXqqs6Uls/TxKEJO+J3UKpWMCRgKDPbzuKd0/MoUZt+V5lJzHit9XSsZVZsidmCVCJlZNBIZoS/zsKz76HRaQB4ImgUfXz6sPvmTyQUJNDKJYxxwU+j0Wo4lmb8bqvOC62eJ9ChCdvidlCqUTC0yVBmtZvF3D/r1vV6+HSsZFZsit6CzEzKE0EjebPt68w/U6VrdNNR9PXtw64bP5GQn0BYozDGhzyNRqfhaGrtuh5mW8uJz+fYZ1H4dmxMq5H+5MTlc+mHm+g0OloMMa0t+a9sTq2JJrifNx6tnEm5kMOZL2OQmkvw66TXVpSl4Mgnl2kU5EDXV1qSn1ZC5I6bKItUtH+m7nv/YUKspnt/+Ued0Tlz5vDGG29Ubnfr1o3//Oc/PPbYY//kaR4KNmzYwM6dOx8KZxRg4MCBzJkzx+Q+Jyen+6IhPDycEydO3BfH926Rj5mCKiGW/OXzASi7eBqJVIbdyEkU7/0BlGVGeWx6D0Fx/CBF29YDoIw6h3lgc2weG1XpjNo+PgGdooQ7H84EtZqyC3+iKyvFfsqbFO3YiDan7l5ZgBDnIDp7tGXOyU/4KzMSgCs5sWwesJQhTfrwXeyeWvMG2PvwcusJNHNqQqna+BpcrZ0Z3KQ3X1zewt6E3wE4nxXFhn5LGN1sMMsurq+17OZzp5F3OZrzk2cBkPXbcSQyGc1mTuXGqs1oSw3P59A6BM+hfbk2fylxn6wBIPvIKdQlJbR87w2Sv9uNKr+QO39dNshn7eWO3zOjuLlmK6k/7q+3vgBWfHWckGZufPKufnSue6dA1Gotazf/yYQn22FlaV5r3pjrmazd/CeuLsYjLms3n6J/z+a8+XJPADq38+dW8m2+2XHurpzRTgGhDA3rzmOrZnDg2mkAjt+4zM33fuSlR0aw6NdNJvNN7zWG28UFPPHl26g0VSPrX4+fR7PGvsRlJd1z2Su+u0RIE2c+eb0bAN0jvPR1tv0KE4aEGDiblXWVcBv3RjZ0au1htO/vlFuTFuW2du45va1l/nYcibmM4JlTiV9Zu61dfXcpsdVtrbiE0IVvkPxtua2drWFr3u74PzOKG2u2krqjYbbmO2MaxVejuT7jLQDyjp5AIpPh/fILpG/YjLbMUJttyxBcBvQlcfFSUlauBSD/5Ck0CgX+b71O1s7daAoK8Z46hZLrN4h98TXQ6R2IwnMXaXf6CI1Hjahz5LUSiYSACcMJX/IWDR2Ebr3odZK2H+DC6x8CkH7wBBbODoQtfK3SGW3x1hRUhcUcG/YSWpWKtP3HUJeU0m7lPK4uWkNJct0RG3s3XcMnyJFn3m4PQMsO7mjVWg58G0PPEUFYWBo3ltUqLX/siufnTdcwN6+7MV2qULP5k/M4NrLmTraiYRdezoUdCbj429HjJb1z593aBa1Gx+XdibQc4G2yIX/+h5sEdGxMp/FNK/OUFau5sD2h0kG4vDsR7zbOdH2uqsHt4GnNz+9cIPliLgEdG9erbdfXUfg1deKFufoOtbCOnmjUWn7eepV+TzTDwsS9pFZp+G1nHDs3RGFuQru5hZSglo0M0hJib3PmSBJPTAmjWZhrvboqaGIfSBvXNiy7tJQruVcAiMuL46MuH9PTuyf7bu0zma9d43b42fsx7/Rc0ov1tpNclMSCju/RrnE7zmSewcXKhX6+/fg29hv+SP0DgJg7MThbOdHSJbROZzTQIZBw1zZ8dmEpURW67sTxSbeP6eXTk70JpnW1d9PrmvPnXNLKdSUVJrGw83u0d2vH6Qy9rv5+/dga8w1HUvS6ost1hbqE1umMPsy2FrXzFk5+dnSeGgKAZ5he29Wfk2jW37S2y9tv4tvelbbjggDwCHNGWaQi8sdblc7otX1JmFvJ6D49FKnMDM/WLsgszDi/+Tothvhh28iqXm2C/3/8o2PmcrkcV1fXyr/a0v4N6HR199reb6ysrAzqufrf3YYX3isWFha4uroildbfK3dfkZljEdqW0jNHDZJLTx3GzMYWi5DWJrNJzC3QKYoN0rSF+ZjJq0YfLMM7Unr+pEFIbumpw0ikUizDGxb61M4tDIW6lPOZUZVp+cpCInNi6ODeps68s9pN1fc6/zGfvLICo/1tXFsiM5NxMu1cZZpKq+ZM+kU6uJu+btCHQDZ6pCPpe34zSE/76VfM7e1w6RJhlEcerO9hz/jFMHQp5+gZZHa2NHqkg8lzhX40G01pGdfe/az2C62GUqnm7MUk+jxi2Mvav2cwxSVKzl9OqT2vSsNbC/cyflQ7/H1djPavXTKKma/0NEgzl0kpU2oapK1SS0hHispKOBhdFbGQU5TH0esXGdiydqd23s/rGPTF6waOqLLctqzMLe65bKVKw9moTPp08jHU2dWPYoWK89eyTOaLvnmb5gG1dy7da7nVqbC1tJq2tktva41M2Vpzva2l17C17HpsrVW5rV19p2G2JrEwx6FTB3J/NQzNz/3lV2RyO+TtjbVZB+m13T5kqC3/zzNIbW1x6KTXVnjpMmkbNlU6ogDKrCzUhYVY+RrWZ204hgXTYc0Cbm3+iVPjZ9V7vK2fF/bBAaTsMqzrpB2/Im/qjzxIPyLi0b8bafuOGoTkJu84gJlUikf/bnWeQ6XUcP1yDm26eRmkhz/iRWmJmhtROSbzXTmTzr4t0QwY25zhU0LrPMfOtZHYO1vRub/pEZza0Ki0pEfn4dfesC0S0MEVlUJDZmy+UZ7CbAX56Qr82jUyylOQqSA/vQSdVodXK2ea9/I0OMbRU9/hVZBZv8OsUmqIuZRFRHfDqKL2j/pQWqImLjLbZL7Lp9P5aeMVhjzdktEvtKn3PDqdji3LzuHlb8+AUXc3UhXq0pJSdSlXc69WphWpiojLi6OVS+1REC2dQ0kvTq90RIHK7VaNwgBo69oWlVbFibQTBnnXXlnL6qgvGqTrSjVdhaoiYu/EEdaodl2hLnpdadV0pZXrCivXFdFYr+t4qqGu1VFrWRVZu66H2dY0Ki1ZMXl4Rxiex6e9K+pSDdlxxtqKshUUZijwrqHNp4MrRZkKCjP0o88ZUbfxbO1sEJLr094VnU4fFiwQmOK+BnAfOXKEESNGEBYWRt++fVm2bBlKpbJyf3BwMD/88ANjx46lVatWDBw4kAsXLvDDDz/Qo0cP2rZty/Tp0yktLQVg586dPPLII2zbto1u3boRHh7Oyy+/TGZm1WiUUqlk8eLFdO/enfDwcEaPHs2JE1UPlZ07d9K3b1/ef/99IiIieOmllwA4dOgQo0aNok2bNrRq1YoRI0Zw/PhxAFasWMHKlStJTU0lODiYlJQUZs+ezfjx4w2ut3paSkoKwcHBrF27lq5du9K7d2+KioooLCxk3rx5dOrUiYiICCZMmEBUVBT/NCtWrKBbt25otVWhBwqFgvDwcLZv3w7AjRs3mDJlCuHh4XTr1o033niD7OyqF+D48eNZsmQJ//nPf2jXrh1t27bljTfeoKioCNCH6VbUB0CvXr1Yv34906ZNIzw8nI4dO/L++++jrua4nThxgscff5xWrVoxePBgfvzxR4My/glk7l5IzC3QpBnOp1On688h8/Q1lY3ivT9g3WMgluGdkFjbYvVIfyzDO6E4ekB/gIUlssaeRuVqC/LQFhch82xYQ8lH7kl6cRZaDDs40ooy8barfUQK4ONzq3n92EISCkzPMfOVe1KsUnCnzPDlklacSSNrZ6yklibz2QT4ILW0oCj+lkF68Y1EAOyaBRjlKcvVh3Ta+Bq+JG2b6OvXxt+4ge3UvjVeIwcS/e5nqAuLjfabIjktD5VKg7+voZPk662PAEhIyq017xcbTqBWa5g2ubvJ/YH+jfD2cESn05FXoGD7nkvsPhDFU4+3bZC2Cpq7+3MzJ80o1OdGdgrBbqbtDSAtP5uoNP1cXhsLK3oHt+eDoVM5ceMykanx91x2ckYhKrUWf0/DME5fDzkACanGHRkAMQl3KFaoGDNrP2Ejt9JtwjY+3XQelVr7t8qtjm2FrV2/ZZBeVIetKXNM25pdua3ZBpiwtQ6t8R45kKvvNNzWrHx9MLO0QJFgqE1xS3/PWwcaa1Pf1muz9DJ0xqz9fCrLBEhZuZasbTsNjrHv2B5zR0dKrjcs/LQkKZ09QX258MZHqEtK6z3ePkTvKBfE3TJIL4rX17U8OACplSV2/t4UxiUYHFOWcwdlfiH2wcbXXJ2c9GLUKi2Nve0M0l299NuZKabDyP2DnXn/m4EMHNccqbT2DtToc5mc+S2JCTMjkJjdXUdrYZYCrVqHg7uNQbq9mzUA+WnG4Zx5qfo0Bw/DPHL38jzpJUjMJHR8Ogi/doaOR+I5/fvTybv2ea8VZKcVoVZpcfeRG6S7eeu305NN11tAc2c+/WEoQ8e3rLPeKjhzOIkb13IZ+0pbzKR31wT0sPUgR5GNrsa7KkuRhZuNey259PlMzSnNUmThXp7PR+5DZkkmzZyaMa/9O6zpuZaPunzMI56P1KvL09aD7Fp0udejy9Sc0qySLNxt9fl8q+ma3/Edvuy9lsXdPuZRr7p1Pcy2VlSuTV5Dm7xcW2G6sbaCcr0189g11ucpSC9BrdRQnFNmdIyVvQXm1tJKh/V/AZ1O+9D+/Ru5b87osWPHmD59OqNHj2bv3r28++677N+/n5kzZxoct3TpUiZPnszu3buRy+VMnTqVX3/9lXXr1vHhhx9y6NChSucJ4Pbt22zatIlly5axadMm0tPTmTx5cqXD8/bbb3Py5EmWLFnCrl27GDhwIFOnTuWPP/6oLCMpKYmsrCx++uknZsyYwZUrV5g2bRqDBg3i559/Ztu2bTg7OzNr1iyUSiXPPvsszz77LO7u7pw4cQIPj7odhurs2rWrUq+trS1TpkwhOTmZtWvXsm3bNtq0acNTTz3FtWvX/l6F12D48OHk5ORw5syZyrRDhw6h0+kYOHAgmZmZjB07Fj8/P3bs2MGaNWsoKiriySefpKSk6gGyceNGGjVqxI4dO1i8eDG///47GzdurPW8y5cvp3379uzZs4dZs2axdetW9u7dC0B0dDQvvPACnTt3Zvfu3bz44ot8/HHD51k2FImNvhGkLTFsgOoUJeX7TT+8i/d8hzL6Ms7vLMf928M4zXgPxZFfKP5JP+fLrDxfzXIryjarpdya2JrbUKIy7s1UqBXYmFvXmfdWQd1Ou625DSVq47JL1PqGa23lm9vrG0DqgiKD9IpGvLnczihPzrGzFN9MIuzTuTTq0QmZ3FY/z3Thm+i0WmS2NkZ5mr4+meJbKSR/V3sock0Ki/RhkXa2hgs12NroHeuiYqVRHoCoa2ls+O4MH84djIVF3aGjl66k0mnAMuZ9tJ9mTVx5ZqzpkbbacLC2o6DU2C4KS0uwt2qYXWR/fIDfXv0cO0trXt1WNZJ3L2UXFutHuOxsDMOXba3120UlxovS3CkoJTO3hISUfMYMaMZXC/owun8zNu6O5u3lJ++53JrIHPS2proLW8s+dpaim0m0/mwurhW21jWClu+X25qNsa01uwdbk8r12jSFhto0xXptMjtjbfmnz6JITKLJgrk4dO2E1M4W+/YR+L2t12ZmY/qekzk5EvTRQsoyMsne8VOD9Cnv5KNIrX8qQAUWDnq9NetaVVHX9naY1/J7gP43Mbc3vubqKMptwsrG8B6r2FYUm17YzdHVGlv7uhdfURSp2PLpeYZMbIFbDaetIShL9Oc2tzaM3qnYViqMtVXksaiRx8JKv61SmI6aKMhUcPabGzj72eHTxjgKoyYl5fVmXeNesrLW11tpsel7ydnVBjt7052Kpvjl+2iatmpESLhbg/NUYC2zRqEx7vQoVZdiLav9XWUts6bUxHuoTF2KlUwftik3l+Nk6cTkllM4nnacZZeWcvX2VSaETKzXIbWWWaNQ370um1p0lWpKsZaW67LQ63qh1RSOph7nswtLuZJ7lUktJtbpkD7MtqZSmNYmq+M8teWp2FYpNKhqueaKsmvTLxDct9V016xZw+jRoxkzZgwAvr6+LFiwgIkTJ5KSklK54M3IkSPp1asXAMOGDeO9997jnXfewd/fn2bNmvHVV19x/fr1ynJVKhUff/wxoaH6sJ7Fixfz2GOPcerUKXx9fdm7dy8//fQTISH6uPhnnnmGmJgY1q9fT48ePSrLeemll/Dx0fdYR0dHM2/ePMaOHVu5f8KECUyZMoXc3Fw8PDywsbFBKpXedejx2LFjCQrSx9ufOnWKS5cucfr0aRwdHQF4/fXXuXDhAps3b+ajjz5qcLk///wzv/76q1F6nz59WLx4MT4+PpVOYefOnSvz9OnTBzs7O7766ivc3d2ZO3duZd5ly5bRqVMnDhw4wIgRIwAICgri9ddfB8Df35+uXbty8eLFWnV169aNCRP0K1b6+PiwZcsWLly4wPDhw9m4cSOhoaHMmqUPL2vSpAm5ubl88MEHDb7uBlFfmLKpkGuZOS6L1mLm1Ij81R+hTr2FeXAYdqOeQVeqoGD9ZyCpuy/HVA+WBIlR2LQZtev7u71gZvVce23h5hKzeq5Na6xLp1Lx59DnCF+ziG6/6OctKtKziHrjfdpvXYamxPClb+Xlhsfg3kS99RE6TcNfUtp6QuRNXXNZmZrZ7+9l4uj2hLXwNJHLEE93BzavGkdKWh7L1x3jqec3s3Pjs1hbGc9FlUgkmNWwhbrqvSELI8jMpAxbOxMrmSWz+0/g6Iwv6P7ZVCJT4++p7HrrzMTPbW0pY/2CPvh52uPtpndAOoS6Y2FuxrKtl3hxdKt7Krcm9dqaiWvSqVScHPIcEWsX0X1/la1dfuN9Om5dhlphaGvWXm54Du5N5F3a2r3eB9fGTyZo8QeEfrsRAGVmFjfnf0DwqqVoFcaNZvPGrrTc/BUWjV25Mu6ZSmf3H6e+H0SrbcA11/2b1zeDxewuRzOrs/2Lyzi52tDriab3lL8+bSZHWuubkWMiS15qMQc+uoxEKqH39NAGjeDWN/XnbkeBTXH9SjaJcXd47QPTkSEG5zPxrpLUMX5Rl/66pgpV5JOayZBbyPkichUXsi8A+jmjLlbODAkYWjln1KSuOt7Fdeqq691b/sNLJXpdKy+v4nyWXld0ua5hTYbWOmf04ba1ek5jSlo9ry2J2b2VKxDAfXRGr127RmRkJDt27KhMq3hI3Lhxo9IZ9fOrCm20ttb3aPn6VoWeWVlZGYT22traVjqiAIGBgTg4OBAXF1cZPlrdqQS9A2tvbxhW5u/vX/l/SEgIDg4OrFu3jps3b5KYmEhMTAwAmrtoyJii+vVdvXoVnU5Hz56Gc9SUSiVlZcaL0dRFr169ePPNN43SbaqNEIwcOZKFCxcyf/58iouLOXnyJF9+qV8N8tq1a1y/fp3w8HCD/GVlZdy4UfUJkCZNmhjsl8vlFBTUHooXGGi4Up9cLkdVPg/p2rVrdOliOMetffv2dV3mPaEr0duBxNpwtKRiRFRXbDwCYNW5J+YBzch99xWUkX8BoLx6EV1JEQ4vzKLkt5/QZOnnmZhZG4/CSGxsTZb7dMjjjA8ZYZB2LOUMjpbGq2DayKwpNjFiejcUqxTYyIwXDLAt7y0urmWlXlWBPiRMJjccaZPZmx5ZqTzfzSRO9HsaC1dnLJwdKY5PxNrHA4mZGco7hqHCnkP7odPpSN1henGJ2pDb6kcBiksMR0CLSvT3jNzOeJRg2bqjaLU6XnymK+ryENOK549arUUqNWzguLnKcXOV0yHcFx9PR8a//A2/Holh+EDj+UfvDHyWdwdNNkjbfuEwbnLjuZb21rbkK+p3NNRaDYdi9HZ3LP4iCQt38lrPJ3lu6wfkK4rvumx5+ShycY3e+IqRS7mN8YiUlaWMruHGjvuj7bxZtvUSMQl3aObvdNfl1kSVr7c189psLb92WzvW92ksy22tqJqtqW7XsLVheltL2X53tqYuvw+kdjW0lY+IagpNh06WJiZxZfR4zF2ckTk5okhIxNJTr02dZ6jNJrgZIRtWI7Wz5erEyRRdirwrjXdDbXVdMdqpzC+qvLdr3vsVx1WUURvWtvoOm7IaNlFaPiJqZXtvzY6oU+mcO5LM7NW90el0aDS6SsdYo9HqO4XqaYhblI/OqkoN3+MVIzYW1sbazG3KR7Jq5FFW5KkxApx+7Q6Hll7B3ErKY3PaVIZl1od1+T2qqBFNULFdUa9/h7/+SMZWbkFYp/o75IYEDGFok2EGaecyz2FvYfyuspZZodDUHoKpUCuwNPEespJZoygfmSxVl6LVaYnMNbT/K7lXCHVpVXneoU2GMDzQUNdfmeewtzHWZSWzqnUl3QpdVlLTuioiiko1el2Xcwx1ReVeoVUjva4CpXEb6GG2tYpz16bN3MaUNpnBMUZ5rGVVo6SlpkZWNSbLfVjR8u8Mh31YuW+WodVqmTx5Mo8//rjRvuqjizKZsSSzOnpqzc2NH9AajQapVFrZ2Pzmm2+wtTV8sdYs08qq6oF09uxZnnvuOXr06EFERARDhgxBoVDw8ssv16rDFGoT35msfh6tVoudnR07d+40Os7CouHfigK9U17d0TVFv379WLBgAUeOHCEnJwdXV1c6depUqaVTp068+67xsv1yeVU41N3qMnV8ZU+oVGowh/W/hTojFZ1GjczDh+ouvsxD3wGiTrlllEfqqg+9VsYYvoCU1/SjwDKfJqiTbqLJyULqYTg/zczBCTMbW5Pl7ks4zOl0w5Hkrp4RRLiFIUFiMOfF086NpMK0hl6mSZKL0rE1t8HBQk6+sqoR6WnnRkZxNkqt6dCv4ptJaNVqbJsY2pRtoL5jqCjG+BulZlaWeA7vz+1TFyhJTEGZrV+swLFNSwDyLl01ON59YA9yT5yjLKv2OZ6m8PVyQiqVkJRyxyC9YruJv3GY0q9HYknLyKdt70+N9oU+8jGL5gyif8/mHD5xnbAWHvh5Vzl7LYL1c4eysk07RetO7mbvlZMGacPDHqF/SEckEolBz3ygqzfRGbdqvbbBod3ILy3iePylyrSC0mJuZKfi4aBfOCIuM/Guy/Z1lyM1k5CUbthoSkrX20QTHwejPLfSCjgdmcFj3fyxt6u6j0vLF3NydrC6p3JrUmlrgYa2Zldua4W12JrX8P7klttaWYWthdduazn3YGulSUno1Gqs/Q3n4lqVb5fE3zTWZmmJy2P9KDh3gbLkVFS5em12rfTaiq5UaXPo3JHm61aiKSwk6omnUTRwrui9UhCrnwdqF+THnUvRlekVCxcVRN9AXVxCSUpGZVoFlq7OmNvbkR9d9/eJXT1tMTOTkJVqeL9kp+m3PXzr//yMKS4cS0Wl1LLwud+M9r3Sbxed+vkx8a12dZYhb2yFxExCQYZhJ1/FtqOXcceiY/n8vcIMBY38q96FFQvFVM9z489Mjq2OxsHThv5vtcbWueHhs4097TCTGtdbZvm2p9+91Vt1Lp1Ko203L2QN+N7j0dRjXM4xXI063LUtLV1aGr2rGls3NlicqCaZxRn4yI3nsze2aUxCvt4msxSZmEnMkElkqKlqO0kl5Q6aRlmrrraubQk1ocvNpm5dGSUZ+JrSZd2YhAK9rsyShumqycNsa3aNrZCYQVGNxY4qtu09jbXZe+gd3aIsBc7VtFXPY24lw9rJwqjc0gIl6lKNyXIFAriPc0abNm1KQkICfn5+lX8ZGRl88sknFP+NkKS8vDySk6sWb7l+/TpFRUW0aNGCpk31oTzZ2dkG5925c6dJB7CCDRs20LFjR1asWMGkSZPo2rUr6en6B1pF469mmIi5uXnlSGwFiYmJdWpv1qwZRUVFqFQqA31ffvklv//+e8MroYHY2NgwcOBADh48yL59+xg2bFilU960aVNu3LiBh4dHpQ4HBwcWLVpEXFzcP64FoHnz5kRGGjp7dYX83jMqJcprl7Dq1MMg2apTT7TFhSivXzXKok69BYBFSBuDdIvm+hVoNZmpAJRdPoNlRFeQVXWKWHXqiU6jpizqHDW5XZrH9bwEg7/zmVHYmlvTzq1q1M3BQk6rRs05n/X3FrO6UL5Cb3evqjmP5mYyOrq34UIdZWvLlOSeOIfnMMPv03kO648qr4A754xHb7RKFa0/m4f/s1XfdpRIpTR58WmKbiRScMXQjpzahXH79IW7viZLSxntWvty8I9YA2fs4JFY5HaWJsNwVy9+gu3rJxn8tQh2p0WwO9vXT6JntyBkUjPmffgL6785Y5D35Fl9oyQ4yHRIfnp+DueTYgz+Dsacxd7alv4hHSuPa2TnyCNBbfgtpvZvAk/v9SRfjJlpEPbr5ehKC48AosoXMLqXsi0tpLRr6cbBU0mGdfZnInJbc8KaNTLKk31bwfwvTnPg5C2D9P3Hb2FnY07LQJd7Krcm2jIlOaZsbXh/lHXZ2tJ5BDxnaGuB5baWb8rWTt29renKlOSfPYfzgH4G6S4D+6HOLzA5iqlVqWiyYB7uTz1ZlSiV4jHxaRS3EimJ0WuzbRlCyIbVlKWnEzl8zH/dEQUoupFE0c1kfJ/ob5DuM7IfBXEJFCfqn2vpB0/iNbgHZhbm1Y7pj1atJvPw6TrPYW4hJSisEZeOpxnYxMVjqVjbmuPf/N4+NTZ4Ygizv+hl8NdtkD8As7/oxeCJIfWWIbOQ4t7cgVt/ZRtoS/grGwsbGa6Bxg6fvbsNclcrEs4armZ762w29u7WyF31jfTki7kc/SKaxs0cGPxu27tyDgAsLKUEh7ly7liygbZzR5OxsTOnSUj9cwHroqigjMyUQpq2atjUonxlHomFiQZ/V29fxVpmTUuXlpXH2Znb0dSxmcEKuzW5evsqHrYeeNhWra/hYeuBp60nV2/r80Xl6N9HHdwM5+e3dm1DcmEypeVzVfPK8rhVkGjwdyVXryu0mi65uR3NHJsZrLBbkyu5V8t1VOnytPXAy86z8noiy3V1dDfUFe7ahqRqumryMNua1EKKa7AjyedyDLQln8vG3EaKSxNjbXI3G2xdrUiuoS35r2zkbtbYlWtzD3Um9VIuGpXW4BiJGbiF3J/PDAr+97hvI6NTpkxh+vTprFy5kkGDBpGRkcGcOXPw9vb+2598mTlzJnPnzkWtVrNgwQLCw8Np3749EomEnj178u677/LOO+/QtGlTDhw4wNq1a/nwww9rLc/Dw4NDhw5x7tw53N3dOXPmDMuXLweoDBG2sbEhPz+fhIQEvL29adOmDTt27GDPnj2Eh4ezZ88e4uLiCAsLq/U83bt3JyQkhBkzZjBnzhw8PDz49ttv2blzJ+vX1/79R1OUlpYarHxbHQcHh8oRyhEjRjBlyhRKS0sN5qSOHTuWH374gTfffLNyReGPP/6Y2NhYmjVrdldaGsqzzz7L8OHDWbJkCSNHjiQ+Pp7PP/8cqHuOyb1QtH0DzvNX4jhzEYrff8Y8OAzb4U9TuGUVKMuQWNsi8wlAk5GCtiCPsr+Oo4y9guOM+RR99yXq1ETMm7XE7olnKD17DFW8flShaNcWXLv1xfmdZRTv+RaZpy/ycS9ScvCnBn1jFCAqN5ZL2dd4q/1LfHXlewqVRTzd/HGKVCXsvVn1SQlfuSfmZubcyK+7k6M6WYpcDiYeY2rYOCylFqQUpTMyaCC25rZsi6s7ZDH249V03fc17bcuJ3Hzj7h0CqfpjOe4Ou9TNIpSZHJb5M2DKE5I0q9uqtVy88tvCXx5Ioq0DIriEgh4YRzOndty5smXDSaUWPt4Yu5oT0H0vTXAX5zUhWde+47pc39i5OAwLkalsP7b07zxYk+srcwpKi4jPiEHXy8nnJ1sCA40/u6abXkIaauQqobI8xM6s+Kr47g42dCxrR8x8Vms2nCCLu39eaRzwz8Ofzz+EkfizrN10gLe+mklucUFvPvYc+SVFLH6WFVHWIi7P5YyCy6l6B2U9/d/zcFpy/n+uYV8eWI3rnJH5g54ljslhXz6+7d3VbZRnY1uxTPv/Mb0j48xsm8QF6OzWL/rKm9MaIu1pYyiEiXxSfn4eshxdrAiokVjOrd25+MN5ylVagjyceDouVS27I1m9rPtKkdL6yu3IcR+tJpuv3xNh2+Wk7hJb2vNZjzHleq2FhJE8c0qW0tY9y2Br0xEkZpBYVwCgVPH4dK5LadH17A1X08sHO0piLk3W0tZsZqW33xN8BfLyNz2I/YR4Xi98ByJH32KtrQUqZ0t1k2DKE1M0q+kq9WSvuU7PJ+bQFlGBoobCXhMGIt9u3Cip7xSqS3ok/eRyGQkL12JhZcHFl5VdqjOvU1pkukVsu8GmdwWhxZBFN1Ioqx8BeKo91bReeNHlOXmkbrnMN7DeuP35GOceHJ6Zb7oT77C76lB9Nj/FTGffY19M39aL3qd+HXb6v3GKMDAp5vz+czjfPXeGToP8OfmtVx+2xbH8MmhWFjJUBSrSE8swNXTDrljwxrSLu62uLgbRjhFndY3gP2CG97IbfO4P/sXXeLw8qs06+FBVlw+UXuTaD+mCTJLKcoSNXmpxcjdrLEuX1CpzQh/jq+N4aSdDL+IRiSeyyHhdBY9p+m/H6lWajjxZQzmVlLaDPcjL9Wwg93W2RJbl/q/rzh0Qks+ef0Iq949SffHmhB/NYf930cz6vnWWJbXW+qtfBp72WHveHffa0y5qQ8P9/KrP1qhNq7nxRFzJ4YpLZ9nR/x2ilRFDA0YRom6pPLboKB3NGUSc5KL9KtO/5X5F4/5D2J66xn8eEM/VWtk4BOkFCZzLks/HSE2L5ZL2Zd4stkYLKWWpBan0tm9C0EOQayKXFmnrri8OKJvx/B8q+fZfn07RcoihgXqdVV8GxT0jqbMzJykQr2usxl/MThgEDPCZ7AjXq/riaAnSC5M5mxmua47sVzMvsRTwXpdKUWpdPXoQpBjEJ9fqlvXw2xrLYf5ceTjy5xceY0mj7iTc72A6F+SaT1ar02lUJOfWoxdY2usyrWFDvfjzJexWGyMw6utC6kXckk6m02X8u+oArQY5EPS6Sz+WBJJ8wHeFGYouLzjJoE9PP+nvjH6b1219mHlvjmjAwYMYOnSpaxdu5Y1a9bg6OhY6zzHu2XIkCE8//zzKJVKevXqxZw5cyqdmaVLl7J06VLeeecd8vPz8fX15YMPPjAZLlzBq6++Sk5ODlOnTgX0i/YsWrSImTNnEhUVRWBgIP369WPbtm0MHTqUrVu3MnToUKKjoys/XTJw4EAmTpxY50ifVCplw4YNLF68mOnTp6NQKAgMDGTlypWViww1lP3797N/v+mPuC9fvpwBAwYA0K5dO1xdXXFxcTEI6/Xx8WHr1q18+umnPPXUU0ilUtq2bcvmzZtxdq79O4N/h2bNmrFy5Uo+++wzNm7cSEBAAE8//TQrVqwwGX79d1BGnefOJ7ORj5mC0+xP0ORmU7hpBcV79A188ybBuLy/mrzP30NxZB9otdxe8CrycVOxG/0sZnb2qDPTKNrxdWUeAE1qIrkLXsN+4jScZn6ItiCf4p+/p/C7tXel773Ty3gh7GmmhD6FmUTC1dw4Pji7kqJqczqntXkGN5tGTPh1xl2VvfziBoqUxYxuNhhrmSXX827x9omPSCuu21nOOXqas2On0XzOq3T8YRWlaZlc/c8nxH/+NaAPv+326xYuPD+bpK27AIhZuAK0Opq+PgULJwfyI2M49fjzZP9uGMZq6abv5Vfl1f/pD1N0aufP54tGsOKr47w8+0fcXOXMfLkXz47VjxZejc1g4ivfsmjOIEYMqr1DqCYvTuqKs6MN3+w4z4Zvz+LsZMOY4eG88lz3u+4gGbnubT4d+SqfPP4KZhIzTt6M5Mn1c8lTVIVLr3pyJv4uHjR5Rz+P+I/rF+i34jUWDJ7C9smLUGs1HLh2mtk/rSKr8M5dlW1UZ609+Hx2D1Z8e4mXPziCm4sNMydF8Ozj+tGEqzduM3HOQRa91oURvYMwM5Ow4u0erPwukk27o8m+U4Kvu5z3Xu7MqH5NG1xuQ8g+epozT00jZO6rdNqmt7Wo/3xC/PIqW3vk4BbOTamytWsLV6DT6mj2ht7W8iJj+HP482TVsDWrxuW2dufebC3/zzPETH0V3xnTCFm3CmVmJrcWLSbtS70229CWtPphM9ffeJusHXptyUtXgE6L99TJyBwdKL4Ww7VJL5B3XK/N0scbu1B9/TRf87nROTO37yL+zbfvSW91nNu2pM8fWzg1aTYJm/TaEjbtQmppQcibzxL47EiKbibz5/hZJG2ren8UxN7kSL9nCV88i+47Pqcs5w4xSzcS+Y6xVlM0D2/M8/M7sXfjNda+ewqHRlaMeL4VfUbrOzaTr+ex9I1jTJgZQecB/n/7Ou8Gz5ZO9J4eyoUdCRz6LApbJ0s6jA2k1SB9uGburUJ+ef8S3V9oTrNH9R0EzR71QKvWErU3metHM5A3tuKRF0No0lm/Im3W9QJK8vQd1Qc+vGx0zvAR/rR9ou5P4gC0aOvOK+91Y9fXUXw+9zhOjax58sU2DHxSP+p7K+42H00/zOTZHek+sEk9pRmSf7t8BXX53U21qckXkat4sumTPBE0ColEwo28eNZcWW0wN/Pp4KdxsWrE7D/fAkCtU/PZxU95qtlTTGg+EY1Ow9XbV/kh7nuDRdfWXFnN0ICh9PXth9xcTlpxGl9EfmEUlmuKlZdXMabZk4xuOgoJEuLz41kdaahrfPOnaWTdiJknqnQtOf8pY4OfYmJIua7cq3wXa6jri8jVDG8ylP5+VbpWXq5f18Nsa+4tnOg2rSVRu25xfPkVrJ0saTMmkJCB+mlHt28VcvjDy3ScEkyT7nptTbp7oFXpiN6fzM3j6di5WtPpheb4darq7LX3tKXHrDAufX+DEyuvYmlnTnB/H8JG+NerSfD/F4muviXcHmJ27tzJ22+/TWxs7IOWIrgHIiMjkclktGhR1av2888/85///IeLFy+anD/cUNIf71j/QfcZj11n6Lfz6QctwyQHR2zlJ5u7+wD6/WJ4SSy63I0PWoZJJC6TMHv57jqO7gfaVafQxf7Dq1L/Q0iC57DT+uG0tRGKWE76NX/QMkzSNTGGbyUPX72N1cVyOOU/D1qGSXp5L+KT81MftAyTzIpYw+mM+Q9ahkk6uc9n8u/PPWgZRnzVez3P/Pbw6QL4uu/6h9rW5p954UHLMMn8jnfXcX+/KFD++KAl1Iq9xcgHLeEf577NGRUIahIdHc2ECRP4/fffSUtL49SpU6xYsYJBgwb9LUdUIBAIBAKBQCC4F7Q67UP7929EtPgfYqZOncqZM2fqPGbnzp0EBNQfkvEwMnr0aLKzs1m0aBGZmZm4uLgwaNAgXn311QctTSAQCAQCgUAgEPyX+Z92RkeMGMGIESPqP/B/lAULFlBaanqltgo8Pev/XtjDikQi4ZVXXuGVV1550FIEAoFAIBAIBALBfeZ/2hn9t+Pm5vagJQgEAoFAIBAIBP9v0PHvDId9WBFzRgUCgUAgEAgEAoFAcN8RzqhAIBAIBAKBQCAQCO47IkxXIBAIBAKBQCAQCOBfu2rtw4oYGRUIBAKBQCAQCAQCwX1HOKMCgUAgEAgEAoFAILjviDBdgUAgEAgEAoFAIAB0aB60hP9XiJFRgUAgEAgEAoFAIBDcd4QzKhAIBAKBQCAQCASC+44I0xUIBAKBQCAQCAQCxGq69xsxMioQCAQCgUAgEAgEgvuOcEYFAoFAIBAIBAKBQHDfEWG6AoFAIBAIBAKBQADoRJjufUWMjAoEAoFAIBAIBAKB4L4jnFGBQCAQCAQCgUAgENx3JDqdTvegRQgEAoFAIBAIBALBgya9ZMODllArHjbPPmgJ/zhizqjgX8mehNcftAQjhgZ8xktHJj9oGSb5oudXHEp++0HLMEkfnw/xXPP4g5ZhkrSpu/jo3NQHLcOI2e3WIJ/f50HLMEnh/EMcTvnPg5Zhkl7ei0gs/OJByzCJn/ylh7Leenkv4ltJ8IOWYZKxulh05+c+aBkmkUS8z7mshQ9ahknaNZ7HwrMvPGgZRszrsPah1AV6bR/89XBqm9N+La/8MeVByzDJyh5fPmgJgocAEaYrEAgEAoFAIBAIBIL7jhgZFQgEAoFAIBAIBALEarr3GzEyKhAIBAKBQCAQCASC+45wRgUCgUAgEAgEAoFAcN8RYboCgUAgEAgEAoFAAGhFmO59RYyMCgQCgUAgEAgEAoHgviOcUYFAIBAIBAKBQCAQ3HdEmK5AIBAIBAKBQCAQADpEmO79RIyMCgQCgUAgEAgEAoHgviOcUYFAIBAIBAKBQCAQ3HdEmK5AIBAIBAKBQCAQIFbTvd+IkVGBQCAQCAQCgUAgENx3hDMqEAgEAoFAIBAIBIL7jgjTFQgEAoFAIBAIBALEarr3GzEyKhAIBAKBQCAQCASC+44YGRX8vyH2fDYHNsaSmVSInaMlXYb48ejIJkgkknrzpsbn8/lrJ3lrfQ+c3W3uen99WEotGd5kJG1cI7CUWhKff50d178nS5FZZz65uT0jg0bTwiUUqcSMK7lR/Bi/jQJlvsnjnSydmNthAYeTD7Hv1p56dUWfy2TPhqukJxZi72TJI0Ob0HtU0wbVWfL1PD555QjzN/XDxd221uN2fBHJkZ3xrDo0ot4ya2Ijs2Jupwk81qQTtuZWnE6/xvyTG7iRn9bgMtb1nUmxupQZR1YYpDtbyXm743h6+bbFRmZFZHY8C09t4kpuQr1lpkbe5sL2m9xJKcbawYLmfb0Ifcynznq7+Wcml3+6RWFWKXauVrQa4kvTRzwMjkk4k8WVvUnkpZVgYSPDM9SJdmMCsXawaPD12lpY8V6fKQxr0R1bC2tOJkby9oHVXM9NqTNfa48g5vV6hgjPYMwkZlxMj+PdQ19xOT2+8piJbQeycugbRnnXnv2JN39ZWWf518ptLe1WAfZOljw6LJA+d2FrH718mPc296/T1rZ/cZnDP8az+veR9ZZZnXOnE9n4xZ8k3riNo4sNQ0eF8cTTbWvVplSq+XHrBX7bF0N2ZiGuje3oNbA5T05qh7m51GSe1Z8eZdd3lzh47rW70vYw1xuAtZcbg67s5djwl8k6erbOY/3GDKLl3Bexa+JD8a1Urn20joTNPxkc4xwRSviSWTi3C0VVUEzCxp1EzV+JVqVqsKYTkRks23aF+JQCXBwsGds3iGcHNau1zhIziuj/+n6j9Kbe9vz8SX8AtFodX/8Sx7bfb5JxuwR/DzmTBwczpJtfg3UBRJ5NY/uXl0hJyMfB2Yq+jwfz2JiQBv2et+Ju887z+/n0u2G4etgZ7Dt3LJldm6JITy7A0dmKrv2bMOzplshqsUdTpEXd5tL2BPJTi7GytyC4jych9TzXEk5lcmV3IkVZpdi6WtFysC+B3d1NHqtSqNn7n3OEPe5HYI1n3/+irgptF7clkJeqfxcE9/GkRX3a/swkslybnasVoYN9CXykdm0/l2sLukttAOpSDdd33iTrYg6aMg2OTR0IHhWIbT3tmLICJXHbb5B79Q46jQ6XVs4Ej2qCpYOlyeNLb5dyasF5fPt4ETjE/651Cv7dPJTOaK9evUhNTa3clkgk2NjY0KJFC1577TXat2//Xznv7NmzSU1NZcuWLQ06fvz48Xh5efHRRx816Pg7d+5w6NAhRo0adU/5/wk0Gg3h4eGUlZUZpL/yyitMmzaNM2fOMGHChMp0iUSCtbU1AQEBPPnkk4wePbpBL8WHjcToO3z97l+0fsST/hObcevKHX5ZH4NWo6PXk0F15s24VciGd/5Cq9Hd0/6G8EyLKQTYN2HXjR2Uqkt5LGAI08NnsvDsOyjUJSbzmEnMeLn1a1hJrfkudgtSiZThgSOZ1noGH55biFanMcrzdPNnsJY1zFlOuHab1XP/pG0PbwZPasHNK7n89OUVtBod/Z4KrjNvWkI+q+f+WW+dXI/M4Y9d8XUeUxdf9JlBW7dg3j+9iUKlgtcjRrN96EJ6/vAq+criOvNKkDC/yzMMDuzCD7GHjfZ/1e8tmjp588HpLWSU3OalNo/z47D36bN9BsmFWbWWm3U9n0NLIgno1JjwJwLIjM3n3Hc30Gl0hA013TC9dTaLo19co0V/b7xbO5N4LocTa2OQmpvRpLMbADdPZXJ05TWCe3nSdlQTFPlKLmy/yYEPLjLk/XbILBrWqNww8j+09w5h3m9fUlhWwuxHx7Nv0hI6rJpMXmmRyTxNnD3ZP+kzLqVf5+U9n6LT6Xi1yygOPruMbmumVjqyrdwDictJYupPiw3yZxbdrlPTzWu5fDHnJBE9fBgyqQXxV3LZtS4KrUZH/3psLTUhn1VzTjbA1rI5svPubS06Kp13pu/h0b7NmDi1M1cupfHV5yfQaLSMmWT6XbR6yVEO/RLDuMkdCG7hRty1LLZ+eYbM9ALeeKev0fGRF1L56ftLd63tYa43ABtvd3r+uh4LR/t6j/UZ0Y8u3ywhdvlm0g8cx3t4Hzpv+hhtmZLEH34BwDbAm16Hvibn1CVOjp6OfUggrT+YgYWzI3+9+G6DNF26nsuLi08wsLMPr40K5XxsDku+i0Sj1fH80OYm80Qn5gGwcc6jWFW7z6wtq/7/fMdV1v8cw7RRobRq4sTRSxnM/OIsEjMJg7v4Nkjb9avZLHnrDzr18uOJyW2Ijcziu9UX0Gi0DH06tM68yTfzWDzrCBoTv2fUX+ksm3uUTr38GDM1nJSEPH5Ye4mivDImzmhYeyo7Pp8/Po3Cr1Nj2jzhT1ZsPhd+uIlWqyN0iOnnWtJf2ZxcHU3zft54hjmTfD6HU+tikMok+Jc/1yooK1ZxdOkVinNKG6TnYddVoe3wkij8K7TF5XP++5toNTpa1fIuSDybzfHV0YT0r9J2cl0MZuYSAkxoO/LZFYqy715bBVHro8lPKKTZiACkVjJu7kvk3GeRdHk3AnNbc5N5tBodFz+/grpUTci4pmg1OuJ3JnBhWRQd57bFTGoYdKnT6bi6OQ51qXGb5GFFrKZ7f3konVGAZ599lmeffRbQG3JeXh6fffYZkydPZv/+/Xh6ev7j55wzZw4aTcNvlhUrViCVNrxX8ZNPPiElJaXSGb3b/P8Et27doqysjN27d+Pi4lKZbmNj6KBs374dDw8PtFotBQUFHD58mIULF5KWlsaMGTPuq+Z/goNb4vAMdOCpWW0AaN6uMRqNlsM/3KD78ADMLY1/B7VKy8k9t/h1cxzmFsYR7fXtbygB9k0Ia9SGlZeXce32FQDi8+N4r9NHPOrVkwOJ+0zma+vaDl+5H++dmUdGSToAKUXJzO2wgIjG7fgr84zB8Y949sDdxnTvqin2bbqGd5Ajk2brGystO7ij0ej49btYeowIwqKWOvvjpxvs23St1hGgCkoVarYuPo9DI2vyshUN1lVBhFsw/fw7MG7fQo4kXwDgTPo1zoxbw8TQgXx+YUeteUOc/Xi/2xTauAahUJUZ7W/i4Eknz5a88cdKvo/9HYBzGTFETdrEqGY9+Oz8tlrLvvhjAs7+djzyUgsAvFu7oNXoiNydSIsB3iadxvPbbuLfoTEdxzcFwCvMhbIiNRe2J1Q6o5G7E/Fu40yX56qcDAcPa/a+e4GUi7n4d2xcX5XRwTuEx4K7MGLr2/wW/xcAfyZGETV9K5PbD2XJ8W9N5pva8XEUqjKe+GYOJSp9w+dowiWuTt/KCx2HV456hrkHcT41lr9SouvVUp29m67hE+TIM29X2ZpWreXAtzH0rMvWdsXzcwNtbfMn53FsZM2du7S1zWtPExjsylsL9SNg7bv4o1Fr+f7rczw+JhxLK8PXaEGegl92XeG5ad0YPSECgPAOemdk/cqTPDetK45OVc9bRYmSTxf8hktjO3IyTXcG1MZDW28SCQEThhO+5C0a2nfZetHrJG0/wIXXPwQg/eAJLJwdCFv4WqUz2uKtKagKizk27CW0KhVp+4+hLiml3cp5XF20hpLk9HrPs2LHVUL8nfjkpY4AdG/tjlqjZe3uaCYMaGrgbFYQk5iHu7M1nVqavscUZWo2749j/ICmlQ5t51A3ribcYcuB6w12Rn9cH4l/UydemtdVXycdPdGotezecpUBo5pjYWncZFOrNPz6Yyw/rr+MeS0dUkd/uYGLmy0vzeuKmdSMVu09yL9dyv5t0YybFoFMVv/7K3LnLZz87Og6NQQAzzD9c+3qniSa9zf9XLu47SZ+HVxp93RQeR5nlMUqLv94y8DpS76Qw7kt11Hdg7PysOoCuPTjLZz97ej2ol6bV/m74MqeJEJqeRdUaGtfrs0rzJmyIhWXdtwycEaTz+dw9m9oA8i7UUBO5G3Cp4XSKNQZAKem9pyYc5bko+k0ecy03Waez6YwuYjO70Zg56mPqJB723LqvfNknsvGo6Oh05xyNJ3iDNOd6gIBPMRzRm1sbHB1dcXV1ZXGjRvTrFkzFixYQGlpKb/99tt/5ZxyuRxHR8cGH+/o6IhcLm/w8TqdYY/l3eb/J4iNjcXOzo7mzZtX1q+rqyu2toYhWs7Ozri6uuLm5kbTpk154YUXeOONN/jyyy+5efPmfdX8d1ErNdyIuk1oF8MHZFg3D8pK1CRcNT1qE/NXFr99c53eYwJ57FnjHvP69jeUFs6hlKpLib59tTKtSFVEfH4cLV1a1ZovxLklGcXplY4oQEaJfruls2E+F6tGDA98gm9iNzVIk0qp4XpkDm26Gnb6hHf3pLREzY0rOSbzXT2bwf4t0fR/KphhU1rWeY5da6Owd7akcyAHsIYAAQAASURBVP+7C2OroIdPG4pVCo6mXKpMu11awKm0q/T2bVtn3s97vYZUYsbgXW+RU2oc0mwp1fcIFyqrGuDFqlLK1EqcrGq/ZzUqLRnRefi1czVI9+/giqpUQ2as8bkKsxUUpCvwa9/IME9HVwozFeRnlKDT6vAMdaZZT8Pfw6G8IVCQ1TBHoXdQe4qUCn6/cb4yLackn5O3IunftEOt+WKzk/j8z+2VjihAiaqU1IIcApyqNLV0CyAq40aDtFSgUmq4fjmHNt28DNLDH/HS21qUaVu7ciadfVuiGTC2OcOn1D1qtHNtJPbOVndta0qlmsjzqXTtGWiQ3r13ECXFSq5cSjXKU1ysZNDIVnR+pIlBuo+/EwDpqQUG6V8uP4GTiw39h7S4K20Pc705hgXTYc0Cbm3+iVPjZ9V7vK2fF/bBAaTsMny3J+34FXlTf+RB+vN79O9G2r6jBiG5yTsOYCaV4tG/W73nUao0nI3Opk97wzrr38GbYoWa87Gm6yw6MY/mfo61lmthLuW7Bb14ZpDhaLS5zAylqmEjLCqlhuhLmbR7xMcgvUMPX0pLVMRGZpvMd+lUGju/jmLo+FDGTA2vtWxLK5nBiJXcwRK1SktpSf3hzRqVlszoPHzaGT6jfMufa9kmnmtF2QoKMxT4RNTI017/XCsod06UxSqOLbuCW3NHes8Mq1fL/4IuA201zuPXXq8tqxZtBRkKfGtcj18HY21/lGvrM+vutVWQe+02UkszXFo4VaZZyC1waupIzpXao1lyr93Bxs260hEFsPO0xdbdxihfSbaC6zsTaPF0s3vWKfj389A6o6aQyfS9ghYWFvTq1YuPP/6Yxx57jI4dO3L27Fl0Oh1ffvklvXv3pnXr1gwbNow9ewznxSUmJvLiiy8SERFBx44def3118nNzQX0Ybrjx48H4MyZMwQHB3Pw4EH69OlDmzZtmDRpEjduVDW0xo8fz+zZsyu3t2/fzpAhQwgLC6NNmzaMHTuWqKioyrJ37drF2bNnCQ4ONpn/4sWLTJgwoVLb22+/zZ07dyr39+rVi/Xr1zNt2jTCw8Pp2LEj77//Pmq1usF1GBsbS2BgYP0HmmD06NGYm5uzf3/V3Jm6rnnTpk2Eh4ejUFQ1lLVaLY888gjffPMNAOvXr6dPnz6EhobSq1cvVq1aZeS0/11yM0rQqLS4ehk63C7lD9LsFNPhnD7NHPnPpp70fqopZlLj7v369jcUdxsPcktz0GF43dklWbhZu9WSC9xtPUzOKc0uycKt2gioBAkTQp7lQtZfXKvm8NZFbnoxapWWxt6G845cvfTbmcmmR3D8gp14b+sABoxrbhSqU53o85mcPZTE0zMjGjxyUpOmjt4kFmQahdPcKsgg0MGrllx6ph1exvDd/yH6dqJpfbcTOZ4SyYyI0QQ7+eJoace7XSZhLbNkd/yJWsstzFKgVeuw9zCMNLB3twYgP924dzg/taT8mBp53PR5CtJKkJhJ6PB0kJGTm3hO30B18qp9vl91ghv5cutOulGd3bidStNGPrXkgvXnfmb5n4ajwU2cPWnR2J+Y7FuV2/aWtrT1CubCK19ze94BLrzyNU+1Ng5LrU5OfbaWUmgyn3+wM+9/M5CB45ojreP+iz6XyZnfkpgwMwKJ2d0ZW0ZqASqVBm9fJ4N0Tx9HAFLKwzer4+HlwKuze1U6nxX8efQGMpkZ3r6OlWnnTyfy275o3ny3711Pf3iY660kKZ09QX258MZHqEvqDyG0D9G/kwribhmkF8Xr7095cABSK0vs/L0pjDOcs12WcwdlfiH2wQH1nic5qxiVWou/u2Gd+brptxPSTNdZTGIexaVqxrx7mLCJP9LtxT18+l0kKrX+PpKaSQj2dcTV0QqdTkdOfinr9sRw6komT/Vt2Ps2K60ItUqLh49hSLO7t77zKz2pwFQ2moS4sHz7cIZPaFXrM7fv483ISClk33fXKC5Ucv1qNvu3x9Cmkyd29qbn+FWnqOK5VuMZJa94RpkY9cpP06fJPWrJU/4slFpKGfxxB7q8EIKl3HRY6P+aLqj9XSB3NzyPKW21Xk81bUM/7kC3qSFY3YO2CorTFVg3sja6v60bW1FSx0hmcXoJNuWaqmPT2JrijKr2nk6r4+rGWNzaNaocef1fQafTPrR//0b+Z5zRzMxM3nvvPWxsbHj00UcB2Lp1K3PnzuWrr76iTZs2LF26lO+++4558+bx888/M2HCBObPn1/p+BQUFDBu3DiUSiWbNm3i66+/JikpienTp9d63o8++oh58+bxww8/IJPJmDBhAoWFxi+s3377jffee68yjHjjxo2UlZUxd+5cQB8CPHDgQMLDwzlxwrgxGxkZyfjx42natCnbtm1j+fLlXL58meeee84gdHj58uW0b9+ePXv2MGvWLLZu3crevXsbXI9xcXGo1Wqee+45unbtyogRI9i9e3eD8tra2uLt7U1sbGyDrnnIkCGoVCoOHjxYWcaff/7JnTt3GDx4MIcPH2bt2rUsWLCAgwcP8uabb7J69WqjDoS/S2mx3lm3tDF8aFva6ENkSktMO/MOjaywkde+MEx9+xuKlcwahdp4ZKtUU4qVzPiBX4G11JpStXFDr0xThpXMqnK7p08fGlk1Ykd87aGlNVGU15mVUZ3pO4Rq6013bGSNrX3ddaIoUvHNkgsMmtgCN+97jwyQW9hQpDSutyKlAjuL2usNIOZ2Ur3lv318LTbmlhx5cjnXntnC5FaDefPoF5zLjK01j7LcliysDcOvzK302yqFsa0pFXXnUSpMh2EVZCr469sbOPvZ4d3GxeQxNbG3sqWwzLiRUaRUILds+MJbVjIL1g6fRalayZozPwH6+aIAfo7u/OfgGkZ9O5cLaXGse/wtJrV9rNayFMV6W7KyMQxBrNiusMWaOLo2zNa2fHqeIRNb4OZz97ZWXKQP4baxNTyPjY1+u6TYOMTbFCeOxPPb3mgGjWyF3N6qsuzPFh5i4tTOePs51VOCMQ9zvSnv5KNIrXvxtepYOOidQVWBYSeXqlDfUWhub4e5g9zkMQDqwmLM7e2M0mtSWP7csrM2fK7ZWuvrrEhh/Fy7U1BG5m0FCWkFjOndhK9mP8LoXk3YuP86b6/5y+j4faeS6fbiz3z2fRSPtPFgaAMXMCopVgJgXWOenlW51orfuybOrjb1OpQtI9wZPLYF335xgecf28b8qb/i4GjJy+/WP5oMVc8o81qfa8bPKFVtz0JrwzxSmRkOHne/6N/DrEtfzt1rq3h/1JZHWV2b571rq0CtUCOzMg4VlllK65zfqc9nHDIutZSiqZYv6fdUFLmlNBt1bwMggv8/PLRzRteuXcuGDRsAUKvVKJVKAgMDWbZsWeV80UcffZQuXboAUFJSwsaNG/nss8/o0aMHAL6+vqSmprJ+/XrGjRvHL7/8QnFxMZ999hkODg4AvP/+++zbtw+lUmlSx1tvvVXp/C5ZsoQePXqwb98+xowZY3Cco6MjH3zwAUOHDgXAy8uLJ554gvfeew/QhwBbWVlhbm6Oq6vh6AbAhg0bCA4OZt68eQAEBgby2WefMWzYME6cOFGpoVu3bpULDPn4+LBlyxYuXLjA8OHDG1Sv169fR6vV8uqrr+Lu7s7Ro0d5++23UalUPPHEE/Xml8vllc54fdfs7OxMr1692LNnD8OGDQNg165d9OrVCwcHB5KSkrCwsMDLywtPT088PT1p3LjxPz4fuL6R1vu5HpMEidEIiFkdAurSXtdISkU+Nxt3hgYMZ92V1ZRqGj7nq746q0tzfexYfRmnxtb0Gln3wlHVkSAxOqeZpPa+NO3fHF0PcvRm9/BFpBRmMfnXjylUljAksCtLHn0JhbqMvTf/NJmvvtOa+s3q6+g0dZl5acUc/OgyZlIJPV8LNTlyJZGYqrPaf7eG1pmdhTXfjVlAhFdzxm97j+R8/WJOJxOjGPXtHI4lXK4M5/39xjlcbR2Z03MiGy/8YrK8+k5rdpejctXZ/sVlnFxt6PVE03vKr9XW8+xogLYTh+P5cO4BWrbxZMqrVY3/1Z8exdVNzoixpkMr6+Nhrre7xqyefnGtFkk9x+jq+a2gfhs3VWfWVjLWv/0Ifu52eLvqIxA6hLhiYS5l2bYrvPh4CIFeVaOZYYHObJnXg9ikfD7ffoXJHx1jy7we9Y5838tzoKFs+PQsR/fdYPjEUFpGuJOdXszOryP5+M3D/GdZH6N5z0bUNxhj4tLqfxbWU2ZDeFh1Uf/veb+16bQ6o/Lrbl/UVVgd+8rzFWeUEL/7Fq2ntsDc+qF1NQQPCQ+thYwZM6YyZNbMzMzk/Eo/v6oex/j4eMrKynjjjTcwq/bSqnBkS0tLiYuLw9/fv9IRBWjevDnNm9c+369jx46V/zs6OhIQEEBcXJzRce3bt+fGjRusWrWKmzdvkpiYSGxsLFptw4bU4+Li6Nq1q0Fa8+bNkcvlxMbGVjqjNUNs5XI5qrtY0n7v3r1oNJrKOaLNmzcnLS2N9evXN8gZLSoqonFj/SIODbnmkSNH8uKLL5KVlYWNjQ2HDh3i888/B2Do0KH8+OOP9O/fn6CgILp06UL//v3/cWe0YnSvrMaoVFl5L6RVLSvG/Td4zH8IgwKGGqRdyDqH3MZ4tUkrmTWKOhzIUrUCS6lxj7iVzAqFRqEPz23+DBeyzhNz55qB86Z3VMxqXTGuok5Ka4wUVIwy32udRZ1O5/yRFGZ90QudTodGU/WC1Gi0el0mGoSvtxvNG+0MO4B+vvEnjawdjI6VW1hTqPx7iyU8HzYEqcSMMXsXcKdM3/lyPDUSe0tbFnV/vlZn1KJ8VKpmr3fFtoWN8SPXonyEvuZCFBW94BY1XuTp1+5weNkVzK2kDJjTpjKctyazHx3Pf3pMMEjbdfUojW2NR+HkljYUlNa9+jCAl70r28e+T9NGPkza8T77YqvqIac4jwNxZ4zy/Hr9DL0CI2hs50RW0R2j/RUjQTXvzypbu7fXVNSpdM4dSWb26t5VtlbusNRla9WxtdPfXyUlhp2VxeWjWBX7a+PHby7w5fIThEV4MX/JkMoFaE4fv8kfB+NYufkpdFodGq2usmGoUWuRmNWv7WGut7tFla+/x8zlhuHmFaOdyvyiyhFRmdw4JN3c3q6yjLqQl78LiksN66yovA7l1sbPNSsLKV1bGU+XeLSNB8u2XSEmMc/AGfV1s8PXzY72Ia7YWcuYveYvzsXk0D7EuBO6OjZ25SOgNaJOKrZrjs43lNvZJRzZc52h40MZNbmNPjEcAkNceGvCXo7uu0G/kXWvvGxe8VwrreW5ZsLZMK/lWVjxXDM38Sy8Wx5WXVD1rFffzbvAup7r+Rvabu5L5OZew4igxm0bUVJo3MZQl2qQ1eFAyqylaMqMR07VpWpk1rKq8NyIRjiHOBms2K3T6Vfj/TtTm+4H2np7OgT/JA+tM+rg4GDgbJrCyqoqFLHiRb5s2TKaNGlidKyFhUXlnNO7oWYejUZj4OxW8PPPPzN79myGDBlC27ZtGTNmDHFxcZWjhPVRWw+VTqfD3LzqBWlhYfxCups5ltXrrIJmzZo1KDS2uLiYhIQEBg8eDDTsmrt160ajRo3Yu3cvjo6O2Nvb062bfnTA2dmZ3bt3c/HiRU6ePMmJEyfYvHkz06ZN45VXXmnwNdWHi6cNZmYSctMMG9s55fMz3HzqD+/6pziRdpSo3MsGaa0bhRPi3BIJEoN5o67Wjckorn11yMySTLzlxvP8XK0bc6sgAScrZwIcAglwCKSTRxeDYx7zH8Jj/kOYe+otbpfmGpfhaYuZmYTsVMM6y07TNwjdfe8tvPbisVRUSi0fTD5ktO/V/j/RsZ8vE2a1M9q39dpBfks8Z5A2wL8jPXzaGNWbv4MH1/Pq/mZmfXjLXYnPS610RCs4k3aVoYFdaWTtQI7CeAEKeWMrJGYSCjINX/AV26ZCqypCwQoyFbj4V9VrYUUer6o8N//M5PiaaBw8beg7qzW2zrU7Q1+f38eBuNMGaYObd6V3UDskEonBc6OJsyexOXWHLrdoHMBP4z/ESmbJ8C1vcTIxymB/F99Q/J08+Pay4SI01jJL1FoNdxSmnYUKW8tKNQy/rLA1D9/6PwtiigvltrbwOeMF717pt4tO/fyY+JaxrVXH09sBM6mEtGTD3zotOQ8AX3/T86B0Oh1fLDnK7h8u07N/M96c389g5drjv8ejLNPw/JNbjfIO7LSCvoNDmDm/X53aHuZ6u1sKYvXzQO2C/LhzqWol5oqFiwqib6AuLqEkJaMyrQJLV2fM7e3Ij65/4SzfxnZIzSQkZRjWWcV2Ey/j59qt9EJOX8visU4+2FdzCEuV+sa4s70ltwvKOHYpne6t3XFxqHrHtgjQd/xk3ak/KqWxpxwzqcRorm/Ftqf/vf2euZnF6HTQrJWhM+wd4IidgyUpCXn1lqF/rlU9kyqo2Lb3MvVcs648xrnac62ojmfh3fKw6qqurea7oLCO89hX02byXfA3tHl196BRK8PpHNmXcsi9dgedVmcQ5VGSrcC2jhBlGzcbCk2sG6HILsXeX07p7TLyEwrJTygk/bThZ9AS9iWRsC+Jbh90wLqRcXtU8P+Th9YZvVuaNGmCTCYjLS2Nnj17VqZv3ryZ+Ph43nvvPYKCgti+fTuFhYWVo6xXr15l8uTJ7Nq1y2S5UVFRdO7cGYDbt2+TmJjIM888Y3TcunXreOKJJ1iwYEFl2u+/6z8JodPpkEiMwzOrExwczPnz5w3SYmJiKCoquucFh2pSUFBAnz59mD17NiNGjKhMj4qKomnT+sOxtm3bhk6n47HH9PO/GnLNUqmU4cOH89tvv2Fvb8+wYcMqP2ezZ88eCgsLGTduHBEREbz66qvMnTuXX3755R91Rs0tpAS0cibqZAaPPtGk8neIOpGOla0Mn2DHf+xc9ZGvzCdfadiwtTCzYKD/YEKcW1Z+2sXO3I4gh6b8mmQ6tBEg+vZV2rl1wN3Go3JFXXcbDzxsPdl/ay/5ZXl8dG6hUb7Z7eZxIu0oJ9KOkV+WZ7JscwspQWGNuHwijT6jm1bW2aXjaVjbmuPf/O7nuAEMmhDCo8MM7fnkvgRO/nKLWat6Yudguvc/s+QOmSWGo2rWMkumR4yih0945addnK3s6eTRgs8v/HhP+iqIz0tlTHBvHC3tyCureum2dw8hv6yYO6WmHSuZhRS35g4k/pVN6KCqD5vfOpuNhY0M10DjBqW9uw12rlbcOpNNQLXPs9w6m429uzVyV30DJflSLsdWR+MW7EDv11vV20ueUZhLRqFhR4ONuSWzHhlHn8B2lZ92aWTjQFe/MD6t5bMuoB8R/XnCJ6i1GvpueI3YbGPHtXtAG+b2nMTZlGvE5+pXmZVIJAxr0Z0zyVdRaUzPYaywtUvH0+g7ulllnV08lvq3bG3wxBB6DDe0tRP7bnJi3y1mf9GrVlurjoWljFbhXpw8Es+o8W0rtZ04HI+tnQXBoaYXGNuw6k92/3CZkePCeX56d6Nn//jnOzFsdGuDtH27rrB/1xVWbh6DvWPdc57h4a63u6XoRhJFN5PxfaI/yTsOVKb7jOxHQVwCxYl6e0o/eBKvwT248PqHaJWq8mP6o1WryTx82mTZ1bG0kNKueSMO/pXCs4Or6uzgXynIbcwJCzTuXMjOK2X++guYSSSM7lXV0b3/dDJ21jJaBjhRpFAze81fzHgylBeGhVQeczJSP282uNqiVbVhYSmleevG/HUsmUFPtajUdvZoEjZ25gSGNKqnBNO4eemd3NjLWbTpVLWwW1pSPkX5ZTT2rL8zVmohpXGwI8nncmjxWNVzLemvbMxtpDRqYvxck7vpn2tJf2XjV+25lvRXNnJ3a+xc67fx/1VdFdrcmjuSdC6HltXeBYkV2up4FySezTb4VFfiP6DNytESK0fDzkutUkPC/mRyr92pXGBIWagk73o+AQNq/xyRSwsnMv7KoiituHJF3aK0YorTSwh4zBdLRws6vG08/eDshxfx6uaOV3cPLB3/+eeI4H+Xf40zKpfLGTNmDMuXL8fOzo62bdty5swZFi9ezAsvvADoF9T54osvmDlzJtOnT0etVjN//nyaNWuGu7vp7y8uWLCAhQsXIpfL+fjjj3F1dWXAgAFGx3l4eHDhwgWuXr2KXC7n8OHDbN2q7/VWKpVYWlpiY2NDVlYWycnJ+PgYjmg988wzjB07loULFzJ27FhycnJYuHAhLVq0+D/27js8qmJv4Pg32fReSE9IJyGNkgQIXURAEQHpCtiwK2JDvIIiWECUqlgACyhIVVGwIb339EY66SF907a9f2wSstlNwYuQ1zuf58kDe/bM2d/Ozu7MnJkzp7kz/N+ysrJiwIABrFq1Cnt7ezw9Pfnjjz/Yu3cvn3/+uca+paWlGBsbo1KpqKio4PDhw6xdu5annnqK7t27d/o9A9x///1s3LgRiUTC/PnXl/mvr69n+fLlmJubExERQUFBAefOnSMi4uaedQcYOcOPL14/w7fvXiRytAeZCWUc2ZXO3Y8GYmQioU4qozC7GnsXMyxs2p96d7NdqUglpSyJR4Ie54e0XUhl1Yz1vo9aeQ1Hcw837+ds5oKBvgFXq3MAuFB0jtGe9/Bsr3n8lKbufI33nURu9VUuFp9HqVKSXaV7tdiK+oo2n2sy5sEA1s0/zqalZ4ka40l6/DUO7Ehh/JwQjEwMqJXKKMiqopurOZadzDN7Z3PsnTWn2cWdVnekPQNurPF8Jj+BE7mxfHznPN49vZnSuipejphGRb2UzfHXG7T+tu4Y6xsSdy2jnaNp+jx6L/f7D2PHuLdZe3E3VQ1S7vaOYoL/EN46+SWKdi4I6jXBi9/fv8zhtfH4D3OhKLWCuH3ZREzzwcBYQkONnPJcKVZOppg0LiTTe6IXx79I4tRXBnj07Ub2hRIyzxQx7Dn17T7kDQpObEjC0ERC2HhPyluNWJvbGWNu3/FZ5hNZsRzNuMzGSa/z5p8bKK2p5PXhs6moq2bjuZ+b9wtw6I6xxIiYgisArLj7WRwtbJn78yqsjM2JdL/e4K6sl5JcnM2X539hTsQ4dsx4h3cOfUONrJY5kfcR5OjFmK9eajeuu2cGsvbVY2xccoaoMV6kJ1zjzx0pTGhR1vKzKnFwtfivylrsaXVj7kbK2gOP9WPBM3t4Z8F+Rt8XTEJMPju3XOCx5wZhYmKItLqe7IxSXNytsbE1Iy25mB3fnCcgyImhI/1JiivQOF53bzucXa1wdtVsjJ4+pi6fPYLaXkG7ta6cb+0xsDTHOsiP6rRs6kvUJ5lil3xC1NfLqL9WTu7eg7iPvxPPafdwfNq85nSJH2zEc8ZYhv+6kaSVX2HVw4te773ElS92dOoeowBPTwzikfeOMG/NaSYN9+JSyjU2/ZLMy9NDMTU2oLpGxpXcSro7WWBnZUx4QDeigh1Z/l00dQ0K/NysOHI5ny2/p7JgZi+szI2wMjdi0nAv1u9JwECiT5CXDeeTStjwcxKTh3vj5965Uc0Js0N5/8UDrH3zGMPG+pIaV8y+bQlMe1J9P9saaQO5mRU4uVpiZdu5USUrWxPGTAlk37YEAEIiXSgpkPLD1zF0czbnjnGduy44dLwnB5ZHc2xdAr7DnClOrSRhfw59pjb+rtXKqciVYul4/XctdIInpzYkY2yRgntfe3IuXCPrTDGDn72x2xj9f4yrKbY/l0VzdF0CfsOcKUqpJH5fDn1b1AUVeZqxhU305OQXyZy2SMGjrz05F9WxDXnu5sYGYNvDBtse1sRuSsJ/kjdG5oak/ZKFgakB7sNcmverzpOqVwburj5x4RzhQMav2VxaF4ffRPUq1ld+yMDCzRyncAf0JXpYe+mePWVsY9Tmc8L/rn9NZxTg9ddfx9bWljVr1lBUVISLiwtz585lzpw5AJiamrJp0ybef/99pk+fjomJCcOHD+e1115r85jTpk1j/vz5lJeXM2DAADZv3oypqfbZqUWLFvHmm28yc+ZMjIyMCAwM5IMPPuDFF18kNjaWiIiI5hHCe++9V2OFWYBevXqxceNGVq9ezYQJE7CwsGDkyJG8/PLLGtN0/1vvvfce69at46233uLatWv4+vqydu1ahgwZorHflClTmv9vZmZGUFBQ8610buQ9A3h5edGrVy+USqXGKO+UKVMoLy9n/fr15OfnY21tzejRo3nllVdu2vtt4te7G7MWhvPHlhS+XnIBa3tjxs7pybBJ6jPduVcq+ey100x9KYzIUW3f4uKf8nnceib7TeN+38no6emRVpHGxrjPqJVfv/Zxeo+Z2JvYs+i0+nZAcpWcddErmeI/gwcCZqNQKUgsjWfXle1tXgt6IwL6ODLnrf7s+yaRL946jbW9CROeCGXkFHXjJSe1nDWvHGPmq+F/+16h/605vy9n8cBHWBj1EProca4wiaf+/JCKhuudtfeHPImHpSP9v3uy08fNrS5m/A8LeL3/LFYMewZ9PT1SynJ47Pfl/JrR/giMa7AtI14I4dLuDP5aFYuZrTGRM3wJGas+iXMts4rf3r3M4CcC8W+s8P2HuaCQK4nbl0PqkQIsHEwY8lRPfBpvcl6UWkltufo6xT+WRWu9Zu/7vegzqeNbWwA8uH0x749+iqV3PYG+nj6nc+J4aOdSyuuujwCvGvsC3W2cCFk9E0OJAWN6DABg7bgXtY53LDOae75+mWJpOaO/epHFdz7GirufxcLYlIu5yYzbPJ/zuUntxhTYx5EnFg/gl68T+PytU1h3M+H+J0IZOVV9b7qc1HJWvXyU2a+GEzXGq1Pv82bpE+nBog/GsuXz07z9yi/YO5rz+AtDmDxTfS/bK0nFvPrUbl556y5GjQvi+KErqFSQnFDIC49or2C94rNJ9IpwvymxdeV8a49d32BGHt7CqYcXkPGNelZSxjc/IDE2oucrj+L76CSq03M4OWs+2Tuu30qsMjmdQ6Mepc+K+QzZtZb6kjKSVn1NzJtrO/3aA4IdWTtvIOt2xfPsypM42Zry6gNhPNp4j9D4zDIeeucI7z0Zyf3DvNDX12PdiwP5eE8C3/yaQnF5Hd0dLVgyJ5wpd1wfKX3r0XA8HC3YcTCdvJIaXOxNmTs5uPm4nREc7swL7wxl96YYVv3nCLbdzJjxTF/GTld3RDJTSnl37gGeeD2KYfd0fsbUA8/0xc7BjL9+SmX/9kRs7E0JjXRh6uO9Me/kivDOwbYMnRtMzJ5MjqyOw8zWmL7TfQm6R11flmZWceC9aKIeD8B3qPp3zXeoCwq5isT9OVw5mo+lgykDnwzEa4Bjey91Q7pqXAAuwbYMnxvM5T2ZHFqlji18hi/BLWL7471oBj4RgF9jbH5DXVDKVMS3iG3QU4F43+TYmvR6KoiUnemk7s4ApQprPyvCHu+JYYt1IZK2XaH2Wh1D3lOvoaJvqE/4vFCSt6eR+G0qehI97INsCZjq0+WvBe2sf+stVLoqPdXNvqnjv8SZM2eYPXs2f/31F+7uN6fh8L9KpVIxcuRInnrqKY1O7j9pb0b7IzG3w33eK3nm0JzbHYZO6+/YyIGc1293GDqN9Hgf188m3u4wdMp76geWnX/qdoehZUHEZ1guHnm7w9CpavEBDl79z+0OQ6cR7u+RVbX+doehk6flM10y30a4v8dWvc53uG6lB1TJqC4svN1h6KQX/g7ni7Qvo+gKIhwXsfRs50/e3SqL+n3eJeMCdWzvnuuasb0R+TnPHX78doeh08fDN9zuEHRKKf/wdofQph42N3/A5nb7V42MCl2LTCbj4MGDnD59mpqaGsaOHXu7QxIEQRAEQRAEoYsQndF/iSVLlrS5CFOTTz75pPm+rLeCoaEh77zzDgArVqzAzOzmrFInCIIgCIIgCP+E//Ze5cKNEZ3RNvTv35/k5OTbHUanPffcczz00EPt7tN0f9Bb6dixY7f8NQVBEARBEARBuE6pVPLxxx8331kkMjKSN998U2tR1SapqamsWLGC6Oho9PX1iYyMZMGCBbi6ut7UuLRvmCn8v2RnZ4enp2e7f7oWXhIEQRAEQRAE4d9t/fr1bN26laVLl/L999+jVCqZM2cODQ0NWvuWlZXxyCOPYGJiwpYtW9iwYQOlpaXMmTOH+vr6mxqX6IwKgiAIgiAIgiAASpWyy/79XQ0NDXz55ZfMnTuX4cOHExgYyKpVqygoKNC6wwfAgQMHqKmp4YMPPqBHjx6EhISwYsUK0tLSuHjx4n+TvVpEZ1QQBEEQBEEQBOFfKikpCalUSlRUVPM2KysrgoKCOHfunNb+UVFRrF+/HhOT6/c01tdXdxsrKytvamzimlFBEARBEARBEIQu7s4772z3+b/++kvn9oKCAgBcXFw0tjs6OjY/15K7u7vWrS2/+OILTExMiIyMvJGQOyQ6o4IgCIIgCIIgCPw7V9Otra0FwMjISGO7sbExFRUVHabfsmUL3377LQsXLsTOzu6mxiY6o4IgCIIgCIIgCF1cWyOfHWmabtvQ0KAx9ba+vr7dBU5VKhVr1qzh008/5emnn2bWrFl/6/XbI64ZFQRBEARBEARB+Jdqmp5bVFSksb2oqAgnJyedaWQyGa+++iqfffYZr7/+OvPmzftHYhOdUUEQBEEQBEEQBECJqsv+/V2BgYFYWFhw5syZ5m2VlZUkJCS0eQ3o/Pnz+e233/joo494+OGH//Zrd0RM0xUEQRAEQRAEQfiXMjIyYubMmXz44YfY2dnh5ubGihUrcHZ2ZtSoUSgUCkpLS7G0tMTExIQ9e/awf/9+5s+fT79+/SguLm4+VtM+N4sYGRUEQRAEQRAEQfgXmzt3LpMnT2bhwoXMmDEDiUTCpk2bMDQ0JD8/n8GDB7N//34AfvnlFwA++OADBg8erPHXtM/NIkZGBUEQBEEQBEEQ+HeupgsgkUh49dVXefXVV7Wec3d3Jzk5ufnxl19+ecviEiOjgiAIgiAIgiAIwi0nOqOCIAiCIAiCIAjCLSem6QqCIAiCIAiCIABKlfJ2h/A/RYyMCoIgCIIgCIIgCLec6IwKgiAIgiAIgiAIt5yeSvUvXTJKEARBEARBEAThBpwvWnq7Q2hThOOi2x3CTSeuGRX+lZ47/PjtDkHLx8M38MqxrhcXwIdDNvB53NO3Owydngz5FIMXBt3uMHSSrznB4jNP3u4wtCzu/zl37n7wdoeh01+TvuPLhGdudxg6PRq0vss2QiIcF/HBhadudxha5od/hurCwtsdhk564e+wVS/gdoeh0wOqZMrqt9/uMHSyNZ7GsvNdr6wtiPisS8YF6ti6Yl0A6vpg/oknbncYOn0w6IvbHYLQBYhpuoIgCIIgCIIgCMItJ0ZGBUEQBEEQBEEQAKW4gvGWEiOjgiAIgiAIgiAIwi0nOqOCIAiCIAiCIAjCLSem6QqCIAiCIAiCIABKlfJ2h/A/RYyMCoIgCIIgCIIgCLec6IwKgiAIgiAIgiAIt5yYpisIgiAIgiAIgoBYTfdWEyOjgiAIgiAIgiAIwi0nOqOCIAiCIAiCIAjCLSem6QqCIAiCIAiCIABKxDTdW0mMjAqCIAiCIAiCIAi3nOiMCoIgCIIgCIIgCLecmKYrCIIgCIIgCIIAKFXK2x3C/xTRGRX+p8jrFKTuSafoUgmKegU2/tYETPHF3Nms3XT1lQ2k7EzjWnwZKoUK+1A7Aqb4YGxtrHP/utI6Tr19ge4j3fAd59WpuBJ3p5N/oQR5vQJ7f2uCp/ti0VFcFQ3E70ijKK4MlVKFY6gdwVN9MLG5HlddRQPJP2ZSHF9Gg1SGhZMZvmPccevn2GFcmZevcWJrOtdypJjZGNF7jDvh93mgp6fXZpqkYwWc2ZVFeVEt1g4mRE70JPgOF419vnj8BNWl9Vppn/5qMKZWRh3G1cTcyJT373ua+3sNx8LYlGNp0bz8w1pSirLbTdfHvQdLxj5BRPdA9PX0uZiTzH9+/pRLV1Oa93G17sby8c8yOnAABhIJpzPiWLTvCy7kJHUYV35sKTG7MqjIlWJiZYT/SFcC724/3zJPFRK/NwtpUR3m3UzoeW93fIY4a+xzLb2Sy9+nUZpRhaGpAd5DnAmZ6IXE4MYmuZhIjHkidAZD3CIxNTAhpiSJ9dHfcrU6v9PHeKv/C9TK6/jgwud/6/nWMi5f4+h3aZRkSzG3MaLP3e70G9+93TxLOFbAyZ2ZVBTWYuVgwoD7vQgdoVnWrl2VcnjzFbLjytCX6OERbMuIh/2xcTbt9HuNOZvHzg2XuZpRgbWdCXdNDOCe6T3bja1JZkopbz7xKx9tG4+Di4XGc+eP5vDDN7Hk51RiY2fCoNE+jJ8ZjIGhpNOxXY0p5cKOdMquSjG1NiLoLjdCxrZf1tJOFnL5h0yqiuqwcDCh133d8R+qmW8Zp4uI+SWbirwajMwMcA2xJXKGL6bWnf9+Ho8pYPWOOK5crcTe2pgH7vLj0bE92owtq6Ca0S/9qrXd392Knz8YDYBSqeKr/Sns+CudgtIavFwsmXNvAOMGe3Y6riambk6MjfuFoxOepejI2Xb39Zw+luCFT2Ph44E0M5eEZV+QsflHjX3swkPo8+F87CJCkFVKyfh6D7GLP0Ypk3U6pjMnr/DZugOkpxVjZ2fO5On9eOChQW3mWUODnK3fnODXn6MpLKjA0cmK0WPDmP3YEAwNrzfxjhxM5MvPD5OdeQ37bhaMubcXD83R3KcjuTGlXNx5vawF3uVGyD3tl7X0k4VE/3i9rIWO01HWzhQR90s25S3KWsT0zpe1rhoX/HN1QRNZrZxf3zhPyERPfIa46NynPfI6BfE708m/UKxue/SwIWS6L5Yu7bc96ioaiN+eRmFsKSqlCqdQO0Km+2q1PZJ+yKAovoyGahkWzmb43+3RqbaH8L9FdEZvgREjRpCbm9v8WE9PDzMzM4KCgnjhhReIjIz8R153wYIF5ObmsmXLlk7tP2vWLNzc3Fi2bFmn9i8rK+PAgQNMmTLlb6W/HWI3JVKRUUWP+72RmBiQvi+L8ytjGPhWOIbmhjrTKBUqLq2NQ14np+eD/igVKq7syeDi6lj6L+yLvkSzI6BSqYjfnIK8TtHpuC5uSKQsvYqgyd4YmBiQ8nMWJ1fEMHxJOEbtxHV6TRzyWjlhs9RxJe7O4PSqWIYu6ou+gT4KmZIzq2OR1cgJGO+JiY0xeReKufhFEkqFCo8opzZjykup4Mf3YwgY6MjAGT7kJZZzdMsVlAol/e730pkm5VQR+9ck0HesB8N623HlbAm/f5yIxFCfwMHq16qtbKC6tJ6hs/1w7Wmtkd7Y/MZ+kr6dvZj+XsEs2Lueyjopi8Y8woHn1hH2/kzKa6t0pvHt5sbB5z/hYk4Sj29bBioVL42YwZEXPiVixSOkFGVjZWLOkRc+xdzIlDf3f8GV4qtM7DWcQ3M/4c51z3EuO7HNmEquVHB0ZSzd+zsSOsmLkpQKLm9PR6VQETROd4M551wxpz5LJGCUOy6hdly9WMKZDUlIDPXwHKDOt+qiWg59EE03P2sGPRdMRV4NMbvSaaiWEflIwA3l2xv9nqWnnR8b4r5HKqthds/7+WjoGzz253yqZTXtptVDj6fDHmSoez9+zzx6w8/rkptcwa53o+k5yIkhM3y5mljO4c1XUClUDJjkpTNN8qkifl4VT8S9Hnj3sSf1TDH71yUgMdQjqLHhVllSx7evn8fOzZz7XgpBVq/g2NZ0tr99iUdX98fQuONOX2p8MR++dpgBIzyZPKc3yTFFbPv0IgqFkvtmhrSbNie9nBXzD6FQaC+GEXsun9ULjzBghCfTn+rD1Yxytn9+meryeh56sXN1QlFqBX+uiME7ypHwKd4UJFdwdlsaSqWKXvfpLmsZZ4s4/EkCwWPccQ+zI+t8CUc/S0LfQB/fgeqylnaykMMfJxB4pyvhU32oLW/gwq509r9zifHvRmBg1HG+XU69xtMrjnN3lAcvTAnhQnIJH26LQaFU8cR9gTrTJGaVA/D1G8MwafEapi0+p7W74tn0cxLPTwkh1MeWI5cLeHX9WfT09bh3YPdO5RuAmbszd/y+CSMbqw739bh/FAO/+5DkNZvJ/+0Y7hNGEvXNcpT1DWRt3w+Aubc7Iw58Rcmpy5yYOg+rnr70evdFjOxsOPf0W52KKS46h5ef+46RY0J44tk7ib6Uxcer/kShUDL7saE606xavp9ff47m0SeH0TPYjcSEPDZ9dpiC/AreeHsCAGdOXWHBi98zcnQIz8y7i4wrRXy69gDl5TW88vrYTsVWlFrBgQ9j8B7gSJ/J3hQmV3B+WxoqhYqwNspa5tkijqxPIGi0O+691GXt+OdJSAz18Wmse9JPFXLk4wQCRrjSd4oPtRUNXNyZzm/vXmLcOx2Xta4aF/xzdUGTBqmMo6vjkJbUdRhLWy58kUhpWiXBU3wwMJWQ/FMWJz6IZsQ7Ee23PVbFIq+T02t2D1QKJQm7Mjj5USzD37re9ji1MgZZjZzACV6Y2BiRd76E858lopSr8BjYdttD+N8jOqO3yKOPPsqjjz4KqDsr5eXlrFy5kjlz5vDrr7/i6up601/zjTfeQKHofIdo3bp1SCSdPyP/wQcfcPXq1ebO6I2mv9XK0yopiSmlz/MhdAuxA8DW34rjb5wl50g+PvfobsgUXiimKqeaqLfCsXA1B8DS3ZxTSy5QeL4Yl/6aP6pXj+QjLWi/Qd9SaVolhdGl9HshBKdQdVx2Paz4a8FZMg/l0+Ne3XHlny+mMrua4UvCsWyMy9rDnMNvXSDvfDHuA5woiimlMkfKkDf6YONtCYBDsC21pfWk/ZrTbmf01PcZOHpbcvcLwQB497FHoVBxdk8WfcZ66GzIn9iaTo8oR4Y/4g+AVx976qplnNyW3twZLcqoBsCvfzdsOhj5bc8Ar2DGhQ7m3s9e5rfE0wAcT4vmyls7eXrwRN7/c7POdM8NnUKNrI5xX7xKTYO6Ej+YeoG0t3bx7JDJvLB7JY8MuBdve1eGrn6KkxmxABxIPkc3c2s+mjiXoWuebjOu2D2Z2HpaEPVUTwBcw+xRKlTE/5xNj9HuOhsx0TvT6R7pQN8H/QBwCbOjoVpGzO7M5gZIwr5sDE0MGDIvBImBPq697DEw0ufC5lSCxnli3s2kU/kWZOfHQNdwXj/+AWcLo9UxlyTz3d2ruc/nLrYm/9RmWh8rD57r/RABtj7UybVHtjt6vi3Hv0/HyduSe+epy5pPX3WendqdSfi9usva0W/TCBzoyJ2P9lCnaSxrx7elN3dGj3+fjrG5AdPf7tN8DGsnU/a8F01BWiUeQbYdxrZ7Uwxe/rY8s2gQAL36u6KQK/lpSzxjpgRiZKxdjcplCn7fnczuTdEYttFoPbI/DXsnc55ZNAh9iT6hkS5UlNbx645EHnw+HINOjHZf3JWBvZcFw58JAsC9lzrfon/KIniM7rJ2YXs63v0dGTDLvzlNvVTOxZ0ZzZ3R6J+ycO9tx6DHrp/ksHY15ec3L5Jz6Rre/Tse2Vi3K56eXrZ88Ex/AIb0ckauUPL5T4nMHuOv0dlskpRVjrOdKQOCdR+/tl7O5l9TmDXGv7lDGxXiRHxGGVt+S+1cZ1RPD+/ZE+jz4Wt0YmAbgF7vvUT2zt+4+NL7AOT/cRwjO2vClr7Q3BkNeu1xZFVSjo5/BqVMRt6vR5HX1BHx8SLi3/uMmpyOZx1s+PQgPQKdWfzeJPV7G+yPXK7k643HmPpgFCYmmp2DivIaftx1gWfn3cXMRwYDEDnAF4D1q//kmRfuwtbOnH0/XsLJxZrF709CItGnf5QfpaVStm0+ybxXxnRqJP7S7gzsvCwY2qqsxfyURVBbZW1HOl79HOnfWNbcwuypr1aXtaZOX0xjWRvYsqy5mPLLWxe5eukaXh2Uta4aF/xzdQHA1YslXPw2FVlt59t4rZVeqaDg8jUGzAvBKcweAHt/a/587QwZB/MIaKPDnHeumIrsau5YGoGVm7rtYeVhwaE3z5N7rhiPKCcKY65RmSNl6KI+2HqrT/g4BttRe62O1F+zu3xnVKkSq+neSmIBo1vEzMwMBwcHHBwccHR0pEePHrz99tvU1dXx559//iOvaWlpiY2NTaf3t7GxwdLSstP7q1p9WW80/a12LaEUibE+9i0aoEaWRtj621ASV9pOujLMnEybO6IAFq7mmDubaaWrKa4ldU8GQTN7dDqu4jh1XI7B1+MytjTCvocNRbFtx1UUX4a5s2lzRxTA0tUcCxez5nQGphI8h7lg7aU5PdDC2QxpcdtnU+UyJVfjy/Dr101je48oRxpqFeQlVWilqSiqpSyvBr/+DlppygvUzwEUZ1ZjZCrB2qnz0yR1GRXYn+r6Gv5Iuj69rkRaztErl7k7KKrNdEmFmaw8uK25IwpQ01DH1fJifLupTwoFOnlSKq1s7og2OZx6kYE+YdiY6i7nCpmSoqRy3MM1880j0gF5nYLiFO18qy6upaqgFveIVmn6OVBdWEtV44mNgthSXHvZaUzJ9Yh0QKVSTwXrrAinMGrldZwvjGneVtFQRXRxIv2de7eb9rXIp9HX0+f5Q29RXl95w8/rIpcpyYkro0erchPQWNauJpZrpakoqqU0rwZ/HWnK8tXPqVQqUk4VE3anq0Zn1sXPime/HNKpjqisQUHi5UIihnpobO83vDt1NTKSY4p1prt8Ko89X8Vy36wQpj/Vp81jG5sYaMyssLQ2Ri5TUlfT8bROhUxJfmI5npGaeeDdzwFZrYLCZO2yVlVcS0V+LZ6typp3PwcqC2upyK9BpVThFmpH4AjNE6Q2jb8zlYW1HcbWIFNwNrGYkZFuGttH93NHWivnQnKJznSJWeUEetq0eVwjQwnb3h7BI2M1ZwIYGujTIOvcNV42YQH0++xtMjf/yKlZ8zvc39zTDasAb67+oFlPZ+/6HUt/Lyz91A12l9GDydt3RGNKbs6u39CXSHAZPbjD12lokHPxXCbD7+ypsX3EXcHUSOuJvpSllUZaXc/EKREMGa450uzlrf58c6+qfxfqG+SYmhoiaVHWrK1NkckUSGs6PmmkkCkpSCzHM0KzrHn1c0BW13ZZq8yvxTNSs6x59XegqrCWigJ1WXMNsaPHHZplzbqprBW1X9a6alxNsf1TdUGDVMbxNXE4BNgw/NWwDmNpS1Fcmbrt0XhyHsDYyohuAR21PUqxcDZt7ogCWLmZY9my7WFigNdwF2y8NOtKCxczpEV/fyRX+HcSndHbyMBAfUbdyMiIESNGsHz5cu655x769+/P2bNnUalUbNiwgTvvvJNevXoxfvx49u7dq3GMrKwsnn76acLDw+nfvz8vvfQS165dA9TTdGfNmgXAmTNnCAgI4I8//mDkyJH07t2bhx9+mLS0tOZjzZo1iwULFjQ/3rlzJ+PGjSMsLIzevXvzwAMPEBsb23zsH374gbNnzxIQEKAz/aVLl5g9e3ZzbK+//jplZWXNz48YMYJNmzbx/PPP06dPH/r3788777yDXC6/mdncTJpfi2k3U/T0NU+HmzqaUNPOSKY0vwYzHR0nM0dTpAXXKyWVUkX818k4RXRrHnntjOr8Wsx0xGXuaEJ1YdtxVefXYKEjLnNHU6ob43IIsiVslr/G9SlKuZKi2FIsXdselaworEUhV2Hbap+m6+xKc7XjKr2q3tZWmqbOaFFmFSYWhvy8Io6PZx1h3YNH+OWjOKrLOj+SBhDo5EX6tTythQaulFylh2PbIySfn/iRjw5u1djm282NEBcfEgoyALgmrcDSxEyr0+nbTd249rbXfW1OdVEtSrkKy1YjvpaNn1NVvna+VTbmS+s0Fo7qNJX5NcgbFEhL6rX2MbEywtBU0txI6Yzulm7kS4u07qOWJy3Ew7L9a46WnfuUeUeWkF6Z87ee16W8QHdZs3VpLGt52u+tJEcKgJ1WGvXj0twaKorqqK+RY+Vgwh+fJ7Fm1hE+nHqI3e9FU9nJaW1FedXIZUpcPDSncjq7q8tFfrbuDrdPT3vW7JzAhNmhWtP4m9w1sQcFV6vYty0BaVUDqfHF/Lozid4DXLGw0n0tektVjWXNulWZsGosaxU68q288Xtr3ep6MMvG72hFfg16+nr0n+mn1cDPOq/ueNu6m9ORnCIpMrkSL2fNk2DdndSPM/J0T6FPyipHWidn+lsHCXtoN4Of3stH22KQydXfcYm+HgHdbXCwMUGlUlFSUccXe5M4FVfIjLt8O4wLoCY7n71+d3Hx5WXIazouB1Y91cetTMnU2F59Rd05tAzwRmJijIWXO1UpGRr71JeU0VBRhVWAd4evk3u1DJlMgYenZkfEvbu6LsnOvKaVxtXdlvkLx+HprZnmyMEkDAwkdPdSb588rR85WaV89/VxqipriYvO4ftvTzNwiD/W1h3PTmkqa1atyo1Vi3LTWkVjWbNqo3xW5qnLWr/2yppb+2Wtq8YF/1xdACAxlnDPsn5EPdkTY0vdU2k7oyq/BnMHXW0PU6rbqVOq8mp0rmdh7mja/L4cg23pNbuHVtujMKb9tofwv0l0Rm+TwsJClixZgpmZGcOGDQPg22+/ZeHChWzcuJHevXuzatUqtm3bxqJFi/j555+ZPXs2ixcv5rvvvgOgsrKSBx98kIaGBr755hu++uorsrOzmTdvXpuvu2zZMhYtWsT27dsxMDBg9uzZVFVpNwz+/PNPlixZ0jyN+Ouvv6a+vp6FCxcC6inAd999N3369OH48eNa6WNiYpg1axb+/v7s2LGDNWvWEB0dzWOPPaYxdXjNmjVERkayd+9e5s+fz7fffssvv/zy32Rtm+S1cgxMtKfFGBhL2r2+U51OeyqexFiCokW67L9yqb1WR48pnWsUNZHVyjEw1RGXiQR5O1NwZG3E1dH7SdiVgbSwFv82piUD1NeoTwgYmWoe36gxzoZa7RMG19NovhfDxsf1jWmKM6qpLq3HydeSCa/3YthDflxNKGfHoovIbuA6W2tTc6rqpFrbq+tqsDLpuLHQxMTQiK8eXEidrIGPj+4C4Ltzv6NUKdnx6DsEOXtjbWrBjPBRPNT/HkC9cJIussb3aNgqD5rKna4pVW2laXosq1Ugq9G9T9Oxb2SqlrmhKVKZ9pn9GlkdZobtj1ZndNDJ7Oh5XZrKjbFZG2WtRvu9dZimVk5NRQMARzZfobq0nvteDuHuZwIpTK/i+zcv0tCJslYjVR/DtNW1Uyam6se1Ut0jmHYOZh12KIPDnbn3gSC2rr/IE/fsYPFTv2NtY8yzb3U8igbQ0EaZMGznO9rQxnfUqJ3yCerR0LPfpWHnaYFHb/sOY6tqHNm1MNXMN/PG35PqWu18K6usp7C0loy8Sqbf6cPGBUOZOsKHr39N5fXPzmntv+9UDoOf/pmV38cytLcL93VyAaOGsgpqcws7tS+AkbW6Ay2rrNbYLqtS//YYWllgaG2pcx8AeZUUQysLre2tSavUHWNzC81yY2amXixHWt25EyiH/0pg/97LTJwagZWV+vsc0d+HmY8MYt3KP7hr8PvMmbUBWztzliyb0qljtlVuDJvLjY6yVtt+moZ2ytq5reqy5t5BWeuqcbV87ZtdFwBIDPS1OuB/R5ttog7qlPbStdf2iN+ZjrSwts1Lj7oSpUrVZf/+jcQ1o7fI559/zpdffgmAXC6noaEBX19fVq9e3Xy96LBhwxg4cCAANTU1fP3116xcuZLhw4cD0L17d3Jzc9m0aRMPPvgg+/fvRyqVsnLlSqyt1QvBvPPOO+zbt4+Ghgadcbz22mvNnd8PP/yQ4cOHs2/fPqZPn66xn42NDe+++y733XcfAG5ubkyePJklS5YA6inAJiYmGBoa4uCgefYQ4MsvvyQgIIBFixYB4Ovry8qVKxk/fjzHjx9vjmHw4MHMnj0bAA8PD7Zs2cLFixeZMGHCjWdyCyqlitbf2dbTiltq99qh9r77jemkBTVc+SmTXk8FYWja9tfqVsfV+nUSd2WQcSAX39HuuLSaPqShgxlvuuJq732o06gT3fV0IPoSPZz91KNN7kE22Hc3Z/sbF0k4nE+vMe460+rraZ47a/1YI/xOLstuYWzGnjnvE+kZxNQv3yC7TN1ITSzMZMIXr/HptPnEvP4tAOezk1i8fxNrJr+oMcW3pY7qCZ351lFe6/+944J6MaHWqza2l2+q27CcfcflRleiDg6qB0q5eiczGyMmvhbWfPbfxsWMbxecJ+FoAb1HubV3lE59Nn/Xlx+d5ci+NCY8FEJwuDPF+VL2fBXD8lcO8p/VIzHWcaJJI7aOyoS+rsLWQVA6kpTnSvltWTR6Ej3unBei+7itdNRg0tdxDFMTAza9PhRPZwvcHdQnk/r1dMDIUMLqHXE8PbEnvm7XR6jDfO3Ysmg4ydkVrN0Zx5xlR9myaHinVji+IfodfMhKJXod7KNSdtyA/Dt51tqhAwm8tWAXvfp057kXRzVv/+Cdn/n5h0s88sQwIvr7kJ9XzsZPDzHv6c18vOFhTEzbXx22498f7dj+znenPE/KH8ui0ZfocccLHZe1rhpX52LTkeYf/L3R3fZo57XaeYs3mk6lUpGwM530P3PxG+OOa7h2m1H43yY6o7fI9OnTm6fM6uvr67y+0tPz+pndK1euUF9fz8svv4x+i4quqSNbV1dHSkoKXl5ezR1RgMDAQAIDda9UCNC/f//m/9vY2ODt7U1KSorWfpGRkaSlpfHJJ5+Qnp5OVlYWycnJKJWda6ympKQwaNAgjW2BgYFYWlqSnJzc3Bn19dUcRbS0tER2A8vgtyV9Xxbpv2je3sOxbzdqqrRHhOR1Cgza6UAamEpQ1Guf7ZPXyTEwNbg+PTe8G3Y9bVG2WDlTpVKvPKcvUf9Cp/ycRcrPmnG5hHejoVJHXLUdxyVvI67WHWKFTMnlr5LJO1uM72h3gqb4tHlcACOzxrPErc5y1jeOUrUekWq5rfUZ1aYzzU3PuwZorqAL4BZog7GZAcVZ2iMLAItGP8Kbdz+msW3XpYM4Wmpf92dpYk6FjhHT1txtHPnpiQ8IcOzOjK/f5Oc4zRH+P5PP4rdkMl526qmrmaX5PNxfvfJkaY3u6ZlNI8mtR3ib8sRQR74ZtpFvzWlMDa6fGddx1llWq9B5XIBZPSfyUNAkjW1Hrp7B1lh7BVGzNkZM/2lN5aL1SF5zWdOxwvL1NK3L5/UR06aRD5++9hqNR7cAa4zNDChM1z1VtCUzi8YR0FbXcDY9NjPv/C0eWiotruHQ3lTumxXClDm91Rv7gG9Pe16b/QtH9qUxalL7KyQbmbVf1lrPagAwbON73ZSPRq3KUX5CGQdWxWFoIuGeN3o3T2XsiKWZOt+kdZqfaXXjZ2xpqj210MRIwqBQ7UVNhvV2YfWOOJKyyjU6o92dLOjuZEFkTwcsTA1Y8Nk5zieVENnz5jZ0ZRXqcmJoqTnbomm0s6GiunlE1MBSe0aGoZVF8zHaY2GhXoCsRqp5uYK08bG5RfsLlG3bcpJ1H/1O3wgvlq95AGNjdR4XFVby464LPDRnCE8+d2fz/sEhbsyY+DE//3iJKTP6t3VYoEVZa+M3qnW5UW/T/ZvV0Eb5zE8o4+BqdVkb08my1lXjanmcm10X/F3Je7NI3qt53bFrRDfqK7QHLtqrU5ri0DUCqqstpZApubQpidyzxfiNcSd46o3NHBP+N4jO6C1ibW2t0dnUxcTkemXTNFqwevVqfHy0Ow5GRkbN15zeiNZpFAqFRme3yc8//8yCBQsYN24cffv2Zfr06aSkpDSPjHakrdEOlUqFoeH1hoiRkXZjrqORks5wG+JCt1DNqTTFl0u4lqC+H2fLxmlNcS3m7Ux5MXMyoypHu5NUW1yHlZcldaX1VGRUUZFRRf7pIo19MvZlk7Evm8Hv9gPAc5gLTr004yq4VEJxvHZc0qLadu/1ZeFkRoWOuKRFdc0r5wLIauScWRtHWVolwdN98RnZ/mgQqK/z1NPXo7zVdS3ljdei2um4bqzpmr/yglocfa6/ftMx7NzNqJfKST1dhLO/Fd26X5+6plKqUMiVbd5jdMPJveyLP6mxbXzoEEb17I+enp5GmfFzcCepILPd9xfi4sP+p1dhamjE3Z++yLG0aI3nPWydGBkQybfnfiOz9PoqmH3cA7gmrdDY1pKFowl6+lDdapGXpsdWOq6VsWq8NrK6qBa7Fos9tExjaGKAqa2R1nHrKhuQ1yl0HhdgX8ZBTudf0tg2yDWCCKcw9NBD1WKozM3Ciayq3NaH+MfZNpa1snzN91bWWG7sdZQ1Ozez5n2cWpS1ssby2c3DHFNLQ9ADhUz790SpVGFg1PEwg6OrJfoSPQqvanYmmh67enV8WxBdrhVKUamgR6hmx8nd2wYLa2OuZpR3eAxLRxP09PWoLNDMt6bHNm7aZcKm8fekqqCWbi3KWtOiRC3TpJ0s5OiniVi7mjH6tV6Y23V8HWuT7o4WSPT1yC7Q/H1qeuzjpr0AWGZ+FacTirhngAdWLTr5dQ3qRq+dlTGllfUcvZzPkF7O2Ftfry+DvNUnpYrKbv7JlMpk9XWgFn6elF2+fkunpoWLKhPTkEtrqLla0LytibGDHYZWFlQkptERNw9bJBJ9rmZrLhzT9NjLR3cnW6VSsXL5fnZuPcOou0NZ9M5EjXuHFhaUo1KpCOutOTXS29cRaxsz0q8UtT6kluay1ur3p+mxtY7fn6brkisLa7FvUdaqmtK0KGvpJws59pm6rN01v/NlravGBf9cXfB3tdX2aLpHeeu2h0V7bQ9nUyqytdse1YW12Ppotj1Or46lNK2SkBm++N6lPeupq/q3ToftqsQ1o12Uj48PBgYG5OXl4enp2fx35MgRNm3ahL6+Pn5+fmRmZmpc8xkfH09UVBQFBQU6j9u0ABFAaWkpWVlZBAcHa+33xRdfMHnyZJYtW8aDDz5IZGQkOTnq68GaGv7tTYcKCAjgwoULGtuSkpKorq7WGg39J5jYGGPtZanxZx9ki6JOwbWE64soNVQ1UJ5agX3PtlfWtA+yRVpQQ3Xe9dG26jwp0vwa7INsMbYxot/rfbT+ANwGO9Pv9T4Y2xg1x2XjZanx5xBsi7xOQVH89bjqqxq4llqBQ3DbcTkE21KdX0NVi7iq8qRU59c0p1MqVJxdF0d5RhXhT/bsVEcUwMBIgnuQNVfOFGt09FJPF2FsZoCzv3Yj3NbFDGtHE1JOaTZuUk8XY+NiirWjKRJDPQ5uTOHsHs0ztGnnSpA3KPEIsdEZT35lCRdykjT+/kw+i5WJOaMDr5/V72ZuwxDfXvyZrH2NWRN3G0d+f3YNKpWKoauf1uqIAjha2LJhxuvc4d+3eZuTpR3Tw0dqjaC2JDGS4BBgQ875Eo18yzlfjKGZBHsf7XyzdDLD3MGEnLOaK7PmnCvG0skUCwd1A8U5xI7cy9dQtFg1NOdcMXr64NRG+b1WV05KeYbG3/miWMwNTYl0ur4Ko7WRJWHdArlQGKvzOP8kAyMJHkE2pJwu0sizlNPFGJsZ4NJWWXMyIblVWUs5VYRtY1kzMjVoPq68RZ5lxpQiq1PgEWTTYWxGxhICezly7miORmxnj2RjZmGIb892prq3w8lN3clNjtaMPy+7guqKehxdO77G0MBIgnOgNZnnNL+jGeeKMTIzwMFXO9+snM2wdDAho1VZyzxbjJWzKZaNZS3n0jWOrE/EsYc1977V94Ya4QDGRhIiArvxx7mrGrH9ce4qlmaGhPlqL/BWXF7H4k0X+e3MVY3tv57OwcLUgGBvW+oaFCz47By7DmsuFHQiRj29PqC7zQ3F2RnVadlUp+fQffJoje0ek0ZRmZKBNEt9Aif/jxO43TscfSPDFvuMRimXU3jwdIevY2xsSO++nhz+K0Ejzw4dSMDC0oTgEN2/3Z+uPcDOrWeYMXsgby+brNERBXD3sEci0Sf6ouZvblZGCRXlNbi5d7yqtIGRBKdAa7JalbXMs+2XNQsHEzLPdFDWLl/j6KfqsnbPmzdW1rpqXPDP1gV/h6mtMbbelhp/zW2PFncFqK9s4FpKucbq/q05BNtSlV9DZe71tkdlrrrt4dii7XFmbRxlGVVEPh30/6ojKtx6YmS0i7K0tGT69OmsWbMGCwsL+vbty5kzZ1ixYgVPPvkkAOPGjWP9+vW8+uqrzJs3D7lczuLFi+nRowfOzs46j/v222+zdOlSLC0tWb58OQ4ODowZM0ZrPxcXFy5evEh8fDyWlpYcPHiQb79VXzvX0NCAsbExZmZmFBUVkZOTg4eH5q0PHnnkER544AGWLl3KAw88QElJCUuXLiUoKIioqLZvu/FPsu1hg20Pa2I3JeE/yRsjc0PSfsnCwNQA92HXVxGtzpOqV+hrHLlzjnAg49dsLq2Lw2+ielXEKz9kYOFmjlO4A/oSPay9tM/0AxjbGLX5XBP7HjbYB1hzaUMSPSd7Y2RhSMreLAzNDPAcfj2uqsa4rBvjco10IHV/NmdWx9FzkjquxN0ZWLqZ49q4CmDmoTxKUyvxHOaCqa0xZWma00ttdVTWTfpP9mLX25f55aM4Qka4kpdcwfmfshky0xdDYwn1NXKuXZVi42SKmbW6sz1gije/f5LIX5bJ+ER2I+1sCSknixj7kvqEh4GRhMiJnpzanoGZtRHefe0pya7m1I4MfCO70T2086sQH0uL5nDqRTbPeosFe9dzraaCN8c8SnltNZ8d/6F5v55OXhgbGHI5NxWA1ZPm4WRpx9PbP8DKxJz+ntdPxlTWSUkszORCThIn0qP5eMorvLZ3PXKFnKX3PolcqeDtXze1G1fweE8OLY/mxMcJ+Ax1piS1ksT9OfSa6oOBsQRZrZyKXCkWjqaYNI4Eh0zw5MyGZIy+TsGtrz25F6+RfbaYgY33zgMIGutB9ukiDn8YQ+AYd6oKaonelY7vcNdO32MUILYkictFCbze7xk2xG6joqGah3reT3VDDXvTDzTv52nphqG+AVcqtG8pcbMNnOLF94sv8dOKOELvdCE3uYIzP2YxfJZfc1kryZFi63y9rA2a6s3+dYmYWibhF+lA6tlikk4Ucd/LIc3HHTbTj22LLrBr6WUix3enpqKBw5uv4NLDCr/Izk3nnDA7lPdfPMDaN48xbKwvqXHF7NuWwLQn+2BsYkCNtIHczAqcXC2xsu3c52Bla8KYKYHs25YAQEikCyUFUn74OoZuzubcMc6/U8fpPdGLX9+7zME18fQY7kJRSgWxv2QTOV1d1hpq5JTnSrF0Mm2eddD7fi+OfZ7ECQsDPMO7kXW+hIzTRdzxvLqsyRsUHN+QhKGJhN4TPCnP1Zzybm5njLl9x+/z6YlBPPLeEeatOc2k4V5cSrnGpl+SeXl6KKbGBlTXyLiSW0l3JwvsrIwJD+hGVLAjy7+Lpq5BgZ+bFUcu57Pl91QWzOyFlbkRVuZGTBruxfo9CRhI9AnysuF8Ugkbfk5i8nBv/Nz/3kh1SwaW5lgH+VGdlk19ifoEYeyST4j6ehn118rJ3XsQ9/F34jntHo5Pm9ecLvGDjXjOGMvwXzeStPIrrHp40eu9l7jyxY5O3WMU4JEnhvH8E9/wxis7uHdCH2Kjc/ju6xM888JITEyNkFbXkZFWjJuHHbZ25qQk5bPly+MEhbhx513BxMdoduS9fR2wtTNn2oMD+PabEwD0i/IlP7+CTZ8ewtnVhvGTwjsVW68JXvz+/mUOr43Hf5gLRakVxO3LJmKaZlmzcrr+u9Z7ohfHv0ji1FcGePTtRvaFEjLPFDHsuetl7URjWQsb//fKWleNC/65uuBm6RZgQ7dAay5sSCJ4ig+G5oYk/5SJoZkBXi1ua1OZK0UpV2LjqW7LuPVzJHVfNqdXxxI0ST1zL2F3Olbu5rhGqu+/mnEwl2spFXgNd8HE1pjSVm0Pu3baHsL/HtEZ7cJef/11bG1tWbNmDUVFRbi4uDB37lzmzJkDgKmpKZs2beL9999n+vTpmJiYMHz4cF577bU2jzlt2jTmz59PeXk5AwYMYPPmzZiaap9tW7RoEW+++SYzZ87EyMiIwMBAPvjgA1588UViY2OJiIhgwoQJ/Pnnn9x777388ccfGul79erFxo0bWb16NRMmTMDCwoKRI0fy8ssva0zTvdV6PRVEys50UndngFKFtZ8VYY/3xLDFaplJ265Qe62OIe+pR9z0DfUJnxdK8vY0Er9NRU+ih32QLQFTfZqvBf1vRTwTRML2dBJ3ZaBSqbDztSL8qZ4YtYgr9tsr1FyrY+RydVwSQ32iXgolblsa0ZtT0Zfo4RBsS/C063HlX1CfYc06kk/WEe0G0biNQ9uMqXuoHeNeDeXU9+nsXR6DhZ0xQ2f7EXGferpXUXoVO9+6xOhnexI8Qt1pDh7hgkKu5PxP2cQdzMfayYQxz/ckYND1a8EGTPbCzMqQy7/lEv1HLqYWhoSNciNqase3P2ht8qb/8OHE51k+/hn09fQ5mRHLjK/fpLz2+myBj6e8jKedC35LJmMoMWBssPpa5k+nad9j8EjqRe78+HkApnz5Bh9NnMunU19FT0+Pw6kXmbLpP+SUtb8Sp3OQLYOfDyb2h0yOrYnD1NaY3tN96Xm3+oRNaWYVB9+Ppv/jAfgMUeebzxAXlDIVib/mkH4sHwsHUwY8GYjngOs3VrdyNWf4/DAuf5/G8Y/jMbYwJGC0B2H3e91wvr11ehVPh83kidAH0NPTI/5aCkvOrKNadn1a9tw+D+Ns5sCDv8274ePfKM8wOybOD+X49xn8sCwGC3tj7njIj37j1dMeC9Or2LboIvc835PQxvtfho5wRSFTcvanbGL+ysfGyYSxLwTRc/D1suYWaM30pX059l0aP34Qi6GxBP/+DtzxsF+nv7vB4c688M5Qdm+KYdV/jmDbzYwZz/Rl7HR14zAzpZR35x7gidejGHZP52d9PPBMX+wczPjrp1T2b0/Ext6U0EgXpj7eG3PLzl2L6hpsy53zQri4K4MDK2MxtzWm3wO+hI5Vf0evZVax/53LDHkykB6NJ9x6DHNBKVcS+0sOqUcKsHQ0YejTPfGJUudbUWolNeXq68h+e1971kCf+73oO7nj7+qAYEfWzhvIul3xPLvyJE62prz6QBiPNt4jND6zjIfeOcJ7T0Zy/zAv9PX1WPfiQD7ek8A3v6ZQXF5Hd0cLlswJZ8od1y9VeevRcDwcLdhxMJ28khpc7E2ZOzm4+bj/Lbu+wYw8vIVTDy8g4xv1Sa2Mb35AYmxEz1cexffRSVSn53By1nyyd/zanK4yOZ1Dox6lz4r5DNm1lvqSMpJWfU3Mm2s7/doR/X14f+U0Nqw/xGvztuHgaMVzL43iwYfUv1lJifk8+9hXLFw6kXvH92keRU2Iy2XOrA1ax/tk0yOER3rz/MujcXSy4oed59m6+ST2Dpb0j/LlqedHYmnVudE212BbRrwQwqXdGfy1KhYzW2MiZ/gS0qKs/fbuZQY/EYh/Y1nzH6auD+L2qcuahYMJQ57SLGu1jWXtj2XaZa33/V70mdR+WeuqccE/VxfcTJHPBhP3fRrxO9LVbQ8/ayKeDtJoe8R8m0pNSR2jVgwA1G2Pga+EEbs1jcvfpKBvoIdjsC0h031btD3U9xLOPJxP5mHttsf4L4f9I+/nZunsIojCzaGnuhkX6Ald3pkzZ5g9ezZ//fUX7u7//ukSzx1+/HaHoOXj4Rt45VjXiwvgwyEb+Dzu6dsdhk5PhnyKwQuDOt7xNpCvOcHiM0/e7jC0LO7/OXfufvB2h6HTX5O+48uEZ253GDo9GrSe80VLb3cYOkU4LuKDC0/d7jC0zA//DNWFhbc7DJ30wt9hq97N6aTebA+okimr3367w9DJ1ngay853vbK2IOKzLhkXqGPrinUBqOuD+SeeuN1h6PTBoC9udwg6/ZHd9qDO7Taq+/LbHcJNJ64ZFQRBEARBEARBEG45MU1XEARBEARBEAQBsZrurSY6o/8j+vfvT3Jy8u0OQxAEQRAEQRAEARDTdAVBEARBEARBEITbQIyMCoIgCIIgCIIgIKbp3mpiZFQQBEEQBEEQBEG45URnVBAEQRAEQRAEQbjlxDRdQRAEQRAEQRAEQInydofwP0WMjAqCIAiCIAiCIAi3nOiMCoIgCIIgCIIgCLecmKYrCIIgCIIgCIKAWE33VhMjo4IgCIIgCIIgCMItJzqjgiAIgiAIgiAIwi0npukKgiAIgiAIgiAgpuneamJkVBAEQRAEQRAEQbjlRGdUEARBEARBEARBuOXENF1BEARBEARBEATENN1bTYyMCoIgCIIgCIIgCLec6IwKgiAIgiAIgiAIt5yeSiXGogVBEARBEARBEHZdmXu7Q2jTZL+1tzuEm05cMyr8K22Mf+Z2h6BlTvB6njk053aHodP6OzaSUv7h7Q5Dpx42rzBl38O3Owyddo79ukt+puvv2EhC6fLbHYZOQXavkV7ZNStTH6u5XTrfThcsvt1haBngvJjzRUtvdxg6RTguoqx+++0OQydb42ls1Qu43WHo9IAqmaVnn7zdYWhZ1O9z3j3X9eICeCPyc5482PXqAoDPR2zklWOP3+4wdPpwyIbbHYLQBYhpuoIgCIIgCIIgCMItJ0ZGBUEQBEEQBEEQEKvp3mpiZFQQBEEQBEEQBEG45URnVBAEQRAEQRAEQbjlxDRdQRAEQRAEQRAExDTdW02MjAqCIAiCIAiCIAi3nOiMCoIgCIIgCIIgCLecmKYrCIIgCIIgCIKAmKZ7q4mRUUEQBEEQBEEQBOGWE51RQRAEQRAEQRAE4ZYT03QFQRAEQRAEQRAAhZile0uJkVFBEARBEARBEAThlhOdUUEQBEEQBEEQBOGWE9N0BUEQBEEQBEEQEKvp3mqiMyr8z8i4fI3j36VRkiPF3MaI3mPciRzfHT09vTbTJB4r4NSuTCoKa7FyMKH//V6E3OGisc+1q1KObL5CTnwZ+hI93INsueNhf2ycTTsdm7HEmAk+k+jtEI6xxJgrFansSv2eotrCdtNZGloxyW8qQfYhSPT0ibsWy+4rO6hsqNC5v62xLQv7vc3BnAPsy9zbYVwXT19ly2fnyE4vw8bOlLGTg5n4YGibeSZrUPDD1hgO7k+lpFBKN0dzho32Y/JDvTA0lGjtXyNt4PkHdzNjTjgj7+3RYTytmUiMeTBwKgOcIzAxMCahNJlvEraRJy1oN521kRUPBc2gt0MoEj19LhbF8E3iNsrrr+ebpaEFDwROoa9jGMYSY9IqMtiSuJ3MyuxOxdYVP9PLZ3L57vMLzZ/n3ZN6Mv6BkHY/z5+2xnH41yuUFEmxdzRj6Chf7p8dpvPzrJXKmDfrB6Y91ocRY/3bjaW1C6ez+Wb9GbLTS7GxN+XeyaFMmtm7zdgaGhTs+e4Sf+1Lpriwmm6OFtwxpgdTH+6rEdufPyey+9vL5OdW4OBkybgpIdw3Lazd731r/1S+XUks4et1Z0lLKsHU3JAR9/gzbU4fnXnblthz+ezeEENuZgVWtibcOdGfu6cFdur9ZaWU8vZTf7D8u3txcLEAoDi/mlem/9xmmsFjvHn89QEdHjvmbB47N1zmakYF1nYm3DUxgHum9+xUXJkppbz5xK98tG18c1xNzh/N4YdvYsnPqcTGzoRBo30YPzMYgxvIszMnr/DZugOkpxVjZ2fO5On9eOChQe2UNTlbvznBrz9HU1hQgaOTFaPHhjH7sSEYGl5vRh05mMiXnx8mO/Ma9t0sGHNvLx6ao7lPZ5m6OTE27heOTniWoiNn293Xc/pYghc+jYWPB9LMXBKWfUHG5h819rELD6HPh/OxiwhBVikl4+s9xC7+GKVM1umY8mJLubwzg4pcKSZWRgSMdKXnPR7tfqYZpwqJ+ymL6qI6zB1MCL63O75DnHXuK6uV88t/zhM20RPfoS4692krrks7MijPlWJqrY4rqKO4ThYS0xiXhYMJIfd2x3do23H93BiX3w3E1cRYYsz9vpPo01gXpJansvPK9xTWdFwXTPGfSnBjXRB7LZadqZp1wSCXIczu+ZBW2kNXD/J9ytYOY5PXKUjcnU7+hRLk9Qrs/a0Jnu6LhbNZu+nqKxqI35FGUVwZKqUKx1A7gqf6YGJj3LxPXUUDyT9mUhxfRoNUhoWTGb5j3HHr59hhXML/FtEZFbQ899xzFBYWsnPnTo3tU6dOJTo6mi1bttCvX7/m7Xv37mX+/PkMGTKEuro6tmzZ8rdfe9asWbi5ubFs2bK/fQxd8pIr2PNeNIGDnBg8w5erSeUc2XIFlVJF//u9dKZJPlXEL6vjCR/rgXcfe1LPFvPrugQkhnr0HKyutCpL6tj6n/PYuZlz74shyBsUHNuazs4ll3h4VX8MjTvXQHok6HG8rXz4IW0XdfI67vEex7w+r7L07JvUymt0ptHX0+fZXi9gIjFlW/IWJHoSJvhO4vleL/L++aUoVQqtNDMDH8HUoP1KpklSbCFLX/6dwSN9mPlkBAnRBXz98RkUCiVTHuqtM80XK09y6NcrTHu0Dz2CHEhNLGbbxosUF1Qxd+EwjX2rK+t559U/KMqv7lQ8urzQ5yn8bXz5NmkHNfJapviP560Br/HSkTeQtpNv/+n3EmYGpnwR+w0G+hIeDJzCon6vMP/4YhSN+fZK+PO4W7jwbdJOyurLGe9zN28PeJ1Xjy2iqLakw9i62meaHFfEu6/8yaCR3sx4vC+JMYVs/uQcCoWSSbN76UyzcdVpjvyWxpRHeuHf04ErSSVs33SJ4oJqnntjiMa+1ZX1vP/agb/1eSbGFrD4xX0MvcuP2U/1Iz46ny/XnUSpUDL14XCdaT7/6Bh/7U/mgcci8A9yJDWxmK0bzlFUUMWLi0YA8NuPCax59xCTZ/ehb38PkuML+WL1CWprZUx/JKJTsf1T+VaQW8lbc38jIMSBV965g6uZ5Xz3+UWqKut5+rVBnYrtSnwJqxYcpf8d3bn/sVBSYkvY8dlllAoV9z4Y1G7aq+nlrFxwFEWrlTps7E1ZtP4urf3/+iGVM4eyGTbWt8O4UuOL+fC1wwwY4cnkOb1Jjili26cXUSiU3DczpN20OenlrJh/SCsuUHe8Vy88woARnkx/qg9XM8rZ/vllqsvreejFyA7jAoiLzuHl575j5JgQnnj2TqIvZfHxqj9RKJTMfmyozjSrlu/n15+jefTJYfQMdiMxIY9Nnx2mIL+CN96eAMCZU1dY8OL3jBwdwjPz7iLjShGfrj1AeXkNr7w+tlOxNTFzd+aO3zdhZGPV4b4e949i4HcfkrxmM/m/HcN9wkiivlmOsr6BrO37ATD3dmfEga8oOXWZE1PnYdXTl17vvoiRnQ3nnn6rUzEVX6ng8EexeA5wpPdkL4qSK7i4PR2lUkXIOE+dabLPFXPi00QCR7njGmZHzoUSTn2RhMRAD68oJ41966UyjqyKQ1pS16l4WsZ18MNYvJriSqngwvfpKBUqQu/THVfW2WKOfZpIz9HX4zrxRRL6hnp464jr0Mo4qotvLK6WHgt6HG9rH/Zc2UWdoo6xXuN4qc+rvH3mTWraqQvm9lbXBd8lbUGiL+F+30nM6/0i75y7Xhd4WHpQIM3n68SvNNK3dfKytYsbEilLryJosjcGJgak/JzFyRUxDF8SjpG5oc40SoWK02vikNfKCZvlj1KhInF3BqdXxTJ0UV/0DfRRyJScWR2LrEZOwHhPTGyMybtQzMUvklAqVHi0ymfhf5vojApaoqKieP/996mrq8PExASA8vJyYmNjcXFx4dixYxqd0fPnzxMYGMjKlStRKLQby13Bie3pOHlbMvaFYAC8+9qjlKs4vTuTvmM9dHYaj32XRkCUIyMeVY/Yefexp65KxvFt6c2d0ZPb0zE2N2Dq4j7Nx7B2NGXP+9EUplXiHmTbYWzeVj6EdevNx9GrSSiNA+BKRQpLBixjmNsd/Ja1T2e6vg4RdLf0ZMmZRRTU5ANwtTqHhf3eJtwxgnOFZzT2H+o6HGcz3Wd+ddm64QI+Afa8/PYdAIRHeaCQK9n59WXumxaCsYnmz0dlRR2//5jEw8/24/5Z6kZ6r0g3AL755BwPPdsPa1v1aPGZo1l8sfIktdLOn5VvrYeNLxFOfXj37EdcLo4FIKk0hU/uWMForzvZc0X36E6USyQ+1l68eOQ/XK3OAyCzMpuPhr5DlEs/juedwsXciSD7AD6N+ZJDV48BkFyWyqaR6xjqPohdqT+1G1tX/Ey/33gJ7x52zHtLfVKgb5Q7CrmS3d/EcO/UYJ2f558/JTPrmUgmzgwFICzSFYAt688z65mI5s/z7LFsNq48TW3N3/s8v/3iLL4B3Xh1iboTFDHQE7lcyfdfX2D89F7asZXX8esP8Tz6fBSTZ/UFoE8/DwC++vgUjzwXhY2tKdu/usDgO3157PmBzfvkZlWwd3tspzuj/1S+/bAlFlMzQ17/YCSGhhLCB3pgbGLAho9OM/mhXjg4a44I6vLDV7F4+tvy5MIo9ev0d0UhV/Lzt/GMmtwDI2PtKl4uU/DnnhT2fBmLoZH2756hkQS/4G4a2zKSSzlzKJvJj4fRI8yhw7h2b4rBy9+WZxapO9W9GuP6aUs8Y6YEthnX77uT2b0pWmdcAEf2p2HvZM4ziwahL9EnNNKFitI6ft2RyIPPh2Ng0PEyGBs+PUiPQGcWvzcJgKjB/sjlSr7eeIypD0ZhYqLZAK8or+HHXRd4dt5dzHxkMACRA9Qd8vWr/+SZF+7C1s6cfT9ewsnFmsXvT0Ii0ad/lB+lpVK2bT7JvFfGdG7kVk8P79kT6PPha3R24L7Xey+RvfM3Lr70PgD5fxzHyM6asKUvNHdGg157HFmVlKPjn0Epk5H361HkNXVEfLyI+Pc+oyYnv8PXidmTia2nBYOe6gmAa5g9SoWK+L3ZBI52x0DHZ3ZpRzqe/RyImOnXmMaOBqmM6N2ZGp3RnIslnN+SiqzuxtsPl3dnYudlweCn1XG59VLHFbc3m55j2o8rsjEutzA76qtlXN6VqdEZzblQwtm/GVcTHysfejn0Zu3l1cQ31gWp5Sm8G6WuC35toy4Id1TXBYtPLyK/qS6oyuHN/m8T4RjB2ca6wMPCg8yqTDIq0284ttK0SgqjS+n3QghOoXYA2PWw4q8FZ8k8lE+Pe7vrTJd/vpjK7GqGLwnH0tUcAGsPcw6/dYG888W4D3CiKKaUyhwpQ97og423JQAOwbbUltaT9mtOl++MitV0by2xgJGgZcCAAchkMmJjY5u3nTx5Ent7eyZNmsSxY8c09j9//jwDBw7E0tISGxubWxxtx+QyJTlxZfj312xE9YhypKFWQW5iuVaaiqJayvJq8B+gmSZgoCPl+ernVCoVKaeKCR3hqtGZdfaz4plNQzrVEQUIsguhTl5HYml887ZqWTVXKlIItg9tM11Pu2AKpPnNnRaAghr142A7zXT2Jt2Y4DuZ75K/6VRMsgYFsRfzGTDMS2P7wBE+1NbISIjWngZbI21gzP096TdU82y0u6eNOrbcKvV7q6rnvdf+JKSPC2+vvbtT8ejSyyGUOnkdMcVxzdsqG6pIKE2mj0NYm+l6dwsltzq/uSMKcLU6j9zqfPo6qtMZ6qsbpDWy2uZ96uT1yJQyLA077iR0tc9U1qAg7mI+/YdpfjZRd3hRWyMjMUZ7ulitVMboiYH0G6LZIHHztAagME/9eUqr6lm+4C+C+zjz1urRHcbSWkODgpgLuQwc7qOxffAIX2qlMuKjtRvKNdIG7rk/hAFDvDW2e3jZAFCQqx4VeHv1WObMHaixj4GhPrKGzjUu/8l8u3Qml/CB7hpTcqPu8EKpVHHpTG6nYku6XET4EHeN7ZHDPKirkZMSU6wzXfTpfH78Oo5xM4OZ+mTvDl9HpVKxZfV53LysGDMloFNxJV4uJGKoh8b2fsO7U1cjI7mNuC6fymPPV7HcNyuE6U/1afPYxiYG6EuuN10srY2Ry5TUdeJESEODnIvnMhl+Z0+N7SPuCqZGWk/0pSytNNLqeiZOiWDI8ECN7V7e6g577tVSAOob5JiaGiJpEZu1tSkymQJpTX2HsQHYhAXQ77O3ydz8I6dmze9wf3NPN6wCvLn6w58a27N3/Y6lvxeWfupy6zJ6MHn7jmhMyc3Z9Rv6Egkuowd3+DoKmZLCxHI8IjRPUnTv54CsTkFxsvYoXHVxLVUFtXiEt0oT6UBVYS2VBeoRwQapjKOr43AKtOHOV9v+3W43rlav4RmpjquojbgqC2rp3uq9ePbTjutwY1wj599YXC0F2avrgoRWdUFqeQoh7dQFQY11QX6LuiC/Jp8Cab5GOjcLd3Kqcv5WbMVxpUiM9XEMvt5WMbY0wr6HDUWxpW2mK4ovw9zZtLkjCmDpao6Fi1lzOgNTCZ7DXLD20qwvLZzNkP4Xo8zCv5PojApafH19cXJy4uLFi83bjh07xuDBgxk8eDBJSUmUlKinKZaWlpKWlsbgwYNZsGABs2bNAuDMmTMEBQVx5MgR7r33XkJCQhgzZgwHDhxoPmZDQwPvvfceUVFRhIeHs2LFCpRK5U1/PxWFtSjkKmxdNacy2rqoR3VK87SnyVy7KgXAzkUzjU3jdRSleTVUFNVRXyPHysGEP79IYt3sI6ycdogf3o+m6gamGjmbuXCtrgQVmqfiimuKcDJt++yhs7mLzusPi2uKcGoxWqaHHrN7PsrFonMaFWJ7CnIrkcuUuHW31tju6q6eNpabrV3JO7ta8cz8wc2dzyanj2RhYKDffCxjEwM++X4yL741HCtrk07Fo4u7hQuFNcUoW+VbgbQQV4u2RwvdLFzI13FNaYG0EFdzdbrsqqvEliQwxf8+PCzcsDA0Z3bP6RhJjDiRf0YrbWtd7TMtyKtCLlPi2urzdGn8PPOytD9PJ1dLnnx1YHMnqsnZo9kYGOjj6qHebmRiwNqt9/PCm0OxanG9UGcV5FY0ljUbje1Nx7+aVaaVxtnNiucWDMPdS/OEz6nDGY1lTX2s7t52OLlaoVKpqKqo47cfE/hrfzJjJ7c/VbQ5tn8o3+rr5BQXVGsd19rWFDNzQ53Hba04rxq5TImzh6Xm67urH+fnVOlM5x1ox0fb7+O+WcFIJB0Pv505mE1awjUeeK6vRiewLUWNcbl4aE4xdW6KK7tSZzqfnvas2TmBCbND23yduyb2oOBqFfu2JSCtaiA1vphfdybRe4ArFlYdl73cq2XIZAo8PDU7Iu7d1aNC2ZnXtNK4utsyf+E4PL010xw5mISBgYTuXurtk6f1IyerlO++Pk5VZS1x0Tl8/+1pBg7xx9q6c5dG1GTns9fvLi6+vAx5Tcd1iFVP9QhtZUqmxvbqK+pOtWWANxITYyy83KlKydDYp76kjIaKKqwCNE/o6FJdVItSrsKq1XWElk7qOrSpA9dSRWO9aunSRpp89fMSYwn3Lu/HwCd7Ymype1poW6qa4mr9Gs6ar6ErrjbfS4u47lvej8FP9cTkBuNqycXMhRIddUFRbRHOZm3XBS5mLjqvKVWnU9cFDqaOmBqY4mXlxdv932H98M94u/87DHCO6lRs1fm1mHUzRU9f83fA3NGE6kLd04fV6WqwcNJeE8Pc0ZTqAvUJXIcgW8Jm+Wtct6uUKymKLcXStXPfB+F/h+iMCjpFRUVx6dKl5sfHjx9n0KBBhIWFYWlpyfHjxwG4cOECJiYmhIdrX9elUChYsWIFb7zxBr/88gs9evTgtddeQypVd/Teeecd9u/fz7Jly/j+++8pKCjg/PnzN/291EvlABiZak4NMzJVj0g01GiPktTXNKYx052mvkZObWUDAEe2XKG6tJ57Xwph9DOBFKZX8f1bF2no5NQeEwNTauW1WtvrFHWYGLS9CJKpxJQ6uXaDpV5Rj4nB9U7eHR4j6WbSjV1XdnQqHgBptfq9mZkbab6mWeOIobShU8c5dTiDg/tTGHN/z+bGoqGhRKvD+neYGZjpzLdaeR1m7eSbmaEZNbrSKeowbZFuQ9w3GBsYs3LYu3w16hPu8b6Lz2K+IqXsSoexdbXPtKbp8zTTbFRd/zw7N7329OFMDu1PZfTEQI3Ps3XH60a0VdbMzIwaY+tcWTtxKJ0D+5K4Z1IwllaaJzmSYguZOnITa949hJevPZMe7N2pY/5T+db0nsx0XJNlamZITU3H77nptU1bxWbS+DtX10Zsdg5mneq4Ndn/fSL+od3o2adz0+qa3pupeeu41I/bmprfmbiCw52594Egtq6/yBP37GDxU79jbWPMs291PLoHIK1Sf7fMLTRfp6msSas7dxLx8F8J7N97mYlTI7CyUn+fI/r7MPORQaxb+Qd3DX6fObM2YGtnzpJlUzp1TICGsgpqc9tf1KYlI2v1qJOsUvM6bVmVuo41tLLA0NpS5z4A8iophlYdz/RoqFXXh4ammlNeDU3Uj2W12nWdrKkObZ3GVDONxEAfa5e/1zmR/Y24GmraT9PQMq6b0GkyNTClTkddUN9RXWBgSp2i/brAw0I9+6CpLvg4Zh1ZVZk8EvQYg12HaKVtTVYrx8BUexqzgYkEuY6800hnoj3V3sBYgryddk/CrgykhbX436N7+m9XolR13b9/I9EZFXRq6oyqVCqSkpIoLi5m0KBBSCQSoqKimqfqnjt3joiICIyNdTci5s2bR1RUFF5eXjzzzDNUV1eTkpJCdXU1e/bs4YUXXmDYsGH4+/vz3nvv0a1bN53H+W+oOliiW0/Ht0DVwQCtnj4o5OrjmtsYMWF+GN697Qke5sJ9r4RSnl9L4lHt0Tc99NDX02/11/boRHuxt7dSYFM6JzNn7vOewHfJm6lTaFeIbadv//nOrIh58lAGKxYdIqiXM48816/D/dt9PR351l4M7S3Lrkc7+dZ49trNwoX3Bi5CKqvhwwsfs+T0BxzMOcpTYY8wwFlzoZT/D5+pqoMaTNd3oLVThzNZ+dYRevZyYvaznbvesjM6iq29vGxy4mAayxf+QXBvl+brQ1tydLFk+WcTeOnNEZRek/LSY7upq+u4I/lP5VuHvy+deM8d/651frXgtqTGFZOVUsY903t2vHOjzvx2/l1ffnSWX7YmMOGhEN5YO5InXo+iuqqB5a8cpL5O3mH6jm7XoN+JPDt0IIE3X9tFrz7dee7FUc3bP3jnZ7796gSPPDGMTzY9wsKlE6msrGXe05upq+3cCZUbpt9BZiqV6HWwT0dlXH2cDp7XkW0d1yEdv2xHOiprtzquG62n/tu6ILU8hY+j17Ly0ofEXoshoTSeLxM2klCawH3e4zXTKFUoFZp/7b9+m09Be3moM89VJOxMJ+NALr6j3XEJv/ntPOH/N7GAkaBTVFQU5eXlpKenc/z4cYKCgrCzU09lGjRoEB9//DGgvl507Ni2Vwr08bl+HZiFReNZXJmMjIwMZDIZoaHXr30wNjYmKKj9FSD/DuPG0c2ms7tN6htHRFuPfmqm0TzL13RW1djMAKPGM6nefew1Gn6uAdYYmxlQmKE9Te4er3GM9b5PY9vFovNYmmmvmmhiYEptO52NOnktxhLtkwAmBibUKmrVUzkDH+Fi0QWSyhLQb9EK1NNTV5rKNmpzM4vGUYxWIzRNox7mFkZaaVr6cVssX609Q0hfF9744C6dC5bciMn+45naY4LGtlP557A21s43UwPTNlcoBKiR12Aq0Z4ebGZgSo1Mne5e79Ho6+mz9MwKqmXqUYbYawmYGZgxJ2QWpwvONaf7//CZmjV+Xq0XGGoaXevo89y7LY5vPj5HcB9nXl8+8r/+PFtqeu0ardgaRw8t2h8t+2HrZTauOUloX1fe/PAenbHZO5hj72AO4W44u1kz/8kfOP5XGiPHBuo44nX/VL41jRrqGiWskco6PK76GLpja3rcemTy7zh3OAdzSyPCBrh2Os313w7dcbUeAe+s0uIaDu1N5b5ZIUyZ01u9sQ/49rTntdm/cGRfGqMmtX9Nq4WF+ntfI9W8hlPa+Njcov3LBrZtOcm6j36nb4QXy9c8gLGx+r0WFVby464LPDRnCE8+d2fz/sEhbsyY+DE//3iJKTP638jb7RRZhbqOMbQ019jeNNrZUFHdPCJq0Gqfpv2ajtEew8b6sPVCPk0jj61nHWmkaV2HNj421FHv3qimurv1KF5zXDpeoynWNt/LfxHXWO9xjGtVF1woOo+lqY66QNJ+XVDbVl0gMWmedVMlqyL2WozWPnElMQTZBWFlZEVlg3pafMrPWaT8rHlbMpfwbjRUascgr1VgoOMzbWJgKkFerz0CKq+TY9gqnUKm5PJXyeSdLcZ3tDtBU3y00gmC6IwKOjk5OeHt7c2lS5c4ceIEgwdfnwY1ePBg3nzzTeLj40lKSuK9995r8zhGRtoND5VK1XzWr/WZOQODm18kbZzV10SUF2j+6JY3Xudi765dSdu5mTXv4+Rz/ZqsssZj2LubY2ppCHqgkGmfJlQqVRgYaZ+RPp53hNhr0RrbenXrQ0+7YPTQ07iuxMHUkQJp26scFtYU4m7pobXdwdSRzMoMbE3s8Lb2xdvalwEumqNF93iN4x6vcSw89RqlddrXSbm4WaEv0SM/R/P6rvyr6sdNC8W0plKp+GLlKX7ZEc/QUb7Me3PYDd0zsS0Hsg9zoeiyxrZ+Tn3p1S1EK9+czR3JrW473/KkBXhbaS/572zmyJVy9XVV3Uztya3Ob+6INkksTWagaz+sjayoaKzku+JnqvXe3CzVn+dVzYZn0+fp3s7nuWnVGfbtTGDIXT48v2jITfk8W3Jxt26MrVxje95V9XWT3b11LwSmUqn47KNj7N0ey/DR/rz01p0asdXWNHD6aCYBwY64etg0b/cLVJ+VLy2Wtj6kln8q30zNDLF3MGs+TpPy0lpqa2RtHrclR1cL9CV6FOVqTr8sbHzs6tnxbUE6cvlUHn0Hu3VqldrrcanzrLBVnjU9dvX6e3FdK5SiUkGPUM1F5dy9bbCwNuZqRnmHx3DzsEUi0edqtubiLE2PvXx0rxSsUqlYuXw/O7eeYdTdoSx6Z6LGvUMLC8pRqVSE9dacfujt64i1jRnpV4o68xZvWGWy+vfKws+TssuJzdubFi6qTExDLq2h5mpB87Ymxg52GFpZUJGY1uHrWDqaoKcPVYWadWjTYys37ems1o1rMlQV1mLndb0OrW5MczOmwDbFVdlGXLpew6pFXPYt4movTWcdyz1CbIlmXdDboQ9BbdQF+R3UBU3TcFtyMFPXBQB+1v50M3XgdMFJjX0MJYYolAqkLeovz2EuOPWy19iv4FIJxfHq+4S2PKEuLarVuta3JQsnMypytKd9S4vqmlfOBfVU7TNr4yhLqyR4ui8+I93aPGZXo+hoCF24qcQ0XaFNAwcO5OLFi1y6dIlBg67f987NzQ0vLy++++477OzsCAjoeIXF1ry9vTE2NtZYJEkul5OUlHRTYm/JwEiCR5ANKaeLNDq/KaeKMTYzwMVfu3Fk62KGtZMJySc1GxEpp4qwdTHF2tEUI1MDPIJsSD1ThFx2fTQqK6YUWZ0C9542WsetaKgguypL4y+xNB5TA1N62gU372dhaIGftT+JZW0vTpNYGo+zmQvOZtdvwu1s5oKLuSuJpfFU1Jez7PxSrT9Qd6CWnV9KRX25zmMbGRsQ0tuZk4czNfLs5KEMzC2M8A/WfdPqzevP8cuOeCY8EMorS+64aR2Xsvpy0isyNf6iS+IwMzSll8P1xWisjCwJsgsgusUKu61FF8fhZuGCu8X10R53C1fcLd2ILlGny6vOx93SFQtDzRMVAbb+SGU1VMmuV8T/Hz5TI2MDgno7c/qI5ud5+nAmZhZG+AfpboR/++kF9u1M4L4Zwbz49s05saArttA+rpw4lK4R2/GDaZhbGNGjjbL29Sen2bs9lvsf6MX8pXdpxSaR6LPmnUPs2nJJY/vF0+qVJ738NRtmbcX2T+Vbr35uXDiZo7Gy7+nDmehL9AgNd9HaXzs2CQFhDpw/mqMR2/kjOZhZGOLTs+P3157qynoKr1bhH6r7PbYXV2AvR861iuvskWzMLAzx7fn3pug5NZ4YSI7W/E3Oy66guqIeR9eOr300Njakd19PDv+VoBHboQMJWFiaEByiu7H86doD7Nx6hhmzB/L2sskaHVEAdw97JBJ9oi9qrsablVFCRXkNbu6dW1n9RlWnZVOdnkP3yZqrWHtMGkVlSgbSLPWqzPl/nMDt3uHoGxm22Gc0SrmcwoOnO3wdiZEExwAbcs6XaORb9rliDM0kdPPRrkMtncywcDAh+5zm6snZ54qxdDbFwqHt6yU7S2IkwSnQhuxWcWU1xeWrHZeVszqurLOacWXdhLgqGirIqsrS+EtorAuCWtUF/jb+Gqutt5ZQGo+zuQsuLeoCFzMXXM1dmxetC7AN4JGgR3FssSieHnr0dYggvTKt+Z7ZACY2xth4WWr8OQTbIq9TUBR/fZG4+qoGrqVW4BDcdpl1CLalOr+Gqrzrnd2qPCnV+TXN6ZQKFWfXxVGeUUX4kz3/X3VEhVtPjIwKbYqKimL+/Pno6enRt29fjeeGDBnC7t27GTlyZKeub2rN3NycmTNnsnbtWhwcHPD19eXLL7+ksLDzizfciAFTvNix+BJ7P4wj9E4X8pIqOPtTFkNn+mFoLKG+Rs61HCk2zqaYWatHcwdO8ebXjxP58/Mk/CIdSD1XTPLJIsa9dL3zM2SmH9sXXWD3O5eJHN+dmvIGjmy5gou/FX6RnWvEXalIJaUsiUeCHueHtF1IZdWM9b6PWnkNR3MPN+/nbOaCgb4BV6vVjekLRecY7XkPz/aax09puwEY7zuJ3OqrXCw+j1KlJLtK+1YFABX1FW0+12Tqo31Y9Nx+lv/nL0aOCyApppA938bw0LP9MDExoKa6geyMMlzcrbC2NSU95Rq7t0TjH+TAoBHeJMdpNhq7e9s2T3u8GRJLU4i7lsgLvZ9kS9IOqhuqmdJjAlJZDX9kHWzez93CFQN9AzIr1VOUTuaf5X6/cfwn8iW+S94JwIMBU8iqzOFk/lkAfs74nSFuA3mz/3z2XPmFGnkN/Z0jGOw2gK8TtrY5vblJV/xMpzzci8Vzf2PFG4e4c5w/yTFF/PhdLLOeicDYxIAaaQM5GeU4u1libWtKRso1fvg2Br+e3Rg4wpuUeM3Gm4e3zd+ectna9Ecj+M+zP/He678zalxPEmMK2L3lEo88p77vo7S6geyMUlzcrbGxNSUtuZidmy/SI8iRwSP9SIrT/N3o7m2HuYURUx/uy7dfnMXG1oywCDcyUkv4bsM5+vRzJ3Kg9uj4rcy3iTNDOf5nOkte+oP7pgeTl1PJd59dYNT4gE7dYxTgvtnBfPDSIT556wRD7vHhSnwJv36fyJQn1PdmrZXKyM2swNHNAiubG1u5+mq6emT67yxONWF2KO+/eIC1bx5j2FhfUuOK2bctgWlP9mnOs9zMCpxcLbGy7VxcVrYmjJkSyL5tCQCERLpQUiDlh69j6OZszh3j/Dt1nEeeGMbzT3zDG6/s4N4JfYiNzuG7r0/wzAsjMTE1QlpdR0ZaMW4edtjamZOSlM+WL48TFOLGnXcFEx9zVeN43r4O2NqZM+3BAXz7zQkA+kX5kp9fwaZPD+HsasP4SdoL/P0dBpbmWAf5UZ2WTX2JugMRu+QTor5eRv21cnL3HsR9/J14TruH49PmNadL/GAjnjPGMvzXjSSt/AqrHl70eu8lrnyxo1P3GAUIHe/JgeXRHFuXgO8wZ4pTK0nYn0OfqT4YGEtoqJVTkSvF0tEUEyv170LoBE9ObUjG2CIF97725Fy4RtaZYgY/e/Muxwkd78mfy6I5ui4Bv2HOFKVUEr8vh77TGuOqkVORpxlX2ERPTn6RzGmLFDz62pNzUR3XkOdu/mVCqeWpJJcl8Vjw4+y+oq4L7m2sC460qAtcGuuCnMa64HzhOe72vIfne8/jh8a6YKLvJK5WX+VCkXqhx6O5RxnmNpxnw57n54yfqFfUM8ztDlwtXPnw4gcdxmbfwwb7AGsubUii52RvjCwMSdmbhaGZAZ7Dr3eCq/KkKOUqrLurf5dcIx1I3Z/NmdVx9JykXo05cXcGlm7muEao2z2Zh/IoTa3Ec5gLprbGlKVpzgKx1XGiQPjfJTqjQpv69+9PXV0dw4YNw9BQ8/qjwYMHs2XLFo0R0xv18ssvY2xszJIlS5BKpdx9992MGDHivw1bJ89QO8a/GsqJ7Rn8uCwGC3tjhs/2I3K8ukFamF7F9jcvcvdzPQkZoR4xCxnhilym5NzebGIP5mPjZMI9c4MIHHz9LKRbgDXTlvTl2NY0fvogFkNjCX79HBj+sB/6nbhtQpPP49Yz2W8a9/tORk9Pj7SKNDbGfUZti2sfp/eYib2JPYtOLwBArpKzLnolU/xn8EDAbBQqBYml8ey6sr3DzlJn9Ipw4/VlI9m64SLvzv8DewdzHnm+PxMfVN9zLS25hP88s48XFg1j5L09OHkoA5UKUhOKeXXOXq3jvbd+LKHhnb/2rDM+PL+Oh4JmMKvnNPTRI6kslVUX1yNtkW9zQmbjYNqNZw+9AoBcKWfpmRU8EvwAT4Y+jEKpILokXqOTWVJ7jYUn3+GBwMk8FfYIeuhxtTqPFRfWcbbgQqdi62qfaViEK/PfG8H3Gy+x7LW/sHcw46HnIhn/gPq67fTkayx69leeXziEEWP9OXU4C5UKriSWsODxX7SOt/STuwnp2/EIXmf0jnTnjeV38+0XZ1ny6n66OVjw2NyBTJqpvt9kWnIxrz31Iy+9OYK7xvVsHEWFlIQiXnp0t9bxln82gbBwN2Y8FoG1rSk/74hl93eXsLYx5Z77Q5j5RGSnT6L9U/nm7mXDW2tG883H51jxxiGsrI0ZNy2YGU/01UrTlqC+zjy3ZDA/fBXL2oXHsO1myrSne3P3NPWCQ5kppSybd5A5C/oz5O4bu1arolS9kqeZ5Y2fcAgOd+aFd4aye1MMq/5zBNtuZsx4pi9jpwc1x/Xu3AM88XoUw+7x7fRxH3imL3YOZvz1Uyr7tydiY29KaKQLUx/vjXkn44zo78P7K6exYf0hXpu3DQdHK557aRQPPqSuy5IS83n2sa9YuHQi947v0zyKmhCXy5xZG7SO98mmRwiP9Ob5l0fj6GTFDzvPs3XzSewdLOkf5ctTz4/E0uq/HwUEsOsbzMjDWzj18AIyvvkBgIxvfkBibETPVx7F99FJVKfncHLWfLJ3/NqcrjI5nUOjHqXPivkM2bWW+pIyklZ9Tcybazv92s7BtgydG0zMnkyOrI7DzNaYvtN9CbpHPZW0NLOKA+9FE/V4AL5D1b8LvkNdUMhVJO7P4crRfCwdTBn4ZCBeA3TPdvg7XIJtGT43mMt7Mjm0Sh1X+AxfglvE9cd70Qx8IgC/xrj8hrqglKmIbxHXoKcC8b6JcbX0Wex6pvhPY5LfZPT19LhSnsaG+M801jaYEaCuC944db0uWH15JdP8ZzCzsS5IKI1nR+r1uqBKVsmKix8w0fd+pvWYgYnEmMzKTFZd+qh5Km9HIp4JImF7Oom7MlCpVNj5WhH+VE+MWlxzHvvtFWqu1TFyufq6Z4mhPlEvhRK3LY3ozanoS/RwCLYleJpPc7sn/4L6JFzWkXyyjmif8Bi3cejfyMlb59+6am1XpafqaEk+Qfh/aGP8M7c7BC1zgtfzzKE5tzsMndbfsZGU8g9vdxg69bB5hSn7Hr7dYei0c+zXXfIzXX/HRhJKl9/uMHQKsnuN9MrON4JvJR+ruV06304XLL7dYWgZ4LyY80VLb3cYOkU4LqKsfvvtDkMnW+NpbNW78UtcboUHVMksPfvk7Q5Dy6J+n/Puua4XF8AbkZ/z5MGuVxcAfD5iI68ce/x2h6HTh0O0T/B0BZ/GPn27Q2jT06Gf3u4QbjpxzaggCIIgCIIgCIJwy4lpuoIgCIIgCIIgCIBCzBm9pcTIqCAIgiAIgiAIgnDLic6oIAiCIAiCIAiCcMuJabqCIAiCIAiCIAiI1XRvNTEyKgiCIAiCIAiCINxyojMqCIIgCIIgCIIg3HJimq4gCIIgCIIgCAKgUIl5ureSGBkVBEEQBEEQBEEQbjnRGRUEQRAEQRAEQRBuOTFNVxAEQRAEQRAEAVAqb3cE/1vEyKggCIIgCIIgCIJwy4nOqCAIgiAIgiAIgnDLiWm6giAIgiAIgiAIgEIspntLiZFRQRAEQRAEQRAE4ZYTnVFBEARBEARBEAThlhPTdAVBEARBEARBEAClmKZ7S4mRUUEQBEEQBEEQBOGWE51RQRAEQRAEQRAE4ZbTU6lUYjBaEARBEARBEIT/ee+ee/J2h9CmNyI/v90h3HTimlHhX+nzuKdvdwhangz5lLhry253GDqF2C/gkT8fu91h6PTVXZt48ejjtzsMnVYN3cCy80/d7jC0LIj4jDdOPXG7w9Dp3agvunRZm/3Ho7c7DJ02j/qSOX91vXzbeOcmlp7tmg23Rf0+75LfT1B/R7tyvm3VC7jdYWh5QJXMEbfA2x2GTsNyk7r057n4TNeMbXH/f1/HSrhxYpquIAiCIAiCIAiCcMuJkVFBEARBEARBEATEarq3mhgZFQRBEARBEARB+BdTKpWsXbuWIUOG0Lt3bx5//HFycnLa3L+srIyXX36ZyMhI+vXrx9tvv01tbe1Nj0t0RgVBEARBEARBEP7F1q9fz9atW1m6dCnff/89SqWSOXPm0NDQoHP/uXPnkpWVxddff82aNWs4cuQIixcvvulxic6oIAiCIAiCIAgCoFB13b+/q6GhgS+//JK5c+cyfPhwAgMDWbVqFQUFBfzxxx9a+1+6dImzZ8+yfPlygoODiYqKYsmSJfz0008UFhb+F7mrTXRGBUEQBEEQBEEQ/qWSkpKQSqVERUU1b7OysiIoKIhz585p7X/+/HkcHBzw9fVt3tavXz/09PS4cOHCTY1NdEYFQRAEQRAEQRD+pQoKCgBwcXHR2O7o6Nj8XEuFhYVa+xoZGWFjY0N+fv5NjU2spisIgiAIgiAIggAoVV13Od0777yz3ef/+usvndubFh4yMjLS2G5sbExFRYXO/Vvv27R/fX19Z8PtFDEyKgiCIAiCIAiC8C9lYmICoLVYUX19Paampjr317WwUX19PWZmZjc1NjEyKgiCIAiCIAiC0MW1NfLZkaYpt0VFRXTv3r15e1FREQEBAVr7Ozs7c+DAAY1tDQ0NlJeX4+jo+LdiaIsYGRUEQRAEQRAEQeD2r5j7T6ymGxgYiIWFBWfOnGneVllZSUJCApGRkVr7R0ZGUlBQQFZWVvO2s2fPAhAeHv73A9FBjIwKgiAIgiAIgiD8SxkZGTFz5kw+/PBD7OzscHNzY8WKFTg7OzNq1CgUCgWlpaVYWlpiYmJCr1696Nu3Ly+++CKLFy+mpqaGN998kwkTJuDk5HRTYxMjo4IgCIIgCIIgCP9ic+fOZfLkySxcuJAZM2YgkUjYtGkThoaG5OfnM3jwYPbv3w+Anp4eH3/8Me7u7jz00EPMmzePoUOHsnjx4pselxgZFQRBEARBEARBAJRddzHd/4pEIuHVV1/l1Vdf1XrO3d2d5ORkjW329vasXbv2H49LjIwKgiAIgiAIgiAIt5wYGf2XmjVrFm5ubixbtkzruQULFpCbm8uWLVs6PM66dev44YcfOHjwIAABAQG8//773H///Tr3v5Fj32qZl69xYms613KkmNkY0XuMO+H3eaCnp9dmmqRjBZzZlUV5US3WDiZETvQk+A7NmwB/8fgJqku177n09FeDMbXSvkdTa5fP5LL184vkZJRhY2fKmEmB3DcjpM24ZA0K9m6L4/CvaVwrkmLvaMaQUb5MnBWKoaGkeb8riSVs/vgcaUklmJobcsc9/kx9rLfGPp1hLDFmiv9kIhzDMZYYk1Kewrbk7ymoKWw3nZWRFdN7TCPUPgR9PX1irsXyffJ2Kho072c1xnM0w92HYWdsR0ndNQ5kH+Dg1UOdik1epyBpdzoFF0tQ1Cuw87em5zRfLJzbX3a8vrKBxO1pFMeXoVKqcAixo+dUH0xsjJv3qS2tJ2lXOtcSy1HKldgH2hA42QdzJ+0l0FvLjSnl4s50yq5KMbU2IvAuN0Luab+spZ8sJPrHTKqK6rBwMCF0XHf8h2qWtYwzRcT9kk15Xg1GZga4htgSMd0XU+uOy1kTeZ2C2B3pXD1fjLxegUOADb1m+GLp0n6e1VU0EL0tjcLYUpRKFS5hdoTN8MW0RZ61dOXPXFJ+y+GejwZ0OrauXNaMJcZM859ChFM4JhJjkstS+C75ewpqtG8W3jq2BwKmEWYfir6ePtElsWxN/l4rtrs9R3OH+3DsTOy4VneNP7IP8FfOwU7HNslvMuEO6nxLLU/h+9TvKexEvk31n0ZIY77FlsSyI1U730Z1H80wN3W+Xau7xl9XD3Cog3zLiy3l8s4MKnKlmFgZETDSlZ4dfAcyThUS91MW1UV1mDuYEHxvd3yHOOvcV1Yr55f/nCdsoie+rb4nHenK38+unG9NTN2cGBv3C0cnPEvRkbPt7us5fSzBC5/GwscDaWYuCcu+IGPzjxr72IWH0OfD+dhFhCCrlJLx9R5iF3+MUibrVDy2Qwfh9do8zAP8aCi+Rt7XW7n6+Zdt7q9nZIjXS8/jOGkchra21FxJI2f9Jor37teM685heL70HOY9fJGVllGw40ey136GqpNxQdf+PPNjS4nZdT02/5GuBN7dfmyZpwqJ35uFtKgO824m9Ly3Oz6tYruWXsnl79MozajC0NQA7yHOhEz0QmIgxr8E3URnVLghx48fx9LS8naHccPyUir48f0YAgY6MnCGD3mJ5RzdcgWlQkm/+710pkk5VcT+NQn0HevBsN52XDlbwu8fJyIx1CdwsPri7drKBqpL6xk62w/XntYa6Y3NO/56pcQV8f6rBxh4pzcznuhDYnQhWz45j0Ku4v7ZYTrTfLn6DEd+S2Pyw73wC+pGWmIJO768THFBNc/+ZzAABblVvP3C7wSEOPDS0uHkZlaw9YuLVFfW8+T8gTeQc/Bk6BP4WvuwI2UXdYpa7vO5j/kR81l4chE18hqdafT19HmpzzxMDEz4JnELBvoSJvtN4pW+L7H4zBIUKgUAU/2ncFf3kfyQ9iMZFRmEdQtjVs+ZKFQKjuQe7TC2yxsTKU+vInCSNwamBqT+nMWZD2MY+nY4huaGOtMoFSrOrYlDXisnZKY/SoWK5D0ZnF0dy+CFfdE30Eder+DsqhgAgmf6oW+gz5Vfsjm9Ipohb4dj1MaxAYpSKzjwYQzeAxzpM9mbwuQKzm9LQ6VQEXafp840mWeLOLI+gaDR7rj3siPrfAnHP09CYqiPT5S6rKWfKuTIxwkEjHCl7xQfaisauLgznd/evcS4dyIwMOrcSYYznyVSmlZJ6FQfDE0lJPyUxZHl0Yx6N6LN96VUqDi+MhZZrZy+D/VAqVASuzODYx/GMnKxOs9ayjldRPT3aZjadL4RDl27rD0d+gR+Nr58n7KTOnktE3zH83rEfF4/ubDd2F7p+yKmBiZ8lbgZAz0JU/0nMz/8Zd48/XZzbNN7TGFU97vYc+VH0irT6dUtjId6zkShVHA490iHsT0e/AQ+1j7surKLOnkt47zv49W+83nzdPv59kKveZgamLAlaQsSPQmT/CbxYp+XWHr2er5N9pvCSI+R/JT+IxmVGYTah/FggDq2o3m68634SgWHP4rFc4AjvSd7UZRcwcXt6SiVKkLG6f4OZJ8r5sSniQSOcsc1zI6cCyWc+iIJiYEeXlGai2XUS2UcWRWHtKSuw7xprSt/P7tyvjUxc3fmjt83YWRj1eG+HvePYuB3H5K8ZjP5vx3DfcJIor5ZjrK+gazt6o6fubc7Iw58Rcmpy5yYOg+rnr70evdFjOxsOPf0Wx2+hmXfXoR88ynFP/9K5oo1WPcLx2fhK+gZSMj5ZIPONEHrV2I3cjhXP/uKshOnsAwNJuCjdzC0tyPvq28BdQc35Kv1FOz8kYxlKzHz9cH79ZcwcnQg9bU3O5VXXfnzLLlSwdGVsXTv70joJC9KUiq4vD0dlUJFUBux5Zwr5tRniQSMcscl1I6rF0s4syEJiaEengPUsVUX1XLog2i6+Vkz6LlgKvJqiNmVTkO1jMhHtG8f0lX9N6vWCjdOdEaFG+Lg4HC7Q/hbTn2fgaO3JXe/EAyAdx97FAoVZ/dk0WesB4bG2g2FE1vT6RHlyPBH/AHw6mNPXbWMk9vSmzujRRnVAPj174ZNB6Nxuny/8RLePex44a2hAPQZ4I5CrmTP5hjGTgvC2FjzK1pVUcefPyUz85kIJjwYCkBYhCsA3356gZlPR2Bta8KP38ZgambAa8vvxNBQQvhAD4xMDNi08jT3zw7DwdmiU/H5WvvSx6E3Ky+uIvZaHAApZSl8MHg5Izzu4JeMfTrTRTpF4GnlyRsnF5InzQcguyqbpVFLiHSK4HTBGexN7BntOYpvk77j0NXDACSWJWFnYkuIfUiHHYSytEqKokuJmBuCY6gdALb+Vhx+/SxZh/PxG9tdZ7qC88VUZlcz5O1wLF3NAbDyMOfY4gvkny/GbYATBReKkRbUMmRxOJZu6n0s3cw5/PpZCs4X032Ya5txXdqdgZ2XBUOfCQLAvZc9SoWKmJ+yCBrjrrNRemFHOl79HOk/S13W3MLsqa+Wc3FnRnNjN+anLNx72zHwsesVurWLKb+8dZGrl67h1b/j+35du1JB/uVrDHopBJcwewC69bBm/6tnSPsrj55tNMavniumPKuaUe9GYNWYHzbdLfhj4Xmuni2m+0B1jHWVDcTvySTjcD5GnTgZ01JXLmt+1r70dezDhxdXEVMSC0ByWSofDVnOnR4j+DnjF53p+jlF4mXlyYITC8mT5gGQVZXDewOX0M8pklMFp+lmYs8Yz9FsTvyWg02xlSZhb2JHaLfgDjujPla+9HbozerLq4hryrfyFJYNXM4d7newL1N3vkU4qvNt0emF5DfmW051Nm/3X0KEYwRnCtX5Nqr7KLYmf8fhXHVsSY35Fmwf0mZnNGZPJraeFgx6qicArmHq70D83mwCR+v+DlzakY5nPwciZvo1prGjQSojenemRiM852IJ57ekIqtTtJsvbenK38+unG/o6eE9ewJ9PnyNdgbONPR67yWyd/7GxZfeByD/j+MY2VkTtvSF5s5o0GuPI6uScnT8MyhlMvJ+PYq8po6IjxcR/95n1OTkt/saXi8/T3VcIklzXwOg7PBx9AwM6P78k+Ru2oyyTnPWkkVwT7rdfRcZy1eRvfZzAMqPnUJRU4vPf16icPdPKCqr6P78E1TFxJPy8hvN+xja2eL5wlOkLX4fZW1th++/K3+esY2xRbWO7edserQRW/TOdLpHOtD3QXVsLmF2NFTLiNmd2dwZTdiXjaGJAUPmhSAx0Me1lz0GRvpc2JxK0DhPzLuZ/K14hX83MWb+P668vJy3336bYcOGERYWxvTp0zXuQdRaQEAAe/bsAUClUrF+/XqGDh1K7969ef3116mv1/zhP3/+PLNnz6Zv376EhIRw991389NPPwGQlJREQEAA586d00jz0ksvMXfu3Jv2HuUyJVfjy/Dr101je48oRxpqFeQlVWilqSiqpSyvBr/+DlppygvUzwEUZ1ZjZCrBuhNTN1uTNSiIv1RAv6GaHYCoO7yorZGRFK09xa5GKmPUhEAiB2t2tNw81aOyhXlVAFw+k0f4QA+NKblRd3ihVKq4fCa30zGG2AdTJ68j7lp887YqWTXJZSmEdQttJ10I+dL85s4BQJ40n3xpPmHd1CO+4Y59kSllHMs9rpH209jP+SRmfYexFceXIjHWxyHYtnmbsaURdj1sKI4tbSddGebOps0dUQBLV3MsnM2a0zn17kbUa72aO6IA+gbqFphC1vYpU4VMSUFiOZ4RmuXGq58DsjoFhcnaZa2quJbK/Fo8IzXLp1d/B6oKa6koqEGlVOEaYkePOzQ7wdaN76GyqOOGEUBBbBkSY32cQ+yatxlbGeEQYENBTNt5VhhbiqWzaXNHFMDKzRwrFzPyW6RL+jmbwthSop4LwqW3fadiatKVy1potxDq5HXElsS1iK2KpLJkerUTW6h9MHnS/OaOqDq2PPKk+fRyCNWI7Wir2D6J+Yx10R3H1pRv8S3yrVpWTUp5CqH2bccWbKfOt/wW+db0OLQx3/o6qGM7nqcZ2+dxn/NprO7YFDIlhYnleERolufujd+BYh3fgeriWqoKavEIb5UmUv0dqCxQ/942SGUcXR2HU6ANd76qe+ZIe7ry97Mr5xuATVgA/T57m8zNP3Jq1vwO9zf3dMMqwJurP/ypsT171+9Y+nth6aeu91xGDyZv3xGNKbk5u35DXyLBZfTgdl9Dz8gQm6h+lPx2QGN7yb7fMbC0wDpS+16IZv6+AFz7U3OaefnJM0jMzbGJ6gdA8stvkPTCaxr7qGQy0NdHz7DjE21d+fNUyJQUJZXj3up1PCIdkNcpKE5pOzb3Vu/Ho58D1YW1VDXGVhBbimsvO40puR6RDqhU6mnBgqCLGBn9H6ZQKHj00UeRyWSsWLECOzs7Nm/ezGOPPcbWrVsJC2v/R+6LL75g48aNLFmyhKCgILZv386ePXvo10/9Y15YWMhjjz3GzJkzWbp0KTKZjA0bNvDGG28waNAgAgMDCQoK4scff2y+4W5VVRUHDhxg3bp1N+19VhTWopCrsHXVHLm0cVZ3IEtza/DsZafxXOlV9Q9rW2nK8mqwdTWjKLMKEwtDfl4RR3ZsKSolePe1Z/ij/ljY6r6WrklhXhVymRLX7prTnZzd1Y9zsyvo1c9N4zknV0ueeDVK61hnj2ZjYKCPq4cV9fVyiguqcfHQPK61rQlm5obkZWtXNG1xNXehuLYYFZodsKLaIgZY928znYu5i87r/IpqinA2V19f0t3Sg8KaQnrY9mCq/2TcLNwory/nl4x9nZo2Kc2vxaybKXr6mqfpzR1NyD1T1Ga66oIandd9mjmaUl2objQamhlg66fu4CvlSqoLakjckY6RhSEurSrjlqqKalHKVVi1uv7SqrHcVOTX4BaqWdYqcmsa92mVpjHGyrwarJ3N6Nd4prylrPPFANi26CS2pyq/BgsH7TyzcDIl+1Tb1xdW5tfovA7X3MmU6oLr00B97nAlbJoP+gb65F261qmYmnTlsuZq7kKRjtgKa4oY6NL2NbGuFq4USLWvKS2qKcLFTH19l6dVdwqkhQTY9mBajym4W7hRVl/Oz+n7OjVF18XchZI28q2/U/v5puua0qLaIpzN1Pnm0SLfJvlez7f9mfvaHBWtbvoOtCovlk3luaAGl9bfgcaTe62vW25Ok1+DlbMZEmMJ9y7vh7WLGdXFnTsB01JX/n525XwDqMnOZ6/fXdTmFuI4rF+H+1v1VHf6KlMyNbZXX8lSxxjgTc3VAiy83KlKydDYp76kjIaKKqwCvNt9DdPuHugbG1GbrvkatZnZ6ud9vSk7dlLjOVlpGQAm7m5IE1OuH8vTQ+Pfuuyrzc9JLMyxHTIQ9ycfoejHfSgqq9qNC7r259kUm2UbsVXl1/B/7J13eJRV2ofvZCZlJpPeG2lAQhJCr9JEVKqoWLGsZS1rWRXXtvbesLsqqKtiQ0GlCGIHBYEQQnojvfeemSTTvj8mk2QyLbBsyLee+7py5Zp3znPe3/ucc+Y9/QQnmmprN2obYqMIGNAm83Ghq7HHLIyrhzNOMkl/g/X/A7r/1e10RymiMfo/zM6dO/n+++/Nrvf29jJ16lT2799PdnY2O3fuZPz48QA8/vjjZGZm8v777/Paa69ZjVuv1/Pxxx9z9dVXs3LlSgAeeOABk1HVnp4ebr/9dq6//vr+BfE33ngj27Zto7S0FD8/P9asWcOrr77KI488gouLC9999x0eHh7Mm2e7R/RE6FFqAHCWmWZ3Z5lh1LBXpbFhYzpVxanvc0+fTUNJJ53NPUw8O4SpK8Npruzijy9K+PLhVK5aPxMnV+vrhJSdvQDI3EzX1cnkhnV7qq7hbZJweF8Ze78rZNmaCSg8XGhpMvzgy4fEC+Aqd0I5zHgBZFIZKo35epRuTTcyqfXRYLlURr2Fim63thuZxDBNx93ZHW8Xb26aeAPbinZQ21XDzKCZXBP/FwC7jQS1SoNUZu5fiYsEjcr61CWNSoNbgLl2qatlu5Q3smnMaQEHSPrLeJNNjobSay3f9OUDtYW8Zsx/1mx6rTxLe52KI58V4ROhIGyYo5BqpWWfSV0lqG35TKnByUID3slVQscgO4+QE5+qbmQ05zWZVEa3JW1a29pkUhm1XebaVJpuQtz6tDm54+3qzd+SbuSbou1Ud9UwO2gW1yUYtNlrkMqkMlTaE/ebzIrfejTduA7W5uLNXxNuYEfxDmqVNcwInMnVEwzaLDVIjfnZyWoZMM9naju/t0YbidQRTzsbbdliNJfP0ew3gN6WNmgZfkems6dhKYi6vdPkurqjy6DRQ4GTp7vFMACaji6cPGwvJ5F4GOw1nab2mk7DPaTu5vatB5NRlZYz9smH0KpUdKRlooiPI+rBf6DX6XCUm5YZ5wB/5hz7HTA0ckuef9WmJiOjOT3VVrRJbWmz9jyDtBn1Dw1jjNvWO0bw50Y0Rv+HWbx4Mf/4xz/Mrq9fv57W1lYKCgpwd3fvb4iC4ZDb6dOns3//fjO7wbS0tNDQ0MDEiabTwCZPnkxRUREAY8aM4cILL2TTpk0UFBRQXl5OXl4eYBiVBVi1ahXPP/88P//8M8uXL+ebb75h9erVSCQntuOrTXS2v7a0/kWvt90rZmxcn/23OBwlDgSNNYxChsV74TvGjS8eTCVnbw2TloZZlzXMe9ji0N5SXn3sN+KSArnq1ukG7Xae19HRcrwOOJjd08HB+kx+Wz5ywLp24wiOxEGKu7M7b6b/i6P1qYBhHZ+vqw+ro88zaSDodXrMbmfr/jZcZ8s/lh537MoxRC8No/pwPRkfFqDX6Qmfb3nXQjtJajFN7aWXJU2t1V388Fw6jhIHzrwj0Wyk0xCvuc9s6bPps5O0s2ozivOaRW027mGrHDvasuvTJnWU4uHszutpb5Ji1Na3ZvT8mPNMGqOWtZ2k32wknNFO4mjw21sZ/yK1waAtr89vq6LOszw6aic/W3KJ/XJjJ85hMprKpxmj2G8nhaOdVWA6HQ52wujtjE7Ztzd3ql6tJuOKvxL70tNM+uJDAHpq6yl85Gni33kFncq0Y0fb3U36JX9B6u1F5N23M3XnZo4uW0NvrfXZN8CoTs+Tuc9wysGozo+CUY1ojP4P4+bmRkSE+YYkbm5utLa2Wq2o6PV6pFLbWcP40h4ax2C7wsJC1q5dS0JCAnPnzuWcc87B29ubiy++uD+Mp6cnS5YsYceOHUycOJFjx47x1FNPDfsZh4OzvK8He8hC/x6l4bOL3PxZjdeG9uQZe8GN34fEmu6gCxAa54WLXEpDmXlv72CMI5fdStORSmXfZ7nC9k6kOzdns+nNIyRMCeK+587CuW+zI1nfjqgqpfkIqKpLjdzKjqnnRa/i/JjVJteO1KXgITffNdFV6mp1l04AlUaFq8R8owJXqQylxjCtqFvbjU6vI70xwyRMZlMWE/0m4uHsQXtvOwDHvy2jcGe5SbigaX70tJtPUdJ0a5HKrOdfJ5kEjYVNHzTdGot2PuMMaew3wRtVYzeFuyusNkadreQb42dnC3nNmD+HbkRhzGtDR/Rrclr45dUsnFwlLH1wcv90waHkbC8jd3uZybXQ6X70tPeahdWotDhZ0GbESS61uFGGWqVFasPOGqM5r50fcx4XDNGWXHsETxfzsi6TyFDZ0KbUqJBJzbXJpK6o+rSpNFa0NWaRNETbqqhVnBdtqi2lLgUPZ3O/yaSuqLS2/eZiQZurVNavrbtPW0aTqbaspiwSfSdavK8xHw3NL2or+dnExsrvra28eSKMpvI5lNHst5NB3WaYyurkbjpF2Tja2dvW2T8iKnU3n8bs5KHoj8Mamr7pshI3U3vjiKimw7J9d2k56WuuwsnXBydvL5QlZbiGBuPg6Ih6yOivtr2D1gOGGV8daVnMOvgjwZddRNmrttdzj+b0NN7bmjZL97Gmrd9GJh0YJbXyrjid+fFEEbvpjiz/f3KG4JQTGxtLR0cHBQUF/aOjer2eo0ePMnas+fqXwXh7exMcHMzRo0dZsmRJ//WsrCycnAyNnc2bN+Pr68sHH3zQ/73xvNLBjdg1a9bwt7/9jW3btpGUlERMTMwpe0YwrPN0cHSgtca0YtZaa6hw+YSZvwiNa0Vba1UERA8cZWOMwydMTk+XhuOH6gka54HfmIHpQHqdHq1GZ/eM0aBQdxwlDtRUtptcr+37HBZpXvkFg+/+/cphdm/NZd7Z0dz20DyTjYpkcid8/OX98Rhpa1ahUqoJjfSyGO++qt9Ib0w3uTbVfyqJvgk44GCyJi1QHmCy8clQapW1jHE33802QBZASbthfVCdsg5HB0ekDlI0DEyPkzj0dR5oBxpNYxYEE5BkOtWt7lgjjX3nhA4eeVDWq1DYmMLkFiSnvdy8o0BZ341npCGtW0s6UDV2EzzDdKMTjwh3WorazWyNuAe44uDoQHudaSPZ+NnTwjRW43Sr9joVvpEDea3DaBM6YFP8Rx2/v5OLZ4ics++dhJuP9SnD0YuCzTYRqk5tpC7L3Ged9Sqb54y6B8lotdC50lmvwifqxI96Gs157dfKfaQ1DNEWMIWJfokWtVXb0FbTVUuEh7m2QHkgxW3FJtokDlLUg7U5mmuz5Lcp/lNJsOC3AJltv9V11RJuyW/yAEraDH6rVw3fb0YMZWAg/xoxfvYItVQGZP1hfAaVgU4b5eZkGE3l07K20em3k6E935CHFGMjaEnL7b9u3LioPbcITZcSZWVt/zUjLv4+OHkoaMstsnkPVVk5eo0GWaRpPjZ+Vh4vNrNxdHXBb/k5tB9JpbuiCnWTYVMdxUTDTvudWdng6Ij/inNQFZfRmT2gvaeyCk1rG85B9ndGHs3pqejT1jlEm/GzpeUWHn3aOusta/MIkePkKkXm7WwWb3d7L5pu7X+0jEPwv43YTfdPzLx585gwYQJ33303ycnJFBUV8cQTT1BQUMBf/vIXu/Y33HADn376KVu2bKGkpIRXX32VjIyBHvSgoCBqa2vZt28fVVVV/PDDDzz22GOAYd2qkblz5+Ln58d7773HBRdccMqfU+osISzek8LDDSaN4OOH6nGRSwkaZ9677x0sxzPAlYKDplNxjh9qwCtYhmeADImTA7+8V0Dy16ajT0VHGtH06ghP9LKpy9lFSvykQA7vLTPRdejXUuQKZ8bFWz5G59N3jrJ7ay6rLkvgzscWmDREjUyeGUrKgQrUvQM9lAf3luEocWDiNMujeq09rZS2l5n8ZTVlI5PKSPRN6A/n7qRgvNd4k11Ph5LVlE2wWzAhbgP3CnELJlQR0r/rp/GIjFlBppthTPGfTHlHBd2D1sG5erngFelu8uef4G3Y+S+7pT9cT0cvzcfb8Iv3xhp+8d501irpqO7qv9ZR3UVnjRK/vp15G7KaSXs/D1XzgAa9Tk9TXivuYdbXMUmdJQTGeVJ2xDSvlSY34CyX4h9jntc8guQo/F0pPdxgcr00uQGPIBnu/oZKQEVaE7+9nUvAeE+WPzLVbkVX5u2CT5S7yV9gosFntVkDuxr2tPfSkN9KYKJ1nwUmetNeo6S9asBn7VVddFQrbdpZYzTntdaeVkraS03+jNom+iUO0uZOrLd9bSFuwYS4DeyyGuIWQqgipN/OOCI6O8h0syFL2tp6WynrKDP5y242aEsY5DeFk4JxXuNNdtgdSnazwW/Bg/wW3Kc1u9lgl9nnt5mBpn6b5D+ZiiHajEicJQTEelGR0mhSBsqPNOAkl+AXbV4G3AMNZaD8iGkZKD/SgHuQDIX/ie9WbonRVD6HMpr9djJ0FpXTWVzBmIvONbkevuYc2gtK6Coz7Ope88MBQlcuwtHZaVCYc9FpNNT9csjmPfQ9vbQeTsF/+Tkm1/2Wn4OmrZ2OYxlmNrpeNeOeepjgKy4duCiREHrtlahKygybGul0RD1wN1H/vNvEVpEYj5OPN125+XaffzSnp8RZgr8FbRUpBm2+VrS5+btSkWyqreJIA+6BA9qCEn2oSmtCq9aZhHFwhMAJJ/6uEPw5ECOjf2IkEgn//ve/ef7557ntttvo7e0lMTGRDz/8kMmTJ9u1v+KKK9DpdLz99ts0NjYyf/58LrroIkpKDD2iV199NcXFxdx777309vYSGRnJunXreP3118nMzGTBAsPZmo6Ojpx33nl88MEHrFix4r/yrLMuimTr42l8+1IWiYtDqM5vI2V7OfOvjMHJRUKPUkNTZRdegTLknoYRzdkXR/H9v3L52T2f6Bl+FCU3UvBHPSvWGSp9UmcJMy6I4OAXJcg9nYma6ktjeScHvywhZoYfY4bslGeJi66ZxON3fM9LD+1l8cpx5GfWs/2zLK7823RcXKUou3qpLGklMNQDT29XSgqa2PZJJmMn+DF3cSTHs01fDGFRXsjdnFl9RSL7fyzmqXU/sOryRKrL2/hsQypnnxc77DNGwXBeYW5zHjdOvJEtx7fQ2dvJ6pjVKDXK/vMawVD5lzo6Ud5hmEqbXHuElVEruGvKXWwt3Gp41rEXUdFRQXKd4Sif/JZ8jjWkcXnsZbhIXKjsrOKM4LmM9RrL62lv2tXmM94Ln1hP0t/LI+6iKJzcnDi+swwnmZSIRQMV7I7qLnQaPZ59o9fBM/wp+q6cI69lEXehYbfGvK9LcA91I7jvyIcxC4Mp31dDyhvZjFsVgYPEgfK91XRUdTHzTuvHZQBMOj+S759NY+/r2YxbGEz98TaydpUz/dJopC4SepUaWqu68AiU4do3ej75gkj2b8zj4AdSwqf6UX60kdLD9Sy8zXAWoqZXy4F383BylZC0OoLWQY1CADcfF9x87Z/f5h/rhX+cJ8kb8ki6JBpnhRM520pxlkuJWTzQYGqv6kKr0eEdYegBD5sZQN7Ocva/nEnixdEAZG0pxjPMjbCZ9kcJhsNozmv5LQXkNOdy88Qb+KJgC53qLi7o0/ZzxcARESFuITg5Sinr03a4NplV0Sv4x9Q7+fL4VwBcMm4N5R0VHO7TlteST2r9Ma6IuwwXiTOVnVXMC5nLOK+xvJpmf1fx460F5LXkcUPCjWwt3EKnupPzogzajGeDgqGhKXVwoqLToO1I3RGWR67gzkl38VWRwW9rYi6isqOClPo+v7Xmk9aQxqXjDX6r6qpiTtBcxnqO5V8Z1v02cXUEPz2fzu9v5BCzMIiG4+3k7K5gyiV9ZUCloa2qC/eAgTIw8fwIDr6bj4uigLCpvlQcbaLscAPzbo2364MTYTSXz9HsN3tI3d3wjB9LZ1E5PY2GDsLMJ/7FnA+fo6eplaodvxC2+iwiLl3O/kvv7LfLfeE9Ii5fwaLv3iPv5Q/wGB/JpGfWUbjxS7tnjAKUv/Y2SZs/IH7Dq9Ru/gqP6VMI/9v1lDzzErrubiQKN+Tjx9JdWm7YSVeno3rT54T+9Wp6ampRFpcQ+pe1eM6YQtb1t/UvfCx7+U3iXnuecc8+SsOu73EdE2440zS3gNovvh6WT0ZzeiasjuDX59M58GYO0QuCaDzeTu7uCib1aVP3aVMM0pZ4fgSH383H+cMCQqf6UpXaRHlyA3NvGdAWvyKc8kP17F2fQdzSMDpqVaRvLSZmUcj/qzNGxWa6I4uD3t5OLQLBCHD//fej0WhYv379KYlvQ9bfzK4dP9zAwc3FtFQrUfi4MGlZGNPPM0znqchqYcujxzj31gkkLB5oyGT8UEXK9nI6mnrwDHRl5gURxA9q6Oh1ejJ+qCJtTxWtdSpkCifiFgQy55IonFxMRyxvSnybrKbnzHQd3lfG5veOUV3eho+/nGUXTuC8tYYRmKzUGh69bQ+3PjiPxSvG8fm7qWz9IN0sDiOPv7mUxKkGfTlptWz6Vwqlx5tx93Rh4dIYLrthKlKp+YSIRN/7ufbH6y3GKZfKuWz8pUwNmIIDDhS2FfJ5/maT4zTum3YPfjI/7tk/cC6bj4s3a2MvJ943Aa1eS3ZTNp/nb6atd2BNjtRRyvnR5zEneA7uTu5Ud1WzvXgnxxqO9Yf54Oz3ueu3GyxqU3epyfmymLq0JtDr8Y7xYMKlMSbHkBx6MR1VUzdnPjcw8qRq7iZncxGNOa04ShzwS/BmwiXRJjvlKhtU5H1VQnNBG5oeLV5R7oxfHdm/hhTglQXv8lzKzWa6yo40cOyrEtpqlMi9XZhwdiiJKwx5rSanhT1PpzHvxjjGLRzIS3k/V5G1qwJlcw8Kf1eSzotg7HzDERvV2S18/0yaRR8ATL4wkilrBo5BuH/6Ozx48EaLYXu71KR/XkR1ahN6vR6/cZ5MujzGZJru3mfTUDZ2s/ylgWNLlE3dpH1WRH12Cw4SBwITvJm0NgaZld2Fj7ybR0Neq0kcAE/P2Tiq89rVP1xnVdva2MuY1qfteGshn+ZvplY5cHTLA9PvxU/mx92/D5zD6OPizZVxa0nwTUCr15DVmM2nQ7Q5OUo5P3o1c0MGtG0r2kHqIG2bzvk3f/3Zut8uHXcpk/2n4ODgQFFrIZuPbzY5uuWeqffg6+rH/X8M+M3bxZvLx19OvE+f35qz+aLA3G/nRZ3H7KABbTtLdpLWaND23lnv82TyTWaaylMayPi6lPa+MjB+SSjxyw3HZtTmtvDTM+nMuSGWmAUDZaDgl2pyd1fQ1dyNu7+MhFVjiJ4XZPGZOxtUbFt32CyOwTw8c8OoLJ9gKKOj2W+fOcRafZ6AhTNZsvdjflp0FfX7kk2uHbzmfko++qY/7NgbL2XCP65DHh5MZ3EF2c9upPST7Sbx+c+bxpQX78V78gR6Glso+Xg7GY+8jl5jurvxWn0++0LjzPT4Ll1C5N23I4+Joqe2juqPPqNyg2F5kOecmUzeuom8ux6g7kuDLgeplIh1txJ40WqcvDzpzM6j7JW3aPntgEm8fivOZcytNyAfF422S0njnp8oefZlNG3mSzUWVuWN6vR87LC5toqUBjK/KaWjRonM24VxS0KZsMygrS63hV+eTWfWDbFED9ojofCXanK/q0DZ3I3CX0b8qjFEnWGqrT6/lbTNRbSUd+KicCLyjCCSLozE0ULd47FZGyxqPt3csc9ynWM08NrCd0+3hFOOaIwKTisHDhygsLCQ9evX8+mnn9o923S4WGqMnm6sNUZHA7Yao6cbW43R0421xujpxlZj9HRjqzF6urHVGD3d2GqMnk6sNUZHA9Yao6MBa43R0YC9xujpwlpjdDRgrTE6GrDWGB0NiMboifO/2BgV03QFp5WvvvqKvXv3cvvtt5+yhqhAIBAIBAKBQHAyiN10RxbRGBWcVl5++eXTLUEgEAgEAoFAIBCcBsRuugKBQCAQCAQCgUAgGHHEyKhAIBAIBAKBQCAQADqxnc6IIkZGBQKBQCAQCAQCgUAw4ojGqEAgEAgEAoFAIBAIRhwxTVcgEAgEAoFAIBAIELvpjjRiZFQgEAgEAoFAIBAIBCOOaIwKBAKBQCAQCAQCgWDEEdN0BQKBQCAQCAQCgQDQit10RxQxMioQCAQCgUAgEAgEghFHNEYFAoFAIBAIBAKBQDDiiGm6AoFAIBAIBAKBQABodadbwZ8LMTIqEAgEAoFAIBAIBIIRRzRGBQKBQCAQCAQCgUAw4ohpugKBQCAQCAQCgUCA2E13pBEjowKBQCAQCAQCgUAgGHFEY1QgEAgEAoFAIBAIBCOOg14vxqIFAoFAIBAIBAKB4Io9155uCVb5dOkHp1vCKUesGRX8T/LvnFtOtwQzrot/i71VD55uGRZZFPo01/54/emWYZEPzn6ff/x+w+mWYZH189/luZSbT7cMM+6f/g4P/HHj6ZZhkWfnbhzVeW20VkI+XfrBqPTbB2e/z5PJN51uGRZ5eOaGUVk+wVBGnz4yOv324IwN7AuNO90yzFhYlcdnDrGnW4ZF1urzeeTQ6PzNfWL2Rh48ODq1PT1n4+mWIBgFiGm6AoFAIBAIBAKBQCAYccTIqEAgEAgEAoFAIBAgdtMdacTIqEAgEAgEAoFAIBAIRhzRGBUIBAKBQCAQCAQCwYgjpukKBAKBQCAQCAQCAaDVnW4Ffy7EyKhAIBAIBAKBQCAQCEYc0RgVCAQCgUAgEAgEAsGII6bpCgQCgUAgEAgEAgFiN92RRoyMCgQCgUAgEAgEAoFgxBGNUYFAIBAIBAKBQCAQjDhimq5AIBAIBAKBQCAQAFqdmKY7koiRUYFAIBAIBAKBQCAQjDiiMSoQCAQCgUAgEAgEghFHTNMVCAQCgUAgEAgEAsRuuiONGBkVCAQCgUAgEAgEAsGII0ZGh8GOHTv45JNPKCgowMHBgejoaC6++GIuu+yyEbn/4cOHufrqq/n5558JCwuzG/7rr7/mgQceID8/f1jxV1ZWctZZZ1n9ftGiRWzYsGHYev8T1Go1n376Kddcc80pj7skrYnfPi2isbwLNy9npiwLY+bqMTg4OFi1yfm9lj+2lNJWp8LD35XZF0YycXEwAG31Kt656Q+rtomLg1lxe7xdXTlHatn272yqS9vx8HZh0eoYzr5kvE1dRsqPt/DsLb/w5MdL8QtyM/nuvkt20dqoMrN56ZtVKDxd7MZtxEXiwsXjLmJ6wDRcJC4UtBbwef5mapV1Nu08nD24bPylTPRNxNHBkYymTDbnf0Fbb5tJuKUR57IobCE+Lj40djfxU/lP/FL567C0abq15H5VTM3RRjQ9WnzHeZJwWQyKILlNu562XrK/LKI+qwW9Tk/ARB8SLonG1WvAL91tveRvK6Uhu4XeLjWKQDkxS8MInRlgV1dVRjOpW4ppqexC5ulM3NmhJC4Pt5mmxX/Ukb6tlI76bhT+rkxcNYZxC4JNwpQcrifr23Jaq5U4y6WEJHoz/bIYZJ7OdjUZ0XRrydpSTFVKA5oeLX7jvUi6PAb3YNs+627rJXNzEXWZzeh0eoKSfJh4WQwyL8t5qeinKo7vqWDp+tnD1jaa85qLxIXLx1/MjKDpuEpcyGsp4JO8z6npqrWr7cq4y0jym4jEwZG0xgw+zdtMa49B200Tr2dB6Dyr9nfs/QeN3U12tY02v1VnNpO2pYS2qi5cPZyJXRLCBDtloORgHVnby+is78bN35WElWOImR9kMaxapeHbf6aQdEEEMUPKiT1Gc/mszmzm2JcltFYZtMUuCSHent/+qCOjz28Kf1cSV44hZoF1v+3s89vYE/Sb94IziLzvTtxix9Lb0ET1h59RueHfVsM7ODsRue52AtaswsnbG2VhERVvvU/Djt0m4XzOWkjEuttwGx+DurmF2i+3Uf76O+jV6hPSJwsNZEXWt/x2/q3U70u2GTbishUkPPQ3FNHhdJVWkfPcRko2bTPVNS2RKevvxWd6Iur2Lko+/JrMx95EdwK6ajObyfiqlPa+cjD2rBBil4XZTM+yg/Xk7Cijq6EbuZ8rE1aGEzXPND2bSzpI21xES0kHUpmUqHmBJFwQiUR6YmNMmm4tmV8WU9n3PvCP9WLSMN8H6Z8PvA+Ck3xIutz6+6DwxyoK9lSw/KXhvw8Efx5EY9QOW7du5emnn+bBBx9k2rRp6PV6Dhw4wFNPPUVjYyO33Xbbf13DlClT2L9/Pz4+Pv/V+7zxxhtMmTLF7LqLy/AbLv8p3377Lc8+++wpb4xW5bex9el0JpwRyPzLY6jMbWXvpkL0Wj2z10RatMk/WM/OV7KZvjKcqCm+HD/cwO43cpA4ORA/Pwg3bxeufG66md2x7yrJPVDHpLNC7OoqzmnizQcPMH1ROOddm0BhZiNfb8xEp9WzdG2c7WcqaePNfx5ApzWfTtLZ1kNro4o1N01k7EQ/k+9kCie7ugZz08QbifGM5suCrXRrVZwXfR73Tr+Xh/54GKVGadHG0cGRdVPuxFXqyke5HyN1lHDR2DX8Y+o6Hjv8BFq9FoBLxl3M2WOW8E3RNkraSkjyS+KqCVei1WvZV/WbXW2p7+bSUtxB/EVRSF2lFOws448XM1j0xDSc3Sw/p06r59BrWWhUGpKuGodOqyf3qxIOvZLJgoen4ih1RKvWcfjVTNRKDbGrI3D1cqH6aAOpG/PQafWEzwm0qqn+eBs/rc8ganYAUy6Koi6/jZTPi9Br9SSdF2HRpjS5nn1v5RB/bhhhk3woS2lk/4Y8JE6ORPfdq/hgHfvezCF2cQhTL45G1dZL6pZi9jx9jFVPTUfqLLHrL4DkDbm0FLWTeEk0UlcJeTvK+P2FdJY8Nd2mzw68nImmW8Pkv4xHr9GRtbWEA+szWfyYwWeDqThcT8bmImRew6+Ew+jOa7dOuomxnjFsLvgSpaabC2PO48EZ93Lv/odsart32jpkUlf+nf0RUkcpl46/iPun/4MH/3gMrV7LN4U7+LnctGHn5qTg75NvIbc5z25DdDT6raGwjb0vZRIxO4DJF0VSn99G6hfF6HR6EldZLgPlRxo48HYuceeEEZLkQ8XRRg5uzEMidSBySHnr6VKz75Usuhq77fpmKKO5fDYUtvHL+kwijX4raOPo5mJ0Wj0TrWgrS27g97dzmXDugN8ObMzD0cmBKAt++/XlLDobTtxv7lMnkfjR2zTs/I7SF1/Dc+Y0oh/6Bw5SCRX/eteiTfxbL+OzZBGV73xAy4GDuE9MIPalp3Dy9aH6g08AQwM38YO3qN2yjZLnXkYeE03UA+twDvDn+H2PDFufPCyIM79/H2cvD7thwy88h7mfrif/tU3U7PmdsPOXMOej59H19FL2haGh7BYVxuKfPqDxYBoHLrkTjwkxTHr6Lpx9vDjyt0eHpamxsJ3fX8kifJY/Ey+MpLGgjfQvi9Hr9ExYOcaiTcWRBg5tyGX82aEEJflQdbSR5HfzkUgdGTPb0BHaWa9i7wvp+MZ4MOfWeNqrlWR+VUJvl4bp14wfpscMHH4nl+aidiZeEo2TTELO9jL2PZ/OOU/bfh/sfzkTtUrD1L+MR6fVkbmlhN/XZ7LE0vvgUD3pJ/E+OJ1odadbwZ8L0Ri1w2effcaaNWu46KKL+q9FR0dTV1fHpk2bRqQx6uzsjL+//3/9Pp6eniNyH1vo/0vz9PdvLiYwyp2VdyYAED3VF51Wz8GvSpm2MhwnF/OKwm+fFBE3N4CzrjP8uEdP8aW7U83+z4uJnx+E1MmR0FhPE5vaonZyD9Sx4IoYwuK97Ora+WEO4WO9uO6fMwFInBmEVqvju8/yWLxmHM4WdGnUOn79ppAdH2bjZKWCU1HYCsCUeaH4hyrs6rBGjGcMU/wn83LqK2Q2ZQFQ0FLAC/OeZ3H4mXxbssui3YzA6UR4RPDgHw9R3VUDQHlHOU/OeYIZgdM5VHsYX1dfzo04h0/yPuXXyr0A5Lbk4ePqTaJvot0GQnNRO3Xpzcy8I5HAiYaOGp/xHvx8fzKlv9Yw3srLvialgfbyThY9MQ33EMNosme4G3sfPUp1SgNhswOpz2imvaKL+Q9OwSvKHQD/BG9UzT0UfVdhszF67KsSfCIVLLjFMCoeNsmQ1zK2lxG/NMxipfTol8VEzgxg1lXjAAhN8qWnU0PqlpL+ym7G9jLCJvsw9/rYfjvPYBnfPppK5bEmImfZH7FtKmyjNq2JuXclEpTkC4DfeE/23HuY4l+qibPSUKg60kBbeSdLnpqOR2ifz8Yo+OnhFCqPNDCmT2N3ey85X5dSuq8GZ7cTe72M5rw21iuGaQFTeCHlZdIbMwHIby7g1YUvcPaYxWwv/tai3aygGUR5RnDv7w9S1VUNQFl7Oc/Ne5JZQTP4o+YQ9aoG6lUNJnZ3TL6VLnUXb2XYn5EyGv2W8XUp3hEKzrh5AgAhSYYykL2jnLhzLZeBY18WEzHTn+lXju2z8aG3S036V6UmjdGK1EZSPj6Oultr1zeWGM3lM+2rUnwiFcz7m8FvoX3asnaUM8GKNqPfZvT5LTTJh55ONWlbS00aoxVHG0n+D/wWefftdGblkvf3+wBo2bsfB6mUMbffRNX7m9B195iEVyRMwG/Z2ZQ8/wrlrxvycevvB9EqVUT/cx11X21H297BmNtvpCMjm4K7H+wP4+TjTcQdN1P02LPoVOaze0xwcCDq6vOZsv4+hjGZCIBJz6yjfMseUtc9C0DND/tx9vEk6ck7+huj8ffdgLqji99W34JOrab6u9/QKLuZ/ubDZD/zDsqKGrv3yf6mFK8IBbNvMqRncJIPOq2enJ3ljDsn1GJ6Zm4tIXyGP1OuMKRn8EQfers0ZH5d2t8Yzd1VgdRVyrw7E5FIHQmZ5IvUWULqx8eZsGoMbr6uw/JDU2EbNWlNnLEukeBB74Pd9xym6OdqJljpAKk80kBrWSfnPD3wPvAao+CHh1KoTG5gzNyB90H216WU7D3x94Hgz4VYM2oHR0dHjh07Rlub6bSlG2+8kS+++AKAxYsX89Zbb3H99deTlJTE2WefzZYtW0zCp6amcsUVV5CUlMSiRYt4/PHH6ezs7P9erVbz2muvceaZZzJp0iQuvPBCDhw4ABim6cbGxlJZWQlAdXU1d911F3PmzCEhIYEFCxbw4osvotP997py9Ho9Z511Fi+++KLJ9W3btjF58uT+Z/nqq69YtmwZSUlJLFu2jI8++qhfV2VlJbGxsXz//fdcfPHFJCYmsnjx4n4/GqcXA8TGxnL48OFTol2j1lGR1cL4WaYN7dg5AfSqtFTmtprZtNWraK5WMs6CTUuN4buh6PV6ftiYj1+YGzNWWW4IDUbdq6UgvYEp80JNrk9bEEa3UkNhZqNFu6zDNXy7KYdla+O48IaJFsNUFLbiKpfiF+Jm8fvhkuibQLemm6ym7P5rHepO8lsKSPKzfG+DXSI1XTX9lVyA6q4aarpqSPJLAmBawFTUOjW/V+03sX07cwP/ynjLrraGrGYkLo4EJHj3X3Nxd8Z3vBf1mc1W7eqzW3ALkvU3RAHcQ9xQBMv77aQyCRELg/GMNG3IK4LkdNkYVdCqddTmthIx3TTfRM70R92tpS6/zcymo0FFe42KiBmmI9iRs/zpqFPRVqtEr9MTkujD+DNNR9s9+56hvd5Oha2PuqwWJC6OBCYOzLJw8XDGL9aL2gzrPqvLakYRJOuveAB4hLrhHiynbpBd/rfl1Gc1M+vWeIIm+w5Lk5HRnNeS/BLp1nST0Zg1SFsHuc35TPZPsmlX3VnT3xAFqOqqprqzxqrdJL8kZgZN55O8z1Fq7KfraPObVq2jLreV8Omm+XlMXxlosFAGOhtUdNSqCJ82xGaGoQy01xp+b3u71Pz2ahaBcV6cdY91v1tjNJfPfr8N8UHEDIO2eit+a69VMWaIryNmmvttb5/fltx74n5zcHbCa85MGvf8ZHK9cdf3SN0VeM6YZmYjHxcDQNOPpqP+rX8cRuLmhtccQwds/t0PknfHfSZh9Go1ODri4GS/AeOVFMvMdx6ndNM2Dl51r93wbhGheMRGUfnNjybXy7d+j/u4SNzHGhpgwefOo3rXPpMpuRVb9+AokRB8rvVp9Ua0ah31ea2EDUnPsBl+aLq1NBaYp2dXQzcdtSozm/AZ/nTWqejoS8/arGZCJvmYTMkNm+GHXg+1mS12tRmpzTS8D4KGvA/87b0PMptxt/A+8AiWUzPILm9nOXWZzcy5LZ7gE3wfCP5ciMaoHf7617+Sk5PDggULuPHGG9m4cSMZGRm4u7sTFRXVH+6tt95iypQpbNu2jSuuuIJHHnmE3bsNPWx5eXlce+21zJ8/nx07drB+/Xqys7O57rrr+kcCn376aTZv3sx9993Hzp07mT9/PjfffDPFxcVmmv72t7/R0dHBBx98wJ49e7juuut47733+OWXX/5rfnBwcOCCCy5g9+7dJqOXO3bsYMmSJSgUCr744gteeOEFbrvtNnbt2sWdd97Ju+++y/r1603ievbZZ7n55pv57rvvWLRoEY899hgVFRUsX76cf/7znwDs37/f4pThk6G1VoVWo8c7xHQNhHewDMBiw7KxogsAHzMbw+fmKnOb3P111BS0c9b143GU2O+ibazpQqPWERDmbnLdOJJZV9Fh0S4i1odnPlvO8isnWL1PRVEbbu7ObHjsEHes2sbfl3/DxicO0dY0vEaLkRC3YBpUDegxHbGuV9UTJLe8Jgkg2C3Y4nq1emU9QW4GuzHu4dQp6xjvPZ7HZj3Cu2dt4MV5z7MwdMGwtHXWqJD7yXBwNPWBW4ArnXWWpyYa7JQoAmVm190CZHTWGvzjH+9N0lXjTNb16DQ66jObcQ+xvpamo16FTqPHY8h6G48gw/3aasx1tfXlJY8h61w9+jS2VytxcHRg5pVjzSrRZSmGETXv0OF1OnRUK3HzN/eZIkBGZ611n3XUKC2uw1UEyPorSADRZ4ZwznMzCZ1+4jMsRnNeC3ULod6CtjplPcFu1rWFuAVTozRfU2rL7oq4S8hpziO5LmVY2kab3zqNZWBIfnE35mcL+ayt7zd46Dq1fpu+ciNxkbDy+ZnMvWkCLu4nttwARnf5tKbNPcjUBybaqi1rs+S3856fybybJ+B6En6TjQnH0cUZVXGpyXVVabnh+5goMxt1s6FR5Bpm2tkqiwg3+d9dXomqqMSgU+GG37KzCbvpWuq37ULbbvkdOBhleQ07xp5N6t3PoVHan37sMcHQSG4vMH2WzsIyANxjo5C4uqCIDKOjoMQkTE9jC71tHXjEmj/vULoaDOlpTD8jxrTpqDF/F7dXG+odiiE2ikDDSGdHrQpNrxZlY49ZvK4ezjjJJHRYyCfW6KhRorD0Pgg0/V0302nlfeAWaPoeiT4zhKXPn9z74HSj1etH7d//ImLc3A5Lly4lKCiITZs2ceDAAfbt2wdAZGQkzzzzDNOmGXoE582b1z9lNzo6mvT0dD766COWL1/O+++/zxlnnMHNN9/cb/vSSy+xZMkSkpOTSUhIYOvWrTz88MMsXboUgLvuugu9Xm8yegrQ3d3N6tWrWbZsGcHBhs0HrrnmGt59913y8/NZsmTJST/rDTfcgERiPm3ktddeY8GCBZx//vm8+eabpKSkMGPGDBoaGjh06BDvvfceYGiQ/+1vf2PFihUAhIeH09nZyeOPP84dd9zRH98111zTv2HSXXfdxaeffkp6ejorV67E3b1vSuQpnC7co9QA4CI3ze7OMsOz9irNpy3ZtVFpzGySt5UTGufJmERvs+8soeoy9LjKhkxfce27p0ppeZMEb3/zhtRQKgtbaWlUMW9lFGetGUtNeQc7P8hm/V37eGjDElxkwyv6MqkMlcb8Bd+t6UYmta5DLpVRb6Gi263tRiYxvFjdnd3xdvHmpok3sK1oB7VdNcwMmsk18X8BsDt1Uq3SIJWZ51epqwSNyvpUNLVKg1uAuXapiwSNjSlsOVtL6KpTMf1v1jel6u3LN85DdDm5SvrvbWajsm3Ta+VZ2utUHPmsCJ8IBWHD7HVWqzQ4WfGZ2pbPlBoUlnw2xNf2Nr2wxWjOawZt5pXHbq09bXJqlfVm11XabkIs2E31n0yoIpSPjrxo9p1tbaPHb8b8PDSfDZQB83ymtlZuZKY2Eqkjnv9BHhvN5VN9En4zPo81m97BfrPRiWYPiYfhvawZUh/RdBoaT1J386UgrQeTUZWWM/bJh9CqVHSkZaKIjyPqwX+g1+lwlJvmTecAf+Yc+x0wNHJLnn91WNp6W9qgxXyU0RrOngat6nbTZ1F3GJ7FyUOBk6e7xTAAmo4unDzsL30x1iukQ961UlfDZ3W3eV4zprGTNRuVBrUxXlfzd7i933Gz+ymtv0NtxaNRanCy0KHr5CqhY5Cdx3+Q5wR/LkRjdBhMnjyZyZMno9PpyMvLY9++fXzyySfccMMN/PijYarHrFmzTGymTJnC3r17AcjJyaGsrMziSF9RURFyuRy1Ws2kSZNMvlu3bh2AyXRVV1dXrrzySvbs2UNGRgZlZWXk5+fT2Nj4H0/Tfeqpp8w0AAQEGNYphIWFMXPmTHbu3MmMGTPYtWsXAQEBzJ49m+bmZmpra3n55Zd57bXX+m11Oh09PT1UVlb2b4QUExPT/72x8ak+wV3zTgR761AtrjOx1/k0xKYyr5W64g4uvH/4U6D0Ots3cRzuAhgLXHn3NCQSByLjDNNvxiX5ExLpwYt/38uhH8pYuDrGzMYBB7Md/hwcrE+esOVXh6EOGmzX51yJgxR3Z3feTP8XR+tTAcN6NF9XH1ZHn2dS0dXr9Ay9nc3723KdLbdbsNPr9eRuLaHkpypizg0jeMgUKtOwNuIGizso6u0UW0tJ0FrdxQ/PpeMoceDMOxLNerYN8Zr7zNazn0qf2WM05zVL2myVRZ3NfGhDmwW7cyLOorS9jOymHMvxjWK/9WPvNWSxjNkxOfmfwhO8z8iVzxO9z+n0m4Oj7Ul0egt1D71aTcYVfyX2paeZ9MWHAPTU1lP4yNPEv/MKOpVpB4q2u5v0S/6C1NuLyLtvZ+rOzRxdtobeWvPOnP8IO8+CTjeM5x3G6JTdeoeFvDYcG3thrEi3/A61dS/r352snUBgDdEYtUFtbS0bNmzgpptuIigoCEdHR+Lj44mPj2fJkiWsXLmSI0eOACCVmrpSp9Ph2PeDptPpWLVqVf/I6GB8fHyoqqoatialUsmVV15Jd3c3S5cu5YILLiApKYkrrrjiP3hSA4GBgUREWF6wbuTCCy/kmWee4aGHHmLHjh2sXr0aR0fH/obwAw88wNy5c83sgoODqa83vFScnc13VPtvbVwEA6ObQ0cze/p6GF0sLKwfsNEOsbE8Ypr/Rz2uCinR04a/LkLWt1Ndt9JUV3eXxuT7kyEmwVzH2EQ/ZG5OVBZb7kU+L3oV58esNrl2pC4FD7n57oSuUleru3QCqDQqXCXmmyi4SmX96+C6td3o9DrSGzNMwmQ2ZTHRbyIezh6097YDULCzjIKd5Sbhgqf50dtuPlqlUWnNeqMHI5VJ0PSY9/pqujVmPdJatY60D/KpTm4g5tww4i+OthovgLPc2INtGr/xs7PcXJezvG/kY8iorDHvOQ/RVJPTwi+vZuHkKmHpg5P7pwsOJXdHGXnby0yuhU73o6e91yyspluLkwVtRqQyqcVRY7UdO2uM5rx2wdjzWDP2fJNwh2uP4OFsrk0mdUVlQ5tSo+ofZRxqN/SZ3JzcmOATxxcFX1mNbzT6bSjG/DA0P6ut5GcTG5XlMnAyecwSo6l8WtM2dFaHTW0yO74+RX7T9E2XlbiZTjc2johqOixPp+0uLSd9zVU4+frg5O2FsqQM19BgHBwdUQ8ZzdS2d9B6wNDx3pGWxayDPxJ82UWUvWp/TfeJoG4zaHVyN30W42hnb1tn/4io1N18erWTh6I/DlsY3yXm6akx+d6izZBR08Gj5tL+MBZ+j1Vai/EC5GwvI3e47wOV7d91J7nU4kZYapUW6SnKc6eb/9XpsKOV/41c81/C2dmZLVu2EBwczI033mjynYeH4SXs52cYJcnMzDT5PjU1lfh4w3S+cePGUVhYaNLQKyoq4sUXX2TdunVERETg5OREZmYmcXEDx3lccsklLF++nAkTJvRf279/P9nZ2Rw4cKD/3q2trTQ1Nf1XG3RGzj33XJ544gm2bNlCdnY2r7zyCgC+vr74+PhQUVFh8py7d+/mxx9/5Pnnnx9W/MM5W/NE8Q4yrIloGbJGo6VvbYVvmPkLxydU3h8mMHpgTWdL35pCv3BTm6KURsbN9D+hM778QxU4OjpQX2U6Fcj4OSjC3ZKZXVSdalJ/ryQyzofQqIHdfnU6PRqNDoWVM+/2Vf1GemO6ybWp/lNJ9E3AAQeTNWmB8gBquqzvJlirrGWMu/kmTgGyAEraDetw6pR1ODo4InWQomHg5Stx6Jtiph14SUYsDCZwkmkDu/ZYIw3ZhnNCB488dNWrbE4XVQTKaaswn37VVd/dv3MuGKYwHX49i5aidhIuiyF6SaiZzVDcA1xxcHSgvc40rxk/W5oqZ5x22F6nwjdy4P4dRpvQAZviP+r4/Z1cPEPknH3vJNx8rB+7FLUwmOAhPqtObaQuy9xnnXW2feYeJKO13JLPVHhHnXg+Hc157ZeKfRyrN9U2PXAqSX6JFrQFUmVDW01XLZEWtAXJAyhqM12PNslvIlJHKcm1R6zGN5r9ZsRQBgbyrxHjZ49QS2VA1h/GZ1AZ6LRRbk6G0VQ+LWvDTFuHDW0eg/xmUdsp8puqrBy9RoMs0jS/GD8rj5vvbeHo6oLf8nNoP5JKd0UV6ibDxjaKiYYd7TuzssHREf8V56AqLqMzO7fftqeyCk1rG85B9ncgPlHa8w15WzE2gpa0gXsaNy5qzy1C06VEWVnbf82Ii78PTh4K2nKL7N5HESDDwdGwhnowxjxtaQqr8Te4s64b7wjzcuAR4oaTqwSZt7NZvN3tvWi6tVanxkYvCjbbRMjq+8DOO9Q9SEZrmfn7oLNehc9JvA8EArGBkQ18fHz461//ymuvvcYrr7xCbm4uFRUV/Prrr9x2223MmjWL6dMN50zu2rWLTz/9lNLSUt577z1+/PFH/vrXvwJw3XXXkZOTw+OPP05RURHHjh3j7rvvprS0lMjISGQyGVdeeSWvvfYaP//8M+Xl5bz88ssUFBSwYIHpRhFBQYaNJXbs2EFVVRUpKSnccsstqNVqenvNKwYnQltbGw0NDWZ/TU0D59zJZDKWLl3KSy+9xNSpU/sbng4ODtxwww18/PHHfPLJJ5SXl/Pjjz/y2GOP4erqanE01BJyueEHMCsri+7uEz8LzRJSZwnh8V4UHKo3abAXHGrARS4leJx57753sBzPQFfyD5pOESo4WI93sAzPQevnVB1qWmpUhE7wOiFdTs4SxiX5cWx/lYmu1N8rkbk5ERV3cufKSp0d+fz1NPZ8lmdyPeOPatQ9WmInW37Bt/a0UtpeZvKX1ZSNTCoj0TehP5y7k4LxXuNNdu8cSlZTNsFuwYS4DRyqHuIWTKgihOw+u4y+IzJmBc00sZ3iP5nyjgq6tQPp7+rlgleku8mff4I3mm4t9dkDuwf2dPTSdLwN/0E77A7FP8GbzholHX2bRQB0VHfRWaPst9Np9SS/kUVrSQfTbpowrIYoGPJaYJwnZUcaTNK0NLkBZ7kU/xjzvOYRJEfh70rpYdPjPUqTG/AIkuHet0a4Iq2J397OJWC8J8sfmWq3oivzdsE7yt3kLzDR4LO6rIEdD3vae2ksaCXAxlrngERvOmqUtFcN+Ky9qouOaiWBNnxtjdGc11p7WilpLzX5y2zMQiaVkeSXOEibO3He48kctMPuUDIbswhRBBPqNrDLaqhbCKGKUDIbTZ9prFc0Tapmm+eKjma/GZE4SwiI9aIipdGkDJQfacBJLsEv2rwMuAcaykD5EdMyUH6kAfcgGYphrJMfDqOpfA5F4iwhMM6L8iF+KzP6zYa2smRTbWWn2G/6nl5aD6fgv/wck+t+y89B09ZOx7EMMxtdr5pxTz1M8BWXDlyUSAi99kpUJWV05RaATkfUA3cT9c+7TWwVifE4+XjTlZt/SvQPprOonM7iCsZcdK7J9fA159BeUEJXmWGmWs0PBwhduQhHZ6dBYc5Fp9FQ98shu/eRODviH+tFZYppXqtMacRJLsEn2rzR5h4ow83flYoh5aAypRFF33cAQYk+VKc1oVUPTI+uPNKIgyMEWDlSTubtgk+Uu8mf8X1QO+R90JDfSqCN90Fgojft1t4Hw9wzQyAYjBgZtcOdd95JZGQkX375JZ9++ind3d2EhISwbNkybrrppv5wF1xwAT/++CPPPfcckZGRvPrqqyxcuBAwrDl97733eO2117jggguQy+XMmTOH++67r7+Rtm7dOiQSCY8++igdHR3ExcWxceNGoqOjaWgY+GFKSkrigQce4MMPP+TVV18lMDCQ5cuXExwcbDY6e6LcfvvtFq/L5XKOHTvW//nCCy/kq6++4sILLzQJd9111+Hi4sLHH3/Mc889h5+fH5dccgl///vfh61h9uzZTJo0icsuu4wXX3yRZcuWndzDDGHuxZFsfuwY21/MYuJZwVTlt3F4WxmLrhqLk4uEHqWGxoouvINkyPtGDs+4JIrdb+Qic89j7Ax/jic3kHegnvPuTjSJu6Gvh9DPwgirPZZfOYFX7/mNjY8f4oxlkRRlN/HjFwVccMNEnF2lqLrU1JS14x+iwN1reJUbJ2cJSy+PZeeHObh7uzJxVhBVxW3s3JTDpDNCiJs6/N7mgtYCcpvzuHHijWw5voXO3k5Wx6xGqVH2nzsIhkqs1NGJ8g7DVNrk2iOsjFrBXVPuYmvhVgAuGnsRFR0VJNcZRn7yW/I51pDG5bGX4SJxobKzijOC5zLWayyvp71pV5vveC98Yz059m4eEy6KwlnhRMGOMpzkUiIWDVSwO6q70Gn0eI4xTMMKmeHP8d3lHH41iwlrDLsi5n5VgnuoGyF9u/6V/lpN8/F2IhYGI/N2oaWo3eTe3hYqhkYmnR/J98+msff1bMYtDKb+eBtZu8qZfmk0UhcJvUoNrVVdeATKcPUw5LXJF0Syf2MeBz+QEj7Vj/KjjZQermfhbYbZFZpeLQfezcPJVULS6ghaB1UCANx8XIZ1tpxfrBd+cZ4c2ZhH4sXROCucyNteipNcSvSgYynaq7rQaXR49fXOh80MIP/bcg68kkniRYapyllbi/EIcyN05qkZvRjNeS2vpYCcplxuSbqRzwsM2i4ca9D2U/nA0RWhbiFIHaWU9Wk7VJPM6uiV3Dv9LjYXGLRdNv4iyjsqOFSbbHKPcEWYyREw/5/9NnF1BD89n87vb+QQszCIhuPt5OyuYMolfWVApaGtqgv3gIEyMPH8CA6+m4+LooCwqb5UHG2i7HAD8261vmHYyTCay+fE1RH8+Fw6v72Rw9iFQdQXtJO9q4Kpg7S1VZv6LemCCP7YmM8hRQHhU32pSDX4bf5tp9Zv5a+9TdLmD4jf8Cq1m7/CY/oUwv92PSXPvISuuxuJwg35+LF0l5YbdtLV6aje9Dmhf72anppalMUlhP5lLZ4zppB1/W39Cw/LXn6TuNeeZ9yzj9Kw63tcx4QbzjTNLaD2i6//Y91Sdzc848fSWVROT6Oh4zLziX8x58Pn6GlqpWrHL4StPouIS5ez/9I7++1yX3iPiMtXsOi798h7+QM8xkcy6Zl1FG78clhnjALEnzeGvS9k8Me/coieH0RjYTt531WQdHEUUhcJapWGtioligDX/vRMWB1B8nv5pCiOEzrFl6rURiqSG5hzy8AMubjl4ZQfque3lzKJXRpGR62SjK0lRC8KGfYZowD+sV74x3mSvCGPpEsM74OcbaU4y6XELDZ9H2g1uv7R2rCZAeTtLGf/y5kk9i1dydpSjGeYG2Gn6H1wutEOZ12w4JThoB+JuZ3/4yxevJgLLrjAamNOMPL8O+cWs2sFh+rZv7mE5qouFL4uTF0WxszVhpHd8qwWPn84leW3T2DioB/htO8rSd5eTntjD16BrsxeE0nioIYOQO6BOnasz+Kvb8y2OOXXyHXxb7G36kGz68d+r2LnRznUVXTg5Sdj0eoYzr5kPAD5afW8vO43/nLvdOYujTSz/WNPKR+9kMLTny3DL2jg3jqdnt93FrN3exEN1Z24ebgwc0k4q/6SgLOL+e55i0Kf5tofr7eoWy6Vc9n4S5kaMAUHHChsK+Tz/M0mx0LcN+0e/GR+3LN/4Lw4Hxdv1sZeTrxvAlq9luymbD7P30xb78BaIamjlPOjz2NO8Bzcndyp7qpme/FOjjUMdH58cPb7/OP3Gyxq6+1Sk/NFMbVphmnqPjEeJFwWY7Lt/B8vpKNs6mbJ8wObjKmau8n6vIiGnFYcJQ74J3iTcGk0rn0N/gPPp9F8vN3sfkZWvWeYsbB+/rs8l2K+FrzsSAPHviqhrUaJ3NuFCWeHkrjCMKWtJqeFPU+nMe/GOMYtHMhLeT9XkbWrAmVzDwp/V5LOi2DsfMNMiOrsFr5/Js2qnskXRjJlzcBxA/dPf4cH/rjRYtjeLjUZm4uoSTX4zHesJ0mXx5hMy/rtuTSUjd0sXT+7/5qyqZuMz4qoz2nBQeJAYII3Ey+PQWalkyTlvTwa81pN4gB4du7GUZ3XrthzrVVtV8ZdxvTAqTjgQEFrIZ/kfU5N18DRLQ/OvA9/mR937rtnQJurD1fHrSXRLx6tTktmUzaf5H1Oa4/pmrkX5j1FeUclb6a/Y/H+ny79YFT67YOz3+fJ5IGOWSPlKQ1kfF1Ke18ZGL8klPjlhuM8anNb+OmZdObcEEvMgoEyUPBLNbm7K+hq7sbdX0bCqjFEz7N8PE1ng4pt6w6bxTGYh2duGJXlEwxl9OkjFvx2pIG0QX6LPTuUBKPfclr44Zl05t4Yy9jBfvu5muxBfks8bwwxNvz29V2HzeIYzIMzNrAvNM7suu/SJUTefTvymCh6auuo/ugzKjd8AIDnnJlM3rqJvLseoO7LbwBwkEqJWHcrgRetxsnLk87sPMpeeYuW3w6YxOu34lzG3HoD8nHRaLuUNO75iZJnX0bTZvobvLAqj88cYi1qBghYOJMlez/mp0VXUb8v2eTawWvup+Sjb/rDjr3xUib84zrk4cF0FleQ/exGSj/ZbhKf/7xpTHnxXrwnT6CnsYWSj7eT8cjr6DXmO+Gu1efzyCHz39zKlEayvimlo1aJzNuFsWeFELfMkJ71ua38+lw6M/8aS9T8gfQq/LWa/O8qUTZ3o/CXMWHlGCLPCDSJtyG/lbQvimkt78RF4UTk3EASL4zE0cJSoSdmb+TBg9bfB+mfF1Hd9z7wG+fJpCHvg73PGt4Hy18yfR+kfVZEffbA+2DSWuvvgyPv5tGQ12oSB8DTczZaDH+6WbRl7emWYJW9F392uiWcckRj9BQgGqOjD0uN0dONtcboaMBWY/R0Y6sxerqx1hg93dhqjJ5ubDVGTze2GqOnG1uN0dOJtcboaMBaY3Q0YK0xOhqw1hg93dhrjJ5OrDVGRwO2GqOnG9EYPXH+FxujYpru/zB1dXX955ZaY+LEiWzatGmEFAkEAoFAIBAIBKMXrRimG1FEY/QU8Msvv5xuCRbx8/Nj27ZtNsMYz/4UCAQCgUAgEAgEgpFENEb/h5FIJHbPDRUIBAKBQCAQCASC04FojAoEAoFAIBAIBAIBYjfdkUacMyoQCAQCgUAgEAgEghFHNEYFAoFAIBAIBAKBQDDiiGm6AoFAIBAIBAKBQABoxamXI4oYGRUIBAKBQCAQCAQCwYgjGqMCgUAgEAgEAoFAIBhxxDRdgUAgEAgEAoFAIEDspjvSiJFRgUAgEAgEAoFAIBCMOKIxKhAIBAKBQCAQCASCEUdM0xUIBAKBQCAQCAQCQCtm6Y4oYmRUIBAIBAKBQCAQCAQjjmiMCgQCgUAgEAgEAoFgxBHTdAUCgUAgEAgEAoEAsZvuSCNGRgUCgUAgEAgEAoFAMOKIxqhAIBAIBAKBQCAQCEYcB71eL8aiBQKBQCAQCAQCwZ+ehI8uPt0SrJL9ly2nW8IpR6wZFfxP8uDBG0+3BDOenrOR3aX3nG4ZFlke+SLPpdx8umVY5P7p7/BS6ujUdvfUd7h41zWnW4YZW1Z8yC2//vV0y7DIW2e+J/LaSXD31Hd44ejo03bvtHd4+shNp1uGRR6csYHHDo9ObY/N2sBNv4zOMrph8Xs8mTz6/PbwzA08cmj0vdsBnpi9kc8cYk+3DIus1eePar8JBGKarkAgEAgEAoFAIBAIRhwxMioQCAQCgUAgEAgEgFasYBxRxMioQCAQCAQCgUAgEAhGHNEYFQgEAoFAIBAIBALBiCOm6QoEAoFAIBAIBAIBoNWdbgV/LsTIqEAgEAgEAoFAIBAIRhzRGBUIBAKBQCAQCAQCwYgjpukKBAKBQCAQCAQCAWI33ZFGjIwKBAKBQCAQCAQCgWDEEY1RgUAgEAgEAoFAIBCMOGKarkAgEAgEAoFAIBAAWp2YpjuSiJFRgUAgEAgEAoFAIBCMOKIxKhAIBAKBQCAQCASCEUdM0xUIBAKBQCAQCAQCxG66I40YGRUIBAKBQCAQCAQCwYgjRkYFdnnggQfYtWsX27dvJyoqyuS7hoYGVqxYwYIFC1i/fv1pUjh8NN1aMr8spjKlAU2PFv9YLyZdHoN7sNymXXdbL+mfF1GX2YxOpyc4yYeky2OQebn0h9Fp9eRsK6XsQB29nWq8IhUkXRqDb4yHzbjzjtaz+8M8ass6cPdyYd6qSBZdFIODg4Pd56ksbOOVv//Gg/8+C58g02dI+62aX7YUUl/RgczNifFT/Fl5/QTcvV3txmukKqOZ1C3FtFR2IfN0Ju7sUBKXh9vUVvxHHenbSumo70bh78rEVWMYtyDYJEzJ4Xqyvi2ntVqJs1xKSKI30y+LQebpPGxtlRnNHPmimObKLuSezsSfE0rSCtvaCg/UceybUtrru3H3d2XyeWMYv9BUW/6+GjK+raC9ToXCz4WEc8JIODd0WOkxGFeJC1fEXcLsoOm4Sl3Iac7no5zPqe6qtWnn6ezBX+IvZ7L/RCQOjqTWZ/BR7ue09rT1h3F3UrA27mKmBiThInGhqK2Ej3O/oLS93K4uF4kL50evYbL/NFwkLhS2HWfr8c3Uq+ps2rk7ebBm7CXE+yYicXAkqymTrwq/pL23zWJ4bxdvHpr5OL9U/MSu0h12dYm8dnJ5rTKjmaNfDvgt/uxQEu1oK/qjjrRvBvw26TwLfjtUT8a35bQN8tuMy4fvt+rMZo59WUJrlUFX7JIQ4u2kZ8kfdWRsL6OzT1fiyjHELAiyGFat0rDznykkXRDB2CHa7VGT2UzG1hLaqrpw9XBm3JIQ4pbZ1lZ6sI7sHWV01Xfj5ufKhJVjiJ5vXdt3D6aQeEEE0fNPTBsYyuiFMWuY0ldGj7ceZ0vhZuqU9svoxeMuIaGvjGY2ZbLluGkZPSN4PldP+IuZ7a+Vv7C54DOb8VdnNpO2ZcBvsUtCmGAvTQ/WkdWXpm7+riSsHEOMDb9925emMSeQprWZzWR8VUp7n66xZ4UQuyzMpq6yg/Xk7Cijq6EbuZ8rE1aGEzXPVFdzSQdpm4toKelAKpMSNS+QhAsikUhPfBxHFhrIiqxv+e38W6nfl2wzbMRlK0h46G8oosPpKq0i57mNlGzaZhLGZ1oiU9bfi8/0RNTtXZR8+DWZj72JTq0+IV3qbi0ZxjpRt6FONHltDB7DqBMd+7yI2oxm9H11oslrzetE2dtKKdlvqBN5RyqYfJn9OpHgz4cYGRXY5YEHHsDT05NHHnkE/ZCpC0888QQymYxHHnnkNKk7MQ6/k0vlkQYmXhzNzBviULX0sO/5dHq7rP+A67R69r+cSXNxO1P/Mp6pV4+j8Xg7v6/PRKfR9YfL+LyI499XErssnFl/m4CjowO/v5hBZ53Katyluc2898hhAsIVXPvwDKYtDmXn+zn8/GWh3WepKW3n3YcPodOaTydJ3VvFR0+nEDbWk2sensHyayZwPL2Rf917EHWv1m7cAPXH2/hpfQaewXIW35lI9NxAUj4vInOn9QZPaXI9+97KIWSiD2etSyRoghf7N+RRfHCgElV8sI69r2fjG+nO4jsSmXZJNDXZLex5+hiaYWqrO97Gnhcy8AyRc85diYw9I5DDnxWRvsO6tuLD9fzyrxxCk3w45+5EguO92PtOHoV/DGjL+6Wafe/kMWaKL0vvncj4BUEc/LiQtO1lw9I1mDum3Myc4Bl8mr+FN9LfxcfVm0dn34eb1PpL3tHBkX/OXMc4r2g2Zn7Eu1mbiPMZx8Mz/4HEQdIf7h/Tbmdm4BQ253/Nq8fexhEHHp/9AAEyP7u6ro2/gakB09le/BWbcv+Nl4sXd065B5kdXbdOuoNIj2g+z/+Yz/M/IcZzLLdPugvHQboGc2XctTbjHIzIayeX1+qPt/HjiwZtS+5KJOaMQJI/LyLDht9KkuvZ26dtybpEgid48ds7eRQN0lb0Rx2/vJ6NX5Q7i+80+K06p4XdTw3Pbw2FbfyyPhPPEDmL7kggam4ARzcXk2VDV1lyA7+/nUvIRB8W3ZVI4AQvDmzMo+SgeQOsp0vNz+sz6WzotqtlKI2Fbfz2ciYewXLm/T2ByLkBpH1RTO631rVVHGng4Du5BCf6MP+ORAImeHH43TzKDplr6+1Ss+/lTLoaT1ybkev7yug3RV/xYV8ZXTflHuR2yujfJ99BlEc0n+Z9zKf5nzDWcyx3TjYto+Hu4dR21fBcyjMmfz+Wf29TU0NhG3tfMqTpwr40Tf2imGwbfis/0sCBtw1+W3hnIoFxXhzcmEeplTT99aUT91tjYTu/v5KFR7CMM25PIGJOAOlfFpO3q8KqTcWRBg5tyCUo0Zsz7kggIM6T5HfzKT9U3x+ms17F3hfSkTg5MufWeGKXhpH/fSXHPrH/bh6KPCyIxT/8G2cv+42w8AvPYe6n66n94QC/n38r9XuTmfPR80Rcurw/jFtUGIt/+gCtqocDl9xJ3kv/Jm7dtUx7/aET1nbo7VwqkhtIujiaWTfGoWzp4dfn7NeJ9r2USXNRO9OvGc+0vxjqRPteNK0TpX1eRP6eSuKWhzPnFkOdaO8LGXTYqBONFnS60fv3v4gYGRXYxcPDgyeeeIKbb76ZL7/8kksvvRSA77//nh9//JH3338fD4/R39PVVNhGTVoTZ6xLJDjJFwC/8Z7svucwRT9XM+G8CIt2lUcaaC3r5Jynp+MR6gaA1xgFPzyUQmVyA2PmBqJs6qbo12omXzGWmMUhAAQm+vD9/cnk7ypn2nWxFuPe83E+oTGeXHnvVAAmzAhAq9Hz0+bjLDg/GmcX84q+Rq3j9+3F7NmUj9TZcn/ST5sLmDAzgEvumNR/LSBcwat3/E724Tomzw+x669jX5XgE6lgwS3xAIRN8kWn1ZOxvYz4pWFInc21Hf2ymMiZAcy6ahwAoUm+9HRqSN1SQvScQAAytpcRNtmHudcP+MQzWMa3j6ZSeayJyFkBdrUd3VqCb6SCxbcatIVPNmg7tr2MxGWWtR35opjoWQHMvdqgLXySQVvKlhLGzjVoO7a9jKhZ/sxaG2PQn+hDW42KrO+rmHJ+pF1dRsZ7xTA9cApPJ79EWkMmAHnNBfzrzBc5N/Isvi7cadFuTvAMoj0juWvfP6nsrAagtL2clxY8xZzgmeyvPkiwWyDxvrG8nfFvfq38HYD8luO8v+QNFoSdwdbj263qivKIJslvMm+mv0pOcxYAhW0FPDH7ORaGnsmesl0W7ab6T2eMewRPHH6YWmUNAJWdFTw083GmBUznSN1hk/ALQhYRJLc8+mEJkddOLq+l9mlbNMRv6dvLSLDmty+KiZoVwOw+v4VN8qWny+C3mD5t6X1+O2Ow30Jk7HwklYpjTUTZ8VvaV6X4RCqY97cJhmfr05W1o5wJVnQd+7KYiJn+zLhyrMEmyYeeTjVpW0uJ6ktPgIqjjSR/fBx19/A6E4aS+XUp3hEK5txs0BaSZNCWvbOc8eda1pa+pZgxM/yZeoVBW3CSD72dajK+KiVi9oC2ytRGUj85jlp1ctoAoj2imeQ/mdfTXiW7r4weby3g6TmGMvqdlTI6LcBQRh879DA1xjLaUcEjsx5nesB0kvvKaLginNKOUkrai09IV0af384Y6rcd5cRZ8ZsxTaf3pWlIkg+9XWrSvyolcnCapjaScpJpmv1NKV4RCmbfZNAVnORjmKW0s5xx54Ra1JW5tYTwGf5MMabnRB96uzRkfl3KmNmGvJ27qwKpq5R5dyYikToSMskXqbOE1I+PM2HVGNx8hzHDyMGBqKvPZ8r6+xjuZIdJz6yjfMseUtc9C0DND/tx9vEk6ck7KPtiNwDx992AuqOL31bfgk6tpvq739Aou5n+5sNkP/MOyoqaYd2rsbCN6rQmFqxLJHjSQJ1o1z8OU/hzNfFW6kQVyYY60dJnpuM5qE6058EUypMbiOyrExX+Us3UK8Yy9ixDfSMo0Yfd9yWTt6ucGVbqRII/J2JkVDAszjzzTM477zxefPFFGhsb6ezs5Mknn2Tt2rWcccYZFBUVccMNNzBlyhTmzZvH3XffTUNDQ799W1sbDz30EPPnzychIYE5c+bw0EMPoVIZesgOHz5MfHw8GzduZNasWVx44YXoTnEXUG1mCxIXR4ISffqvuXg44x/rRW1Gs1W7usxm3INk/Q1RAI9QNzyC5dT02dXntKLX6gmdOjAyJXFyJHiSb3+YoWh6tRRmNDHxDNPpSJPmB9Oj1FCS1WTRLvdIHd9/WsCSy8ax6vp4s+91Oj2xU/yZs8z0RRIQrgCgqbrL6rMa0ap11Oa2EjHd3+R65Ex/1N1a6vLNp2Z2NKhor1ERMcN0dC5ylj8ddSraapXodXpCEn0Yf6ZpY9gzxODb9nr7PaZatY7qnFaiZphqi5rlj1qlpTbPsra2GhWRQ7RFz/KnvVZFW40SgKX3JjH7ihiTMI5SB7TqE8uLk/wn0q3pJqMhq/9ae28HOc35TPFPsmo32W8iVZ01/Q1RgMrOaqo6a5gaYLBzcnQCQKke8FW3pge1To27k8KmrnifRLo13eQ2Z/df61R3UthWQILvRKt2E3wSqO2q6W+IAtQqDZ8TfEztfF39OD/mIj7N/8imFiMirw1wInlNq9ZRk9tKxFBtMw3arPmtrUZFxHQ/M5v2OoM2vU5P6EQf4hab+s3L6Dc7oxpatY663FbCp5neI2KGIT3rLejqbFDRXqtizBBdETMN6dlea/BZb5eava9mERjnxZJ7rZcjW9rq81oJG6ItfIY/mm4tDQWWtXXUqggboi18pj+ddSo6Bmnb/1oW/rFeLLrnxLUZifc1lNGcIWX0eGsBiTbKaHxfGa0ZVEZrlDXUdtWY2IUqwqjosD5qaIn+NB3igzF9ZbTBSpp21KrM8sGYGeZp+ltfmp51gn6zlp5hM/zQdGtptJCeXQ3dhvS0kAcGp2dtVjMhk3xMpuSGzfBDrzfUJYaDV1IsM995nNJN2zh41b12w7tFhOIRG0XlNz+aXC/f+j3u4yJxH2t4pwefO4/qXftMpuRWbN2Do0RC8LnzhqUNDM8hdXEkcOJAncjVwxn/OC+q063XiWqzmnEPlvU3RAE8h9SJ6ox1ommmdaKQyb7U2Ihb8OdEjIwKhs1DDz3EwYMHefHFF/Hw8MDNzY177rmHuro61q5dy6pVq7j//vtRqVS88cYbXHrppXz77bfI5XLuv/9+6urqePPNN/H19SU1NZV//vOfjB07lmuuuQYArVbLvn37+OKLL1CpVDg6ntq+ko4aJQp/GQ6Opl2UikAZ5RamDRlpr1GiCDKfHuUWKKOz78XVXqNE6irB1cvZLEx3ay8aCz2+TbVKtGodAYN+0AH8+ip99ZVdxE4z1xM+3ouHP1qCm4czyT+YT5FydHRg9U2JZtcz/zBUUoIi3K086QAd9Sp0Gr3ZuhGPIBkAbTVKQge9wADaqpR9YYbYBBps2quVeAbJmdnXSz6YshRDx4X3EF9Yor1Pm+cQbZ5992mtURKWZKqtpU+b19DnGWTjGSzvv79er6enS0NpcgPHf69j4opwu7oGE6YIpk7ZgA7TKdS1XXXMC51j1S5UEUyNhTWltV11hLgZRhrLOyrJbMzh4nHnUdVZTUtPK2vGnoezxJkDNYfNbAcTJA+mqbsR/RBdDcp6ZgTOsm7nFmxxTWmDsp7AQSOgDjhw9YTrSK0/YlKZtoXIayeX14x+87Tig7Zqc7+19mkb+jzug3ztGSxnli2/hdn2m7X0NN6jvUZJyND0rLacnu6BAzYeQXIkLhLOe34mniFyOhtOfKpfZ582dyv36ahREpxoqq29T9tQG0XAgDb3Pm3Ln5uJR/DJaTMSLA+m0UIZrVfVM8tGGQ2WB1tcU1qvqu+fpeAvC0AmlRHpEcnjs57CX+ZHg6qR78p2caj2oNW4jX6zmj61SoKtpOnQ/RgspenK52fieRJ+62owpqfM4j06alQEDXkVtvd1xiqG2CgCDSOdHbUqZD4uKBt7zOJ19XDGSSaho69DyR7K8hp2jD0bVVUdAQtn2g3vMcHQOdVeUGpyvbPQMHXfPTYKZWUtisgwOgpKTML0NLbQ29aBR6zpvh62aK9W4uYvw3FonShARpmtOlG1EvdA8zqRIlDW75v2akOdSDakTqQIkKFq7UXdrcXJ1fISj9GAXid20x1JRGNUMGw8PT157LHHuO2223BycuKTTz5BJpOxYcMGgoKCeOihgfUKr776KrNnz2bPnj1ceOGFnHHGGcyYMYPYWMPUjLCwMD755BMKCgpM7nHdddcRGRn5X9GvVmqQysx//KSuEpvTqjRKDU6BMrPrTq4SOvrsNEoNThbiNv7YqlUas+9UfWsyXOROJtdd5IZi2a20vGbDy89ciz0aq7vY8W4OoTEeTJgZaDd8r9Kg13nIM9l6nl6VbZteKz5ur1Nx5LMifCIUhE32Hba2of42fraoza6Nqbb64+1sfzQVAP9od5JOsDEql8pRacwrVipNN3Kp9fSTO8mpsVChVGm7kQ2yezfrIx6ceTcvL3waAJ1ex1vp71PQYns9k6tUZlFXt7YbVxu6ZBIZDZp6s+s92h5cpQPT1c4MX4Kfqx9vZ7xhU8dgRF47ubxm7z69NrQN9Zuzq2VtRtrrVCR/avBbuB2/GX1ipsvGPaw+y5D0lEgd8QwZ3jrkE9EmtaHN6vMMSU+J1NHupi/DQSaV0W2hjPbYK6NSGfUq22U0XGHIW36ufmwt/BKtXsvsoDlcG389Ukcp+6t/txh370mkqdpaubbgt6GdI8OlV2mIQyozrcpKXQ2f1d3mZcB4XydrNioNamO8ruZVZHv1BRN9LW3QYnmDN0s4expmtqjbO001dxga0E4eCpw83S2GAdB0dOHkYXt2jEm8Kuv1Fo2NZ1SrNP0N/qF27X121uI2ljWNSjOqG6OCkUU0RgUnxJIlS0hMTCQ0NJRJkwzrEXNycjh+/DhTpkwxCdvT00NRUREAa9eu5ZdffuGbb76htLSUwsJCKisriY6ONrE5VQ1RvU7P0GOibB0bZWs9x3Ds7B1JZWlXP72d2XhDR3BPlrryDt755yEcJQ5c89AMs15QS/x3nsf8Wmt1Fz88l46jxIEz70gc1jOfjDbsdXIOMVH4ubLy4cl0NHST8mUJ2x9NZc0z05FaWMPrgIPZPW3t4qiz8QAOQ4UMwjhSEqoI5qk5D1KvamT90TdRqpXMDZnJzUnX0qPt5VDtEau6HG3oGro5mYmuYdgFyoM4L+p8Nma9Tbd2+CMcIq8NP6+dkDZLz3eC2gBaq7rY81w6DhIHzrrTvt/spY2le9j3s504h8nJ3Odk8tpwOdHfjv+0jB5vLeDN9NfJb8mjV9cLQE5zNu7OHpwXtdpqY5TRmqZ2bmLxt2M4NvbC/LcWuNmbDabT4WAnjLURPYt1IlvpauM2tuyMvrH/O3CKCrXgfwLRGBWcMDKZDJlsoFdMp9Mxe/ZsHn30UbOw7u7u6HQ6brrpJo4fP87KlStZvnw5CQkJPPzww2bhXVxczK6dDDnby8gdsitl6HQ/etp7zcJqVFqc5NaLgpNcanFjBbVKi7TPzkkmsRKmr0dZbl6xdHUz2PYMGcHo7jJ8ltnQNFwK0xv54IkjOMuk3Pr83P4pwPZwlht7iU2fyfjZ2YI2575nHOoH46iG85Ce6JqcFn55NQsnVwlLH5zcP73QrjaZsdfbyn0sabMyKmXtedx8XHDzMeRFjwAZO584RvHhBsZbOGbionGruWT8+SbXDtYcwdPFfFMvmVSGUmN9ipdSo0QmMd8YQy6VoVQb7FZGnYujgyNPHn6RTrWhxzyzKQe5VM5fE6/qb4wuj1zFiqjzTOJJrU/BXW6uy1UqQ2WjAdmtUeEiMS+brlJXVFqVYXpu3LWk1h8lryUHx0G1NQcHBxwdHNFZqZ2IvDb8vGZyH7llbWorPoCB36HeYT5PTU4LP71i8NvyYfrNGMfQkRWb6WnFz7ZsTgZ797H0HnCykz+HjrCdCCuiVrFqSBk9Wp+Cu8xCGZXYLqMqa2VU4to/G6JD3UFmU4ZZmKzGDOJ94vFw9qC9t93se6eTymuW/dZrw9cnitH35nlNY/K9RZsho6aDR8Cl/WEsv/f/kzS3hbqtw6DB3fQ9bRzt7G3r7B8Rlbqbv8udPBT9cQwle3sZ2dtM60RhM/zotlAnUnfbfkZbdSKjnZNcYtF/Rr9bqhONJsQ03ZFFNEYF/zHjxo1j9+7dBAcH4+xsWB/Q2trKfffdx7XXXou7uzu//fYbX375Zf9oqlqtpry8nPDwE5v+OFyiFwUTPGQ6WXVqI3VZLeh1epPe/c56lc1zRt2DZLSWmU+J6axX4RNlmDLjHixHo9LS096Li4fzoDDdyH1dkFjY0c8vxA1HRwcah2woZPwcOMb+2k5bpP5ayWfrjxEQruDGp2af0PRe9wBXHBwdzDYrMX62NFXOONWqvU6Fb+SAduM27p6hAzbFf9Tx+zu5eIbIOfveSf2V8eHgEdinrXaItr7PXqEWtIUMaPOLGtDW1mfjHSpH3a2h7GgT/jHuJuvw/KIMFQFlS49FPT+V7+VofZrJtZmBU5nkl4gDDiZrv4LcAqjqtL7TYXVXLVEe5jsYBskDKGw1rBHyk/lS1VnT3xA1ktucz9yQmXg6Gyqy+6v3kdmUbhJmkt8UJvgkmOnylwVQ22VdV52yjjB387LqLwugtL0Eb1cfojxjiPKMYXbwXJMwyyNXsTxyFQ8dvI/mbvNNuUReG35eG0y/305Am3Eda0etCr9BfjP6erBN0R91/Pa2wW/n3jd8vxl0mW901GEjPT2CZf1hLKbnfzA1dzCKPm1Dj9syfvawoa2zXoXPIG22bIbL71X7yGw0LaOT/acQb6WM1tgpo8ZpuIPxlxvKKMBYz3H4yfw5VPuHSRgniRNanZYuteXN7YxpOvRIDuNnD0vlYFCaWvLbqUhTRYDMkJ71w09P47u+s64b7whL6emGk6sEmbezWbzd7Yb9H/6TNLdFe74hnRRjI2hJyx3Q3LdxUXtuEZouJcrK2v5rRlz8fXDyUNCWW2Qx7phFwYQMqRNVHW2kNtNCnahOZfMZPYJktFirE0X31YmC5KhVWrrbe3EdVCfqqOtG7udicZdjwZ8XsZuu4D9m7dq1dHR08I9//IO8vDzy8vK46667yMzMZPz48fj5+SGVSvnuu++oqKggMzOTO++8k4aGBnp7zXvlTgUybxd8otxN/gITvdF0a6nNGtjJrae9l4b8VgITva3GFZjoTXuNkvaqgRd1e1UXHdXKfruABMP/ypTG/jBatY6atCYCh2yIYcTJWUL0RF8yDtSYTB1CBqJNAAClMElEQVTK2F+Dq5uUMbFeJ/XsADnJdXz6wjEi4334+0vzTnidqdRZQmCcJ2VHGky0lSY34CyX4m/h0GqPIDkKf1dKDzeYXC9NbsAjSIa7v0FDRVoTv72dS8B4T5Y/MvWEGgdGbcFxnpQM0VbSpy3AgjbPIDnuAa4UD9FWktyAZ582B0cH9m3MI/1b050mKzMMOyf6jLG8Fqelp5XitlKTv/TGLOROMib5D+ye4eHsTrxPLOmDdtgdSnpDFqGKYMIUAzuZhilCCHMPJb3RYFfdWUOYewgKJ9Oe8VjvcXSplXSoDZWEtt42yjvKTP5ym7ORSWVM8Enot1M4KRjrOY7cFusbDuU2ZxMkDyZIPrDzc5A8mGC3EHKbs2nraeW5lCfN/sDQKH4u5Unaelotxi3y2gD28tpQbUFxnpQO1XbEtt/c/V0pSbbjt2NN7HvL4LeVj56Y3yTOEgLjvChPaTTRVXakASe5BD8b6Vk2RFfZkQbcg2Qo/E98nbw1bf6xXlQM0VaRYtDmG22uzT1Qjpu/KxVDtFUcacA98D/T1tbbRllHmclfTl8ZjR9SRsd5jTPZBXsoOc3ZBLkFEzyojAbLgwlxC+nfTCzWO5Zr468jQDawb4ADDkz1n05xexFaveV1ghJnCQEW/FZuTFMrflP4u1J+xNRv5acwTSXOjvjHelGZYloGKlMacZJL+htGprpkhvQcoqsypRFF33dgOIakOq3JZHfryiONODhCQLzXf6zdEp1F5XQWVzDmonNNroevOYf2ghK6yqoAqPnhAKErF+Ho7DQozLnoNBrqfjlkMW6bdaLMgTpRd1+dKGgYdaK2QXWitqou2quV/XbG/5VHzOtEQQmW60SC009PTw+PP/44c+bMYcqUKdx99900N9ve/Tg1NZWrrrqKadOmMX/+fB588EFaW1tP6L5iZFTwHxMeHs4nn3zCSy+9xOWXX45EImHq1Kls2rQJHx/Dj85zzz3HG2+8waeffoq/vz+LFi3immuu4Zdffhkxnf6xXvjHeZK8IY+kS6JxVjiRs60UZ7m0/2xQMDQ0tRpdf69p2MwA8naWs//lTBIvNqxxzdpSjGeYG2EzDWeSufm5EnFGIOmfFaLt1aIIknP8+0rUSg2xy62P/p6zdhxv33+Qj55OYda5YyjJaeHXrYWsuG4Czq5SurvU1JZ34BfshsJreBVCda+WL15Jw0Uu5ezLxlFbbjptx8tPhtcwKgKTzo/k+2fT2Pt6NuMWBlN/vI2sXeVMvzQaqYuEXqWG1qouPAJl/T2fky+IZP/GPA5+ICV8qh/lRxspPVzPwtsMR9BoerUceDcPJ1cJSasjaK0y7Yl383EZ1vltUy6IZNczafz0Wjaxi4KpK2gj/dtyZl42oK2lT5usT9vUCyPZ904e+xVSIqb5UXq0keJD9Zz1d4M2qbOEKasjSNlagszDiZB4b5rKO0n9qpTQRG/CJw//BZrbXEBWUy53TL6Jj/O+pLO3k4vHn0+XWskPZQN5PkwRgtRRSmm7YVfkP2qSuXDsKv45Yx2f5m8B4IrYiylrr+CPmmQAdpZ8z/zQuTwy616+LvwWpUbJrKDpzAudzYc5n1mdDgtQ2HacgpY8ro2/gW+KttKl7mRF1HmoNEp+q9rbHy5IHozUUUplp6GxdLT+COdGLOfWSXeyvegrAFbHrKGqs5LUhhR0eh3lHWWWbklbT5vV74yIvHZyeW3yBZF890wav7yWzfhFwdQXtJH5bTkzLjP1m/sgbZMvjOT3DXkc6NNWltJIyaF6zrx9wG/7+/w2+fyT89vE1RH8+Fw6v72Rw9iFQdQXtJO9q4Kpg9KzrboL94CB9Ey6III/NuZzSFFA+FRfKlKbKDvcwPzbzI+v+k9IWB3Br8+nc+DNHKIXBNF4vJ3c3RVMusSgTa3S0FbVhWKQtsTzIzj8bj7OHxYQOtWXqtQmypMbmHvLqdUGcLz1OPkteVyfcANfFRrK6Mq+MrpvUBkN7iujFX1lNKXuCMsilnP75Dv5pq+MXhCzhsrOSo7WpwDwW9VvLAxdxK1Jt7OzZDs92h4Whp5JiCKE9akv2NQ1cXUEPz2fzu9v5BCzMIiG4+3k7K5gSp/fevv8NjhNJ54fwcF383FRFBA21ZeKo4Y0nXfrqfNb/Hlj2PtCBn/8K4fo+UE0FraT910FSRdHDUpPJYoA135dCasjSH4vnxTFcUKn+FKV2khFcgNzbpnQH2/c8nDKD9Xz20uZxC4No6NWScbWEqIXhQzvjNFhIHV3wzN+LJ1F5fQ0GjqiMp/4F3M+fI6eplaqdvxC2OqziLh0OfsvvbPfLveF94i4fAWLvnuPvJc/wGN8JJOeWUfhxi+HfcYoQECcFwFxnhzqqxO5KJzI2laKk1zK2EF1oraqLnSD6kRjZgWQ+205v72USVJfnSijr04UPqhOFDkvkGOfF6JVa3EPkpO/p5JepYa4E9wQ8HTwZ52m+9hjj5GSksIbb7yBs7Mzjz76KH//+9/55JNPLIYvKSnh+uuvZ82aNTz22GO0tLTw+OOPc8cdd/DRR8M73g1EY1RwEnz88cdm1+Lj43n//fet2qxatYpVq1aZXX/ggQcAmDVrFvn5+adOpBXm3J5A+udFZHxRjF6vx2+cJ7NvicfZbaCHMXXTcZSN3Sx/aTZgOBtr/j1JpH1WROqHBThIHAhM8GbS2hgcJQNTW6ZeMx4nNyn5uyvQdGvxjnRn/j1JKGyssxo32Z9rHp7Bno/zeP/xI3j6urLqr/GceZHhaIXKwjb+de8fXH73ZGaeM2ZYz1ia00x7s2Ga3zv/NO8lPffK8Sy9Ks5uPCEJ3iy+I5FjX5Xw8yuZyL1dmHF5DIkrDDqaSjvY83Qa826MY9xCQ2/8uIXBaDU6snZVcHxfLQp/V+bfPIHovgPO64+3o2o1jIb/8Fy62T0nXxjJlDX2t6YPTfTm7LsSObqlhB9eysTNx4XZa2NIWmnQ1ljawbdPprHw5jhi+7TFLgxGq9aRsauC/H21uAe4suiWCcQMOnx9ygURuLo7kf1DFRnfVuDq4cSEJSFMWxNpc4MQS6xPeYO/xF/OVRMuxREH8lqO80rqW3QNWjP618Sr8Zf5ceuv/wBAo9Pw5OEXuTZhLTdNvAatTkt6Y7ZJI7NR1cRDfzzF2riLuDnpWhxwoLKzmhePvkFy7VG7ujZkvcVFYy/lwpiLcHBwoKitiPey3kE1SNdl46/E19WXhw/db9Cl1/BG+stcPO5y1sZejVavJbc5m62FX9hs/A4XkddOLq+FJHhz1p2JpG4t4aeXM3HzdmHm2hgmDvLb7qfSmH9THOP7tI1fGIxOoyPzW4Pf3ANcWfA3U78p+/y251lzv025MJKpF9n2W3CCN4v+nkDa16X8+koWcm8Xpl0eQ0Jfx1xzaQc/PJPO3BtjGbvAoGvsgmB0aj3Zuyso/K0Gd38ZZ9wcR9TsgGH5YrgExXsz7/YEMr8p5ffXspB5uzD5shgmLBvQ9suz6cy6IZbo+QZt0fMN2nK/q6D49xoU/jJm3xRHxCnWZuSdzLe4eNylrBl7EY4ODhS2FvFu9jsm680vjzWU0QcPDpTRV9Ne5tJxl3NlXxnNac7my+MDZbRD3c6LqS9wQcyFXDr+clwlLpS2l/LKsZf6p/JaIyjBmwV/TyDj61L2vWpI06mXxRA/KE1/eiadOTfEEtOXpjELgtFq9OQOStO5N8UReQr9FhjvzRm3JZD1TSn7X89G5u3CpEujietLz5bSTn59Lp2Zf40lar5hHXbU/CC0Gh3531VS0pees26MY8ysAV0eIXIW3jORtC+KOfBmNi4KJ2LPCSPxwshTpt1nagJL9n7MwWvup+SjbwAo+egbJC7OTPjHdcRct4bO4gr+uOpeyr/8rt+uPb+YX8+5jikv3sv8ra/T09hC3isfkvHI6yes4Yy/J3DssyLSvyiGvjrR3FtN60RHNx2nq7GbVYPqRIvuSSL10yJSPizAUeJAYKI3U4bUiaZfMx5nuZTcXYY6kU+kO4vuTbK4E6/g9FNXV8e2bdt45513mD59OgAvv/wyS5cu5dixY2ablAJs27aNgIAAHnzwwf731qOPPsoVV1xBRUXFsJfiOejtbS0mEPw/5MGDN55uCWY8PWcju0vvOd0yLLI88kWeS7n5dMuwyP3T3+Gl1NGp7e6p73DxrmtOtwwztqz4kFt+/evplmGRt858T+S1k+Duqe/wwtHRp+3eae/w9JGbTrcMizw4YwOPHR6d2h6btYGbfhmdZXTD4vd4Mnn0+e3hmRt45NDoe7cDPDF7I585xJ5uGRZZq88f1X4bjQS+fp79QKeJur/v+K/Eu3v3bu6++27S0tJMNhNdsGABV155JTfeaJ6HioqK6OjoYPLkyf3Xjh49ytq1a/nqq69ITDQ/894SYmRUIBAIBAKBQCAQCLB/BNDp5KyzzrL5/c8//3xS8dbV1eHt7W12qkVAQAC1tbUWbWJiYsyuvfvuu/j7+xMbO/zOGdEYFQgEAoFAIBAIBIL/USorK202ZO+4447+EzEG4+LiQk+P/R3eAZ5//nn27t3Lm2++iZOTk32DPkRjVCAQCAQCgUAgEAhGOSc78hkYGMju3butfr9v3z6LJ1z09PQgk9le56tWq3nkkUfYtm0bTz75JEuWLDkhbaIxKhAIBAKBQCAQCAT8b+6m6+TkZHFarZH8/HxaW1vp7e01GSGtr68nMDDQql1nZye33XYbKSkpvPzyyyxbtuyEtYlzRgUCgUAgEAgEAoHgT8q0adPQ6XQcPTqwK39JSQl1dXXMmDHDok1vby833XQTGRkZvP/++yfVEAXRGBUIBAKBQCAQCASCPy2BgYGsWLGChx56iMOHD5ORkcG6deuYOXNm/265vb29NDQ09E/n3bBhA0ePHuXJJ58kOjqahoaG/j9LU36tIabpCgQCgUAgEAgEAgH/m9N0h8OTTz7JM888w2233QYYjnV56KGH+r8/duwYV199NZs2bWLWrFl8++236PV61q1bZxaXMcxwEI1RgUAgEAgEAoFAIPgTI5fLeeqpp3jqqacsfj9r1izy8/P7P3///fen5L5imq5AIBAIBAKBQCAQCEYcMTIqEAgEAoFAIBAIBPx5p+meLsTIqEAgEAgEAoFAIBAIRhzRGBUIBAKBQCAQCAQCwYgjpukKBAKBQCAQCAQCAWKa7kgjRkYFAoFAIBAIBAKBQDDiiMaoQCAQCAQCgUAgEAhGHDFNVyAQCAQCgUAgEAgQ03RHGjEyKhAIBAKBQCAQCASCEUc0RgUCgUAgEAgEAoFAMOI46PV6MRYtEAgEAoFAIBAI/vR4PX3u6ZZgldYHvz/dEk45Ys2o4H+SRw7deLolmPHE7I1sK77rdMuwyPnRr/DY4ZtOtwyLPDZrAy8cvfl0y7DIvdPeGbV57d4Do08XwAtnbBzVeW00picY0nQ0+u2xWRu4be8Np1uGRd5c9O6oLgf/+H10+m39/HdHbV578ODoTM+n52wc1b8dnznEnm4ZFlmrzz/dEgSjADFNVyAQCAQCgUAgEAgEI44YGRUIBAKBQCAQCAQCxG66I40YGRUIBAKBQCAQCAQCwYgjGqMCgUAgEAgEAoFAIBhxxDRdgUAgEAgEAoFAIEBM0x1pxMioQCAQCAQCgUAgEAhGHNEYFQgEAoFAIBAIBALBiCOm6QoEAoFAIBAIBAIBoNeLabojiRgZFQgEAoFAIBAIBALBiCMaowKBQCAQCAQCgUAgGHHENF2BQCAQCAQCgUAgQOymO9KIkVGBQCAQCAQCgUAgEIw4ojEqEAgEAoFAIBAIBIIRR0zTFQgEAoFAIBAIBALENN2RRoyMCgQCgUAgEAgEAoFgxBEjo4I/DbWZzWR8VUp7VReuHs6MPSuE2GVhODg4WLUpO1hPzo4yuhq6kfu5MmFlOFHzgkzCNJd0kLa5iJaSDqQyKVHzAkm4IBKJdPh9PQVHG/j+owLqyjtQeLkwZ2UEC9ZE2dRmpKqwjTfv/IN73l+IT6D8hL+3RU1mMxlbS2jr89m4JSHELQu3qav0YB3ZO8roqu/Gzc+VCSvHED3f1GdNxe2kbS6iuaQDJ5mUqPlBJJ6gzyozmjn6ZTEtlV3IPJ2JPzuUxBW2tRX9UUfaN6V01Hej8Hdl0nljGLcg2CRMyaF6Mr4tp61aibNcSkiiNzMuj0Hm6TxsbQDqbi0ZXxZTmdKApluLf6wXk9fG4BFsOw2623o59nkRtRnN6HV6gpN8mLw2BpmXS38YnVZP9rZSSvbX0dupxjtSweTLYvCN8bCrS9OtJXtLMTVHG9D0aPEd70XiZTG4D0NX9hdF1GUadAVO9CHxshhcB+nqbusl75sS6rNb6O1UowiSM25ZOKEzA+zqGs15bTT/doxmv2m6tRz/upj6Y41oe7R4jfMk9uIY3IJs57We9l4KthTRlN2CXqvHd6IPsRdH4+LpYjF8d3M3Bx8/ypglocSsihy2ttFYDozacr8qpuZoo0HbOE8SLotBYc9vbb1kf1lEfVYLep2egIk+JFwSbaYtf1spDdkt9HapUQTKiVka9v++jGq6tWQaf297DL+3ky4fXnqmf25IT13f723S5aa/t4Mp/LGKgj0VLH9p9rC1jdZ3gRFZaCArsr7lt/NvpX5fss2wEZetIOGhv6GIDqertIqc5zZSsmmbSRifaYlMWX8vPtMTUbd3UfLh12Q+9iY6tXrYmgR/LsTIqBUWL15MbGxs/19iYiKLFi3i0Ucfpbm5ecR0fP3118TGxp7SOI3P9sEHH1j8/pFHHiE2NpY33njjlN73119/pbCwEIDDhw8TGxtLZWXlKb2HNRoL2/n9lSw8gmWccXsCEXMCSP+ymLxdFVZtKo40cGhDLkGJ3pxxRwIBcZ4kv5tP+aH6/jCd9Sr2vpCOxMmRObfGE7s0jPzvKzn2SeGwtZXltvDhYyn4h7tx1UPTmHJmCN/9O4+9W4rt2taWdvDBoynotJanlNj73haNhW389nImHsFy5v09gci5AaR9UUzut+VWbSqONHDwnVyCE32Yf0ciARO8OPxuHmWH6vrDdNar+PWFdCTOEs64LYHYZeHk7akg9ePjw9ZWf7yNH1/MwDNEzpK7Eok5I5Dkz4vI2GldW0lyPXv/lUNokg9L1iUSPMGL397Jo+iPAW1Ff9Txy+vZ+EW5s/jORKZdEk11Tgu7nzqGplc7bH0Ah97OpSK5gaSLo5l1YxzKlh5+fS6d3i7rL2SdVs++lzJpLmpn+jXjmfaXcTQeb2ffi5noNLr+cGmfF5G/p5K45eHMuWUCjo4O7H0hg446lV1dRzfmUp3SQPxF0Uz9axzdLT0ceMG+rkOvZNJS3M6kq8cz6apxNBe288dLA7q0ah0HX86gPruFuPMjmXlbAl6R7qS8k0vFIB9bYjTntdH82zGa/QaQ+X4udamNjLsgioRr4uhp7SXl5QzUdvLasdezaCvpYMIV44i7Yhxthe2kvpqJTqszC6/X68neVICm+8TK52gsB0ZS382lOqWRCWuimHJdHN2tvfzxYoZ9ba9l0VLcQdJV45h4pUHboVdMtR1+NZOGnBZiV0cw45YEPCMVpG7Mo+Lg/98yCnD4nVwqjzQw8eJoZt4Qh6qlh33P20/P/S9n0lzcztS/jGfq1Ybf29/Xm/7e9j/PoXrSNxedkC4Yve8CAHlYEIt/+DfOXvYbr+EXnsPcT9dT+8MBfj//Vur3JjPno+eJuHR5fxi3qDAW//QBWlUPBy65k7yX/k3cumuZ9vpDw9IzWtDr9KP2738RMTJqg+uuu47rrrsOgO7ubgoKCnjxxRe58sor+eKLL3B3d/+va1i+fDnz588/5fE6OTnx/fffc+2115pc12g0/PDDD8MakTsRqqqquPnmm9m0aRNjx449pXEPh+xvSvGKUDD7pgkABCf5oNPqydlZzrhzQpE6S8xsMreWED7DnylXGPQGT/Sht0tD5teljJlt6EXO3VWB1FXKvDsTkUgdCZnki9RZQurHx5mwagxuvq52tf34yXFCYjy47J7JAMRO90er0fPr5iLmrY7EycVcm0at448dpfzw8XGcnM37lOx9Pxwyvy7FO0LBnJsNPgtJ8jX0wu4sZ/y5YRZ9lr6lmDEz/Jlq9FmSD72dajK+KiVidiAAObvKcXKVMt/EZ44c3XSc+FURuPnZ91nq1hJ8IxUsuiUegLBJBm3p28tIWGpZ29EviomaFcDsq8b12/R0aUjdUkLMXIO29O1lhE324YzrBzqAPENk7HwklYpjTUTNGt7IRmNhG9VpTSxYl0jwJF8A/MZ7susfhyn8uZr48yIs2lUkN9Ba1snSZ6bjGeoGgNcYBXseTKE8uYHIuYEom7op/KWaqVeMZexZIQAEJfqw+75k8naVM+M6651XzYVt1KY1MfvORAKTDLp8x3ny432HKfmlmthVlnVVH2mgrbyTM5+cjkefLo9wBb8+kkLVkQbC5wRSl9FEe0UXCx6egneUoWITkOCDqqmb49+VE97nY0uM5rw2mn87RrPfWovaacxoZsrtifgl+gDgPc6D/Q8mU7GvhujlYyza1R1toKOikzmPTkMRYshr7mFuHHziKHUpDQTPMs1Hlftq6KpV2tUzmNFaDgCai9qpS29m5h2JBE40+M1nvAc/359M6a81jF9p2W81KQ20l3ey6IlpuPf5zTPcjb2PHqU6pYGw2YHUZzTTXtHF/Aen4BVlqL/4J3ijau6h6LsKwuf8/yyjTYVt1KQ1cca6RIKTBn5vd99zmKKfq5lg5fe28ojh9/acpwfS02uMgh8eSqEyuYExfWnV3d5L9tellOytwdntxKrNo/VdgIMDUVefz5T19zHc6t6kZ9ZRvmUPqeueBaDmh/04+3iS9OQdlH2xG4D4+25A3dHFb6tvQadWU/3db2iU3Ux/82Gyn3kHZUXN8G4m+FMhRkZtIJfL8ff3x9/fn/DwcM466yz+/e9/U1NTw3vvvTciGlxdXfH39z/l8c6ZM4e0tDRqa2tNrh86dAi5XE5wcLAVy5NDrz99vTlatY76vFbCpvmZXA+b4YemW0tjQZuZTVdDNx21KjOb8Bn+dNap6Oir/NRmNRMyycdkOlHYDD/0eqjNbLGrTdOrpTijmYS5ptOWJs4LokeloSTb8ih8/pF6fvq0kMWXxrDsurgT/t4e1nwWPsMfTbeWBgs+62xQGXw2fYjNzCE+yzT3WfgMf/R6wzSw4WiryW0lYoZpuYia6Y9apaUu31xbR4OKthoVEUO0Rc30p71ORVuNEr1OT+hEH+IWh5iE8eqr2LUPs6fZ8IwtSF0c+yuTAK4ezvjHeVGdbv0Za7OacQ+W9Vc+ADxD3fAIllOTYbCry2lFr9UTOihtJE6OhEz2pcZG3AD1WS1IXBwJSBzQ5eLhjF+sF/U2fF+f3YwiSNZfYQPwCHXDPVjebyd1lRK5KBivSNNOOkWwnK76bqtxj/a8Nlp/O0az3wCacpqRuDjiG+/df83Z3RnvcV40ZlmPoymnBXmgrL8hCqAIccMtSG5mp2xQcfzrEuKvHD8sTUZGYzkw0pBl8FtAwoDfXNyd8R1vT1sLbkGy/oYogHuIG4rB2mQSIhYG4xmpMNUWJKer4f9nGTXEYUjPoCHp6R/rRW2G9TjqMptxt5Ceg39vAfJ2llOX2cyc2+IJnuw7LE2DtY3Gd4FXUiwz33mc0k3bOHjVvXafwy0iFI/YKCq/+dHkevnW73EfF4n7WEOjOvjceVTv2mcyJbdi6x4cJRKCz51n9z6CPyeiMXqChISEcPbZZ7Nr1y4ACgoKuOmmm5gxYwaJiYn9DVaA5uZmEhMT2bZtm0kcL730EmvWrBnW/YZO042NjWXr1q1cc801JCUlMW/ePN58880Tfo6kpCRCQkLYs2ePyfXdu3ezbNkys5HRY8eOcfXVVzNt2jRmzZrFAw88QEvLQIVp8eLFvP/++9x+++1MmTKFWbNm8dRTT6HRaKisrOSss84C4OqrrzaZ/rtv3z5WrlxJYmIiK1asYO/evSf8LPboalCh0+hxD5KZXHcPNHzuqDFvZLRXdwGgGGKjCDT00nbUqtD0alE29pjF6+rhjJNMQkeN/d76ploVWo0O/0EvHADfvgpFY2WXRbuw8V7c/9EiFl8+FkeJebemve/t0Vlv9JnpmpYBn5k/W3u14dpQG0WAwaa9RommV0tXY49ZmH6fDWOEo6NPm+eQODz6tLVVm8fRWmW45jlkjY4x7dpqlDg4OjDryrFETDdt5JalNADgHWaaRrZor1bi5i/D0dHU94oAmc1nbK9W4m5hXa8iUNbv8/ZqJVJXCTIv0zWsigAZqtZe1DamK3bUGHQ5DNHlFiCj04aujmqlxfVqbgEDugISvJl09XiT3w6dRkddRjPuIdbXRo3mvDaafztGs98AumpUyPzM85oswBWljTi6apTIA2Vm1+UBMrpqB/yt1+nJ/jCfwOl+/SOvw2U0lgMjnTUq5Bb85hbgSmeddW2dNUoUFvxmeCaD3/zjvUm6apyZtvrM/79l1Hh/hYX0VATa+b2tsZKegab5IPrMEJY+P5PQ6Sc+MDBa3wXK8hp2jD2b1LufQ6O030niMSHGcM+CUpPrnYVlALjHRiFxdUERGUZHQYlJmJ7GFnrbOvCIjbJ7n9HC6Z6K+2ebpisaoyfB+PHjqaiooLOzk+uuuw4vLy82b97Mt99+y9KlS3n++efJzc3Fx8eHRYsWmTRGdTodO3bs4MILLzzp+z///PNccMEF7Nq1iyuvvJI33niDI0eOnHA8y5YtM2mM9vb28tNPP7FixQqTcBkZGVx11VWMGzeOL7/8ktdee4309HSuv/56tNqBH7vXXnuNGTNmsGPHDu69914++eQTvv32W4KDg9myZQsAb7zxRv/UZ4BNmzbx8MMPs3PnTiIjI7nzzjvp6rLcADtZepUGjVKZ6fQaqavhs7pbY2ajVhlsnKzZqDSojfG6mk/bkbpK+uOwRXffmhEXuWkcLnLDlKdupbk2AE8/V+Tu1jfUsfe9PdQqw32dZKZTr6Sukr7vzZ/Nmo3xs1qlRa20HMYY93B81mslDuPnXpW5z4w2zkNsnG08DxhGQ5M/LcInQkH4CfSIq1Uai8/o5CpBY+MZbdkZNVoLY0wbjYXnN6JRafrDDbW15XtbdrbW6mVvKaarTmV1aiGM9rw2en87RrPfwEaecbGdZwx25n6RuEjQDrIr/7kKVVM34y+OGZaeYWk7jeXAiFqlQWrF9/Z+OyzmJzv+ztlaQledinFWpk0b44bRm9fUSus+s5meSvu/twAeIXIcT2AzJRNto/Rd0NvShqpqeGuYAZw9DaPp6vZOU50dhvqak4cCJ093i2EANB1dOHkozK4LBCAaoyeFh4dhHUhbWxtXX301jzzyCDExMURGRvL3v/8dgPz8fADWrFnD4cOHqaszFPqDBw/S3NzMypUrT/r+559/PqtXryY8PJybb74ZDw8PUlNTTzieZcuWkZaW1q/twIED+Pj4EB8fbxLu3//+N7GxsTz88MPExMQwe/ZsXn75ZbKzs9m/f39/uHnz5nH11VcTHh7OmjVriIuLIzU1FYlEgo+Poefa09MTN7eBEaZ//vOfzJo1i6ioKG699VZUKhVFRSe+QYBN7EwRtrQ+1t60YgcHB/vxDqN02Zu9PLSnd6Swq8uCLL35fg+mNo4nF6/ZfU7GZ/Y6Ey2YtFZ1sfupYzhIHDjrzkSraaHX6dFpTf9s+sJGvrBlZ8xP9vxsdKJFXTb8YMv3J2qn1+vJ/rKI4h+rGLs0jJBp1kcURnNe+3/92zGCfrOc16xHZNP3tu7fZ9dVq6RweynxV443a/QPT5uNW4xgORhpvw3VlrOlmJKfqog5N4zgIVNwTcPaiNuKrpHNaycWR39cJ2lnNb5R+i44JTja+VHS6XCwE+Z/dVRP8J8jNjA6CTo6OgDw8vJi7dq1fPvtt+Tk5FBeXk5eXh5gGAEFWLBgAb6+vmzfvp0bb7yRb775hrPOOgtPT8+Tvn9MjGlPsLu7O+qT2DI7MTGR8PBwvv/+e66++mp2795tNioKhqnIZ5xxhsm1uLg43N3dyc/PZ+HChSetKypqYNqGsZHf3W1/ysiJYKysDO2FHOi5NS8G/TZDRj4G9/ZK+8NY6hXW2q0kAbj2bYbQM2QE1PjZVX56iqizzDjyM9RnfaM+FnQZrw3tiR48UtTfK27NZ8N4Xme5bW3OltKzb6S5d4hNr9FmyH1rclr46ZUsnFwlLH9wcv8UYEtkby8je1uZybWwGX50t/eahVV3284XTnKpdd/02TnJLY90GPOq8Vnzd5SRv8NUV8h0P3raLOiy43snmdTKPbVmo4ZatY5j7+dRldzA2KVhJFxie+RqNOe10fzbMZr8VryrjOIhu6oGTPVD2WE+jdlSnhmMVCZB22M5f0tl0oHpudP88JngbbJTuF5v2IV08NKE0VwOCnaWUTBkB/DgaX70tlvwm8q+3zRW/DY0P2nVOtI+yKc6uYGYc8OIvzjaarwwuvJazvYycrebpmfodD96LPzeauylp43fW+lJvHtH67vgVKBuM9R7ndxNl6sYRzt72zr7R0Sl7uZLWpw8FP1x/H9ANJxHFtEYPQmys7OJjIxEqVRy6aWX4uPjw+LFi5k3bx4TJ07sb5wBSCQSzj//fHbu3MmVV17JTz/9xGuvvfYf3d/Z2Xz65cluEGScqnvppZfy888/90+nHU7cer0eJyen/0iXo4WetFO92ZEiQIaDo2Hdy2A6+zak8bCwVsZ4NllnXTfeEe4WbNxwcpUg83Y2i7e7vRdNt9ZivEPxDZbj6OhA05A1N019620CxpyeaS2KAFeDz+qG7zOPYEODrbNehU+kJZ/JcXKVGnxWd/I+cw9wxcHRgfZa0ziMn71CzePw6kvPjloVfoO0GTclGmxT9Ecdv72di2eInHPvm4Sbj+Xz5ozELAomZMgU3qqjjdRmGs76Gzyi2lmnsvmMHkEyWsrMpzh11qvwiTbodg+So1Zp6W7vxdVjoMx11HUj93Pp39UyYmEwgZNMddUea+w/g3Cwrq56FQobZ94pgmS0lVvQVafCO3rAn2qlhkOvGo4jSLw8hpizw6zG2R/3KM5ro/m3YzT5LXR+MH4TTfNaw/+1d+dxNaZtHMB/RyVKpURlKUqcRNTYsmUJ2VLZa7LLvoRBloiUJaEYW4sYW2YMhWRfCmMpFCUSlYRkqSxtz/tHb2fOcbKNmed+yvX9fObz8pwz0+89bed67vu+rhtZeHFH/mvt7fN3UP3M15qKjgpy0uS/1t49fw/1+mp4n/0Br1Ny8DolB0+kRuUAQMqRVKQcSUWH5a1R9f9dWIX8ffCpbM9vl53tczMzq+mo4HUZr1ves/eSzrml2f7yi8fL5DcwHWoEQ+s6n/xvSv7bAvpaM+ysJ9dEKCMmC0/L+HzmfuE1U9Otilef+nkr9Zp9LaH+Lvg3vLlbcg60WkMDvLyRILle2rjoTUIyCvPe4m16puRaKeWaWlBSr4bXCf/yrjdSYdA23W+UmZmJU6dOoV+/fjh8+DBevXqFPXv2YNKkSejevTtevy7pKiddUA0YMABJSUnYuXMn1NTU0KGDcDqK9erVCzExMfjjjz9Qr149udVNoKRp0vXr12WuJSYmIjc3t8znl+XfHhXzLRQqV0LNxtWRfu25zOcl/VoWlFQUJD/YpanpVIVqzSpIu/pc5nr6tSxU+/9jQEkb9YwbL1BU8Pd+mfSrWRBVAmo1qf7FbEqVFdCgmRbiozNlssVFZaKKqiLqNfryf+O/oFBZATUbV0fatSyZXGnXnkNJRQE1DOVnkqnpqJS8ZldkX7O0q8+hplMV1WqWvDnRbaqFxx+9ZmlXn0NUCdAx0cSXKFZWgK5YAw+vyn4+U64+R2UVRdQsY9i3uq4K1GpWQcpH2R5eeQ513apQ+3+2tNgXOPdrAmo10kDfxRZfLEQBoKqmMrQaqMn8o9NUE4Xvi5Ap1Q3y/Zt8PL/7CrpNP/3/UaepJt48eYvXj/8+N/36cR7eZLyV/Hul/5t+NUvynKKCYjy58QK6pn83cqmqqQzNBmoy/9Q0Lcn1TKor6Yc3+XiR9Eqme+fHappqIufJW7yRyvXmcR5yn7yV/HvFRVzJm9yUHLSa2OSrClFA2F9rQv7ZIaTXrUp1ZWjUV5P5p0YTTRS9L8KLO383usvPycere69R4zOvfY0mmsjLfIvcjL+/1nIz8pD35C1qNNGEcvXKaO1mLvcPANTpoIvWbuZQlmroIuTvgyrVlVG9vprMP5Jst/9+3T7k5OPFvdeo+YVsuU/eIkfqdcvJKMlWUyrbFf94vErJwU/jTb6qEAWE9bX22Z+3H30+n999BZ2v+Hn78eczJ+PtZ/+9TxHq74J/Q25yKnIfpEF/YE+Z6/UG9MCbpBTkPXoMAHhyPBp1+nZGpcpKUs/pieLCQjw9fflfzUQqDloZ/Yy3b9/i+fOSH6Tv37/H3bt3sW7dOtStWxejRo3C+fPn8e7dOxw7dgw//fQTHjx4AG/vkvlL+fl/b8to0KABLCws8Ouvv8LZ2RkKCv/e3arvZWJiAgMDA6xZswbjx48v8zmjRo2Co6Mjli1bBkdHR2RlZWHZsmVo0qQJLC0tv+rjqKiU3AFMSkqSO5PKhya2+ji76hYubrwDw466yLr/BokRaTAb1ACKygooeFeI14/folqtKpI7jKb9DXAl4C6uVbuHOuY18DgmC2lXnsNykonkvyvuXQ+pl5/h/Jo4NLapi5zMt7j1ewoMO9f+qjmBANB1qBEC5l/BLq9YtOxRF48SXuH8Hw9gM6oxKldRwPu8AjxNzUUNPRVUq/7l4ujfYtrfAGdW3kT0hjsw7KSLrHtvkHA0Dc0HG0q9ZnmoVquq5DVrameAv7bdReXtSahjUQOPY14g9cpztJv09+e8SZ+S1+yszy2IbeoiJ/Mdbv7+AEada3/VTDkAaGFfHxFeN3B6/W006qyHZ0mvEXc4Fa2GlmTLf1uIV4/zoKZTFVX/n62FQ31c2JKI6GqKMPhJG4+uZSHl8jN0mVqSrTC/CFHbEqFURQEt7Azw6rFsIy1VLeWv/pzWEldHLbEGLm9JhNlgQyhXU0L8wYdQUlFEQ6nRMa8f56G4sFiygqbfphYSDqfi/Jo4mP1/69yt/Q+gUVcV9VqXzKdU1a6C+h10ELvnPooKiqCmq4K7x9KR/7YQ4j71PptLu3F1aIs1cH1bIkwHGUJJVQl3D5Xkqt/l71xv/p+r+v9z1WldC/eOpOLyujg0GVCS684fD6BeVxW1W5XkSjn9GC+SXqN+Zz1U0VRGdvIbmY+tVcZNglJC/loT8s8OIb9umo2qQ7ORBuICE2E8oAEqqyoh+fAjKFZVRF2rv0eH5WbkobiQg/r/d4HotqyJlIhUxPrHo6F9yTGO+3+moFodVej8VBOVFETQqF/2qpVy9cqffEyaUL8PAKBGo+qo0VgDsdsSYTKwASpXU0JS2CMoqSjCoPPfr1vO/183jf+/brVb1cS9o6n4a108TAaUvG4Jf6RArY4qav+/C+zDMxnIvvcGBlZ6qKqpjJcfZdMsp9+jNRtXR02xBq78/+dt5WpKuHPwISqrKMKoq+zns0jq523d1rWQGJ6KKN84NP3/z9v4//+8rdv662ZKf4lQfxd8iaKaKjSaNERucio+ZJXcGIlbuhGW21fgw4tXeBx2GnX7d4PBkN6IGjJD8u8lrAqAwbA+6BwRgETfYKg3qo/mXjNxf2touZoxStt0+UXF6GcEBQVJxrQoKSlBT08PvXv3xujRo6GqqgobGxvcvn0bK1asQG5uLurUqYNBgwbh1KlTiIuLw7BhwyT/LQcHB8TExMDe3p7V/51P6tWrFzZt2oTevXuX+Xjz5s0REBCAdevWwc7ODtWqVYO1tTVmzZols033czQ1NTFgwACsWrUKjx49Qvfu3f/N/wtfpNNEE+2nmCL+z4eI8ruNqprKaD7EEOJeJT+wXz7MxZkVN9F6bGM06Fgy87NBR10UFRbjbkQ6Ui48QbWaVdHGRQz9Nn//klKvrQKrX5rhxr4HiN5wG8rVlNC4R100daj/1dkattDGzwsscOK3e9ixNAYa2sroPUaMTv9/s/M4+Q22zv0Lg2aaoeVXrjb9G3SbaKLDVFPE/fkQF9bHo6qmMloMNYLJ/1+z7Ic5OO19E23GNYZhx5I3SYYd9VBcwCEhIg0P/v+atR0vhkFb6ddMFZ3nmOHG3mRElb5mPevB7Btes9qmmug2oylifk/BSd84qGoqo7WjEZr1KekI+eJhDo563kDH8WI0+v8b30ZWeiguLEbc4TTcO5cJtVpV0GmiCQz/P+j92b03ePuq5CbSMe+bch/T3KE+LAZ+fWv69tNMEbs7GTf3PQA4DtrGGmg3uQkqq/79PXN9xz3kZb1HvzVtAZTMiOv8ixlidiXj2vYkVFIQQaepJswdjWTOwbUc2QiVVRSRcCQNhe+LoFVfDZ3nmElGLXxOq8mmiN+bjNuhD8BxHLQaaqDlRNlct367h7dZ79Fj9d+52s02Q9zuZNwISUIlRRFqmWqi6dC/cz25XnJ3/uHZJ3h4Vv5NR/8gK7lrpYT8tSbknx1Cft0AoPmEJkja/wD3/kgBijloNFSH2TgTKEl9rSXuuY93L96jo1cbAEAlpUr4aUYz3N2XjITf7kGkIEKNJppoPNjwH42p+hQhfh+UajmpCe7se4CE31NKshmp46cJJjLZ4n67j7cv3sN6ZRtJNsuZzRC/Jxk3d9xDJQURappqwnSIoVS2kpvrj849waNz8tn6BXT6ZCahf61ZTjXFzT3JuLWv5POpbayBtpNkP58xO0o+n72lft52/MUMN3YnI2Z7EkQKIuiYaqL5Rz9vv5dQfxd8jpaFKazP7sSlkfOQEvInACAl5E8oKFeGyezRMBo9ALkP0nDReQ5SQyMk/96buw9wpsdomK+eg46/++FD1kskrt2OW+5+35WHVGwi7t8+oEfK5O/vj4sXL2LPnj2so/wQ3C+7sI4gZ2nbrTj4wJV1jDLZGa7Fkr/KXhlnbUmbLVh1fQLrGGWa89NmwX6tzYkWXi4AWNV+q6C/1oT4+QRKPqdCfN2WtNmCKWfHsY5Rpg2dtwn6+2D2BWG+bj4dtwn2a23BJWF+PpdbbhX0z47dosZffiIDjtxd1hHKpDz70zdmWPvgc551hH8drYz+x65fv46UlBTs2LEDS5cuZR2HEEIIIYQQ8gm0TZdfVIz+x86cOYPffvsNAwYMQK9evSTXnz59Chsbm8/+u82aNcOOHTu++mNNmDABf/3112efc+DAAZlxKoQQQgghhBDCAhWj/7HZs2dj9uzZcte1tbVx8ODBz/67ysrf1qzGw8PjizM6a9eu/dnHCSGEEEIIIYQPVIwyoqCgAAMDgy8/8Rvo6Oj8q/89QgghhBBCfiTUTodfNGeUEEIIIYQQQgjvqBglhBBCCCGEEMI72qZLCCGEEEIIIaBuunyjlVFCCCGEEEIIIbyjYpQQQgghhBBCCO9omy4hhBBCCCGEgLbp8o1WRgkhhBBCCCGE8I6KUUIIIYQQQgghvKNtuoQQQgghhBAC2qbLN1oZJYQQQgghhBDCOypGCSGEEEIIIYTwjrbpEkIIIYQQQghomy7faGWUEEIIIYQQQgjvqBglhBBCCCGEEMI7EcdxtBZNCCGEEEIIIYRXtDJKCCGEEEIIIYR3VIwSQgghhBBCCOEdFaOEEEIIIYQQQnhHxSghhBBCCCGEEN5RMUoIIYQQQgghhHdUjBJCCCGEEEII4R0Vo4QQQgghhBBCeEfFKCGEEEIIIYQQ3lExSgghhBBCCCGEd1SMEkIIIYQQQgjhHRWjhBBCCCGEEEJ4R8UoIYQQQgghhBDeUTFKCCGEEEIIIYR3VIwSQgghhBBCCOEdFaOEEELKhcePH3/ysXPnzvGYhBBS3ly9ehWFhYVy1z98+IDIyEgGiQghACDiOI5jHYIQUn4NGjQIAwYMQJ8+faCmpsY6jpz379/j2LFjSE5OxpgxY5CUlARjY2NoamqyjiYjOzsbV65cgampKerVq8c0y7Vr1xATE4OCggJ8/CtiypQpjFIBrVq1goeHB3r37i259v79e3h5eWH//v1ISEhglg0Q7uuWkZFR5nWRSAQlJSVoaWmhUiW6Ny1kbm5uX/1cb2/v/zBJ+WViYoLo6GhoaWnJXL99+zaGDRuGW7duMck1cOBAeHp6QiwWM/n4hLCmyDoAIUImpALh7du32L59+yff7O7YsYNJrrZt22Lz5s3w9vZGt27d4ODggPbt20MkEjHJIy0rKwtDhgzBixcvkJ+fj8GDByMoKAjx8fEICQmBkZERs2xJSUmYOnUqPD090bhxY9ja2iIrKwuVK1fG1q1b0bZtWya5Nm7cCH9/f6irq6NatWoyj4lEIqZF1bBhwzB79mxER0dj0aJFuHv3LubMmYO8vDysW7eOWS5A2K9b165dP/v9WLlyZfTp0wdLlixB5cqVeUxWIjw8HK1atYKuri5+/fVXHD16FBYWFliwYAGUlZV5z1OquLgY4eHhn/yZy2fRl56eLvkzx3G4du0atLW10aRJEygqKiIxMRFPnz5Ft27deMtUlhkzZmDAgAHo0KGDIH4HbN++HStXrgRQ8rq1b9++zOeZmZnxGUtGWloaVFRUmH38r/Hu3Tvcv38fHz58kPs+aNWqFaNUpKKglVFCpHxcIPTu3VsQBQIAzJ49G6dOnUL79u3LXIFkeTec4zhcvHgRBw8exMmTJ6Gurg47OzvY2dmhQYMGzHLNnj0bubm5WLt2Ldq1a4ewsDCoq6tjxowZUFZWxubNm5llGzNmDBQUFODt7Y3IyEj4+fnh0KFD2Lt3Ly5duoS9e/cyydWhQwc4Oztj/PjxTD7+l1y7dg1z585FcXExnj9/jr59+8LNzQ0aGhpMcwn5dTtw4ABWrlyJKVOmSN44xsTEwN/fHz///DP09fWxYcMG9OjRA7NmzeI126+//orNmzdj+/bt4DgOTk5OGDRoEK5cuYJOnTphwYIFvOaR5unpiV27dkEsFsvdYACAnTt3MkgF+Pj44MmTJ/D29pbcPCgqKoK7uztEIhE8PT2Z5AKAmTNn4tSpU9DQ0ICdnR3s7e2Z/g4oLCzE4cOHUVxcjPnz52P+/Pkyvz9FIhFUVFTQtm1bqKurM8m4bds2nD9/HmPGjIG+vj6qVKki83jt2rWZ5Cp17tw5zJgxA+/fv5crREUiEfMdKaQC4AghEqNHj+bGjRvHZWVlcbt27eLatGnDZWZmcuvWreOGDBnCNJuFhQV3+vRpphm+xtu3b7ktW7ZwzZs358RiMefo6MhFRkYyydK+fXvu9u3bHMdxXIsWLbjU1FSO4zguISGBa9WqFZNMpczNzbn79+9zHMdxEyZM4ObMmcNxHMelpqZyzZs3Z5bLzMyMS09PZ/bxvyQ1NZUbPnw4Z2pqyjVp0oTz9/fnCgoKWMcS9OvWt29f7siRI3LXjx8/ztna2nIcx3EXL17kOnfuzHc0rmvXrtzRo0c5juO45cuXS37OXr16levQoQPveaS1bt2aO3DgANMMZWnZsqXkZ4e05ORkztzcnEEiWTk5Ody+ffu4YcOGcWKxmBsyZAi3b98+Licnh2muAwcOcB8+fGCaoSxNmjThGjduzDVu3JgTi8WSf0r/zlqfPn24yZMnc3fu3OHS09Pl/iHke9E2XUKkxMbGYv/+/ahRowYuXLgAKysr6OjowMHBAcHBwUyzVapUiem20i959uwZwsLCEBYWhqSkJFhYWMDe3h6ZmZlYuHAhrl69yvsqR15e3ie3P5XVyIJPlSpVQuXKlVFYWIgrV65g0aJFAEoyf3xnnE8WFhaIjY1FnTp1mGX4lO3bt2P9+vVo2LAhwsPDcffuXSxevBgnT56El5cXmjRpwiybkF+3R48elfnaGBsbIyUlBQBQv359vHjxgu9oePbsGczNzQEAFy9ehI2NDQBAT08Pb9684T2PtPz8fEFuQVRSUkJGRobc74Pk5GRBbPesVq0aBg8ejMGDByM9PR0HDx6Et7c3vLy80KNHDwwfPhxNmzblPZe9vT0eP36MmzdvIj8/X+5xOzs73jMBYP7e4ksePXqEjRs3wsDAgHUUUkFRMUqIFKEWCADQo0cPHDhwADNmzGCa42OHDh3CoUOH8Ndff0FLSwt2dnbw8/ND/fr1Jc/R09PD8uXLeS9GW7VqhT179sg0/ygoKMCmTZtgYWHBa5aPtWjRAlu2bIGWlhY+fPiATp064enTp/D19UWLFi2Y5erbty+WLVuG+Ph4GBoayp0hZPWGDQBWr16N8ePHY/LkyVBQUECDBg1gYWGB+fPnY/DgwYiPj2eWTcivW8OGDfHHH3/IbcH9448/JG8wExISoKOjw3s2XV1dpKSk4MOHD7h//77kTN+1a9egq6vLex5pHTt2xLlz5+Dk5MQ0x8f69u2LBQsWYMaMGWjatCmKi4sl264dHR1ZxwNQUsifOnUKYWFhiI6Ohra2NmxtbfH06VM4OTlh6tSpGDt2LK+ZQkND4eHhgaKiIrnHRCIRs+/R1q1bM/m4X6t+/fp4/vw5FaPkP0NnRgmRMnbsWOjq6kJLSwtBQUE4f/48CgoKsGjRIlSqVInpGcM1a9YgJCQEDRs2RIMGDeTe7LI6M9q0aVN06dIFAwYMQKdOncrsyhkTE4MzZ87wfh4tOTkZTk5O0NPTw71799CmTRs8ePAAOTk5+O2335h2L3z06BFcXV2RlpYGV1dXODo6YtmyZTh79iy2bdsGQ0NDJrk+95qwPh9069atTzYa2bVrF9OiQcivW1RUFCZMmICmTZvC3NwcxcXFuHnzJuLj47Fhwwbo6Ohg+PDhGDVqFCZNmsRrtsDAQGzduhWVK1eGlpYWDh06hF27dmHVqlWYNm0axowZw2seaUFBQfDz80OHDh1gZGQEJSUlmcdZNaXKz8+Hp6cn/vzzTxQWFoLjOCgrK+Pnn3/GrFmzmHZGvnbtGg4dOoTIyEi8f/8e1tbWGDBgANq1aydpaBQSEgJ/f39cu3aN12xdu3ZFly5d4OrqWuYZYFY+fPiAffv2ISkpSaZQzs/PR3x8PJOxM9IduM+cOYPffvsNCxYsgIGBARQUFGSey/pMKyn/qBglRIpQCwQAcHZ2/uzjrJppZGdny7XKF5KnT59iz549SEhIQHFxMYyNjeHo6Ii6desyzVVcXCz3pjE7OxsaGhpyv+zJ5+Xn5yMuLg4//fQT6yiClZCQgO3bt+POnTtQVFSEWCzG6NGjYWxsjLi4OCQkJGDw4MFMsp0+fRppaWmwtbWFpqYmwsPD8eHDBwwcOJBJnlJdu3b95GMikQinTp3iMY28vLw8pKSkQCQSoUGDBoLYoisWi9GkSRMMGDAA/fr1K7Mp0MWLF/HHH39gzZo1vGZr1qwZIiIimP/s/9iiRYtw8OBBNGnSBHFxcTA3N8ejR4/w4sULjBw5EnPnzuU9k1gsltw8kC4TpDskcxzH/EYbqRioGCVEyrVr12BmZiaz6kgFwpclJiYiKSkJxcXFAEp+SZUWCCw7OwpZhw4dYG9vD3t7e6Y3OT4lOTkZSUlJUFJSgpGREdOOmKXi4+OxaNEima81afSmqPzZvXs3+vXrJ8gZxUL27t07JCUllTlyhuU518TERMHOyxw8eDAmTZqEzp07s44io127dpg/fz769u2L7t27Y8uWLahXrx5cXV2hq6uLhQsX8p7pypUrX/1coW8zJsJHxSghUiwtLREQEABTU1PWUcqUl5cnaRCkqKgIY2Nj9O7dm+mWo+DgYMkcN5FIJHljJBKJ0LJlS2YrtkDJanJZs+5EIhGUlJSgq6uL/v37M3nztnfvXhw8eBA3btxA8+bN4eDggD59+jDfPvbhwwfMmjULJ0+elFwTiUTo0qUL1q1bx2QOZSknJyd8+PABAwYMgLe3N+bNm4fU1FTJts5evXrxmsfExARRUVGoUaOGzEpCWVgWykKal/kxKysrvHr1Cl27dsWAAQMEM6O4FMdxuHDhgszP3LZt2zK9OXnq1CnMmzcPubm5ghy1kZ2djZSUlDJvTk6cOJFZruPHj2PFihUYNWpUmee6WRXxTZs2xfHjx1G7dm1MnDgRffr0Qd++fREXF4cZM2YwX4HfsGEDxowZg6pVq8pcz83Nxfr165mOXyIVAzUwIkSKlpYWcnJyWMcoU0ZGBn7++We8ePECDRo0QHFxMUJDQ7F582bs3r2bWbOPXbt2Ydy4cZgyZQq6dOmCP//8E69evcKsWbOYD2A3MTHBzp07YWJigpYtWwIAbt68iZs3b8La2hpPnjzBqFGjsH79et6zDh06FEOHDkVKSgoOHjyILVu2wNvbG926dZOcsWJh7dq1uHXrFjZu3IjWrVujuLgYV69ehaenJ/z9/Xk/9yvtzp07CAkJgZmZGQ4cOIBGjRrB0dERurq6CA0N5b0Y9fLykqzoeXl5CaqIkubl5fXZeZksnT17FtHR0Th48CCmTJkCDQ0N9O/fn/l8SgB49eoVxowZg9u3b0NNTQ0cxyE3NxempqYIDg5mNpfSx8cHlpaWmDRpkuBWlMPCwrBw4UIUFBQA+HsrJwDUqVOHaTE6bdo0AMDy5cvlHmNZxGtpaeHFixeoXbs26tevj6SkJACApqYmsrKymGRKTk5GdnY2AGDjxo0Qi8Vys5yTkpIQGhpKxSj5brQySoiUlStXYvfu3bCysoKBgQGUlZVlHmfVsAIo+UWalZUFPz8/aGtrAwCysrIwY8YM6Ojo8H7+plTTpk1x9OhR6OvrY/To0XB0dIS1tTWioqKwYsUKHD58mEkuoOQ1q1Wrltw2p5UrV0o6127fvh1HjhzB/v37GaUsUVBQgODgYPz666/48OED9PT04OzsjOHDh/O6CtOhQwcsW7YMXbp0kbl+5swZeHh44OzZs7xl+Vjz5s1x7Ngx6OnpYfbs2bCwsICjoyPS0tIwePBgXLp0iVk2IWvTpg3mzZsHe3t71lE+Ky8vD8ePH0dkZCQuXboEExMTDBo0CH369GHSzdzNzQ23bt3CmjVrJFtPExMT8csvv8DCwgIeHh68ZwJKzj4eOXIE+vr6TD7+5/Tu3RvNmzfH2LFjMWzYMAQFBeHZs2fw8PDAzJkz0b9/f2bZHj9+/NnHWY1lWrhwIRITE+Ht7Y1Hjx7By8sL69evx9GjR3H69GkmDYzOnj2LCRMmAJDd8fSxAQMGlFncE/ItaGWUECmRkZGoUaMG4uPj5cZEiEQipsXoxYsXERQUJClEAUBbWxtz5szBuHHjmOVSUVGRdADU19fH/fv3YW1tDSMjoy/+8v+vXbhwAQcOHJC7PmTIEMkb827dumH9+vV8R5O4efMmDh48iKNHjyI/Px/du3eHg4MDnjx5An9/f8TFxcHX15e3PHl5eWWeYW3QoIHkTjkrBgYGuH79Ovr27QtDQ0PExcUBAHJycsqcG/hf27Bhw1c9TyQSYfLkyf9xmk8T6rzMj7179w6vX7/GmzdvUFhYiEqVKmHTpk3w9fWVrAby6cyZM/Dz85M5AykWi7Fw4ULMnDmTWTFav359ZGZmCrIYTUtLg7+/P4yMjNC4cWNkZ2eja9euKCwsxObNm5kWo6XFZn5+PtLT06Gvrw+O4+S6JPNtzpw5mDdvHq5cuQJHR0fs27cPgwYNgqKiouQIDN86d+6M06dPo7i4GNbW1ti/f79Mo0KRSAQVFRVUr16dST5SsVAxSoiU06dPs47wSQoKCnJnNgBAWVmZyRvxUhYWFti6dSvc3d3RpEkT/P7773BxccH169ehqqrKLBdQMnz9wYMHctv97t+/L3ktWc2Q/fXXX3Ho0CGkpqaiadOmcHV1Rd++fWW2USopKcHd3Z3XXI0aNcKxY8cwfvx4mesRERHMt006OztLtoT17NkT/fv3R5UqVRATE8NkNuuGDRtQqVKlL26RZ12MCnVeJlByRvn48eM4dOgQLl++jBo1asDOzg7e3t6SuYYeHh6YN28ezp07x2u2wsJCmZt/pbS1tZGbm8trFmmzZ8/GsmXL4OrqWubZR5ajNipXrizJY2BggHv37qFTp05o2rQpHj16xCwXULJleM2aNdi5cycKCgoQGRmJtWvXomrVqliyZAmzolRdXR2//vqr5O9bt25FQkICtLW1UatWLSaZgL+/jk6dOoXatWsL9hgCKf+oGCWkDFevXkVycjL69u2LzMxM1K9fH4qKbL9dLCws8Ouvv2LVqlWSX5oFBQXYvHkzLCwsmOWaOXMmRo8ejV27dmHYsGHYvHkzWrdujXfv3jGdEQgADg4OWLRoEbKzs9G8eXPJfEU/Pz/0798fL1++xKpVq5isGv3222+wtbXFgAEDYGxsXOZzjIyM8Msvv/Caa+LEiZg0aRISEhIkX1fXr1/HiRMnmG0FLzVo0CBoamqievXqMDIygre3N7Zt2wY9PT0sWrSI9zyDBw/GiRMnAAB9+vRBnz59BNlJtEWLFli9ejUuXbokqHmZQEnTuMLCQnTu3BkbN25Ex44d5UYeWVpaMmniYmpqij179sididuzZw9MTEx4z1Nq0qRJKCoqwqRJkwQ3aqNp06bYv38/Zs6ciUaNGuHcuXMYM2YM7t+/z3wFcufOnTh06BAWL16MpUuXAgCsra3h4eEBbW1tuLq6Msv2/v17HDt2DMnJyRgzZgxyc3Ohp6fHLI80PT09hIWFCbIBGqkY6MwoIVJyc3MxZswY3Lx5EyKRCMePH8fy5cuRmpqK4OBg6OjoMMuWnJyMoUOHQlVVFU2bNgUAxMXFIS8vD7/99hvTN8Hv37/H27dvoaWlhaysLISHh0NPTw82NjbMMgElXURXr16NPXv24MOHD+A4DlWqVIGzszOmT5+Os2fPIiAgAL6+vryvJhQWFjK/wfEpJ06cwLZt25CUlASO49C4cWOMHTsWPXr0YB1NcIqKinD58mUcPXoUJ0+eRI0aNSSFaf369VnHAyDseZk7duxAv379oKmp+cnnsPpeiY2NxfDhwyEWi2VuzCQmJiIgIABt27blPRMA/PXXX59dpWI5auPatWsYO3Yspk2bBnt7e9jY2EBbWxtPnjxB7969mY766tOnD2bMmIHu3bvD3NwcYWFhqFevHk6cOAFvb29mO6OysrIwZMgQvHjxAvn5+YiMjMTy5csRHx+PkJAQGBkZMclVytPT87MN0Fh2zCcVAxWjhEhZunQp7ty5g9WrV8PW1hZhYWHIz8/H7NmzYWhoyHxl6PHjx9i9ezfu3bsnKRKGDRvGrPFCefH+/XskJydDQUEB9evXZ7IttyynTp1CUlKS5MwtAMkIhODgYIbJhONrz2UCbFf4gJKdClFRUYiIiMCpU6egr6+P3r17o0+fPky3TpZHpd8HP/30E9Mct27dQlBQkMzP3FGjRsHMzIxpLiF7+vQp8vPzUa9ePdy/fx979+6VNGRjORqqefPmOHLkCOrWrStTjKalpaF3796SM+h8mz17NnJzc7F27Vq0a9cOYWFhUFdXx4wZM6CsrIzNmzczyVWqvDRAI+WXMG/LE8LImTNnsGbNGtSrV09yzcjICO7u7kzPfJWqU6cO79s2y9K1a9evPj/CekZaYWEhXr9+LVl5Kb37HBcXB1tbW2a5fHx8EBAQAG1tbbx48QI6OjrIyspCUVER+vTpw2sW6TlyXyr++C74vuVcJutiVElJCV26dEGXLl2Qn5+PP/74A2vWrIGvry/vWyczMjKgp6cHkUiEjIyMzz6XZaF8+/ZtLFy4EElJSZK5lNJYz8w0MzPDunXrmGYAgOHDh2PDhg1QV1fH8OHDP/vcHTt28JSqbNI7iBo2bCjXzZyVOnXqIC4uDnXr1pW5fv78eZnf+Xy7fPkytm7dKtMTQkNDA3Pnzv3i55oP5aUBGim/qBglREp2djZq1qwpd11dXR1v377lPY9Q34DY29tLitFXr15h9+7d6NKlC8zNzaGoqIi4uDgcP34co0eP5i1TWaKiojB37twyu8BWqVKFaTEaHh6O+fPnY/jw4bCyssLu3buhoqKCyZMn8/7G6MCBA3ByckLVqlXL7D5cikXBV17OZZZ69uwZjh8/jmPHjuH69eswMDCAs7Mz7zm6deuGqKgo1KhR45M3j4RwxtDLywsKCgpYuHAhvL29MW/ePKSmpmLXrl1YtWoV73nc3NywYMECVKtWDW5ubp99Lp9n5apWrSoZ8SS0nTDfUjCxLJTHjBkDDw8PPH/+HBzH4dKlS9i3bx927tyJefPmMcuVl5cHFRWVMh8rLCzkOY08ITdAIxUDFaOESGnWrBkiIiLg4uIic33Xrl1o0qQJ73nq1KkjaeYhpDcgU6dOlfx54sSJcHV1lRsvs3PnTpw8eZLvaDJ8fX3RpEkTyRlRHx8fZGRkwM/Pj3nThRcvXkjO8jVu3Bi3bt2CjY0NXF1dsWDBAkyfPp23LNJnpT53bqqslav/2tKlS7F48WLJucwRI0YI7lzm06dPERkZiWPHjiE2Nhb16tVDr169sHDhQmaFc0hIiGRIPeuVss+5c+cOQkJCYGZmhgMHDqBRo0ZwdHSErq4uQkND0atXL17zpKenS77O09PTef3Yn3P+/Hk4OzujXbt2sLW1xU8//cR0y6s06d9NHz58wNGjR2FiYoIWLVpAUVER8fHxuHXrFgYNGsQwZclMzMLCQmzatAnv37+Hu7s7tLS0MGPGDAwbNoxZrlatWmHPnj0yNz8KCgqwadMmps0JSwm5ARqpGOjMKCFSYmJiMHr0aHTo0AHnzp1Dv379kJycjNu3byMwMBBt2rRhHVFwWrRogUOHDknGMJR69OgRbG1tcfPmTUbJSrbYhYaGQiwWw9HREVOnToWlpSX++OMP/P7779izZw+zbO3atcP27dvRqFEjeHp6onr16pgyZQoyMjLQu3dv3Lhxg0mubt264Y8//pCbH/f06VPY2trir7/+YpKrlJDOZW7fvh2RkZG4efMmateujV69esHGxgampqa85ijPmjdvjmPHjkFPTw+zZ8+GhYUFHB0dkZaWhsGDB+PSpUusI5bp+fPnZe6i+a+EhYXh2rVruH79OpKTk1G1alX89NNPaN++PTp06PDJjtx8c3Nzg4aGhtxK47p165CcnAx/f39GyUpWIEvHjWVnZ4PjONSoUYNJljlz5sDd3R3VqlVDcnIynJycoKenh3v37qFNmzZ48OABcnJymDcnBITdAI1UDLQySogUCwsL7N27F0FBQTAwMMCNGzdgbGyM+fPno3nz5qzjISYmBvXr14eWlhYOHjyIiIgIWFhYwMXFhdkMsFq1auHSpUtyxejJkyeZr+YqKChATU0NQMnMu6SkJFhaWqJt27bMhomXatOmDXx8fLBs2TI0b94cW7ZsgaOjIyIjI2WGi/Ph6NGjuHDhAoCSJllLly6FsrKyzHMeP34siDlzQjqXuWLFCigpKaFjx45o1qwZgJJz52fOnJF7LsvVg7dv32L79u2fHM3AcuXUwMAA169fR9++fWFoaChpIpOTk8N0fjIAmJiYIDo6Wu77MT09Hf369UNsbCxvWWxtbSXHCl6+fIlr167h2rVrCA8Ph4+PD7S0tNCuXTu0b9+e6fGDY8eO4c8//5S7bmdnBzs7O/4DSenQoQN69OgBe3t7Zp2QS509exZXr16Fl5cXLC0tcejQIezZswe1atVCcXExevXqBUdHR7nzrSwIef46qRioGCXkI2KxmMlZpS/Zu3cvPDw8EBQUBE1NTbi5ucHS0hLbt29HQUEBsze7Y8aMwbJlyxAbG4tmzZqhuLgYMTExOHHiBHx8fJhkKmVsbIzTp0/D2dkZhoaGuH79OkaMGIHMzEymuYCSO+MTJ05EREQEHB0dERwcjPbt2wMA7+eXzM3NsXfvXkmRkpGRIbMVSyQSQUVFhXkBX0oo5zJLV2Lv3buHe/fuffJ5rJsrubu749SpU2jfvj2vq3lfw9nZWTLHs2fPnujfvz+qVKmCmJgYtGjRgvc8v//+O8LCwgCUnKmdPHmy3LbEZ8+eQV1dnfdspTQ1NdG9e3d0794dQMlW5127duHo0aMICwtjWoyqq6vjzp07ctvnr127xmwVstTixYsRHh6OMWPGQEdHB3Z2drC3t2fSvOjo0aPw8PDAmDFj4OjoiF9++QUzZszgPcfX4jgOFy5cQFJSEhQVFWFsbIy2bdtKzjET8j1omy4hUj7VsEIkEkFJSQm6urqwsbFBgwYNeE4G9OrVCz///DOcnJzg6+uLs2fPIiwsDBcuXMDixYuZ3r08fPgwfvvtN9y9excikQgmJiZwcXGBlZUVs0xAyerstGnT4O7uDisrK/Ts2RNt27bF3bt30bx5c/j5+THNB5ScsVJWVsa7d+8QFRUFHR0dpmMjnJ2dsWHDBsl5Q6H41LnMXr16Md/G9i0ePXqEunXr8vom7qeffoKPjw+6dOnC28f8FidPnkT16tXRsmVLhIeHY9u2bdDT08OiRYt4Xxl69eqV5KbLn3/+iV69esmNglJVVYWdnZ1k3jPfsrOzceHCBURFReHKlSt49uwZDAwM0KFDB3Ts2JHpz91ff/0VQUFBGDFiBJo2bSq5Oblr1y788ssvgmiCk5WVhcOHDyM8PBx37tyBhYUFHBwcMGDAAN6zREZGwtPTE9WqVcOqVaskOyyE5NWrVxgzZgxu374NNTU1cByH3NxcmJqaIjg4mOmNGVIxUDFKiJTZs2fjyJEj0NbWlhQEt2/fxtOnT9G8eXO8evUKT548QVBQEO/z75o1a4bjx49DT08PAwYMgKWlJWbPno2MjAzY2Njg1q1bvOYpL27fvg0FBQWIxWJcuXIFwcHB0NPTw/Tp05kWXAUFBXj06BFycnKgrq6O+vXrC/4uc2Zm5hdHrPzbKtq5TAsLCxw6dIjX1ZhWrVrhjz/+gL6+Pm8fsyKQ7qzL2rVr13DhwgVcuHABCQkJUFNTQ9u2bdGhQwd06NBBUHNst2zZgt9++w3Pnz8HAOjp6WHcuHFwdHRknExWQUEBQkND4evri7dv3zLrKp2bmws/Pz/s27cPXbt2lbv5wbrZnpubG27duoU1a9ZIbvwlJibil19+gYWFBTw8PJjmI+UfFaOESFm4cCFycnKwevVqSafCgoICzJ8/H2pqanB3d4ePjw9u3ryJnTt38pqtc+fOWL9+PWrXrg0rKysEBgbC0tISp0+fhqenJ68rowcPHvzq57I8JyQ9P1Nabm4u1q9fL9keyKfMzEz4+vrixIkTeP/+veR61apV0atXL0yfPh21atXiPVeptLQ0rFy5EklJSSgqKgJQskUrPz8f2dnZuHPnDq95xGIxlJSU0K5duy+uGpSHro7m5uYICwvjtRhdsGABatasKbhtgA8fPkRERAQSExORm5sLNTU1NGnSBL179xbEWblPKZ1TzOcNSbFYjNq1a8PBwQEdOnSAmZmZpNO6UL18+RIikUiuGRprpWdtjx07hqKiIvTs2RMODg6832AulZ2djVWrVuHQoUNo2rSpXDHK93uNj7Vt2xZ+fn5o3bq1zPW//voLM2fORHR0NKNkpKKgM6OESDl27Bj27t0r0zJfSUkJ48ePx7Bhw+Du7o6BAwdi9+7dvGfr06cPZs+ejapVq0JXVxetW7fG0aNHsWzZMgwcOJDXLB+faRSJROA4DlWqVIGioiJyc3OhoKAATU1N3ovR5ORkyVzRjRs3QiwWy62AJiUlITQ0lPdi9PHjxxgyZAgUFRUxatQoNGrUCOrq6sjJyUF8fDwOHTqECxcuYP/+/TKD4/m0dOlSPHz4EDY2NggODsbo0aORkpKCEydOYOnSpbznKS/nMoVMS0sLQUFBOH/+PBo0aCA3EoTFysu6desQEBAARUVF1K1bF2pqanj27BlOnjwJPz8/TJgwgfnn8/bt21i4cCGSkpLKHGvE50qamZkZ4uPjERoaisePHyMjIwPt2rUTRKF38OBB9O7dG5UrV/7ijUqWNyfXrFmDI0eOIDMzE61atYKbmxtsbGzkij8+7d+/H6tXr4aysjI2bNiAbt26McvyKYWFhdDW1pa7rq2tjdzcXAaJSEVDxSghUhQVFZGVlYWGDRvKXH/+/Lmkk2hRUREUFfn/1pk1axZ0dXWRlpYGJycnKCgo4MWLFxg6dCjvb9oSExMlfz58+DACAwPh7e0t2cLz8OFDzJ07F3379uU1F1CysjdhwgTJ5+tTrw2L80Hr1q1DnTp1EBgYKLf1r2fPnhg/fjzGjx+PwMBAzJ8/n/d8QEnH5l9//RVt2rTBhQsXYG1tDTMzM6xduxbnzp3D4MGDec3zT1b8WZzLFLIbN25IuoE/e/aMcRogNDQUgYGBmD17NgYPHgwVFRXJY2/fvsW+ffuwbt06NGzYEDY2Nsxyenl5QUFBAQsXLoS3tzfmzZuH1NRU7Nq1i/cmd6GhoXj9+jWio6Nx4cIFrFixAllZWTAxMZFs1bWwsGDyNT9v3jx07NgRNWrU+GzzNZFIxLQYjYiIgIODA+zt7Zl3en/06BEWLVqEK1euwNbWFgsXLhTs2UtTU1Ps2bNH7ubtnj17YGJiwigVqVA4QoiEu7s71717dy46OprLzc3lcnJyuAsXLnA9evTg5s2bx+Xl5XGzZs3iRo8ezTqqYFhZWXE3btyQu37r1i2uffv2DBJx3OPHj7m0tDSucePG3K1bt7j09HTJP48fP+ZevnzJJFf79u25S5cuffY5Fy5c4Lp06cJTInlNmzblMjIyOI7juBkzZnChoaEcx3HcgwcPmH0+v5W5uTmXmprKOkaZWrRoIdhsfLG3t+e2bNny2eds3bqV+/nnn3lKVLYWLVpwN2/e5DiO4wYOHMhdvXqV4ziOCw4O5kaOHMkyGsdxHJeQkMAFBARwo0aN4lq0aMFZWFhwEydOZB2LfAUzMzOuY8eO3JkzZ1hH+aKYmBiuadOm3MCBAzkvLy/Oy8uLGzBgAGdqavrF32eEfA1aGSVEipubG+bMmYPRo0fLzFTs1asXFixYgIsXL+LKlSvYunUrb3lKG2h8qtNvKVZNDt68eSM3kxIAiouLZc5E8ql0a+epU6dQu3ZtQczHBEq6En6piYyRkRHT1as6deogKSkJenp6aNCggWQrYnFxMfLy8pjl+hYctUKQ8/79exw7dgwPHjzA6NGjkZSUBGNjY2hqavKeJSUl5YvbEbt06YLNmzfzlKhsxcXFklE4pXOKW7ZsiW7dumHLli1MswEl50grV66M6tWrQ09PDxERETh37hzrWIIyYcIE+Pj4yOxEiYqKQqtWrSS/t7Kzs2FtbY2YmBjecvXu3VvSi0LozM3NsWvXLgQFBSEqKgocx6Fx48Zwd3dn2vmdVBxUjBIipUqVKvDz80NaWhoSEhKgoKCAxo0bS5ppdOrUCefPn+ctT3p6uuSsUnp6Om8f91u0adMGS5cuxapVqySvU3JyMjw8PNC5c2em2fT09BAWFoaYmBgUFBTIFSl8F/CFhYVlFu7SlJSUJI2DWLC3t8ecOXOwatUqdO7cGcOHD0ft2rURHR2Nxo0bM8tF/rmsrCwMGTIEL168QH5+PgYNGoSgoCDEx8cjJCQERkZGvOZ5//79F7ckamho4O3btzwlKpuBgQGuX7+Ovn37wtDQEHFxcQCAnJwc5Ofn854nPz8ft27dQkxMDGJjYxEbG4vXr1+jQYMGsLS0xKpVq9CmTRvec3Xt2vWrb/idOnXqP04j69y5c/jw4YNMMTpt2jSZjtbFxcW8f62x7pD7rczMzLBu3TrWMUgFRcUoIWWoWrUqmjVrJileMjIyAID39vnSXfRYd9T7lCVLlmDMmDHo3r071NXVwXEccnJyYGZmhkWLFjHN5uXlhV27dkEsFgtiPAMAwazSfoqLiwuUlZXBcRzMzMwwadIkbNq0CXp6eryfkyP/jhUrVsDY2BiHDx9Gu3btAAArV67EjBkzsHr1at5XIDmO+2InWCF8nzg7O0vOyfXs2RP9+/dHlSpVEBMTgxYtWvCaZfDgwUhISEBBQQF0dHRgaWmJefPmwdLSklmzs1L29vaC+HyVpaxdEmVdE2p+VjZs2PDVz2XdaIyUf1SMEiIlJiYGbm5uSE1NlbnOcRxEIhGzOWRAyd1nOzs72Nvb8zoW4kt0dHRw6NAhXLx4Effu3YNIJIJYLEbbtm2Z/4IPDw+Hl5cX7O3tmeaQ5unp+dnV0Q8fPvCYRp5IJMLIkSMlf3dxcYGLiwu7QBVMmzZteO/eefnyZWzdulVmxJGGhgbmzp2L4cOH85qlVGZm5me/1l+8eMFjmrINGjQImpqaqF69OoyMjODt7Y1t27ZBT0+P9xttOjo66N+/PywtLWFoaMjrx/6SqVOnso5A/mUbNmxApUqVvjhXmrqYk38DFaOESPH09ETNmjUxZ84cwZ3lcHBwwOHDh7Fp0yZYWFjAwcEBNjY2UFVVZR0NCgoK6NixIzp27Mg6ioz8/Hy0atWKdQyJVq1aSQbBf07Lli15SPM36XmsX7ojTm88Pi0xMREhISFISUnB+vXrcfLkSTRs2FBm6ySLc5B5eXkyHWulFRYW8pymxJfGUZXeAGTN2tpa8ud+/fqhX79+THL4+/sz+bj/RHx8PAIDA5GUlARFRUU0bNgQI0aMoPOF5cjgwYNx4sQJACVj5fr06SPplk/Iv42KUUKk3Lt3DwcPHuT9DNXXmDJlCqZMmYJbt24hLCwMa9euhaenJ3r06AF7e3u0bduWtywmJiaIiopCjRo1IBaLP/umkeVqcseOHXHu3Dk4OTkxyyBNqFutDxw4ACcnJ1StWhUHDhz45PPoLvinxcfHw9HREc2bN0d8fDzy8/ORkJAAb29vbNy4EVZWVsyytWrVCnv27JFpglZQUCC5scW3HTt28P4xv1Z5aBonZFeuXMHo0aPRqFEjtG/fHsXFxYiJiYGjoyNCQkLw008/sY5IvsLSpUuxePFiXL58GUePHsWIESNQo0YNSWFav3591hFJBULFKCFS9PT0BN8x1MzMDGZmZpg/fz727NkDX19fhIWF8Vr0eXl5SVaOvby8BLGCUZYWLVpg9erVuHTpEoyMjKCkpCTzuBAKq/z8fJw6dQpPnz6FsbEx2rdvz3sG6Vme/2SuJwF8fHwwatQouLq6wtzcHEDJTgtVVVX4+/szLUbnzp0LJycnXLlyBQUFBViyZAkePHiAnJwc/Pbbb7znad26Ne8f82uVh6ZxQrZ27VoMGDAAHh4eMtc9PDywbt06JjfkYmNjoaGhIfk7x3G4desWMjMzAQCvX7/mPVN5oKCggPbt26N9+/ZYsmQJoqKiEBERgQEDBkBfXx+9e/dGnz59eO+lQSoeEUc98AmR+PPPP7Fv3z54eHjA0NBQrngRgidPniA8PBzh4eFITk5G69at4eDgAFtbW9bRBKdr166ffEwkEvHe2VF6RRkAnj9/juHDh+Phw4eoXr06Xr58iZYtW2LTpk3Mtok7OTnBwcEBvXr1+uTWTqGbMGECli1bJhnLwYeWLVti//79aNCgAczNzREWFoZ69eohNTUV/fv3R2xsLG9ZyvL06VPs2bMHCQkJKC4uhrGxMRwdHSUdsPkkvS281IEDBxAYGIjMzEwYGxtj2rRpkmZLpPxo3rw5Dhw4ILe7KDk5GQMHDuT9+6B0586X3uqy7glRnuTn5+OPP/7AmjVrkJeXR68b+W60MkqIlE2bNiEjIwN2dnZlPs7yh+7evXtx+PBhxMTEoE6dOpJmRizuSn5tpz2RSITJkyf/x2k+TWirfB+/IVq9ejVUVVVx/vx51KxZE+np6Zg2bRpWrVqFZcuWMcmor68Pb29veHp6onv37nBwcOB1C/iXCPVcppKSEnJzc+WuP3nyRKboYuH3339H7969MWPGDKY5Sm3cuBHDhg2TvC5hYWFYtGgRBg0aBGNjY8TFxcHFxQV+fn6fvaHEh9zcXBw9ehRJSUmoVKkSTE1NYWNj88URTT8qTU1NvHz5Uu56dnY2KleuzHsevm84VmTPnj3D8ePHcezYMVy/fh0GBgZwdnZmHYtUALQySoiUP//887OPs+zKam5uDhsbGzg4ODBvyiMWi7+6054Q3gxcvXoVycnJ6Nu3LzIzM1G/fn0oKvJ/L04sFiM6OlqyMtqlSxd4eXnB0tJSJuu0adNw6dIl3vOVKt06HB4ejvPnz6NWrVqC6OQsfS4zNjYWERER2LJlCw4ePMj8XOaiRYuQkZGBtWvXwsrKCmFhYcjPz4erqyuaNm0KLy8vZtksLCzAcRyT8+Vl+fj7YMCAAejZs6dM1+atW7fi2LFjnz3D/F9LTk7GiBEjkJeXhwYNGqCoqAiPHj2Cjo4OQkJCvvjz70fk4eGBmJgY+Pr6SlZH79+/j1mzZqFJkybl4pztyJEjsXLlSuYjc4Tg6dOniIyMxLFjxxAbG4t69eqhV69e6NWrFzU0Iv8aKkYJKSfevn0rmG2T7u7uOHHiBKpWrSroTnu5ubkYM2YMbt68CZFIhOPHj2P58uVITU1FcHAw7282TExMEB0dDS0tLQAlswv9/PzQuHFjyXMePnwIBwcHxMTE8JrtU16/fo0///wT/v7+ePv2LdPdASNHjkTz5s0l5zJLt8J6e3vj+vXr+P3335lly83NxdixY3Hr1i0UFxdDTU0Nubm5EIvFCA4ORvXq1Zlle//+PU6cOIHDhw8jOjoatWrVQv/+/eHg4MDk5sLHxWiHDh0QGBgo833w6NEj2Nra4ubNm7znKzVq1CgoKirCx8dHcuYwOzsbs2bNgqqq6jfNYvxRvH79GqNGjUJCQoLkqMGbN29gYmKCoKAgaGpqMk74ZdI/W35U27dvR2RkJG7evInatWujV69esLGxgampKetopAKibbqEfOTcuXMIDAzEgwcPsG/fPhw4cAD6+vro378/01wqKiqCyVZeOu35+vpCJBLhxIkTkjO1v/zyC2bPno1Vq1ZhzZo1vObhOA6rVq2CiYkJjIyM0KpVKxw4cECma2dISIggCvsPHz7g1KlTCAsLQ3R0NPT09DB27FimmeLj47F48WK5605OTggNDWWQ6G8ikQh79+7FpUuXcOfOHRQXF6NRo0bo2LEjKlWqxDRblSpVJGNJsrOzERERgSNHjmDr1q0wNzdn0sQoOztbUoyKxWJkZmbKFaOlj7Ny48YNhIaGyjS/0dLSwty5c+Ho6MgwmXBpaGjg999/R1RUFJKSksBxHBo3boyOHTsKttEdkbdixQooKSmhY8eOaNasGQDgzJkzOHPmjNxzhdAIkJRvVIwSIiU6OhpTpkxBnz59cOPGDRQXF6OwsBBubm7gOO6TZ0n5yjZ58mT07dtXENnKQ6e9M2fOYM2aNTJ3uI2MjODu7s7kLOv06dORlJSE0NBQPHz4EEVFRRCJRJg4cSKqV68OGxsbZGRkYOvWrbxnK3XhwgUcPnwYJ0+eBMdxsLGxQXBwMO+zT8si5HOZdnZ2WLduHSwtLWW2XQtNtWrVULNmTejp6SEhIeGr5t7+2ypXrgxbW1tUq1YNRkZGKCgowNKlS3H48GFUrVoVBw8exNq1a9G7d2/es0nT1taWNFSSlpuby3SlW2iGDx/+2ccvXLiAgIAAAMIe60P+Vvp7+969e7h3794nn0fjvsi/gYpRQqT4+/tj1qxZGDlyJCIjIwEArq6uqFatGgIDA5kWo/7+/pg9e7YgsykpKaFLly7o0qWLTKc9X19fpts6s7Ozy+yoqq6ujrdv3/KeZ+LEiZI/5+fnIzk5GUlJSZI3tjY2NujevTvTrVAuLi5o1aoVFi1ahJ49ezIv8qRZW1tj3bp1WLt2reRacnIyli9fjs6dO7MLBuDdu3eoUqUK0wyfc/nyZYSHh+P48eMoLi5Gr169sG3bNiY3GW7cuIGUlBQkJSXh7t27SEpKwps3b6CgoACgZH5n27ZtMXXqVN6zSZszZw48PDwwb948tG7dGoqKioiLi4OHhweGDx+OjIwMyXN/5PEWderUkbsWHh6Orl27QlVVlUEi8r3+SfO/R48eoW7dupLvY0K+Fp0ZJUSKubk5Dh06BH19fZlzI2lpaejbty/T80tCzgaU3WmvV69emD59OrNMP//8Mzp16gQXFxeZ12zp0qVITEzE7t27mWX7Wnw300hPT2cy7uNrCPlc5tatW3Hw4EE4OTlBX19frjBl2XSsY8eOePHiBVq2bAkHBwfB3WT4WE5Ojtxoo0uXLsHCwoLXLrbS2+Wlt5hyHCf5e+mfabyFrPJ87rI8Z2fJwsIChw4doteNfDNaGSVEipqaGp49ewZ9fX2Z6/fv35c5N8SCELN9qtPewoULBXHucebMmRg9ejRu3bqFwsJCbNq0CcnJybh9+zYCAwNZx/sqN2/eRH5+Pm8fr27dul81PoUFIZ/L9PX1BYAyR/KwLlaGDBkCOzs7wd5k+FhZM3YnT57M+xvdkJAQOudIyFeitS3yT1ExSoiUfv36wcvLC15eXhCJRMjLy8P58+exbNky5ueXhJStrE57CxYsEFynPQsLC+zduxdBQUEwMDDAjRs3YGxsjPnz56N58+as4wlSfHw8hg0bhhYtWiA+Ph75+flISEiAt7c38/EpQj6XKYQRRtJevXolWSn+1Jmu/Px8nD17Fj169OAx2T/D4o0u65svhA26AUEIv6gYJUTKjBkzkJmZKTl/aW9vD47j0LlzZ7i6ulK2/ytPnfbq1KmDKVOmSFaUjx8/DgMDA6aZhGz16tUYPXq0ZHwKAHh6ekJVVRX+/v5Mi1Ehn8ss69wcS5aWloiKipLpSDt37lzMmTNHcu3NmzeYPn06bTGVMnz4cGzYsAHq6upfbMxDzXgqJlrhI4RfVIwSIkVJSQlr1qzB9OnTZbYBNmzYkHU0SbZp06YhISFBkq127dpYs2YN5s+fz1uW8tJp7/bt2xg9ejQcHBwwd+5cACWFdH5+PoKCgtCoUSNm2YTq9u3bWLJkidx1IYxPGT58OKZOnSrIc5lCK1zKekN94sQJTJkyRaZApTfesurUqSPZ8i20GwyEH5GRkdDW1mYdg5AfBhWjhHzk/fv30NXVhb6+PpKTk3H27Fm8efMGFhYWvGf58OEDVq5ciSNHjkBJSQn9+/fHrFmzJCt7UVFRGD9+PJ48ecJrMVpeOu2tWLECXbt2lVk5Pn78OBYtWoQVK1YgKCiItyzlhZDHpwj5XObHhUthYSEePXqEpKQkjBgxglEqWWUVnrQlUZa3t7fcnwsKCqCkpASg5Jw8X83EygvpOcmlCgoKsHr1arluutKvLx/EYvFXf42X/vyoVavWfxmJEPIRKkYJkXL16lVMnjwZ69evh5GREQYPHgyRSIR3797Bx8cHvXr14jXPqlWrEBoaCltbW1SuXBl79uxBtWrVMH78eHh6emLPnj3Q19dHSEgIr7n+CXt7e94bkMTHx8PLywuVK1eWXFNUVISLiwsGDhzIW47yRMjjU4R2LlPap95kb9y4EZmZmTynIf+G7OxszJgxA+bm5pIbWvb29hCLxVi7di3zpnZCkZ6eLnfN3NwcL1++xMuXLxkk+ltpjwVCiHBRMUqIFF9fX3Tr1g3NmjVDaGgoVFVVceLECfzxxx/YsmUL78Xo6dOnsWDBAgwbNgwA0LlzZyxfvhxPnjzB77//jtGjR2P69OkyxZZQsdgOqKqqirS0NLkC+NmzZ+XiNQP4X7maO3cuxo4di7Zt26K4uBgODg6S8Slz5szhNcvHyuO2yf79+8POzq7M1VwibMuXL8e7d+/Qp08fybVt27ZhyZIlWLlyJby8vBimE46dO3eyjvBJDg4OrCMQQr6AilFCpNy5cwerVq1CtWrVEBUVhc6dO0NZWRlWVlZYsWIF73mysrLQoUMHyd87duyIx48f48SJEwgODqZuj1/Qs2dPeHh4YMmSJTAzMwMAxMXFYenSpejevTvjdF+H7yK+WrVqgh2fIrRzmV8jNjaW2RB4WhH6PlFRUQgJCZE5W25qaorFixfDxcWFYTLyT506dQpJSUkoKiqSXMvPz0dcXByCg4MZJiv/2rRpI9gGc0TYqBglRErVqlWRn5+PDx8+4Pr16xg0aBCAkqKwrNl3/7WCggKoqKhI/q6goABlZWUsWLCACtGvMGvWLKSmpmLUqFEyb8y7d+/OfJWvR48e6NatG6ytrWFhYfHJwoFFM413797ByMgILVq0YH5OVJqQz2WWVSjn5ubi7t27cHR0ZJCopAuysrKy5O8fn+P78OEDk1z/hIODA6pVq8brxywqKirzZpCSkhLevXvHaxby/Xx8fBAQEABtbW28ePECOjo6yMrKQlFRkczqN5F37do1xMTEoKCgQO57orRJ4ebNm1lEIxUAFaOESGnTpg1Wr14NDQ0NVKpUCR07dkRCQgI8PT0FVfyVrvKRz+M4Dtu2bUNKSgqSkpKgqKgIIyMj1K9fn3U0ODs749y5c9i1axdUVVXRuXNndOvWDR06dJC5u8xXM43c3FwEBgbiyJEjSEtLk1w3MDCAra0tRo0axbwwFfK5zNq1a8vdUFBSUsLPP/8MW1tb3vO0atUKz58/l7lW1jm+li1b8h1NRnFxMcLDwz/5Rrf0c75o0SLes7Vq1Qq+vr5Yu3atpBDOzc3F+vXrmXZuJv9MeHg45s+fj+HDh8PKygq7d++GiooKJk+ezGsvg/Jm48aN8Pf3h7q6utwNIdYd80nFIOKorzshEtnZ2Vi8eDHS0tIwZcoUWFtbY8WKFYiLi8O6detQs2ZNXvOIxWJcvHgRWlpakmvm5uYICwsrd788WeTu3r071q1bB1NTU94+5rd69+4dLl26hLNnz+L8+fN49eoV2rVrh19//ZW3DC9fvsTPP/+MJ0+eoHv37mjUqBHU1dWRk5OD27dv49SpU6hXrx52797NZIfAl6Snp8POzg7Xrl1jliEjIwO6urpyW5kLCwtx586dcnEDiUXHa09PT+zatQtisbjMlU+W5xFTU1Ph5OSEvLw8yQ2shw8fonr16ggICIChoSGzbOTbNW3aFMeOHUPdunXh4uICBwcH2NjY4Nq1a1iwYAEiIyNZRxSkDh06wNnZGePHj2cdhVRQtDJKiBQtLS34+/vLXJs1a5akrT8LX9pqV4rvlvnlwbt37wR/hkVZWRna2tqoW7cuDA0NcfnyZVy+fJnXDOvXr0dxcTGOHDkCPT09ucczMzMxbtw4BAUFYfr06bxm+xosz2WW6tatG6Kjo2VuHAElhbKzszNu3rzJKNnXY9HxOjw8HF5eXrC3t+ftY34tfX19HD16FEeOHMG9e/egqKiIYcOGoV+/foL/uULkqaur4+3btwBKPrf3798HULKr4enTpyyjCVpOTg769u3LOgapwKgYJeQjMTExqF+/PrS0tHDw4EFERETAwsICLi4uvDcE+dqtdqRsw4cPx9SpU+Hk5AR9fX25N5Ast9oFBwfjr7/+wrVr1/D+/Xs0a9YM7dq1w6RJk9CiRQtes5w7dw7u7u5lFqIAoKuri+nTp2P16tVMi1GhncvctWuXZFYtx3EYMGCA3MromzdvULt2bd6z/RMsNkrl5+cLesurmpoahg4divz8fCgpKVFTqHKsTZs28PHxwbJly9C8eXNs2bIFjo6OiIyMlLuJRP5mYWGB2NjYctnNnJQPVIwSImXv3r3w8PBAUFAQNDU14ebmBktLS2zfvh0FBQW8n40Qcsv8b8Wi056vry8AlDlWQyQSSYacs7By5UpUqlQJ3bp1w/jx49G0aVNmWbKysmQ6hpZFLBYjIyODp0RlE9q5TAcHB7x8+RIcx2Hjxo2wsbGR27GgqqqKHj168J6tvOjYsSPOnTsHJycn1lHKtGfPHmzbtg2ZmZmIjIxEQEAAdHR0MGnSJNbRyDeaM2cOJk6ciIiICDg6OiI4OBjt27cHAMybN49xOuHq27cvli1bhvj4eBgaGsqNRbOzs2MTjFQYdGaUECm9evXCzz//DCcnJ/j6+uLs2bMICwvDhQsXsHjxYpw+fZp1REFKTExESEgIUlJSsH79epw8eRINGzZk3vTp8ePHn32c5Z3exMREXLx4EdHR0bh+/To0NDRgaWmJtm3bwtLSEjo6OrxlEYvFiI6ORo0aNT75nKysLElDL1aEfC5zw4YNGDNmDPMmT9+DxbnuoKAg+Pn5oUOHDjAyMpI7EsGyOUp4eDg8PDwwYsQIBAQE4PDhwzhz5gx8fHwwY8YMjB49mlk28s99+PABysrKePfuHaKioqCjo1MuznSzIhaLP/kY65u6pGKglVFCpKSnp6Nr164AgOjoaHTq1AkAYGRkhKysLJbRBCs+Ph6Ojo5o3rw54uPjkZ+fj4SEBHh7e2Pjxo2wsrJilq202MzPz0d6ejr09fXBcRzTM8ClxGIxxGIxRo8ejfz8fMTExODEiRNwd3eXFFdElpDPZU6ZMgWFhYV4+vSpZIYhx3GSGYYsVm7Lg99++w1aWlq4c+eO3Nc8606dQUFBWLBgAezt7SXbsYcPHw4VFRVs27aNitFyICMjA3p6ehCJRGXu7ChtbpeRkVFuttPzLTExkXUEUsFRMUqIlBo1auDZs2dQVFREQkICZs+eDaDkhzHfsx7LCx8fH4waNQqurq4wNzcHUNJ0SVVVFf7+/kyLUY7jsGbNGuzcuRMFBQWIjIzE2rVrUbVqVSxZsoR5UVpcXIzY2FjJCmlcXBzq1KmDLl268J4lKCjos6t6pY0/+FZezmVGRUVh7ty5yM7OlnusSpUqVIx+gpB3m6SkpJQ5+qZNmzZYunQpg0TkW3Xr1g1RUVGoUaMGunbtWuaZX47jaIWPEIaoGCVESp8+fTB79mxUrVoVurq6aN26NY4ePYply5Zh4MCBrOMJUnx8PBYvXix33cnJCaGhoQwS/W3nzp04dOgQFi9eLHnzaG1tDQ8PD2hra8PV1ZVZtokTJ+Lq1at4+/Ytmjdvjm7dumH58uUwMjLiPUvt2rURERHxxed9qsHRf6m8nMv09fVFkyZN4OzsjOnTp8PHxwcZGRnw8/OjTtdfwHEcLly4IJkFbGxsjLZt2zLvkKytrY2UlBS5bcuxsbG8zf8l3yckJAQaGhoAgB07djBOU36YmJhIinixWPzZxl1UxJPvRcUoIVJmzZoFXV1dpKWlwcnJCQoKCnjx4gWGDh1Kg50/QUlJCbm5uXLXnzx5wvz83L59++Du7o7u3btLmhj17t0bSkpK8Pb2ZlqMKikpYcGCBbCysmLeyfGfrE7xNZOyatWqku89kUgk2HOZ9+/fh5eXF8RiMUxMTKCiogJnZ2eoqKggMDAQ1tbWrCMK0qtXrzBmzBjcvn0bampq4DgOubm5MDU1RXBwMNTV1ZllGzJkCJYuXQo3NzcAwIMHDxAVFYV169ZhxIgRzHKRr9e6dWuZPz98+BC5ubmShnEhISGwsrKSzJElJby8vCQzpb28vKiLNPlPUTFKiJRKlSrB2dlZ5trHfyeyrK2tsW7dOqxdu1ZyLTk5GcuXL0fnzp3ZBUPJWUITExO562KxWG5kDt/8/PzkVoQaNmwIS0tL5itCX4PFTEohn8tUUFCQvHkzMDBAUlKSpCHVypUrmeX6Fiw6Xq9cuRLv37/HwYMHJY1SEhMT8csvv2DNmjXw8PDgNY+0cePGIScnBzNnzsSHDx8wfvx4KCoqYujQoZgwYQKzXOSfuXjxIiZOnIiRI0dKitEjR45g3bp12LZtW5lbsn9U0nN/HRwcvurfGTlyJFauXMlr8z1SMVAxSshHTp06haSkJMmbXQCSN7vBwcEMkwnT3LlzMXbsWLRt2xbFxcVwcHBAbm4uxGIx5syZwzRbnTp1EBcXh7p168pcP3/+PK9FVFmEvCL0NVg0YhfyuUxjY2OcPn0azs7OMDQ0xPXr1zFixAhkZmYyyyTtazpeb968mfdcZ86cgZ+fn0zHTrFYjIULF2LmzJlMi9Fr165h6tSpmDhxIu7fvw+O42BoaIhq1aoxy0T+uTVr1mDkyJEyO2JCQ0Ph6+sLHx8f7N27l2G68u/mzZvIz89nHYOUQ1SMEiLFx8cHAQEB0NbWxosXL6Cjo4OsrCwUFRWhT58+rOMJkkgkwt69e3Hp0iXcuXMHxcXFaNSoETp27CjXaIZvY8aMgYeHB54/fw6O43Dp0iXs27cPO3fuZD5XTsgrQkIl5HOZLi4umDZtGpSUlNC3b1/4+/vDxcUFd+/eRdu2bZlmE3LH68LCwjKbw2lra5e5/Z9PU6dORUBAAExNTdGsWTOmWcj3S05Oxrp16+SuDxo0qELN9CakvGH7TpEQgQkPD8f8+fMRFRWFWrVqYffu3YiKioKFhQXzlTShsrOzw+3bt2FpaYkxY8Zg3LhxsLKyYl6IAsCAAQPg6uqKoKAgvH//Hu7u7jhw4ABmzJiBYcOGMc125swZLF68uMwVoZMnTzJMJlz379/HrFmz0KlTJ5lzmfPmzUNgYCDTbNbW1ti/fz9atGgBPT09BAQEQEFBAd26dWPeebW04/XOnTslHaQ9PT3h5OQEf39/ptlMTU2xZ88euet79uwpc4s9n7S0tJCTk8M0A/n3aGlplTmm5N69e5It9oQQ/tHKKCFSXrx4IZkz2rhxY9y6dQs2NjZwdXXFggULMH36dMYJhefdu3e8nzP7FkOGDMGQIUOQnZ0NjuNQo0YN1pEACHtFSKiEfC5zypQpcHV1lXRDbt26tUzzFJaE3PF6xowZGD58OG7cuAELCwsAwPXr15GYmIiAgACm2Tp16oTx48fDysoKBgYGUFZWlnmcmtqVL/3798eSJUvw6tUrNG/eHAAQFxeHdevWwc7Ojm04Qn5gVIwSIkVdXV0yT1FfXx/3798HUDL64unTpyyjCdbw4cMxdepUODk5QV9fX64wbdWqFe+Zjh8/jvDwcFSuXBm9evWCtbU18461HytdEVqwYIHMdSGsCAmVkM9lXr58Wa5YEQohd7w2NzeXzJKNiooCx3Fo3Lgx3N3dYWZmxjRbZGQkatSogfj4eMTHx8s8JhKJqBgtZyZPnoyXL19i6dKlKCwsBMdxUFRUlGz7J4SwIeJYdKEgRKBcXV2Rl5eHZcuW4cqVK9iyZQt27NiBQ4cOYefOnYIe0M6K9DbTj7EYJL5//34sWrQIBgYGUFRUxIMHD/DLL79g9OjRvOb4ktjYWAwfPhxisbjMFSHW5wy/xNzcHGFhYbxuXz958iSmTZsGd3d3WFlZoWfPnmjbti3u3r2L5s2bw8/Pj7csH1u+fDmeP3+OyZMnw8DAAJUrV2aW5WOLFi1CRkYG1q5dCysrK4SFhSE/Px+urq5o2rQpvLy8WEcUlMzMTJw4cQKVK1eGlZUVdHV1WUci/6K8vDykpKRAUVER9evXF/TOnvKExe8EUjFQMUqIlCdPnmDixImws7ODo6Mjhg4dKimm5s2bR7PlyvD48ePPPl6nTh2ekpTo168frK2tJXe6t27dih07diAqKorXHF/j1q1bCAoKwr179yQrQqNGjWK+IvQ1WL3xuH37NhQUFCAWi3HlyhUEBwdDT08P06ZNQ/Xq1XnNIq1Hjx5ITU395Dw+loPhc3NzMXbsWNy6dQvFxcVQU1OTdLwODg7m/XVzc3PDggULUK1aNckMz0/huzHVtWvXMHbsWLx//x4AoKKiAj8/P3To0IHXHOS/c/XqVSQnJ6Nv377IzMxE/fr1oahIGwW/l4WFBe/jvkjFQN99hED2TvjmzZuhqamJypUrY9euXYiKioKOjk65KBBY4LvY/JK0tDQMGDBA8ncnJyf4+voiOztbcFt1zczMyuzuWB6wmEkp5HOZEydOZB3hk4TW8To9PR3FxcWSPwvJ+vXrYWlpCQ8PDygoKGDp0qVYsWIFDh8+zDoa+U6lN2Vu3LgBkUiE9u3bw8fHB6mpqQgODqb5mN+J1rbIP0Uro+SHR3fCv8/w4cM/+/iOHTt4SlJCLBYjOjpaplGRubk5wsPD5eaNslRcXIzw8HDExMSgoKBA7hc5y1ElXzOTkoWWLVvi4MGDgvo8lgfdu3fHunXrYGpqyjrKN3n+/Dlq1qzJ68f86aefsG/fPjRs2BAA8PTpU3Tu3BlXr16l+aLl3NKlS3Hnzh2sXr0atra2ku3qs2fPhqGhIdasWcM6oiANGjQIAwYMQJ8+fT7bdfjZs2fQ1tYWRCd9Ur7QVwz54ZXeCT9//jyio6PRsWNHrFixgnWscqNOnToy/+jo6OD9+/e4desWzM3NWceTENp9Ny8vL8ybNw+3bt1CWloa0tPTZf5hJT4+HoMHD0Z6errMTMoxY8bg3LlzzHIBgL29PXx8fHDv3j1BDlc/d+4chg8fjg4dOuDx48fw9/fHoUOHWMcSdMdrExMTZGdny11PT09Hjx49eM/z9u1bmW3LOjo6UFJSwuvXr3nPQv5dZ86cwZw5c2S2kRoZGcHd3R2XLl1imEzY2rZti82bN6NDhw6YOXOmpNHYx2rVqkWFKPlHaJsu+eHduXMH+/btQ61atQAA8+fPR+fOnZGbm0t3wr/Cp1bwNm7cyKTLqUgk+uS5PSEJDw+Hl5cX7O3tWUeRUTqT0tXVVXIzwdPTE6qqqvD394eVlRWzbOfOnUNqaioiIyPLfJzluczo6GhMmTIFffr0wY0bN1BcXIzCwkK4ubmB4zimoyOE1vH6999/R1hYGICSm0STJ0+WzD8t9ezZM6irq/OaqzTPxz8/FBQUJNuKSfmVnZ1d5kq7dBd9Im/WrFmYOXMmLl68iIMHD2Lq1KlQV1eHnZ0d7Ozs0KBBA9YRSTlHxSj54X3uTjgVo/9c//79YWdnh2XLlvH6cct6c/vhwwfMnj1bbvQG31uIpeXn5zMZe/MlQp5JKeRzmf7+/pg1axZGjhwpKZZdXV1RrVo1BAYGMi1GfX19AaDM70UWHa+tra1x/fp1yd91dXXlCuRGjRrR7Efyr2rWrBkiIiLg4uIic33Xrl1o0qQJo1TlQ+kZ2/bt2+Pdu3fYuXMnfv31V2zduhUWFhYYMWIEk50MpGKgYpT88OhO+H8jNjYWCgoKvH/cslYahdZkCQA6duyIc+fOwcnJiXUUGUKeSSm0VWRpd+/exapVq+Su29jYYMOGDQwS/e3UqVNMP/7HqlevLrOjorSzrlAEBQXJfK0XFhZix44d0NDQkHkezRktX2bOnInRo0fj1q1bKCwsxKZNm5CcnIzbt28jMDCQdTzBe/bsGcLCwhAWFoakpCRYWFjA3t4emZmZWLhwIa5evSo3N5uQr0HFKCHku5TVwCg3Nxd3796Fo6Mj73n+SeOfP/74AzY2NlBVVf0PEpWtRYsWWL16NS5dugQjIyO5bYqs3uhaW1tj3bp1WLt2reRacnIyli9fjs6dOzPJJO3cuXMIDAzEgwcPsG/fPhw4cAD6+vro378/01xqamp49uwZ9PX1Za7fv39frojhmxBvxpT61Pdrfn4+4uLi8NNPP/Gap3bt2oiIiJC5VrNmTbmCXiQSUTFazlhYWGDv3r0IDAyEgYEBbty4AWNjY8yfPx/NmzdnHU+wDh06hEOHDuGvv/6ClpYW7Ozs4Ofnh/r160ueo6enh+XLl1MxSv4RKkYJAd0J/x61a9eWW1lWUlLCzz//DFtbW0apvs3y5cvRunVrXovR3377DVpaWrhz5w7u3Lkj8xjLN7pz587F2LFj0bZtWxQXF8PBwUEyk3LOnDlMMpUS8rnMfv36wcvLC15eXhCJRMjLy8P58+exbNky9O7dm1kuQHgdr6Xdvn0bCxcuRFJSUpm7UfjeQnz69GlePx7hl1gsxurVq1nHKFcWLFiALl26YOPGjejUqVOZTYoMDQ3x888/M0hHKgIa7UJ+eF27dv2q54lEIsFtdxOCjIwM6Orqyv2CKiwsxJ07d8rFfFZzc3OEhYUxG9adnZ2Nq1evQltbm/eVoI/l5eVBVVVVMDMppQ0dOhQ2NjYYOXKkzOds27ZtCAsLQ3h4OLNsBQUFmDdvHo4cOQKg5OcFx3Ho3Lkz1q9fL3demU9ubm4yfy8sLMSjR4+QlJSEESNGwNXVlVGykrPIHz58wIABA+Dt7Y158+YhNTUVu3btwqpVq9CrVy9m2UjFExERgZCQECQlJUFBQQFNmjTBuHHjaJTbZwhxRjepWKgYJYR8FxMTE0RHR8v9snr48CH69++PmzdvMkr29fgsRjdu3IgdO3YgNDQUBgYGiI2Nxbhx45CXlwegpI3+pk2bmI3iEPJMSnNzcxw6dAj6+voyn7O0tDT07dtXEF9rqampMkV86bxKISrteM13kzFp5ubmCAkJgZmZGQYNGoS5c+eiZcuW2L59O86dO4fg4GBm2UjF8vvvv8Pd3R02NjYwNzdHUVERYmJicOrUKaxfvx7W1tasIwpWYmKizO4FjuMkW+k9PT0ZpyPlHW3TJYR8s127diEoKAhAyS+lAQMGyK2avXnzBrVr12YRT7D27duHzZs3Y+TIkahRowaAklWrKlWqYO/evVBTU8PUqVOxdetWTJs2jUlGIc+kFPK5TAAoLi5GWloanjx5gkqVKknGRQkVq47X0oqLiyXjNgwMDJCUlISWLVuiW7du2LJlC7NcpOLZunUr5syZg5EjR0qujRw5EgEBAfDz86Ni9BOCg4OxcuVKAH/v+Cj9c8uWLVlGIxUEFaOEkG/m4OCAly9fguM4bNy4sczmP6qqqtTq/SP79+/HvHnzJB104+Li8PDhQ7i6ukpW0CZOnIgVK1YwK0aFNpNSmpDPZT579gxjx45FUlISNDQ0UFRUhNzcXFhYWGDLli1QU1Njmq8srDpeSzMwMMD169fRt29fGBoaIi4uDgCQk5OD/Px8ptlIxfL06dMym7B1794d/v7+/AcqJ3bt2oVx48ZhypQp6NKlC/7880+8evUKs2bNQrdu3VjHIxUAFaOEkG9WtWpVSYMdkUiEMWPGMB/7UR4kJyejffv2kr9fvnwZIpEIVlZWkmsNGzZERkYGi3gAhDeTUtqMGTOQmZkpaVRkb28vOZfJ8twjACxduhRKSko4evQoDA0NAQD37t3D3Llz4eXl9Y+6PP9bhNbxWpqzs7OkA2fPnj3Rv39/VKlSBTExMWjRogXTbKRiadmyJY4ePYpJkybJXI+KimJ+Vl/IMjMzMWjQICgrK0MsFiMuLg7W1taYN28eVqxYIbPSTMg/QcUoIeS7TJkyBYWFhXj69CmKiooAyJ4nKS8ddfki3Xn42rVr0NDQgFgsllzLy8tjWtgLuUmXkpIS1qxZg+nTpwvuXObFixexY8cOSSEKAMbGxnB3d4eLiwvDZMLueD1o0CBoamqievXqMDIygre3N7Zt2wY9PT0sWrSIaTZSsbRs2RKbNm1CfHw8WrduDSUlJcTFxeHw4cNwcHCQmQdMnfP/pqKiIvndrq+vj/v378Pa2hpGRkZ4/Pgx43SkIqBilBDyXaKiojB37lxkZ2fLPValShXmb3aFpFGjRoiJiYGBgQHevHmDv/76S26bU0REBBo1asQoobBnUgLCPZepqqqKgoICuetKSkpyM2T5Nm3aNEF3vJY+q9evXz/069ePYRpSUe3fvx/a2tpITExEYmKi5HqtWrUQFRUl+TvNkJVlYWGBrVu3wt3dHU2aNMHvv/8OFxcXXL9+nddxaKTiomKUEPJdfH190aRJEzg7O2P69Onw8fFBRkYG/Pz8mG5N/Fh+fj4qV65c5mOTJ09G9erV//MMTk5OWLx4MRISEhAbG4v8/HyMGDECQMl5pvDwcAQGBmL58uX/eZZPEfJMSiGfy5w2bRrc3d2xatUqmJiYAADS09Ph6enJ/I1tt27dyux4nZ6eDmdnZ967ELu5uWHBggWoVq2a3NiZjwnpZwgp36RnyAppnJbQzZw5E6NHj8auXbswbNgwbN68Ga1bt8a7d+8wZswY1vFIBUDFKCHku9y/fx9eXl4Qi8UwMTGBiooKnJ2doaKigsDAQOYdCvfs2YNt27YhMzMTkZGRCAgIgI6Ojsy5obFjx/KSxdbWFvn5+dizZw8qVaqEtWvXSlaltmzZgtDQUIwbNw79+/fnJU9ZPl4Z/XgmJUtCPpe5YcMGvHjxAg4ODlBVVYWioiJev34NjuNw48YNLF26VPJcPs7dCrnjdXp6umRERHp6Ou8fn/xYhD5OS+gaNWqEY8eOIScnB5UqVUJoaCgOHz4MXV1d2NjYsI5HKgAqRgkh30VBQUGyIlU6msHS0hJt27aVtINnJTw8HGvWrMGIESMQEBAAADAyMoKPjw+qVKmC0aNH855p4MCBGDhwoNz18ePHY+rUqdDU1OQ9k7RPFXSlMylZEvK5zBkzZjD9+B8TcsfrnTt3lvlnQv5t5WGcllDl5uYiMDAQR44cQVpamuS6gYEBbG1tZRrvEfI9qBglhHwXY2NjnD59Gs7OzjA0NMT169cxYsQI5oULAAQFBWHBggWwt7eXrBINHz4cKioq2LZtG5Ni9FN0dHRYR/gsIcykFPK5THt7e6Yf/2PlqeN1bm4ujh49iqSkJFSqVAmmpqawsbGBsrIy62iknCsP47SE6OXLl/j555/x5MkTdO/eHUOGDIG6ujpycnJw+/ZtbN26FREREdi9e7cgx1aR8oWKUULId3FxccG0adOgpKSEvn37wt/fHy4uLrh79y7atm3LNFtKSkqZQ7nbtGkjs22SfJkQZlIK+Vxmfn4+9u/fj6SkJLn5mCKRCF5eXoySCbvjdXJyMkaMGIG8vDw0aNAARUVFCA0Nxa+//oqQkBDo6uoyy0bKv/IwTkuI1q9fj+LiYhw5cgR6enpyj2dmZmLcuHEICgrC9OnTGSQkFQkVo4SQ72JtbY39+/dDQUEBenp6CAgIQHBwMLp168b8TrO2tjZSUlJQr149meuxsbGC6cIqNEKeSSm0c5nS5s6di5MnT8LExERwK3pC7njt6ekJExMT+Pj4QENDA0BJc5lZs2bB09NTZtwGIf+E0MdpCdG5c+fg7u5eZiEKALq6upg+fTpWr15NxSj5blSMEkK+y5QpU+Dq6gojIyMAQOvWrdG6dWvGqUoMGTIES5culXTsfPDgAaKiorBu3TrmzXiESsgzKYV2LlPa+fPn4evri+7du7OOIkfIHa9v3LiB0NBQSSEKAFpaWpg7dy7zmx+k/CsP47SEKCsr64uviVgsphVl8q+gYpQQ8l0uX74suJWgUuPGjUNOTg5mzpyJDx8+YPz48VBUVMTQoUMxYcIE1vEEScgzKYV2LlOauro6GjRowDpGmYTc8VpbWxuZmZkwNjaWuZ6bm8vLuCVSsZWHcVpCVFBQ8MXuwlWqVEFhYSFPiUhFRsUoIeS72Nvbw8fHB5MnT4aBgcEnZ3myMnPmTEycOBH3798Hx3EwNDREtWrVWMcSLKHNpJQm5HOZEyZMgLe3N5YsWSK3LZw1IXe8njNnDjw8PDBv3jy0bt0aioqKiIuLg4eHB4YPHy6z8sJiDA0p38rDOC1CfnQijuM41iEIIeVXjx49kJqaKre1sxTfZ/c+9u7dOyQlJaGgoAAf/7hr1aoVo1TCIj2T8vHjx9DT0ytzJqW2tjYiIiJYRAQAuLq6fvZcJssxIbGxsZgwYQLevHlT5uMsvw8GDx6Mfv36wdnZGdu2bUNcXBz8/Pxw/fp1TJw4EVeuXGGWTfrsnvTPEI7jJH8v/TPrnyWkYnn69CkqV67MfJyWEInF4i924H779i2Cg4Pp+5J8N1oZJYR8l4kTJ7KO8EmnTp3CvHnzkJubK1eI0pvbvwl5JqU0IZ/LXLBgAerXrw9bW1uoqKiwjiNDyB2vQ0JCPnkji5D/ktDHabFUu3btr7rx+KkGR4R8C1oZJYRUWL169YKxsTEmTZpU5iy0OnXqMEglbBs2bBDsTMouXbpg27ZtkvmAQmJmZoawsDDUr1+fdZQy3b59GwoKChCLxbhy5QqCg4Ohp6eHadOm0dlMQgghzFAxSgj5bufOnUNgYCAePHiAffv24cCBA9DX12d+DqdZs2Y4cuQI9PX1meYobwoLC/HixQvBzaTct28fjh8/LshzmU5OTnBxcZGZXygUH3e8Zm348OHYsGED1NXVyxwlJG3Hjh08pSKEEMICbdMlhHyX6OhoTJkyBX369MGNGzdQXFyMwsJCuLm5geM42NnZMctWv359ZGZmUjH6DYQ8k7JRo0bw9fX95HZhltuu+/fvDzc3NwwcOBD16tWDkpKSzOMsvw+E1vG6Tp06kjPJtDuBEEJ+bLQySgj5LkOHDoWNjQ1GjhwJc3NzhIWFoV69eti2bRvCwsIQHh7OLNu5c+fg4+MDV1dXGBoaynX6pe6c8hwcHFCjRo1PzqRkOQakd+/eUFNT++S5TJajX6Qb8XyM9fnk5cuX4/nz54LteA2UjJIoLeCfPn1K5/kIIeQHQSujhJDvcvfuXaxatUruuo2NDTZs2MAg0d8mTZqEoqIiTJo0qcxOndTASJ6QZ1Kmp6cL9lxmYmIi6wifdO7cOaSmpiIyMrLMx1l+H2RnZ2PGjBkwNzeHq6srgJKbCmKxGGvXroWGhgazbIQQQv57VIwSQr6Lmpoanj17JrcV9v79+8zfSAYFBVGnzm8k5JmUzZo1w6NHjwRZjJbKyMhAcnIyWrVqhby8PNSoUYN1JEF3vF6+fDnevXuHPn36SK5t27YNS5YswcqVK5nOjiWEEPLfo2KUEPJd+vXrBy8vL3h5eUEkEiEvLw/nz5/HsmXL0Lt3b6bZ2rRpw/Tjl0fGxsY4ffo0nJ2dYWhoiOvXr2PEiBHIzMxkHU3Q5zLz8/Mxd+5cREREoFKlSoiMjMTKlSuRl5cHf39/VKtWjVk2ltuXvyQqKgohISFo1KiR5JqpqSkWL14MFxcXhskIIYTwgYpRQsh3mTFjBjIzMyWFgL29PTiOQ+fOnSXb7vhEnTq/j5BnUrq7uwMAtm7dKveYSCRiWoxu2rQJiYmJCAkJwYQJEwAAzs7OcHNzg4+PD5YsWcIsGyDcjtdFRUVyM4ABQElJCe/evWOQiBBCCJ+oGCWEfBclJSWsWbMG06dPx507d1BcXIxGjRoxmwVJnTq/j7W1Nfbv3w8FBQXo6ekhICAAwcHB6NatG6ZNm8Y0m5DPZR45cgRLliyRWY1v06YNli9fjjlz5jAtRoXc8bpVq1bw9fXF2rVrJavHubm5WL9+PVq1asUsFyGEEH5QN11CyHcrLi7GpUuXkJSUhEqVKsHU1BQtW7ZkHYv8A0KbSVkWIZ7LbN68OY4cOYK6devKdJV++PAhbG1tcevWLWbZhNzxOjU1FU5OTsjLy5OcBX748CGqV6+OgIAAGBoaMstGCCHkv0cro4SQ7/Ls2TOMHTsWSUlJ0NDQQFFREXJzc2FhYYEtW7ZImuGwkpaWhtu3b+P9+/dyj7FcERIqoc2klCbkc5lGRka4dOkSBg0aJHP9yJEjzHYJlBJyx2t9fX0cPXoUR44cwb1796CoqIhhw4ahX79+qFKlCtNshBBC/ntUjBJCvsvSpUuhpKSEo0ePSlYx7t27h7lz58LLywve3t7Msh04cAALFy5EcXGx3GOszxgKlb29PXx8fAQ5k1Jo5zJNTEwQFRWFGjVqYOrUqXB1dcX9+/dRVFSEP//8EykpKYiMjMTatWt5zfUxIXe8BkryDR06FPn5+VBSUqIO2IQQ8gOhbbqEkO9iYWGBHTt2oGnTpjLXb9y4ARcXF1y5coVRspLzjx07doSrqyvU1dWZ5ShPevTogdTU1E8WBCxnUvbo0QNLlixBu3btZLabXrp0CXPmzMGFCxd4zSMWixEdHS3ZJnz+/Hls2bJFcnba2NgY48aNQ8+ePXnN9bHVq1fj0qVL8PLygqOjI3bv3o1nz55hyZIl6NGjB+bNm8c03549e7Bt2zZkZmYiMjISAQEB0NHRwaRJk5jmIoQQ8t+jlVFCyHdRVVVFQUGB3HUlJSW50Rt8e/r0KUaPHk2F6DcQ8kzKp0+fyq3uAYCenh5ev37NIJGsTp06oVOnTqxjyBFax2tp4eHhWLNmDUaMGIGAgAAAJVuefXx8UKVKFYwePZppPkIIIf8tKkYJId9l2rRpcHd3x6pVq2BiYgIASE9Ph6enJ6ZMmcI0m4mJCR48eIB69eoxzVGeCHkmpRDPZUZERHzVWVWWW8KF1vFaWlBQEBYsWAB7e3sEBQUBKBnPpKKigm3btlExSgghFRwVo4SQ77Jhwwa8ePECDg4OUFVVhaKiIl6/fg2O43Djxg0sXbpU8lw+tnhevXpV8mdra2ssWLAAU6dOhYGBARQUFGSeS6MjyiakmZRCP5fp6en5xecI4XxycXEx0tLS8OTJE1SqVAm1atVimqdUSkpKmZ2327RpI/OzgxBCSMVExSgh5LvMmDGDdQQZzs7OEIlEkD4Ov3jxYrnniUQipucfhUpoMymlP49dunSBn58ftmzZAgUFBQQGBsLY2Bhr165ldi5T+syoUAm547W2tjZSUlLkdi/ExsYKpmAmhBDy36FilBDyXYS2rfPUqVOsI5Rr/v7+mDVrFkaOHInIyEgAgKurK6pVq4bAwEDmK3xCOpdZXrq+Crnj9ZAhQ7B06VK4ubkBAB48eICoqCisW7cOI0aMYJaLEEIIP6gYJYR8l/z8fOzfvx9JSUnIz8+XeUwkEsHLy4vXPHXq1PnkYwUFBUhMTIShoSFUVVV5TFV+CHEmpVDPZZaXZvQXL17Ejh07JIUoABgbG8Pd3R0uLi4MkwHjxo1DTk4OZs6ciQ8fPmD8+PFQVFTE0KFDJeN7CCGEVFxUjBJCvsvcuXNx8uRJmJiYQFlZmXUcGU+ePMGCBQswY8YMNGrUCAMHDpTMVty+fbuk4RL5mxBnUgr1XKa9vb3gvubLIuSO19euXcPUqVMxceJE3L9/HxzHwdDQ8KtuPhBCCCn/qBglhHyX8+fPw9fXF927d2cdRY63tzdycnKgpaWFiIgIPH78GLt378aBAwewevVqSfdO8rd+/frBy8sLXl5eEIlEyMvLw/nz57Fs2TL07t2bSSahnstkub31Wwi54/XUqVMREBAAU1NTNGvWjGkWQggh/KNilBDyXdTV1dGgQQPWMcp0+fJlhISEoG7duvDx8UGnTp1gYWEBTU1NODg4sI4nSEKbSVlezmUKmdA6XkvT0tJCTk4Orx+TEEKIcFAxSgj5LhMmTIC3tzeWLFkiuHmeBQUF0NDQAMdxuHTpEmbOnAmgZMyFoiL9+CuL0GZSlpdzmUImtI7X0jp16oTx48fDysoKBgYGctueWa/cEkII+W/RuzFCyHdp1KgRfH190aNHjzIfZzk+pUmTJvj9999Rs2ZNvHnzBlZWVsjPz8e2bdsgFouZ5RI6Ic2kLC/nMoVMaB2vpUVGRqJGjRqIj49HfHy8zGMikYiKUUIIqeBEHN12JoR8h969e0NNTQ22trZQUVGRe5zlG+Fbt25hwoQJePnyJcaNG4eZM2diyZIlOHLkCAICAtC8eXNm2YRKyDMpyT8jtI7XAJCZmYkTJ06gcuXKsLKygq6uLu8ZCCGEsEfFKCHku5iZmSEsLAz169dnHaVMxcXFyM3Nhbq6OgAgJSUFmpqaqF69OttgAjVlyhQ8efIEq1evlptJ2bhx43LTtIf8zdXV9bMdr3fu3MlrnmvXrmHs2LF4//49AEBFRQV+fn7o0KEDrzkIIYSwR8UoIeS7ODk5wcXFBVZWVqyjfFJWVhYKCgrkzh/Wrl2bUSLhsrCwwI4dO9C0aVOZ6zdu3ICLiwuuXLnCKBn5p3766SesWLFCMB2vnZ2dUa1aNXh4eEBBQQFLly5FcnIyDh8+zDoaIYQQntGZUULId+nfvz/c3NwwcOBA1KtXT25uId+zH6XFxMTAzc0NqampMtc5joNIJGJ6nlWohDyTkvwzQut4fefOHezbt09yFnn+/Pno3LkzcnNzab4oIYT8YGhllBDyXT7XCIh1wefg4AAVFRWMGjWqzLOOrVu3ZpBK2Pbv348dO3bIzaT85ZdfYGtri2HDhjFOSL7Vvn37cPz4ccF0vDYxMcGFCxegra0tuWZmZoaIiAjUqVOHYTJCCCF8o2KUEFJhNWvWDAcPHoSRkRHrKOWGlZUVXrx4gaKiIrmZlB/P/KSV5fIhNjYWEyZMwJs3b8p8nO/Po1gsRnR0NGrUqCG5Zm5ujrCwMEEUy4QQQvhD23QJIf+KjIwMJCcno1WrVsjLy5N5o8mKnp4e8vLyWMcoV4Q8k5L8MwsWLED9+vU/2fGaEEIIYYWKUULId8nPz8fcuXMRERGBSpUqITIyEitXrkReXh78/f2ZngGbOHEivLy84OHhAUNDQzrz+BWEPJOS/DPp6emC63gdFBSEqlWrSv5eWFiIHTt2QENDQ+Z5NGeUEEIqNtqmSwj5LuvXr8exY8ewZMkSTJgwAWFhYcjIyICbmxs6deqEJUuWMMvWo0cPZGRkoKioqMzHaZupPCHOpCTfR2gdr7t27fpVzxOJRDh16tR/nIYQQghLtDJKCPkuR44cwZIlS9CmTRvJtTZt2mD58uWYM2cO02J04sSJzD52eTV37tzPzqQk5Y/QOl6fPn2a149HCCFEuKgYJYR8l6dPn0JfX1/uup6eHl6/fs0g0d9oy+m3O3/+PHx9fQUzk5J8P3d3dwDA1q1b5R4TiURMxy8RQgj5sVExSgj5LkZGRrh06RIGDRokc/3IkSNo2LAho1QlNmzY8NnH6TyaPKHNpCTfLzExkXUEQgghpExUjBJCvpmJiQmioqJQo0YNTJ06Fa6urrh//z6Kiorw559/IiUlBZGRkVi7di3TnAcOHJD5e1FREV68eAFFRUVYWFgwSiVsEyZMgLe3t2BmUpJ/jxA7XhNCCPmxUQMjQsg3+3hO4Pnz57FlyxbcuXMHxcXFMDY2xrhx49CzZ0/GSeXl5uZi/vz5sLCwwMiRI1nHERyhzaQk30/IHa8JIYT82KgYJYR8s7KG1pcn9+/fx+jRo3H+/HnWUQSnd+/eUFNT++RMSjqHW/4IueM1IYSQHxtt0yWE/CMRERFftaIixOYoOTk5yMnJYR1DkIQ4k5J8HyF3vCaEEPJjo2KUEPKPeHp6fvE5rDt1ltXAKC8vD0ePHpV5Y07+1qxZMzx69IiK0QpEyB2vCSGE/NioGCWE/CPlYZvuxw2MAEBJSQmWlpZwdXVlkEj4hDaTknw/IXe8JoQQ8mOjYpQQ8s1EIhHrCF/l9OnTkj9nZ2fj6tWr0NbWxk8//cQwlbDRTMqKobx0vCaEEPJjo2KUEPLNhN73bOPGjdixYwdCQ0NhYGCA2NhYjBs3Dnl5eQCAtm3bYtOmTahSpQrjpMJDMykrBunv0S5dusDPzw9btmyBgoICAgMDYWxsjLVr1wqy4zUhhJAfBxWjhJBvZm9vD2VlZdYxyrRv3z5s3rwZI0eOlGwjdnNzQ5UqVbB3716oqalh6tSp2Lp1K6ZNm8Y4rXDRTMqKpVOnTujUqRPrGIQQQogMGu1CCKlQBg4cCHt7ezg5OQEA4uLiMGjQILi6umL8+PEAgDNnzmDFihWIjIxkGVWQaCZlxSAWi7Fw4cJy2/GaEELIj4FWRgkhFUpycjLat28v+fvly5chEolgZWUludawYUNkZGSwiCd4mzZtQmJiIkJCQjBhwgQAgLOzM9zc3ODj40NjQMqR8tDxmhBCyI+NilFCSIUj3WDp2rVr0NDQgFgsllzLy8tD1apVWUQTPJpJWXGUh47XhBBCfmyVWAcghJB/U6NGjRATEwMAePPmDf766y+ZlVIAiIiIQKNGjVjEEzyaSVkxlJeO14QQQn5stDJKCKlQnJycsHjxYiQkJCA2Nhb5+fkYMWIEgJJCKzw8HIGBgVi+fDnjpMJEMykrBmoHQQghpDygYpQQUqHY2toiPz8fe/bsQaVKlbB27VqYmZkBALZs2YLQ0FCMGzcO/fv3Z5xUOGgmZcUj5I7XhBBCSCnqpksI+WE8ffoUlStXhqamJusogiIWi2XOF54/fx5btmzBnTt3UFxcDGNjY4wbN45mUhJCCCHkX0XFKCGE/OA+LkYJIYQQQvhA23QJIYQgIiKCZlISQgghhFe0MkoIIT846bE3nyMSiZCQkPAfpyGEEELIj4JWRgkhhNA2XUIIIYTwjuaMEkLID45mUhJCCCGEBSpGCSHkB0enNQghhBDCAhWjhBDyg6OZlIQQQghhgRoYEUIIIYQQQgjhHa2MEkIIIYQQQgjhHRWjhBBCCCGEEEJ4R8UoIYQQQgghhBDeUTFKCCGEEEIIIYR3VIwSQgghhBBCCOEdFaOEEEIIIYQQQnhHxSghhBBCCCGEEN5RMUoIIYQQQgghhHf/Aw1jwY1yGqQSAAAAAElFTkSuQmCC",
+      "text/plain": [
+       "<Figure size 1000x1000 with 2 Axes>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
    "source": [
-    "plt.subplots(figsize=(12, 12))\n",
+    "\n",
+    "plt.subplots(figsize=(10, 10))\n",
     "sns.heatmap(df.corr(), annot=True, cmap='RdYlGn_r', linewidths=0.5, fmt='.2f')"
    ]
   },
@@ -607,10 +1761,22 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 46,
    "metadata": {},
-   "outputs": [],
+   "outputs": [
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAA1IAAAWZCAYAAAB32SRKAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjYuMywgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/P9b71AAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd3hUZdrH8d/MhDSSQAIptFANZek9CohBMCirG3htCwgICoK6goAiglJFg2BBUaQLiLCgAipNFwUkNBVZqlJCDSEkkEJCyMy8fyCzjLRMSDI54fu5Lq7MnOeec+6BgYd7nnJMdrvdLgAAAABArpndnQAAAAAAGA2FFAAAAAC4iEIKAAAAAFxEIQUAAAAALqKQAgAAAAAXUUgBAAAAgIsopAAAAADARRRSAAAAAOAiCikAAAAAcJGHuxMoKux2u2w2u7vTAPLEbDbx+YUhmc0mmUwmd6dRJNEvwejom2BUue2bKKT+ZLPZlZyc4e40AJd5eJgVGFhSqannlZNjc3c6gEuCgkrKYqGQuhb6JRgZfROMLLd9E1P7AAAAAMBFFFIAAAAA4CIKKQAAAABwEYUUAAAAALiIzSYAA7NarYqL26D09LPy8yutZs0iZbFY3J0WAABAsUchBRjUihXL9Prrw3XkSLzjWHh4Zb3++jh16vSgGzMDAAAo/pjaBxjQihXL1Lt3d9WuXUerVn2vtLQ0rVr1vWrXrqPevbtrxYpl7k4RAACgWDPZ7XbulCbJarVxvw4YgtVqVYsWDVW7dh3NmfOZPD09FBhYUikpGcrOzlGPHo9rz5492rz5F6b5oci7dK8OvtO7FvolGNnl+0ilpGRwHykYTm77Jqb2AQYTF/eTjhyJ10cfzZDZ7PyX3Gw26/nnB+mBB9orLu4n3XVXazdlCQAoLhLPZiozK8el11gsJsWfzpA9xyqrNfff2ft4eyiktI+rKQJuQSEFGMypUwmSpFq16lyzvXbtOk5xAADkVdr5bA37eJMKa/6S2WTS5Ofukr+vZ+FcELgFFFKAwYSGhkmS9u7draZNm1/VvmfPbqc4AADyyt/XU2/0jXR5ROpUynl99NUu9XvobwoN9M3163y8PSiiYBgUUoDBtGx5p8LDK+vdd9/WnDmf6co9Y2w2m957b5LCw6uoZcs73ZckAKDYyMtUO4vFJEkqX7akKgb75XdKQJHACl/AYCwWi15/fZxWr16pHj0e15Ytm5WWlqYtWzarR4/HtXr1Sr3++lg2mgAAAChAjEgBBtSp04OaMeNTvf76cEVHt3McDw+vohkzPuU+UgAAAAWMQgowqE6dHlTHjg9o69ZNSk8/Kz+/0mrWLJKRKAAAgEJAIQUYmMViUatWbbhXBwAAQCFjjRQAAAAAuIhCCgCAXDhz5oyGDBmili1bqlGjRnr66ad14MABR/uePXvUrVs3NWzYUFFRUZo7d64bswUAFDQKKQAAcmHAgAGKj4/XtGnT9O9//1ve3t7q2bOnMjMzlZKSol69eik8PFxLlizRgAEDNHHiRC1ZssTdaQMACghrpAAAuIlz586pQoUK6tu3ryIiIiRJ/fv310MPPaTff/9dmzZtUokSJTR69Gh5eHioevXqjqKrS5cubs4eAFAQGJECAOAmSpUqpbfffttRRCUnJ2v27NkKCwtTjRo1tG3bNjVv3lweHv/7frJly5Y6fPiwkpKS3JU2AKAAMSIFAIALRowYoUWLFsnT01NTp06Vr6+vEhISHEXWZSEhIZKkkydPqmzZsnm6locH33fCmMwWs+Mnn2MUVxRSAAC4oEePHnr00Uc1f/58DRgwQAsWLFBWVpY8PT2d4ry8vCRJFy5cyNN1zGaTAgNL3nK+gDucybgoSSpZ0ovPMYotCikAAFxQo0YNSdK4ceO0Y8cOzZs3T97e3srOznaKu1xA+fr65uk6Nptdqannby1ZwE0yMi44fqakZLg5G8A1AQE+slhuPpJKIQUAwE0kJydr06ZNuu+++xzroMxms2rUqKHExESFhYUpMTHR6TWXn4eGhub5utxkG0Zls9ocP/kco7hi0ioAADeRlJSkQYMGadOmTY5jFy9e1O7du1W9enU1a9ZM27dvl9VqdbTHxcWpatWqKlOmjDtSBgAUMAopwMCsVqs2bPhRn332mTZs+NHpP3EA8k9ERITatGmjsWPHauvWrdq/f79efvllpaamqmfPnurSpYvS09M1fPhw/fHHH1q6dKlmz56tvn37ujt1AEABYWofYFArVizT668P15Ej8Y5j4eGV9frr49Sp04NuzAwoniZNmqS3335bAwcOVFpampo2bar58+erfPnykqTp06dr3LhxiomJUXBwsIYOHaqYmBg3Zw0AKCgmu91ud3cSRYHValNyMoshYQwrVixT797d1aFDtAYNGqI772ymn37aqkmTYrV69UrNmPEpxRQMISioZK4W9N6O6JdgZMdOp2vkjC0a3bu5Kgb7uTsdwCW57ZvovQCDsVqtev314erQIVpz5nymZs2ay8/PT82aNdecOZ+pQ4dovf76q0zzAwAAKEAUUoDBxMX9pCNH4vWvf70ou93utEbKbrfr+ecH6ciRw4qL+8ndqQIAABRbrJECDObUqQRJ0uHDh9W375M6evSIo61SpXC9/PIIpzgAAADkPwopwGBCQ8MkSf3795GPj49TW1LSaQ0Y8JRTHAAAAPIfhRRgMM2atZDZbJbNZtNdd7VWhw7RKlu2tJKSzmr16pVau3a1zGazmjVr4e5UAQAAii2X10idOXNGQ4YMUcuWLdWoUSM9/fTTOnDggKN9z5496tatmxo2bKioqCjNnTvX6fU2m03vvfeeWrdurYYNG+qpp57S0aNHnWLy4xxAcRUX95Nstkt3id+wYb2GDh2kJ598UkOHDtKGDeslXfo7whopAACAguNyITVgwADFx8dr2rRp+ve//y1vb2/17NlTmZmZSklJUa9evRQeHq4lS5ZowIABmjhxopYsWeJ4/YcffqgFCxZozJgxWrhwoWw2m/r06aPs7GxJypdzAMXZxo3rHY9NJue2K59fGQcAAID85dLUvnPnzqlChQrq27evIiIiJEn9+/fXQw89pN9//12bNm1SiRIlNHr0aHl4eKh69eqOoqtLly7Kzs7WzJkzNXjwYLVt21aSNHnyZLVu3VqrV69Wp06dtGjRols+B1Cc2e2XRqOaNm2ur776Vtu3b1Z6+ln5+ZVWkyYt9OCD0dq+fasjDgAAAPnPpRGpUqVK6e2333YUUcnJyZo9e7bCwsJUo0YNbdu2Tc2bN5eHx//qs5YtW+rw4cNKSkrS3r17lZGRocjISEd7QECA6tSpo61bt0pSvpwDKM4CA8tIks6fz5DFYlGrVm30+OOPq1WrNrJYLMrMPO8UBwAAgPyX580mRowYoUWLFsnT01NTp06Vr6+vEhISHEXWZSEhIZKkkydPKiHh0nbM5cqVuyrmclt+nCOvPDy4rRaKvrCwUEnS7t271KPH4xo8eKhatGii7du3a+LEt7R79y5HHJ9pAACAgpHnQqpHjx569NFHNX/+fA0YMEALFixQVlaWPD09neK8vLwkSRcuXFBmZqYkXTPm3LlzkpQv58gLs9mkwMCSeX49UFgiIqo5Hv/44zqtWvWt47mvr69THJ9pAACAgpHnQqpGjRqSpHHjxmnHjh2aN2+evL29r9rw4cKFC5Iu/QfP29tbkpSdne14fDnm8v1w8uMceWGz2ZWaej7PrwcKS926jRUeXllBQWV05sxppx0ry5Ytq6CgskpJSVbduo2VkpLhxkyBmwsI8JHFwsgpAMB4XCqkkpOTtWnTJt13332ONUxms1k1atRQYmKiwsLClJiY6PSay89DQ0OVk5PjOBYeHu4UU7NmTUnKl3PkVU4Oi/NhBCa9/vo49e7dXe3atVeDBo10/ny6fH39lJWVpe++W6MZMz6V3W7iMw0AAFBAXCqkkpKSNGjQIE2fPl2tW7eWJF28eFG7d+9WVFSUypYtq4ULF8pqtcpisUiS4uLiVLVqVZUpU0b+/v7y8/PT5s2bHUVQamqqdu/erW7dukmSmjVrdsvnAIq7Tp0e1H333a+VK7++qi06+gF16vSgG7ICAAC4fbg0nyIiIkJt2rTR2LFjtXXrVu3fv18vv/yyUlNT1bNnT3Xp0kXp6ekaPny4/vjjDy1dulSzZ89W3759JV1a19StWzdNnDhR3333nfbu3auBAwcqLCxMHTp0kKR8OQdQ3I0aNUIrV36tsmXL6h//6KxevXrpH//orLJly2rlyq81atQId6cIAABQrJnsdrvdlRekpaXp7bff1tq1a5WWlqamTZvq5Zdf1h133CFJ+u233zRu3Djt3r1bwcHBevLJJ51GiqxWqyZNmqSlS5cqKytLzZo108iRI1WxYkVHTH6cw1VWq03JyawnQdGXnZ2typVDVbJkSQUElNKxY/9bI1WxYiWlpp5TRsZ5xccnXLUpC1DUBAWVZI3UddAvwciOnU7XyBlbNLp3c1UM9nN3OoBLcts3uVxIFVd0WDCKjz/+QCNGDJMktW9/n6pVqy67PUcmk4cOHjygNWtWSZLGjHlDffsOcGeqwE1RSF0f/RKMjEIKRpbbvinPu/YBcI+DBw9IujT69P33ax2FkyRZLBZVrFhJx44ddcQBAAAg/1FIAQZjMpkkSceOHVXZssFq1aq1AgNLKSXlnDZsWO+Y6nc5DgAAAPmPQgowmPr1GzoeJyef0ZdfLnU8N5vN14wDAABA/mJiOmAwv/32q+Ox3W5X27ZRGj9+vNq2jdKVSx6vjAMAAED+YkQKMBir1ep4bLfbtW7d91q37vsbxgEAACB/UUgBBpOYeMrxuGzZsmrVqs0Va6R+VFJS0lVxAAAAyF8UUoDBBAeHSLq0Q5+np5fTGqny5SvIYrHIarU64gAAAJD/KKQAg/HwuPTX1mq16sSJ405tVz6/HAcAAID8x2YTgME0btw0X+MAAADgOr6yBgymbNmyTs+rV6+h4OCyOn06SQcO/HHdOAAAAOQfRqQAg/n66+VOzw8c+ENxcXFORdS14gAAAJB/KKQAg/nppw35GgcAAADXUUgBBpPbTSTYbAIAAKDgUEgBBtOkSe42kchtHAAAAFxHIQUYTGZmZr7GAQAAwHUUUoDBHDt2NF/jAAAA4DoKKcBgGJECAABwPwopwGCSk5Mdj728vJzarnx+ZRwAAADyF4UUYDBnziQ5Hl+4cMGp7crnV8YBAAAgf1FIAQZjMuXur21u4wAAAOA6/qcFGEylSuH5Ggcgd86ePauRI0eqTZs2aty4sR5//HFt27bN0b5p0yZ17txZDRo0UHR0tL7++ms3ZgsAKGgUUoDBPPPMs/kaByB3Bg0apF9++UWTJk3SkiVLVLt2bfXu3VsHDx7UgQMH1LdvX7Vu3VpLly7Vww8/rKFDh2rTpk3uThsAUEA83J0AANeUL18hX+MA3Fx8fLw2btyoBQsWqEmTJpKkESNGaP369Vq+fLnOnDmjmjVrauDAgZKk6tWra/fu3Zo+fboiIyPdmToAoIAwIgUYzMqVuZsulNs4ADcXGBioadOmqV69eo5jJpNJJpNJqamp2rZt21UFU8uWLbV9+3bZ7fbCThcAUAgYkQIM5uDBA/kaB+DmAgICdPfddzsdW7VqleLj4/XKK6/oiy++UFhYmFN7SEiIMjMzlZKSoqCgoDxd18OD7zthTGaL2fGTzzGKKwopwGCysrLyNQ6A637++WcNGzZMHTp0UNu2bZWVlSVPT0+nmMvPs7Oz83QNs9mkwMCSt5wr4A5nMi5KkkqW9OJzjGKLQgowmDvuqKktW+IkSRaLh6zWHEfblc/vuKOmW/IDiru1a9dq8ODBaty4sSZOnCjp0s2w/1owXX7u4+OTp+vYbHalpp6/tWQBN8nIuOD4mZKS4eZsANcEBPjIYrn5SCqFFGAwSUmnHY+vLKL++vzKOAD5Y968eRo3bpyio6P15ptvOkadypUrp8TERKfYxMRE+fr6yt/fP8/Xy8mx3VK+wF+dSj6vrGxrwV8n5dKXAMdOpeliAV/P29Oi0CDfAr0GcC0UUoDB2O25+49VbuMA5M6CBQs0ZswYde/eXcOHD5fJZHK0NW3aVFu2bHGKj4uLU+PGjWU2sz4ERcOp5PMaNi2uUK/50Ve7CuU6bzzdkmIKhY5CCjCYzMzcTZHIbRyAmzt06JDGjx+v9u3bq2/fvkpKSnK0eXt7q3v37oqJidHEiRMVExOjH374QStXrtT06dPdmDXg7PJI1FN/r6PyZQp23ZLFYpKphIfsF3NktRbczpUnzmTok+W7C2WUDfgrCinAYM6cScnXOAA3t2rVKl28eFFr1qzRmjVrnNpiYmI0YcIEffjhh4qNjdWcOXNUsWJFxcbGcg8pFEnly5RU5bC8TznNDQ8PswIDSyolJYMpqii2KKQAgzl69IjT8xIlSshsNstms+nixYvXjQOQd/369VO/fv1uGNOmTRu1adOmkDICALgbhRRgMJmZzrt4XVk83SgOAAAA+YcVsIDB2Gy5myKR2zgAAAC4jkIKMBhf39wtEM5tHAAAAFxHIQUYjNlsunmQC3EAAABwHYUUYDCZmZn5GgcAAADXUUgBBpOTk5OvcQAAAHAdhRRgMBaLJV/jAAAA4DoKKcBgvL19nJ4HBJRS5cqVFRBQ6oZxAAAAyD/cRwowmJwc5/tGpaaeU2rquZvGAQAAIP9QSAFFTOLZTGVmXX99k92eu/PY7VJ8Qtp12328PRRSmlErAACAvKCQAoqQtPPZGvbxphsWSyav0tKFhJuey+RVWqNmb71uu9lk0uTn7pK/r2ceMgUAALi9UUgBRYi/r6fe6Bt5wxGpe6pM0IvP97zpucaNnaA2bZtdt93H24MiCgAAII8opIAi5mbT7f758EN6aZDHDbc39/Dw0D8ffoid+wAAAAoIu/YBBmOxWDRt2uwbxkybNpsiCgAAoABRSAEG1KnTg5o5c54qVKjodLxixUqaOXOeOnV60E2ZAQAA3B6Y2gcYVKdOD6pjxwe0fOV3mrr4Jz3z8J36e3Q7RqIAAAAKAYUUYGAWi0VNm9+pCjs91LR5c4ooAACAQsLUPgAAAABwkcuF1NmzZzVy5Ei1adNGjRs31uOPP65t27Y52jdt2qTOnTurQYMGio6O1tdff+30+gsXLmjUqFGKjIxUo0aN9OKLLyo5OdkpJj/OAQAAAAAFxeVCatCgQfrll180adIkLVmyRLVr11bv3r118OBBHThwQH379lXr1q21dOlSPfzwwxo6dKg2bdrkeP3rr7+uDRs26P3339ecOXN08OBBPf/88472/DgHAAAAABQkl9ZIxcfHa+PGjVqwYIGaNGkiSRoxYoTWr1+v5cuX68yZM6pZs6YGDhwoSapevbp2796t6dOnKzIyUqdOndKXX36pjz76SE2bNpUkTZo0SdHR0frll1/UqFEjzZkz55bPAQAAAAAFyaURqcDAQE2bNk316tVzHDOZTDKZTEpNTdW2bdsUGRnp9JqWLVtq+/btstvt2r59u+PYZVWrVlVoaKi2bt0qSflyDgAAAAAoSC6NSAUEBOjuu+92OrZq1SrFx8frlVde0RdffKGwsDCn9pCQEGVmZiolJUWnTp1SYGCgvLy8ropJSEiQJCUkJNzyOfLKw4O9N2A8ZovZ8ZPPMAAAQOG4pe3Pf/75Zw0bNkwdOnRQ27ZtlZWVJU9PT6eYy8+zs7OVmZl5VbskeXl56cKFC5KUL+fIC7PZpMDAknl+PeAuZzIuSpJKlvTiMwwAAFBI8lxIrV27VoMHD1bjxo01ceJESZeKmezsbKe4y899fHzk7e19Vbt0aRc+Hx+ffDtHXthsdqWmns/z6wF3yci44PiZkpLh5mwA1wQE+MhiYSQVAGA8eSqk5s2bp3Hjxik6OlpvvvmmY4SoXLlySkxMdIpNTEyUr6+v/P39FRYWprNnzyo7O9tpVCkxMVGhoaH5do68ysmx3dLrAXewWW2On3yGAQAACofLhdSCBQs0ZswYde/eXcOHD5fJZHK0NW3aVFu2bHGKj4uLU+PGjWU2m9WkSRPZbDZt377dsaHEoUOHdOrUKTVr1izfzgEAAICrmbzOKyHzpExp5wr0Oh4Ws1LsPkpLy1SOteC+5EvIPC+TFzOK4B4uFVKHDh3S+PHj1b59e/Xt21dJSUmONm9vb3Xv3l0xMTGaOHGiYmJi9MMPP2jlypWaPn26JCk0NFQPPPCAXn31VY0fP14+Pj567bXX1Lx5czVs2FCS8uUcAAAAcHY+57y86v+ouYd+lA65O5v841XfpPM5zST5uzsV3GZMdrvdntvgjz76SJMnT75mW0xMjCZMmKAff/xRsbGxOnz4sCpWrKjnnntO999/vyPu/PnzGj9+vFatWiVJatOmjV599VUFBgY6YvLjHK6yWm1KTmZ9CYzn2Ol0jZyxRaN7N1fFYD93pwO4JCioJGukroN+CfktPiFNoz/7QU//I0LlyvoW6LU8LGb5+xf8iNTJpPOa9uV+jXz8blUOo5BC/sht3+RSIVWc0WHBqCikYGQUUtdHv4T8Fp+QplGzt+q1ns0KvOjw8DArMLCkUlIyCnT9bmG+J9w+cts30XsBAAAAgIsopAAAAADARRRSAAAAAOAiCikAAAAAcBGFFAAAAAC4iEIKAAAAAFxEIQUAAAAALqKQAgAAAAAXUUgBAOCijz/+WN27d3c6tmfPHnXr1k0NGzZUVFSU5s6d66bsAACFgUIKAAAXzJ8/X++8847TsZSUFPXq1Uvh4eFasmSJBgwYoIkTJ2rJkiXuSRIAUOA83J0AAABGcOrUKb322mvavHmzqlSp4tS2aNEilShRQqNHj5aHh4eqV6+u+Ph4TZs2TV26dHFPwgCAAsWIFAAAubBr1y6VKFFCy5YtU4MGDZzatm3bpubNm8vD43/fT7Zs2VKHDx9WUlJSYacKACgEjEgBAJALUVFRioqKumZbQkKCIiIinI6FhIRIkk6ePKmyZcvm6ZoeHnzfifxjsZgcPwv6s2WxmJ1+Ftx1Cu89AX9FIQUAwC3KysqSp6en0zEvLy9J0oULF/J0TrPZpMDAkrecG3DZmYyLkiT/AJ9C+2wFBPgU6Pnd8Z6AyyikAAC4Rd7e3srOznY6drmA8vX1zdM5bTa7UlPP33JuwGVpqZmOnykpJQr0WhaLWQEBPkpNzZTVaiuw6xTme8LtIyDAJ1ejqRRSAADcorCwMCUmJjodu/w8NDQ0z+fNySm4/4Di9mO12h0/C+uzZbXaCvRa7nhPwGVMJgUA4BY1a9ZM27dvl9VqdRyLi4tT1apVVaZMGTdmBgAoKBRSAADcoi5duig9PV3Dhw/XH3/8oaVLl2r27Nnq27evu1MDABQQCikAAG5RmTJlNH36dB06dEgxMTGaMmWKhg4dqpiYGHenBgAoIKyRAgDARRMmTLjqWP369fX555+7IRsAgDswIgUAAAAALqKQAgAAAAAXUUgBAAAAgIsopAAAAADARRRSAAAAAOAiCikAAAAAcBGFFAAAAAC4iEIKAAAAAFxEIQUAAAAALqKQAgAAAAAXUUgBAAAAgIsopAAAAADARR7uTgAAAACFJ/5UWoFfw2IxKT7pvOwXc2S12gvsOifOZBTYuYGboZACAAC4DVhtlwqa2d/udXMm+c/b0+LuFHAbopACAAC4DVQrH6BXn2gqi9lU4Nc6lXJeH321S/0e+ptCA30L9FrenhaFBhXsNYBroZACAAC4TVQrH1Ao17FYLhVr5cuWVMVgv0K5JlDY2GwCAAAAAFxEIQUAAAAALqKQAgAAAAAXUUgBAAAAgIsopAAAAADARRRSAAAAAOAiCikAAAAAcBGFFAAAAAC4iEIKAAAAAFxEIQUAAAAALqKQAgAAAAAXUUgBAAAAgIsopAAAAADARRRSAAAAAOCiWyqkPv74Y3Xv3t3p2J49e9StWzc1bNhQUVFRmjt3rlO7zWbTe++9p9atW6thw4Z66qmndPTo0Xw/BwAAAAAUlDwXUvPnz9c777zjdCwlJUW9evVSeHi4lixZogEDBmjixIlasmSJI+bDDz/UggULNGbMGC1cuFA2m019+vRRdnZ2vp0DAAAAAAqSh6svOHXqlF577TVt3rxZVapUcWpbtGiRSpQoodGjR8vDw0PVq1dXfHy8pk2bpi5duig7O1szZ87U4MGD1bZtW0nS5MmT1bp1a61evVqdOnXKl3MAAAAAQEFyeURq165dKlGihJYtW6YGDRo4tW3btk3NmzeXh8f/6rOWLVvq8OHDSkpK0t69e5WRkaHIyEhHe0BAgOrUqaOtW7fm2zkAAAAAoCC5PCIVFRWlqKioa7YlJCQoIiLC6VhISIgk6eTJk0pISJAklStX7qqYy235cY688vBg7w0Yj9lidvzkMwwAAFA4XC6kbiQrK0uenp5Ox7y8vCRJFy5cUGZmpiRdM+bcuXP5do68MJtNCgwsmefXA+5yJuOiJKlkSS8+wwAAAIUkXwspb2/vqzZ8uHDhgiTJ19dX3t7ekqTs7GzH48sxPj4++XaOvLDZ7EpNPZ/n1wN/lZB8XlkXcgr+OimXvlz4PT5ZaamZBXotby8PhQX5Fug1cHsJCPCRxcJIKgDAePK1kAoLC1NiYqLTscvPQ0NDlZOT4zgWHh7uFFOzZs18O0de5eTYbun1wGWnks9r2LS4Qr3mh0t3Fsp13ni6pUIppoCr2Gw2TZkyRYsXL1ZaWpqaNWumkSNHqlKlSu5ODQBQAPK1kGrWrJkWLlwoq9Uqi8UiSYqLi1PVqlVVpkwZ+fv7y8/PT5s3b3YUQampqdq9e7e6deuWb+cA3C0r2ypJeurvdVS+TMFOt7NYTDKV8JD9Yo6sVnuBXefEmQx9sny3470BcHb51hwTJkxQWFiYYmNj1adPHy1fvvyq6egAAOPL10KqS5cumj59uoYPH64+ffrot99+0+zZszVq1ChJl9Y1devWTRMnTlRQUJAqVKig2NhYhYWFqUOHDvl2DqCoKF+mpCqH+RfoNTw8zAoMLKmUlAxGVQE34dYcAHD7yddCqkyZMpo+fbrGjRunmJgYBQcHa+jQoYqJiXHEPP/888rJydGrr76qrKwsNWvWTDNmzFCJEiXy7RwAABSmm92ag0IKAIqfWyqkJkyYcNWx+vXr6/PPP7/uaywWi4YMGaIhQ4ZcNyY/zgEAQGEpqFtzcEsDGBW35sDtIF9HpAAAuB0VxK05uC0HjIxbc+B2QCEFAMAtKohbc3BbDhhZRsYFx8+UlAw3ZwO4Jre35qCQAgDgFl2e0pfft+ZgAxkYlc1qc/zkc4ziikmrAADcolq1ajluzXHZ5VtzNGvWzI2ZAQAKCiNSAADcIm7NAQC3HwopAADyAbfmAIDbC4UUAAD5gFtzAMDthTVSAAAAAOAiCikAAAAAcBGFFAAAAAC4iEIKAAAAAFxEIQUAAAAALqKQAgAAAAAXUUgBAAAAgIsopAAAAADARRRSAAAAAOAiCikAAAAAcBGFFAAAAAC4iEIKAAAAAFxEIQUAAAAALqKQAgAAAAAXUUgBAAAAgIsopAAAAADARRRSAAAAAOAiCikAAAAAcBGFFAAAAAC4iEIKAAAAAFxEIQUAAAAALqKQAgAAAAAXUUgBAAAAgIs83J0AUFyZvM4rIfOkTGnnCvQ6HhazUuw+SkvLVI7VVmDXScg8L5PX+QI7PwAAgJFQSAEF4HzOeXnV/1FzD/0oHXJ3NvnHq75J53OaSfJ3dyoAAABuRSEFFABfD19d+K2Nnv5HhMqV9S3Qa3lYzPL3L/gRqZNJ5zXty/3y/VvBvh8AAAAjoJACCoj9gq/CfMop3L9gR288PMwKDCypFFOGcnIKrpCyZ6TJfuFYgZ0fAADASNhsAgAAAABcRCEFAAAAAC6ikAIAAAAAF1FIAQAAAICLKKQAAAAAwEUUUgAAAADgIgopAAAAAHARhRQAAAAAuIhCCgAAAABcRCEFAAAAAC6ikAIAAAAAF3m4OwGgOIs/lVbg17BYTIpPOi/7xRxZrfYCu86JMxkFdm7ASEaOHKns7GxNmDDB6fimTZsUGxurAwcOqFy5cnruuef0wAMPuClLAEBBo5ACCoDVdqmgmf3tXjdnkv+8PS3uTgFwC5vNpnfeeUeff/65YmJinNoOHDigvn37qlevXoqNjdW6des0dOhQBQUFKTIy0k0ZAwAKEoUUUACqlQ/Qq080lcVsKvBrnUo5r4++2qV+D/1NoYG+BXotb0+LQoMK9hpAUXTgwAENHz5c8fHxKl++/FXtc+bMUc2aNTVw4EBJUvXq1bV7925Nnz6dQgoAiikKKaCAVCsfUCjXsVguFWvly5ZUxWC/QrkmcLuJi4tT9erV9cEHH+iFF164qn3btm269957nY61bNlS48aNk91ul8lU8F+qAAAKF4UUAAA30bVr1xu2JyQkKCwszOlYSEiIMjMzlZKSoqCgoDxd18ODPaFgTGaL2fGTzzGKKwopAMBt7dixY2rXrt112zdt2nTTQigrK0uenp5Oxy4/z87OzlNeZrNJgYEl8/RawN3OZFyUJJUs6cXnGMWWYQspm82mKVOmaPHixUpLS1OzZs00cuRIVapUyd2pAQAMJDQ0VN98881120uVKnXTc3h5eV1VMF1+7uPjk6e8bDa7UlPP5+m1gLtlZFxw/ExJYddXGEtAgI8slpuPpBq2kPrwww+1YMECTZgwQWFhYYqNjVWfPn20fPnyq74VBADgekqUKKHq1avf0jnKlSunxMREp2OJiYny9fWVv79/ns+bk2O7pbwAd7FZbY6ffI5RXBly0mp2drZmzpyp559/Xm3btlWtWrU0efJkJSQkaPXq1e5ODwBwm2natKm2bNnidCwuLk6NGzeW2WzIrhYAcBOG/Nd97969ysjIcNpSNiAgQHXq1NHWrVvdmBkA4HbUvXt3/fbbb5o4caIOHDigmTNnauXKlerTp4+7UwMAFBBDTu1LSEiQdGkqxZVCQkIcbXnBrjIoChJTzut8Vk6u4xNSMp1+5pavt4dCCvi+U8Dt4o477tCHH36o2NhYzZkzRxUrVlRsbCz3kEKxkHg2U5ku9EvSpXscStKJpAxZrfZcv87H20MhpfO2rhAobIYspDIzL/2H8a9roby8vHTu3Lk8nZPdkVAUnEu/oKEf/iRb7vschw+X7nQp3mw2ae5r96mUn5frFwNuY59++uk1j7dp00Zt2rQp5GyAgpV2PlvDPt4kex76JUn66KtdLsWbTSZNfu4u+fuy3h1FnyELKW9vb0mX1kpdfixJFy5cYHckGN5b/e90aUTKbDHLbjLJZLc7Fvfmhq+3h2wXc5SS4tq3jEB+yu3OSADcw9/XU2/0jXR5RMpiMcnkYZE9x+ryiBRFFIzCkIXU5Sl9iYmJCg8PdxxPTExUzZo183xedpVBURDk760gFzb58vAwKzCwpFJSMlz+DPOZBwDcTF6m2t1K3wQYhSG/BqxVq5b8/Py0efNmx7HU1FTt3r1bzZo1c2NmAAAAAG4HhhyR8vT0VLdu3TRx4kQFBQWpQoUKio2NVVhYmDp06ODu9AAAAAAUc4YspCTp+eefV05Ojl599VVlZWWpWbNmmjFjhkqUKOHu1AAAAAAUcya7Pa/7sBQvVqtNyckZ7k4DcBnz0GFkQUEl2WziOuiXYGT0TTCy3PZN9F4AAAAA4CIKKQAAAABwEYUUAAAAALiINVJ/stvtstn4rYAxWSxmWV24GS9QVJjNJplMJnenUSTRL8Ho6JtgVLntmyikAAAAAMBFTO0DAAAAABdRSAEAAACAiyikAAAAAMBFFFIAAAAA4CIKKQAAAABwEYUUAAAAALiIQgoAAAAAXEQhBQAAAAAuopACAAAAABdRSAEAAACAiyikAAAAAMBFFFIAAAAA4CIKKSAXoqKiVLNmTcevWrVqqXHjxurWrZu2bt3q7vQAAG7w8ssvO/UN1/pVXJw/f17z5893dxqS/tcnz5o165rtI0eOVM2aNfX+++9LkpYuXXrTP4uaNWtq6dKl121///33FRUVlfekUSxRSAG59OSTT2rDhg3asGGDfvzxRy1cuFB+fn7q06ePTpw44e70AACFbPjw4Y5+YcOGDZKkV1555apjxcHMmTM1Y8YMd6fhUKJECa1ateqq4zk5OVq9erVMJpPj2P3331+s/ixQdFBIAbnk6+ur4OBgBQcHKyQkRBERERo1apSysrK0Zs0ad6cHAChk/v7+jn4hODj4useKA7vd7u4UnERGRurXX39VQkKC0/G4uDj5+vqqXLlyjmPe3t7F6s8CRQeFFHALPDw8JEmenp46ceKEBg4cqMjISP3tb39TmzZtFBsbK5vNJkmyWq2KjY3V3Xffrbp16yo6OlqfffaZ41xnzpzR888/rxYtWqh+/fp67LHHtGXLFkd7dna2YmNj1bp1azVq1EiPPPKI0zdsS5cuVfv27R0/69atq86dO2v79u2OmMzMTL322mtq0aKFGjdurOHDh+vFF1/Uyy+/7Ij5+eef1bVrV9WvX19t27bVqFGjlJ6e7miPiorSm2++qfvvv18tWrTQli1bdPjwYfXu3VtNmjRRo0aN1Lt3b+3bty//f8MBwED+85//qHPnzqpfv77at2+vd955R9nZ2Y72mjVr6vPPP9c///lP1atXTx07dtTPP/+szz//XG3btlXjxo31wgsvKCsrS9Klf+fbtGmjRYsWqVWrVmrUqJEGDBigU6dOOc6Z275i7NixatKkifr37y9JWrt2rR5++GE1bNhQ9erVU+fOnbV+/XpJl6a1TZkyRcePH1fNmjV17Ngxvfzyy+revbvT+73y2LFjx1SzZk19/PHHuuuuu9SuXTulp6crLS1NI0aMUMuWLdWkSRM98cQT2rlzp8u/t/Xr11f58uW1cuVKp+PffPONOnbs6DQi9depfQkJCXrmmWfUqFEjtWnTRsuXL7/q/J9//rnat2+v+vXrq1+/fjp37pxT+/79+9W3b181a9ZMdevWVbt27TRz5kxJUnJysurWrasvv/zS6TVvv/22unTp4vJ7RdFFIQXk0alTpzR69Gj5+vrq7rvv1jPPPKO0tDTNmjVLK1eu1JNPPqnp06fr+++/lyQtWLBAK1eu1OTJk7Vq1Sp169ZNr7/+urZt2yZJev3113XhwgXNmzdPy5cvV9WqVdW/f3+dP39ekjRs2DBt3LhREydO1BdffKGOHTuqX79+WrdunSOnkydPauHChYqNjdUXX3whHx8fvfzyy45vEl966SVt3LhRkydP1sKFC5WWlqavv/7a8fq9e/eqV69eat26tZYtW6aJEydq165devLJJ52+jZw3b55effVVTZ8+XQ0bNtSgQYMUGhqqJUuWaPHixTKbzXr22WcL+o8AAIqsH3/8US+88IIeeeQRrVixQq+99pq+/fZbDRkyxClu8uTJ6tOnj7766iv5+/urX79+WrVqlaZNm6Y33nhDa9eu1eLFix3xycnJmjNnjt555x3NmTNHJ0+eVJ8+fZSTkyMpd33FkSNHlJiYqC+//FIDBw7Uf//7Xz333HN64IEH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3iBdKiyu3IhIkuLj42+Ye0REhNLT03Xx4kWn/D755BN99913uf9NuMLlDTqWLFmiSpUqOc3KuJbatWsrLS1Nv//+u+PY4cOHnd5L7dq19fPPPzu97soNMVasWKGzZ8/qs88+U//+/dW+fXvHZhT2K9YTd+nSRfv379enn34qf39/tWrVKk/vEUUXhRSQD8LCwiRJy5Yt0/Hjx7Vt2zb1799fFy9edEzJSE5O1ujRo/Xdd9/p+PHjWr9+vfbs2aNGjRrJ09NTO3fu1IgRI/Trr7/q2LFjWrp0qc6fP69GjRrpjjvu0D333KPXXntN33//vY4ePapPPvlEH3/8sdP0hBupVKmSOnbsqDFjxmjTpk36448/NHz4cCUkJDg6yCeffFK7d+/WqFGjdODAAf3yyy968cUXdfjwYadpIFcqVaqU1q1bp1dffVV79uzR0aNHtXDhQpUoUcJp+gkA3E6eeuoprVq1SlOmTNGhQ4e0adMmDRs2TGlpabe8FfeQIUP03//+V7/++quGDh2qRo0aqVmzZnnuK8qVK6d9+/Zp27ZtOnbsmJYsWeIYPbnch/n6+urcuXM6dOiQLl68qIYNG2rv3r1atmyZjh49qg8++ED79++/Yd6tW7dW7dq1NXDgQMXFxSk+Pl5vvPGGli5detMC6Hpq166typUr6+23377ptD5JatGihRo0aKChQ4fq119/1c6dOzV06FCnEbunn35aa9as0fTp03X48GF9+umnTvesCgsLU2ZmplauXKkTJ05ow4YNGjRokCQ5TcOsWrWqGjdurA8//FAPPfSQY2YIig+m9gH5oH79+ho2bJhmz56td955R6Ghobr//vtVrlw5x7dYzz77rC5evKixY8fq9OnTCg4O1uOPP66+fftKurRz0xtvvOHY/a9atWqaOHGimjZt6mifPHmyRo4cqXPnzik8PFzjxo275rSR6xkzZozGjh2r5557Tna7XX//+9/VqFEjx5SFhg0bavr06Xr33XcVExMjX19fRUZG6qWXXrrutAsPDw998sknevPNN9WzZ09lZmaqdu3amjZtWq6LPAAobqKjozV58mR9/PHH+uijj1S6dGlFRUVp8ODBt3zuv//973r66aeVnZ2tqKgoDR8+3PGFWF76iueff15JSUmOad01atTQ+PHjNWTIEO3cuVPVq1dXhw4dtGjRIj344IOaN2+eHnzwQe3Zs0djx45VTk6OOnbsqB49euiXX3657nUsFotmzpyp2NhYvfDCC8rMzFT16tU1ZcoURUZG5vn3o2PHjpo6daruv//+m8aazWZ9/PHHGjt2rJ588kl5e3urb9++On78uCOmbdu2evvtt/X+++/r3XffVcOGDfXkk09qxYoVki792e7atUsTJkxQenq6KlSooIcffljfffeddu7cqccff9xxrs6dO+vnn392qa+GcZjs9iJ2hzUABeLChQtav369WrZsKT8/P8fx++67Tw8++KDLc+EBAIVr6dKlGjZsGPfpM5D3339fP/30k9N9I1F8MCIF3CY8PT01atQoNW/eXP3795fFYtG///1vnThxQtHR0e5ODwCAYmP79u06dOiQ5s6dq9GjR7s7HRQQCingNmEymTRt2jTFxsbq0UcfldVqVZ06dTRz5sw8z00HACC/9OvXT5s3b75hzNKlS1W1atVCyijv/vOf/2jevHnq0qWLOnbs6O50UECY2gcAAAC3O3XqlLKysm4YU758+WtuAQ+4A4UUAAAAALiI7c8BAAAAwEUUUgAAAADgIgopAAAAAHARhRQAAAAAuIhCCgAAAABcRCEFAAAAAC6ikAIAAAAAF1FIAQAAAICLKKQAAAAAwEUUUgAAAADgIgopAAAAAHARhRQAAAAAuIhCCgAAAABcRCEFAAAAAC6ikAIAAAAAF1FIAQAAAICLKKQAAAAAwEUUUgAAAADgIg93J1BU2O122Wx2d6cB5InZbOLzC0Mym00ymUzuTqNIol+C0dE3wahy2zdRSP3JZrMrOTnD3WkALvPwMCswsKRSU88rJ8fm7nQAlwQFlZTFQiF1LfRLMDL6JhhZbvsmpvYBAAAAgIsopAAAAADARRRSAAAAAOAiCikAAAAAcBGbTQAGZrVaFRe3QenpZ+XnV1rNmkXKYrG4Oy0AwG2Mvgm3CwopwKBWrFim118friNH4h3HwsMr6/XXx6lTpwfdmBkA4HZF34TbCVP7AANasWKZevfurtq162jVqu+VlpamVau+V+3addS7d3etWLHM3SkCAG4z9E243Zjsdjt3SpNktdq4XwcMwWq1qkWLhqpdu47mzPlMnp4eCgwsqZSUDGVn56hHj8e1Z88ebd78C1MpUORdulcH3+ldC/0SjIS+CcVJbvsmei/AYOLiftKRI/H6179e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KTUCAACUd2Vyat/Ro0f11FNP6cMPP1SNGjUKbV+yZIkiIiI0bNgwhYeHq1+/furUqZMWLFjghGqB0nXmTJIkac6cBapatZrdtmrVgjVnzrt2/QAAAFDyymSQSkhIUHh4uNatW6eaNWsW2r53795CZ56ioqL0zTffKD8/v7TKBJyievUQSVKdOnW0e/d3WrNmvVasWKE1a9Zr1659ql27jl0/AAAAlLwyObXv6aefvu72pKQkhYTY/yMxODhYWVlZSk1NVVBQULGO6+5eJnMlYKd169YKC6utd96ZpmXLPtB997VTQICP0tKydPlynmbOnK7ateuodevWMpv5TAMAADhCqQepkydPqn379n+4PT4+/oZBKDs7W56ennZtBc9zc3OLVZfJ5KbAQL9ivRYobdOnT9P//d//qU+fpzVq1Cjdcccd2r//R02ePFkbN36ujz76SFWrBji7TAAAgHKr1INU9erVtX79+j/cXrly5Rvuw8vLq1BgKnhecLG9UVZrvtLSMov1WqC03X//g1q8eJnGjHlJ99xzj609LCxMixcv0/33P6jUVG7Ii7IvIMCHM6cAAJdU6kHKw8ND4eHhN7WP0NBQJScn27UlJyfL19dX/v7+xd5vXp71puoCStPu3bt16tQpu7bffvtNu3fvVufO3ZxUFQAAQMXgkl8DtmjRQrt377ZrS0hIUPPmzWUyueRbAgyZMOEVzZ79toKCqmjGjFk6ffq0ZsyYpaCgKpo9+21NmPCKs0sEAAAo11wydfTs2VPff/+9pk6dqqNHj2rRokXasGGD+vfv7+zSAIfLzc3V3LmzVK1asL777pB69eqtkJAQ9erVW999d0jVqgVr7tzZxb5eEAAAADfmkkGqXr16mjNnjr7++ms98sgj+vDDDxUbG8vNeFEhvPfeu7JYLBo1aozc3e1n57q7u+sf/xgtiyVP7733rpMqBAAAKP/K5PLnV3v//fev2d62bVu1bdu2lKsBnO/XX49Jkjp06CyLxaKEhB26dOmCKlW6RZGRrdSxYye7fgAAACh5ZT5IAbBXp85tkqS33pqiL77YouPHE23bwsJqq127aLt+AAAAKHlu+fn5+c4uoiywWKw6f57lolH25ebmKiwsWFarVQ888KA6dnxQVaveopSUC9q0aaO2bNkok8mk48eTC91vDShrgoL8WP78DzAuwZWdPHtJ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3769Ll26pPT0dL3yyiuKiorSXXfdpV69eumHH34okd93jRo11KFDB7upddc73okTJ9SgQQN9/fXXdvsZNWqUnnzySUn2U/OsVqvmzZunBx98UHfccYeaN2+u/v376/jx45KunI3avXu3Pv74Y0VHRxd6vSR99dVXevzxx9WsWTO1bt1akydPtvvGNyIiQh999JF69+6txo0bq3Xr1po1a1aJ/H4AoCQxxjlujGvcuLFq1KihDRs22LWvX79enTt3lpubm137hx9+qG7duqlx48Zq2rSpnnrqKdtxv/vuOzVq1EiLFi2y9Z82bZruuusunThxwnBtcG0EKbiEbdu26YUXXtDjjz+udevWady4cfr88881YsQIu37Tp09X//799emnn8rf318DBw7Uxo0bNX/+fE2ePFlbtmzRhx9+aOt//vx5LVmyRDNmzNCSJUt0+vRp9e/fX3l5eZKuhICdO3dq6tSp+vjjj9W5c2cNHDhQX331lW0fx48fV3Jysj755BMNGzZMP/74o4YMGaIuXbpo7dq1WrVqlYKCgjRy5Ejl5uaqb9++6tu3r0JCQrRjxw6FhoYW+ffw8ccf2+r18/PTs88+qxMnTmjevHlatWqVmjZtqieffFIHDhy4uV/4f9WvX18nTpxQRkaG8vPzr3u8WrVqKTIyUuvWrbO9PicnR5s2bdKjjz5aaN9Lly7VwoUL9dJLL2njxo2aPXu2fv31V9s0vpkzZ6pZs2bq3LmzPvroo0Kv37x5s55//nm1a9dOcXFxmjBhgtavX6/hw4fb9XvjjTcUExOjzz77TD169NDMmTO1Z8+eEvn9AEBJYIy7wpFjXOfOne2CVG5urrZs2aIuXbrY9du8ebMmTpyo/v376/PPP9fixYuVk5OjMWPGSJKaNGmiAQMG6J133tHx48e1d+9evfvuu5owYYJq1apluC64NoIUXMLcuXP1+OOP6y9/+YvCwsLUunVrTZgwQRs2bNDJkydt/bp3767o6Gjdfvvtevjhh3Xx4kWNHTtW9evX14MPPqiGDRvq559/tvW/fPmy3njjDbVo0UKNGzdWbGysDh8+rPj4eCUmJmrdunWaPHmyWrZsqTp16qhPnz7q0qWLFi5caFffoEGDVKtWLdWrV09ms1mvvPKKevfubZsi16tXL50/f17nzp2Tn5+ffH19ZTabVa1aNZnN5iL/Hp566inVrVtXd955pxISErRv3z7NmDFDTZo0UXh4uIYPH66mTZtq6dKlN/9LlxQQECBJunTpUpGO9+ijj2rLli3KysqSJH3xxReyWCzq3LlzoX2HhYXpjTfe0P33369bb71VrVq1UqdOnXT48GFJ0i233CIPDw95e3tfc0rf/Pnz1aFDBw0aNEi33Xab2rdvr3Hjxmnr1q06cuSIrd8jjzyihx9+WLVq1dLAgQMVEBCgb7/9tkR+PwBQEhjjrnDkGNe5c2ft27fPdkZu586dCgoKUqNGjez63XLLLZo0aZIefvhh3XrrrWratKn+7//+zzY2SdLgwYMVHh6uMWPGaOTIkXrkkUfUtWtXwzXB9XGNFFzCgQMH9P3339udmSiYg3306FHVrFlTklS7dm3b9oI5z2FhYbY2b29vu6kSfn5+uuOOO2zPw8PDVblyZR0+fFiXLl2SdOV/7Fe7fPmyLWAUqFOnju3nhg0bqnLlypo/f75++eUXJSYm6tChQ5Iki8Vi/M1f5er3t3//fuXn5+v++++365Obm6ucnJybOk6B9PR0SVKlSpWKdLwHH3xQEydO1NatW9W1a1etWbNGDzzwgCpVqlRo39HR0fruu+/09ttv69ixYzp27JiOHDmi6tWrF6m2w4cPF/om8e6777Ztq1u3rqQr/02v5u/vr8uXLxfpGABQGhjjVOj9lfQYd8cdd6hWrVrauHGjevXqpfXr1xcaQyQpMjJSR48e1ezZs23v76effpLVarX1cXd3V2xsrB566CFVqVJFr7zyiuF6UD4QpOASrFar+vfvr5iYmELbrr5Q19298EfaZPrjE68eHh6F2iwWi8xms20QW758eaFV4n6/T29vb9vPu3fvVr9+/dSuXTvddddd6tatm7KysjR48OA/rONaCqZe/NFxrFarKlWqpLi4uEL9PD09DR3rj+zfv1916tSRn59fkY7n6+urTp06ae3atWrdurW2b9+u+fPnX3Pf8+fP1+zZsxUTE6NWrVqpd+/e2rp1q901WddzrYuZCwa6qz8H1/pdlLULoQFUbIxxhY/jiDGuYHrfE088oa1bt9pNgyywdu1avfTSS+rWrZuaN2+uv/zlLzp8+LAmTpxo1+/w4cOyWq06e/asfvrpJzVr1qxYNcG1MbUPLqFevXo6duyYateubfuTlJSkN998UxkZGcXe74ULF+wuDv3555916dIlNWrUSPXq1ZMknT171u64cXFx1/wfe4FFixapZcuWmjlzpnr37q17771Xp0+flvS/f8D//sJWDw8P27eDBRITE69be/369XXp0iVdvnzZrr53331XW7duLfov4Q8kJSVp69at6tatm6Hjde/eXTt37tQnn3yiqlWrKioq6pr7nzt3rgYPHqzx48friSeeUNOmTfXrr78WOeREREQUmqK3d+9eSYXPQgFAWcYYV5gjxriCBTpWr16tWrVqXXOsmD9/vv7v//5PU6ZM0dNPP63IyEjb77Dg/SUnJ2vcuHEaOHCgunbtqn/84x/KzMwsVk1wbQQpuIRnn31WGzdu1KxZs3Ts2DHFx8dr1KhRSk9Pv+mlY0eMGKEff/xR+/bt08iRI9WsWTNFRkaqXr16uv/++zVu3Dh98cUXOnHihN59913NmzfPbirF74WGhuqnn37S3r17dfLkSa1evVpvv/22JNmmXPj6+urixYs6duyYLl++rKZNm+rQoUNas2aNTpw4odmzZ9vNx76WNm3aqGHDhho2bJgSEhKUmJioyZMnKy4uznCQyMzM1NmzZ3X27FmdOHFCW7ZsUf/+/VWzZk316dPH0PFatGih0NBQvfPOO3r44Yf/8NvS0NBQ7dy5U0eOHNEvv/yi6dOna9OmTYWmpfz2229KSkoq9Pr+/ftr06ZNmjNnjo4dO6Yvv/xSr776qu6//36CFACXwhhXWEmOcQUaNmyo2rVr66233rrmtL6C9/ftt99q//79On78uBYvXqxly5bZvb+XX35ZwcHBGjhwoF5++WVlZGTYFkpCxUKQgkvo1KmTpk+fri1btqhbt24aMWJEiS1l3a1bNz333HPq37+/6tWrp3nz5tm+TZs+fbo6duyosWPH6s9//rM++eQTTZo06ZrTLwoMHTpUTZs21cCBA/XII4/oww8/1Ouvvy5vb2/b8qkdO3ZUtWrV9NBDD+nAgQN66KGH9PTTT+u1117Tww8/rFOnTumZZ565bt1ms1mLFi3SHXfcoRdeeEEPPfSQ9uzZo1mzZqlVq1aGfgeLFi1S69at1bp1a3Xu3FlvvPGG2rdvrxUrVtimfBg5XkxMjDIyMq65Wl+BN998U9nZ2erevbt69Oihw4cPa8KECTp37pxOnTolSbYpFQ899FChufcPPvigpk2bps8//1zdunXT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tm/frqSkJIWEhNjaExIS5OvrKx8fH1ubt7e3vL29nVEmABjG2OI83t7eTv89e3p6Or0GlB1M7UOF9eWXX+rRRx9V48aN1aFDB82YMUO5ubm27REREVq5cqWeeuop3XnnnercubO+/fZbrVy5Uu3atVPz5s31wgsv2L6ZjIuLU9u2bbVq1Sq1bt1azZo10+DBg3XmzBnbPnNzcxUbG6s2bdqoWbNmevzxx7Vjxw7b9ri4OHXo0EGvvfaa7rrrLg0aNEiStGXLFj322GNq2rSp7rzzTj366KPavn27JGnmzJmaNWuWfvvtN9t0g5deekk9e/a0e79Xt508eVIRERGaN2+e7r33XrVv316XLl1Senq6XnnlFUVFRemuu+5Sr1699MMPPxj+3TZu3Fg1atTQhg0b7NrXr1+vzp07231r+PupfREREfroo4/Uu3dvNW7cWK1bt9asWbMM1wAAzsDY4rix5UZmzpyp1q1by2q12tqysrLUrFkzffjhh5Kko0eP6tlnn1WzZs3UunVr/f3vf9fZs2dt/Xv27KmpU6fq5ZdfVosWLdS8eXP9/e9/16VLlyQVntoXHR2thQsXasiQIWrWrJlatmyp1157TXl5ebZ97tixQzExMbrzzjvVtWtXrV69mumB5QRBChXStm3b9MILL+jxxx/XunXrNG7cOH3++ecaMWKEXb/p06erf//++vTTT+Xv76+BAwdq48aNmj9/viZPnqwtW7bY/ucsSefPn9eSJUs0Y8YMLVmyRKdPn1b//v1t/0MdNWqUdu7cqalTp+rjjz9W586dNXDgQH311Ve2fRw/flzJycn65JNPNGzYMP34448aMmSIunTporVr12rVqlUKCgrSyJEjlZubq759+6pv374KCQnRjh07FBoaWuTfw8cff2yr18/PT88++6xOnDihefPmadWqVWratKmefPJJHThwwPDvuHPnznZBKjc3V1u2bFGXLl1u+No33nhDMTEx+uyzz9SjRw/NnDlTe/bsMVwDAJQmxpYrHDm2XM8jjzyilJQU7dq1y9a2ZcsW5efnq3Pnzjpz5oyeeuop1a5dWx999JHmzp2rS5cu6YknnlBmZqbtNYsXL1bVqlX10UcfKTY2Vlu3btXixYv/8Lhvv/22IiMjtWbNGo0cOVLLli3TunXrJEkHDx7UgAED1KpVK3366ad6/vnn9cYb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S5KUk5Nju/HotfpcvHix2Mc1mdwUGOhX7NcDpWnr1q1KSTkrSfL29lZ2drZtW8Hzs2fP6rvv9qh9+/bOKhMoUWUySH366acaPXq0Xn75ZbVp00afffaZhg8frpCQEN1xxx3q16+f6tSpow8++EDHjx/X6NGj/3v/nKHOLh0AUM54e3sXWjQiJydHkuTr6ytvb29JUm5uru3ngj4+Pj7FPq7Vmq+0tMxivx4oTevXb7T9fHWI+v3z9es3qnnzqFKrCyiOgAAfmc03nhFQ5oJUfn6+3n77bfXq1UtPP/20JOn555/X3r17tXv3bv322286deqUVq1apcqVK6t+/fo6d+6c3nzzTQ0cOLDQN4IAANyMkJAQJScn27UVPK9evbry8vJsbWFhYXZ9IiIiburYnGWGqzh+/Ffbz1WrVtOYMeP0xBPdtXLlar322gTb2arjx3/lc41yo8xNvj527Jh+++03devWza594cKFGjBggPbu3as//elPqly5sm1bVFSULl26pIMHD5Z2uQCAci4yMlLffPONLBaLrS0hIUG33XabqlSpogYNGqhSpUratWuXbXtaWpoOHDigyMhIZ5QMlLqCcGQ2m7Vv30H16tVbISEh6tWrt/btO2i7/IIQhfKkzJ2ROnbsmCQpMzNT/fr104EDB1SzZk09//zzio6OVlJSkkJC7O9BcPVFv79fbckILuqFKyo49VyUU9AAjOvevbsWLFig0aNHq3///vr++++1ePFiTZgwQdKVa6N69OihqVOnKigoSLfeeqtiY2MVEhKijh07Orl6oHScO3dO0pVFJ5555in5+HgrM/OSfH0rKSsr2/ZFREE/oDwoc0Hq0qVLkqR//OMf+utf/6oXX3xRGzdu1KBBg/Tee+8pOztbAQEBdq+5+qLf4uKiXri6gIDiX4sB4I9VqVJFCxYs0KRJkxQTE6Nq1app5MiRiomJsfUZOnSo8vLyNGbMGGVnZysyMlILFy6Uh4eHEysHSo+fn6/t561bNxWpH+DqylyQKhh0+vXrZxukGjZsqAMHDui999674UW/xcVFvXBFFotFu3bFKy3tvAICgtSyJcufw7UU9YLe0jRlypRCbY0bN9bKlSv/8DVms1kjRozQiBEjHFkaUGa1anWvNmxYX6R+QHlR5oJU9erVJanQPTvq1q2rr776SnfffbcOHz5st+3qi35v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NoHyhOXP/4tlZuGKLBaL9uyJ16VLF1Sp0i2KjGzFmSi4FFda/vzhhx9Wq1at9NJLL0mSLl26pLvuukszZ87UsWPHtGzZMn355Zdyd79y+fG0adO0ceNGbdy4sVjHY1yCK+nevZu2b7/2dVFXa9PmPq1evbYUKgKKj+XPgQrAbDardeu2evLJJ9W6dVtCFOBAVapU0ZdffqmTJ0/KYrFo5cqV8vT0VIMGDbR3717dfffdthAlSVFRUfr111+VkpLixKqB0vHbbydLtB/gCli1DwCAIhg9erT+9re/qX379jKbzTKZTJo5c6bCwsKUlJSk+vXr2/UPDg6WJJ0+fVpVq1Yt1jHd3fm+E67Bza3o/fhco7wgSAEAUARHjhyRv7+/Zs+ererVq+vDDz/Uiy++qGXLlik7O1uenp52/b28vCRJOTk5xTqeyeSmwEC/m64bKA0NGzbU0aNHbc8jIyP15z//WevXr9eePXvs+vG5RnlBkAIA4AZOnz6tv//971q8eLFatGghSbrzzjt15MgRzZw5U97e3srNzbV7TUGA8vX1LdYxrdZ8paVl3lzhQCkJCLjF7vmePXvsAtTV/VJTufYPZVtAgE+RrpEiSAEAcAPfffedLl++rDvvvNOuvUmTJtq2bZtq1Kih5ORku20Fz6tXr17s4+blWW/cCSgDfvjhhyL343ON8oJJqgAA3EBISIgk6aeffrJrP3z4sOrUqaPIyEh98803slgstm0JCQm67bbbVKVKlVKtFXCGtLQLJdoPcAUEKcCFWSwW7dixTf/617+0Y8c2u3/EASg5jRs31l133aV//OMfSkhI0K+//qoZM2YoPj5ezz33nLp3765Lly5p9OjROnLkiOLi4rR48WINGDDA2aUDpaJBg0Yl2g9wBdxH6r+4Xwdczbp1azRu3Ms6ceK4ra1WrTBNmPA6N+SFy3Cl+0hdvHhRM2bM0FdffaWLFy+qfv36Gj58uO6++25J0vfff69JkybpwIEDqlatmvr27asePXoU+3iMS3Al69evUe/eVz7vrVu3VV5entLSLigg4Ba5u7trx45tkqTFi5fpz39mjELZVtSxiSD1XwxYcCXr1q1R37495O3trezsbFt7wfNFi5YRpuASXClIlTbGJbiSxx57WF9//eUN+9133/368MNPS6EioPi4IS9QTlksFo0cOey/z35/444r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",
+      "text/plain": [
+       "<Figure size 1000x1800 with 10 Axes>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
    "source": [
+    "\n",
     "numerical_cols = ['Passengers', 'Temperature_Midday', 'Snow_5Days', 'Wind', 'Temperature_Deviation',\n",
     "                  'Temperature_Max', 'Temperature_Min', 'Temperature_Evening', 'Precipiation', 'Precipiation_5Days']\n",
     "_ = df.loc[:, numerical_cols].plot(kind='box', subplots=True, layout=(5, 2), figsize=(10, 18), sharex=False)"
@@ -640,6 +1806,17 @@
     "Check if this is the case and fix the error."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 47,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "df[df['Revision'] == 1]['Passengers'] # Is not Zero at loc 2915 2917\n",
+    "\n",
+    "df.loc[[2915, 2917], 'Passengers'] = 0"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -652,7 +1829,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 27,
    "metadata": {
     "jupyter": {
      "source_hidden": true
@@ -660,8 +1837,67 @@
     "solution2": "hidden",
     "tags": []
    },
-   "outputs": [],
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>Passengers</th>\n",
+       "      <th>Revision</th>\n",
+       "      <th>Temperature_Midday</th>\n",
+       "      <th>Sunshine_Percentage</th>\n",
+       "      <th>Snow_5Days</th>\n",
+       "      <th>Temperature_Deviation</th>\n",
+       "      <th>Temperature_Max</th>\n",
+       "      <th>Temperature_Min</th>\n",
+       "      <th>Temperature_Evening</th>\n",
+       "      <th>Precipiation_5Days</th>\n",
+       "      <th>Precipiation</th>\n",
+       "      <th>Wind</th>\n",
+       "      <th>Holiday</th>\n",
+       "      <th>Special_Event</th>\n",
+       "      <th>Year</th>\n",
+       "      <th>Day_in_Month</th>\n",
+       "      <th>Day</th>\n",
+       "      <th>Month</th>\n",
+       "      <th>Date</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "Empty DataFrame\n",
+       "Columns: [Passengers, Revision, Temperature_Midday, Sunshine_Percentage, Snow_5Days, Temperature_Deviation, Temperature_Max, Temperature_Min, Temperature_Evening, Precipiation_5Days, Precipiation, Wind, Holiday, Special_Event, Year, Day_in_Month, Day, Month, Date]\n",
+       "Index: []"
+      ]
+     },
+     "execution_count": 27,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
    "source": [
+    "\n",
     "df[(df.Revision == 1) & (df.Passengers > 0)].head()"
    ]
   },
@@ -688,6 +1924,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "df.Passengers.values[df.Revision==1] = 0"
    ]
   },
@@ -706,6 +1943,26 @@
     "Check if the minimum temperature is smaller than the maximum temperature."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 48,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "True"
+      ]
+     },
+     "execution_count": 48,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "(df.Temperature_Max > df.Temperature_Min).all()"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -729,6 +1986,7 @@
    },
    "outputs": [],
    "source": [
+    "\n",
     "(df[\"Temperature_Min\"] < df[\"Temperature_Max\"]).all()"
    ]
   },
@@ -748,11 +2006,280 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 49,
    "metadata": {
     "tags": []
    },
-   "outputs": [],
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead tr th {\n",
+       "        text-align: left;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead tr:last-of-type th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr>\n",
+       "      <th></th>\n",
+       "      <th></th>\n",
+       "      <th colspan=\"10\" halign=\"left\">Snow_5Days</th>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th></th>\n",
+       "      <th>Year</th>\n",
+       "      <th>2006</th>\n",
+       "      <th>2007</th>\n",
+       "      <th>2008</th>\n",
+       "      <th>2009</th>\n",
+       "      <th>2010</th>\n",
+       "      <th>2011</th>\n",
+       "      <th>2012</th>\n",
+       "      <th>2013</th>\n",
+       "      <th>2014</th>\n",
+       "      <th>2015</th>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>Date</th>\n",
+       "      <th>Month</th>\n",
+       "      <th></th>\n",
+       "      <th></th>\n",
+       "      <th></th>\n",
+       "      <th></th>\n",
+       "      <th></th>\n",
+       "      <th></th>\n",
+       "      <th></th>\n",
+       "      <th></th>\n",
+       "      <th></th>\n",
+       "      <th></th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <th>January</th>\n",
+       "      <td>1.451613</td>\n",
+       "      <td>2.258065</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>1.960918</td>\n",
+       "      <td>6.354839</td>\n",
+       "      <td>1.774194</td>\n",
+       "      <td>0.451613</td>\n",
+       "      <td>1.290323</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>3.354839</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <th>February</th>\n",
+       "      <td>1.285714</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>6.250000</td>\n",
+       "      <td>4.928571</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>1.241379</td>\n",
+       "      <td>5.714286</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <th>March</th>\n",
+       "      <td>6.741935</td>\n",
+       "      <td>1.960918</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.806452</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>1.290323</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <th>April</th>\n",
+       "      <td>0.333333</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.333333</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>5</th>\n",
+       "      <th>May</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>6</th>\n",
+       "      <th>June</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>7</th>\n",
+       "      <th>July</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>8</th>\n",
+       "      <th>August</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>9</th>\n",
+       "      <th>September</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>10</th>\n",
+       "      <th>October</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>1.237594</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>11</th>\n",
+       "      <th>November</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>1.633333</td>\n",
+       "      <td>0.266667</td>\n",
+       "      <td>0.433333</td>\n",
+       "      <td>0.026282</td>\n",
+       "      <td>0.152565</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>12</th>\n",
+       "      <th>December</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.788468</td>\n",
+       "      <td>5.161290</td>\n",
+       "      <td>3.129032</td>\n",
+       "      <td>6.516129</td>\n",
+       "      <td>1.230770</td>\n",
+       "      <td>7.714641</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>3.580645</td>\n",
+       "      <td>0.000000</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "               Snow_5Days                                                    \\\n",
+       "Year                 2006      2007      2008      2009      2010      2011   \n",
+       "Date Month                                                                    \n",
+       "1    January     1.451613  2.258065  0.788468  1.960918  6.354839  1.774194   \n",
+       "2    February    1.285714  0.000000  0.788468  6.250000  4.928571  0.000000   \n",
+       "3    March       6.741935  1.960918  0.788468  0.000000  0.806452  0.000000   \n",
+       "4    April       0.333333  0.788468  0.788468  0.000000  0.000000  0.000000   \n",
+       "5    May         0.000000  0.788468  0.788468  0.000000  0.000000  0.000000   \n",
+       "6    June        0.000000  0.788468  0.788468  0.000000  0.000000  0.000000   \n",
+       "7    July        0.000000  0.788468  0.788468  0.000000  0.000000  0.000000   \n",
+       "8    August      0.000000  0.788468  0.788468  0.000000  0.000000  0.000000   \n",
+       "9    September   0.000000  0.788468  0.788468  0.000000  0.000000  0.000000   \n",
+       "10   October     0.000000  0.788468  1.237594  0.000000  0.000000  0.000000   \n",
+       "11   November    0.000000  0.788468  1.633333  0.266667  0.433333  0.026282   \n",
+       "12   December    0.000000  0.788468  5.161290  3.129032  6.516129  1.230770   \n",
+       "\n",
+       "                                                        \n",
+       "Year                2012      2013      2014      2015  \n",
+       "Date Month                                              \n",
+       "1    January    0.451613  1.290323  0.000000  3.354839  \n",
+       "2    February   1.241379  5.714286  0.000000  0.000000  \n",
+       "3    March      0.000000  1.290323  0.000000  0.000000  \n",
+       "4    April      0.000000  0.333333  0.000000  0.000000  \n",
+       "5    May        0.000000  0.000000  0.000000  0.000000  \n",
+       "6    June       0.000000  0.000000  0.000000  0.000000  \n",
+       "7    July       0.000000  0.000000  0.000000  0.000000  \n",
+       "8    August     0.000000  0.000000  0.000000  0.000000  \n",
+       "9    September  0.000000  0.000000  0.000000  0.000000  \n",
+       "10   October    0.000000  0.000000  0.000000  0.000000  \n",
+       "11   November   0.152565  0.000000  0.000000  0.000000  \n",
+       "12   December   7.714641  0.000000  3.580645  0.000000  "
+      ]
+     },
+     "execution_count": 49,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
    "source": [
     "pd.pivot_table(df, index=[df.Date.dt.month, \"Month\"], columns=[\"Year\"], values=[\"Snow_5Days\"])"
    ]
@@ -792,6 +2319,15 @@
     "Set the amount of snow for months june, july, august, september and october to zero."
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 50,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "df.Snow_5Days.values[df.Month.isin(['June', 'July', 'August', 'September', 'October'])] = 0"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {
@@ -804,13 +2340,14 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 51,
    "metadata": {
     "solution2": "hidden",
     "tags": []
    },
    "outputs": [],
    "source": [
+    "\n",
     "df.Snow_5Days.values[df.Month.isin([\"June\", \"July\", \"August\", \"September\", \"October\"])] = 0"
    ]
   },
@@ -831,9 +2368,105159 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 52,
    "metadata": {},
-   "outputs": [],
+   "outputs": [
+    {
+     "name": "stderr",
+     "output_type": "stream",
+     "text": [
+      "C:\\Users\\Pollux\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python39\\site-packages\\numba\\core\\decorators.py:262: NumbaDeprecationWarning: \u001b[1mnumba.generated_jit is deprecated. Please see the documentation at: https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-generated-jit for more information and advice on a suitable replacement.\u001b[0m\n",
+      "  warnings.warn(msg, NumbaDeprecationWarning)\n",
+      "C:\\Users\\Pollux\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python39\\site-packages\\visions\\backends\\shared\\nan_handling.py:51: NumbaDeprecationWarning: \u001b[1mThe 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.\u001b[0m\n",
+      "  def hasna(x: np.ndarray) -> bool:\n",
+      "C:\\Users\\Pollux\\AppData\\Local\\Temp\\ipykernel_816\\2459889624.py:1: DeprecationWarning: `import pandas_profiling` is going to be deprecated by April 1st. Please use `import ydata_profiling` instead.\n",
+      "  import pandas_profiling\n"
+     ]
+    },
+    {
+     "data": {
+      "application/vnd.jupyter.widget-view+json": {
+       "model_id": "198dc32d250d415292dd70186e5118ba",
+       "version_major": 2,
+       "version_minor": 0
+      },
+      "text/plain": [
+       "Summarize dataset:   0%|          | 0/5 [00:00<?, ?it/s]"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "application/vnd.jupyter.widget-view+json": {
+       "model_id": "78531d46dc554d0db54ddfedd27b810c",
+       "version_major": 2,
+       "version_minor": 0
+      },
+      "text/plain": [
+       "Generate report structure:   0%|          | 0/1 [00:00<?, ?it/s]"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "application/vnd.jupyter.widget-view+json": {
+       "model_id": "d167b63446674d18b720638ad086d62c",
+       "version_major": 2,
+       "version_minor": 0
+      },
+      "text/plain": [
+       "Render HTML:   0%|          | 0/1 [00:00<?, ?it/s]"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "text/html": [
+       "<iframe width=\"100%\" height=\"800px\" srcdoc=\"&lt;!doctype html&gt;&lt;html lang=en&gt;&lt;head&gt;&lt;meta charset=utf-8&gt;&lt;meta name=viewport content=&quot;width=device-width, initial-scale=1, shrink-to-fit=no&quot;&gt;&lt;meta name=description content=&quot;Profile report generated by YData! Visit us at https://ydata.ai&quot;&gt;&lt;meta name=author content=&quot;YData and the open source community.&quot;&gt;&lt;meta name=generator content=&quot;Pandas Profiling v3.6.6&quot;&gt;&lt;meta name=url content=https://github.com/ydataai/pandas-profiling&gt;&lt;meta name=date content=&quot;2023-09-06 11:27:11.855009&quot;&gt;&lt;title&gt;Pandas Profiling Report&lt;/title&gt;&lt;style&gt;\n",
+       "/*!\n",
+       " * Bootstrap v3.3.7 (http://getbootstrap.com)\n",
+       " * Copyright 2011-2016 Twitter, Inc.\n",
+       " * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n",
+       " *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:&quot; (&quot; attr(href) &quot;)&quot;}abbr[title]:after{content:&quot; (&quot; attr(title) &quot;)&quot;}a[href^=&quot;javascript:&quot;]:after,a[href^=&quot;#&quot;]:after{content:&quot;&quot;}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn&gt;.caret,.dropup&gt;.btn&gt;.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:&#x27;Glyphicons Halflings&#x27;;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format(&#x27;embedded-opentype&#x27;),url(../fonts/glyphicons-halflings-regular.woff2) format(&#x27;woff2&#x27;),url(../fonts/glyphicons-halflings-regular.woff) format(&#x27;woff&#x27;),url(../fonts/glyphicons-halflings-regular.ttf) format(&#x27;truetype&#x27;),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format(&#x27;svg&#x27;)}.glyphicon{position:relative;top:1px;display:inline-block;font-family:&#x27;Glyphicons Halflings&#x27;;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:&quot;\\002a&quot;}.glyphicon-plus:before{content:&quot;\\002b&quot;}.glyphicon-eur:before,.glyphicon-euro:before{content:&quot;\\20ac&quot;}.glyphicon-minus:before{content:&quot;\\2212&quot;}.glyphicon-cloud:before{content:&quot;\\2601&quot;}.glyphicon-envelope:before{content:&quot;\\2709&quot;}.glyphicon-pencil:before{content:&quot;\\270f&quot;}.glyphicon-glass:before{content:&quot;\\e001&quot;}.glyphicon-music:before{content:&quot;\\e002&quot;}.glyphicon-search:before{content:&quot;\\e003&quot;}.glyphicon-heart:before{content:&quot;\\e005&quot;}.glyphicon-star:before{content:&quot;\\e006&quot;}.glyphicon-star-empty:before{content:&quot;\\e007&quot;}.glyphicon-user:before{content:&quot;\\e008&quot;}.glyphicon-film:before{content:&quot;\\e009&quot;}.glyphicon-th-large:before{content:&quot;\\e010&quot;}.glyphicon-th:before{content:&quot;\\e011&quot;}.glyphicon-th-list:before{content:&quot;\\e012&quot;}.glyphicon-ok:before{content:&quot;\\e013&quot;}.glyphicon-remove:before{content:&quot;\\e014&quot;}.glyphicon-zoom-in:before{content:&quot;\\e015&quot;}.glyphicon-zoom-out:before{content:&quot;\\e016&quot;}.glyphicon-off:before{content:&quot;\\e017&quot;}.glyphicon-signal:before{content:&quot;\\e018&quot;}.glyphicon-cog:before{content:&quot;\\e019&quot;}.glyphicon-trash:before{content:&quot;\\e020&quot;}.glyphicon-home:before{content:&quot;\\e021&quot;}.glyphicon-file:before{content:&quot;\\e022&quot;}.glyphicon-time:before{content:&quot;\\e023&quot;}.glyphicon-road:before{content:&quot;\\e024&quot;}.glyphicon-download-alt:before{content:&quot;\\e025&quot;}.glyphicon-download:before{content:&quot;\\e026&quot;}.glyphicon-upload:before{content:&quot;\\e027&quot;}.glyphicon-inbox:before{content:&quot;\\e028&quot;}.glyphicon-play-circle:before{content:&quot;\\e029&quot;}.glyphicon-repeat:before{content:&quot;\\e030&quot;}.glyphicon-refresh:before{content:&quot;\\e031&quot;}.glyphicon-list-alt:before{content:&quot;\\e032&quot;}.glyphicon-lock:before{content:&quot;\\e033&quot;}.glyphicon-flag:before{content:&quot;\\e034&quot;}.glyphicon-headphones:before{content:&quot;\\e035&quot;}.glyphicon-volume-off:before{content:&quot;\\e036&quot;}.glyphicon-volume-down:before{content:&quot;\\e037&quot;}.glyphicon-volume-up:before{content:&quot;\\e038&quot;}.glyphicon-qrcode:before{content:&quot;\\e039&quot;}.glyphicon-barcode:before{content:&quot;\\e040&quot;}.glyphicon-tag:before{content:&quot;\\e041&quot;}.glyphicon-tags:before{content:&quot;\\e042&quot;}.glyphicon-book:before{content:&quot;\\e043&quot;}.glyphicon-bookmark:before{content:&quot;\\e044&quot;}.glyphicon-print:before{content:&quot;\\e045&quot;}.glyphicon-camera:before{content:&quot;\\e046&quot;}.glyphicon-font:before{content:&quot;\\e047&quot;}.glyphicon-bold:before{content:&quot;\\e048&quot;}.glyphicon-italic:before{content:&quot;\\e049&quot;}.glyphicon-text-height:before{content:&quot;\\e050&quot;}.glyphicon-text-width:before{content:&quot;\\e051&quot;}.glyphicon-align-left:before{content:&quot;\\e052&quot;}.glyphicon-align-center:before{content:&quot;\\e053&quot;}.glyphicon-align-right:before{content:&quot;\\e054&quot;}.glyphicon-align-justify:before{content:&quot;\\e055&quot;}.glyphicon-list:before{content:&quot;\\e056&quot;}.glyphicon-indent-left:before{content:&quot;\\e057&quot;}.glyphicon-indent-right:before{content:&quot;\\e058&quot;}.glyphicon-facetime-video:before{content:&quot;\\e059&quot;}.glyphicon-picture:before{content:&quot;\\e060&quot;}.glyphicon-map-marker:before{content:&quot;\\e062&quot;}.glyphicon-adjust:before{content:&quot;\\e063&quot;}.glyphicon-tint:before{content:&quot;\\e064&quot;}.glyphicon-edit:before{content:&quot;\\e065&quot;}.glyphicon-share:before{content:&quot;\\e066&quot;}.glyphicon-check:before{content:&quot;\\e067&quot;}.glyphicon-move:before{content:&quot;\\e068&quot;}.glyphicon-step-backward:before{content:&quot;\\e069&quot;}.glyphicon-fast-backward:before{content:&quot;\\e070&quot;}.glyphicon-backward:before{content:&quot;\\e071&quot;}.glyphicon-play:before{content:&quot;\\e072&quot;}.glyphicon-pause:before{content:&quot;\\e073&quot;}.glyphicon-stop:before{content:&quot;\\e074&quot;}.glyphicon-forward:before{content:&quot;\\e075&quot;}.glyphicon-fast-forward:before{content:&quot;\\e076&quot;}.glyphicon-step-forward:before{content:&quot;\\e077&quot;}.glyphicon-eject:before{content:&quot;\\e078&quot;}.glyphicon-chevron-left:before{content:&quot;\\e079&quot;}.glyphicon-chevron-right:before{content:&quot;\\e080&quot;}.glyphicon-plus-sign:before{content:&quot;\\e081&quot;}.glyphicon-minus-sign:before{content:&quot;\\e082&quot;}.glyphicon-remove-sign:before{content:&quot;\\e083&quot;}.glyphicon-ok-sign:before{content:&quot;\\e084&quot;}.glyphicon-question-sign:before{content:&quot;\\e085&quot;}.glyphicon-info-sign:before{content:&quot;\\e086&quot;}.glyphicon-screenshot:before{content:&quot;\\e087&quot;}.glyphicon-remove-circle:before{content:&quot;\\e088&quot;}.glyphicon-ok-circle:before{content:&quot;\\e089&quot;}.glyphicon-ban-circle:before{content:&quot;\\e090&quot;}.glyphicon-arrow-left:before{content:&quot;\\e091&quot;}.glyphicon-arrow-right:before{content:&quot;\\e092&quot;}.glyphicon-arrow-up:before{content:&quot;\\e093&quot;}.glyphicon-arrow-down:before{content:&quot;\\e094&quot;}.glyphicon-share-alt:before{content:&quot;\\e095&quot;}.glyphicon-resize-full:before{content:&quot;\\e096&quot;}.glyphicon-resize-small:before{content:&quot;\\e097&quot;}.glyphicon-exclamation-sign:before{content:&quot;\\e101&quot;}.glyphicon-gift:before{content:&quot;\\e102&quot;}.glyphicon-leaf:before{content:&quot;\\e103&quot;}.glyphicon-fire:before{content:&quot;\\e104&quot;}.glyphicon-eye-open:before{content:&quot;\\e105&quot;}.glyphicon-eye-close:before{content:&quot;\\e106&quot;}.glyphicon-warning-sign:before{content:&quot;\\e107&quot;}.glyphicon-plane:before{content:&quot;\\e108&quot;}.glyphicon-calendar:before{content:&quot;\\e109&quot;}.glyphicon-random:before{content:&quot;\\e110&quot;}.glyphicon-comment:before{content:&quot;\\e111&quot;}.glyphicon-magnet:before{content:&quot;\\e112&quot;}.glyphicon-chevron-up:before{content:&quot;\\e113&quot;}.glyphicon-chevron-down:before{content:&quot;\\e114&quot;}.glyphicon-retweet:before{content:&quot;\\e115&quot;}.glyphicon-shopping-cart:before{content:&quot;\\e116&quot;}.glyphicon-folder-close:before{content:&quot;\\e117&quot;}.glyphicon-folder-open:before{content:&quot;\\e118&quot;}.glyphicon-resize-vertical:before{content:&quot;\\e119&quot;}.glyphicon-resize-horizontal:before{content:&quot;\\e120&quot;}.glyphicon-hdd:before{content:&quot;\\e121&quot;}.glyphicon-bullhorn:before{content:&quot;\\e122&quot;}.glyphicon-bell:before{content:&quot;\\e123&quot;}.glyphicon-certificate:before{content:&quot;\\e124&quot;}.glyphicon-thumbs-up:before{content:&quot;\\e125&quot;}.glyphicon-thumbs-down:before{content:&quot;\\e126&quot;}.glyphicon-hand-right:before{content:&quot;\\e127&quot;}.glyphicon-hand-left:before{content:&quot;\\e128&quot;}.glyphicon-hand-up:before{content:&quot;\\e129&quot;}.glyphicon-hand-down:before{content:&quot;\\e130&quot;}.glyphicon-circle-arrow-right:before{content:&quot;\\e131&quot;}.glyphicon-circle-arrow-left:before{content:&quot;\\e132&quot;}.glyphicon-circle-arrow-up:before{content:&quot;\\e133&quot;}.glyphicon-circle-arrow-down:before{content:&quot;\\e134&quot;}.glyphicon-globe:before{content:&quot;\\e135&quot;}.glyphicon-wrench:before{content:&quot;\\e136&quot;}.glyphicon-tasks:before{content:&quot;\\e137&quot;}.glyphicon-filter:before{content:&quot;\\e138&quot;}.glyphicon-briefcase:before{content:&quot;\\e139&quot;}.glyphicon-fullscreen:before{content:&quot;\\e140&quot;}.glyphicon-dashboard:before{content:&quot;\\e141&quot;}.glyphicon-paperclip:before{content:&quot;\\e142&quot;}.glyphicon-heart-empty:before{content:&quot;\\e143&quot;}.glyphicon-link:before{content:&quot;\\e144&quot;}.glyphicon-phone:before{content:&quot;\\e145&quot;}.glyphicon-pushpin:before{content:&quot;\\e146&quot;}.glyphicon-usd:before{content:&quot;\\e148&quot;}.glyphicon-gbp:before{content:&quot;\\e149&quot;}.glyphicon-sort:before{content:&quot;\\e150&quot;}.glyphicon-sort-by-alphabet:before{content:&quot;\\e151&quot;}.glyphicon-sort-by-alphabet-alt:before{content:&quot;\\e152&quot;}.glyphicon-sort-by-order:before{content:&quot;\\e153&quot;}.glyphicon-sort-by-order-alt:before{content:&quot;\\e154&quot;}.glyphicon-sort-by-attributes:before{content:&quot;\\e155&quot;}.glyphicon-sort-by-attributes-alt:before{content:&quot;\\e156&quot;}.glyphicon-unchecked:before{content:&quot;\\e157&quot;}.glyphicon-expand:before{content:&quot;\\e158&quot;}.glyphicon-collapse-down:before{content:&quot;\\e159&quot;}.glyphicon-collapse-up:before{content:&quot;\\e160&quot;}.glyphicon-log-in:before{content:&quot;\\e161&quot;}.glyphicon-flash:before{content:&quot;\\e162&quot;}.glyphicon-log-out:before{content:&quot;\\e163&quot;}.glyphicon-new-window:before{content:&quot;\\e164&quot;}.glyphicon-record:before{content:&quot;\\e165&quot;}.glyphicon-save:before{content:&quot;\\e166&quot;}.glyphicon-open:before{content:&quot;\\e167&quot;}.glyphicon-saved:before{content:&quot;\\e168&quot;}.glyphicon-import:before{content:&quot;\\e169&quot;}.glyphicon-export:before{content:&quot;\\e170&quot;}.glyphicon-send:before{content:&quot;\\e171&quot;}.glyphicon-floppy-disk:before{content:&quot;\\e172&quot;}.glyphicon-floppy-saved:before{content:&quot;\\e173&quot;}.glyphicon-floppy-remove:before{content:&quot;\\e174&quot;}.glyphicon-floppy-save:before{content:&quot;\\e175&quot;}.glyphicon-floppy-open:before{content:&quot;\\e176&quot;}.glyphicon-credit-card:before{content:&quot;\\e177&quot;}.glyphicon-transfer:before{content:&quot;\\e178&quot;}.glyphicon-cutlery:before{content:&quot;\\e179&quot;}.glyphicon-header:before{content:&quot;\\e180&quot;}.glyphicon-compressed:before{content:&quot;\\e181&quot;}.glyphicon-earphone:before{content:&quot;\\e182&quot;}.glyphicon-phone-alt:before{content:&quot;\\e183&quot;}.glyphicon-tower:before{content:&quot;\\e184&quot;}.glyphicon-stats:before{content:&quot;\\e185&quot;}.glyphicon-sd-video:before{content:&quot;\\e186&quot;}.glyphicon-hd-video:before{content:&quot;\\e187&quot;}.glyphicon-subtitles:before{content:&quot;\\e188&quot;}.glyphicon-sound-stereo:before{content:&quot;\\e189&quot;}.glyphicon-sound-dolby:before{content:&quot;\\e190&quot;}.glyphicon-sound-5-1:before{content:&quot;\\e191&quot;}.glyphicon-sound-6-1:before{content:&quot;\\e192&quot;}.glyphicon-sound-7-1:before{content:&quot;\\e193&quot;}.glyphicon-copyright-mark:before{content:&quot;\\e194&quot;}.glyphicon-registration-mark:before{content:&quot;\\e195&quot;}.glyphicon-cloud-download:before{content:&quot;\\e197&quot;}.glyphicon-cloud-upload:before{content:&quot;\\e198&quot;}.glyphicon-tree-conifer:before{content:&quot;\\e199&quot;}.glyphicon-tree-deciduous:before{content:&quot;\\e200&quot;}.glyphicon-cd:before{content:&quot;\\e201&quot;}.glyphicon-save-file:before{content:&quot;\\e202&quot;}.glyphicon-open-file:before{content:&quot;\\e203&quot;}.glyphicon-level-up:before{content:&quot;\\e204&quot;}.glyphicon-copy:before{content:&quot;\\e205&quot;}.glyphicon-paste:before{content:&quot;\\e206&quot;}.glyphicon-alert:before{content:&quot;\\e209&quot;}.glyphicon-equalizer:before{content:&quot;\\e210&quot;}.glyphicon-king:before{content:&quot;\\e211&quot;}.glyphicon-queen:before{content:&quot;\\e212&quot;}.glyphicon-pawn:before{content:&quot;\\e213&quot;}.glyphicon-bishop:before{content:&quot;\\e214&quot;}.glyphicon-knight:before{content:&quot;\\e215&quot;}.glyphicon-baby-formula:before{content:&quot;\\e216&quot;}.glyphicon-tent:before{content:&quot;\\26fa&quot;}.glyphicon-blackboard:before{content:&quot;\\e218&quot;}.glyphicon-bed:before{content:&quot;\\e219&quot;}.glyphicon-apple:before{content:&quot;\\f8ff&quot;}.glyphicon-erase:before{content:&quot;\\e221&quot;}.glyphicon-hourglass:before{content:&quot;\\231b&quot;}.glyphicon-lamp:before{content:&quot;\\e223&quot;}.glyphicon-duplicate:before{content:&quot;\\e224&quot;}.glyphicon-piggy-bank:before{content:&quot;\\e225&quot;}.glyphicon-scissors:before{content:&quot;\\e226&quot;}.glyphicon-bitcoin:before{content:&quot;\\e227&quot;}.glyphicon-btc:before{content:&quot;\\e227&quot;}.glyphicon-xbt:before{content:&quot;\\e227&quot;}.glyphicon-yen:before{content:&quot;\\00a5&quot;}.glyphicon-jpy:before{content:&quot;\\00a5&quot;}.glyphicon-ruble:before{content:&quot;\\20bd&quot;}.glyphicon-rub:before{content:&quot;\\20bd&quot;}.glyphicon-scale:before{content:&quot;\\e230&quot;}.glyphicon-ice-lolly:before{content:&quot;\\e231&quot;}.glyphicon-ice-lolly-tasted:before{content:&quot;\\e232&quot;}.glyphicon-education:before{content:&quot;\\e233&quot;}.glyphicon-option-horizontal:before{content:&quot;\\e234&quot;}.glyphicon-option-vertical:before{content:&quot;\\e235&quot;}.glyphicon-menu-hamburger:before{content:&quot;\\e236&quot;}.glyphicon-modal-window:before{content:&quot;\\e237&quot;}.glyphicon-oil:before{content:&quot;\\e238&quot;}.glyphicon-grain:before{content:&quot;\\e239&quot;}.glyphicon-sunglasses:before{content:&quot;\\e240&quot;}.glyphicon-text-size:before{content:&quot;\\e241&quot;}.glyphicon-text-color:before{content:&quot;\\e242&quot;}.glyphicon-text-background:before{content:&quot;\\e243&quot;}.glyphicon-object-align-top:before{content:&quot;\\e244&quot;}.glyphicon-object-align-bottom:before{content:&quot;\\e245&quot;}.glyphicon-object-align-horizontal:before{content:&quot;\\e246&quot;}.glyphicon-object-align-left:before{content:&quot;\\e247&quot;}.glyphicon-object-align-vertical:before{content:&quot;\\e248&quot;}.glyphicon-object-align-right:before{content:&quot;\\e249&quot;}.glyphicon-triangle-right:before{content:&quot;\\e250&quot;}.glyphicon-triangle-left:before{content:&quot;\\e251&quot;}.glyphicon-triangle-bottom:before{content:&quot;\\e252&quot;}.glyphicon-triangle-top:before{content:&quot;\\e253&quot;}.glyphicon-console:before{content:&quot;\\e254&quot;}.glyphicon-superscript:before{content:&quot;\\e255&quot;}.glyphicon-subscript:before{content:&quot;\\e256&quot;}.glyphicon-menu-left:before{content:&quot;\\e257&quot;}.glyphicon-menu-right:before{content:&quot;\\e258&quot;}.glyphicon-menu-down:before{content:&quot;\\e259&quot;}.glyphicon-menu-up:before{content:&quot;\\e260&quot;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img,.img-responsive,.thumbnail a&gt;img,.thumbnail&gt;img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline&gt;li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:&#x27;\\2014 \\00A0&#x27;}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:&#x27;&#x27;}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:&#x27;\\00A0 \\2014&#x27;}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table&gt;tbody&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;thead&gt;tr&gt;th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #ddd}.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;th{border-top:0}.table&gt;tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;thead&gt;tr&gt;th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border-bottom-width:2px}.table-striped&gt;tbody&gt;tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover&gt;tbody&gt;tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;thead&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active{background-color:#f5f5f5}.table-hover&gt;tbody&gt;tr.active:hover&gt;td,.table-hover&gt;tbody&gt;tr.active:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.active,.table-hover&gt;tbody&gt;tr&gt;td.active:hover,.table-hover&gt;tbody&gt;tr&gt;th.active:hover{background-color:#e8e8e8}.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;thead&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success{background-color:#dff0d8}.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr.success:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.success,.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover{background-color:#d0e9c6}.table&gt;tbody&gt;tr.info&gt;td,.table&gt;tbody&gt;tr.info&gt;th,.table&gt;tbody&gt;tr&gt;td.info,.table&gt;tbody&gt;tr&gt;th.info,.table&gt;tfoot&gt;tr.info&gt;td,.table&gt;tfoot&gt;tr.info&gt;th,.table&gt;tfoot&gt;tr&gt;td.info,.table&gt;tfoot&gt;tr&gt;th.info,.table&gt;thead&gt;tr.info&gt;td,.table&gt;thead&gt;tr.info&gt;th,.table&gt;thead&gt;tr&gt;td.info,.table&gt;thead&gt;tr&gt;th.info{background-color:#d9edf7}.table-hover&gt;tbody&gt;tr.info:hover&gt;td,.table-hover&gt;tbody&gt;tr.info:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.info,.table-hover&gt;tbody&gt;tr&gt;td.info:hover,.table-hover&gt;tbody&gt;tr&gt;th.info:hover{background-color:#c4e3f3}.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;thead&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning{background-color:#fcf8e3}.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.warning,.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover{background-color:#faf2cc}.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;thead&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger{background-color:#f2dede}.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.danger,.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive&gt;.table{margin-bottom:0}.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;thead&gt;tr&gt;th{white-space:nowrap}.table-responsive&gt;.table-bordered{border:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group&gt;.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open&gt;.dropdown-toggle.btn-default.focus,.open&gt;.dropdown-toggle.btn-default:focus,.open&gt;.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open&gt;.dropdown-toggle.btn-primary.focus,.open&gt;.dropdown-toggle.btn-primary:focus,.open&gt;.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open&gt;.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open&gt;.dropdown-toggle.btn-success.focus,.open&gt;.dropdown-toggle.btn-success:focus,.open&gt;.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open&gt;.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open&gt;.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open&gt;.dropdown-toggle.btn-info.focus,.open&gt;.dropdown-toggle.btn-info:focus,.open&gt;.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open&gt;.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open&gt;.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open&gt;.dropdown-toggle.btn-warning.focus,.open&gt;.dropdown-toggle.btn-warning:focus,.open&gt;.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open&gt;.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open&gt;.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open&gt;.dropdown-toggle.btn-danger.focus,.open&gt;.dropdown-toggle.btn-danger:focus,.open&gt;.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open&gt;.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg&gt;.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm&gt;.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs&gt;.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu&gt;li&gt;a:focus,.dropdown-menu&gt;li&gt;a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:focus,.dropdown-menu&gt;.active&gt;a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{color:#777}.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open&gt;.dropdown-menu{display:block}.open&gt;a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right&gt;.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:&quot;&quot;;border-top:0;border-bottom:4px dashed;border-bottom:4px solid\\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical&gt;.btn,.btn-group&gt;.btn{position:relative;float:left}.btn-group-vertical&gt;.btn.active,.btn-group-vertical&gt;.btn:active,.btn-group-vertical&gt;.btn:focus,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn.active,.btn-group&gt;.btn:active,.btn-group&gt;.btn:focus,.btn-group&gt;.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar&gt;.btn,.btn-toolbar&gt;.btn-group,.btn-toolbar&gt;.input-group{margin-left:5px}.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group&gt;.btn:first-child{margin-left:0}.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group&gt;.btn-group{float:left}.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group&gt;.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group&gt;.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical&gt;.btn,.btn-group-vertical&gt;.btn-group,.btn-group-vertical&gt;.btn-group&gt;.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified&gt;.btn,.btn-group-justified&gt;.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified&gt;.btn-group .btn{width:100%}.btn-group-justified&gt;.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn input[type=radio],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg&gt;.form-control,select.input-group-lg&gt;.input-group-addon,select.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;line-height:46px}select[multiple].input-group-lg&gt;.form-control,select[multiple].input-group-lg&gt;.input-group-addon,select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn,textarea.input-group-lg&gt;.form-control,textarea.input-group-lg&gt;.input-group-addon,textarea.input-group-lg&gt;.input-group-btn&gt;.btn{height:auto}.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm&gt;.form-control,select.input-group-sm&gt;.input-group-addon,select.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;line-height:30px}select[multiple].input-group-sm&gt;.form-control,select[multiple].input-group-sm&gt;.input-group-addon,select[multiple].input-group-sm&gt;.input-group-btn&gt;.btn,textarea.input-group-sm&gt;.form-control,textarea.input-group-sm&gt;.input-group-addon,textarea.input-group-sm&gt;.input-group-btn&gt;.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.btn,.input-group-btn:first-child&gt;.btn:not(:first-child),.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn&gt;.btn{position:relative}.input-group-btn&gt;.btn+.btn{margin-left:-1px}.input-group-btn&gt;.btn:active,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:hover{z-index:2}.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group{margin-right:-1px}.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav&gt;li{position:relative;display:block}.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}.nav&gt;li&gt;a:focus,.nav&gt;li&gt;a:hover{text-decoration:none;background-color:#eee}.nav&gt;li.disabled&gt;a{color:#777}.nav&gt;li.disabled&gt;a:focus,.nav&gt;li.disabled&gt;a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open&gt;a,.nav .open&gt;a:focus,.nav .open&gt;a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav&gt;li&gt;a&gt;img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs&gt;li{float:left;margin-bottom:-1px}.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs&gt;li&gt;a:hover{border-color:#eee #eee #ddd}.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:focus,.nav-tabs&gt;li.active&gt;a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified&gt;li{float:none}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.nav-pills&gt;li{float:left}.nav-pills&gt;li&gt;a{border-radius:4px}.nav-pills&gt;li+li{margin-left:2px}.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:focus,.nav-pills&gt;li.active&gt;a:hover{color:#fff;background-color:#337ab7}.nav-stacked&gt;li{float:none}.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified&gt;li{float:none}.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified&gt;li{display:table-cell;width:1%}.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.tab-content&gt;.tab-pane{display:none}.tab-content&gt;.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand&gt;img{display:block}@media (min-width:768px){.navbar&gt;.container .navbar-brand,.navbar&gt;.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav&gt;li&gt;a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu&gt;li&gt;a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:20px}.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav&gt;li{float:left}.navbar-nav&gt;li&gt;a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group&gt;.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav&gt;li&gt;a{color:#777}.navbar-default .navbar-nav&gt;li&gt;a:focus,.navbar-default .navbar-nav&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:focus,.navbar-default .navbar-nav&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:focus,.navbar-default .navbar-nav&gt;.open&gt;a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a:focus,.navbar-inverse .navbar-nav&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb&gt;li{display:inline-block}.breadcrumb&gt;li+li:before{padding:0 5px;color:#ccc;content:&quot;/\\00a0&quot;}.breadcrumb&gt;.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination&gt;li{display:inline}.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:focus,.pagination&gt;li&gt;span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;span:focus,.pagination&gt;.active&gt;span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:focus,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li&gt;a:focus,.pager li&gt;a:hover{text-decoration:none;background-color:#eee}.pager .next&gt;a,.pager .next&gt;span{float:right}.pager .previous&gt;a,.pager .previous&gt;span{float:left}.pager .disabled&gt;a,.pager .disabled&gt;a:focus,.pager .disabled&gt;a:hover,.pager .disabled&gt;span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs&gt;.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active&gt;.badge,.nav-pills&gt;.active&gt;a&gt;.badge{color:#337ab7;background-color:#fff}.list-group-item&gt;.badge{float:right}.list-group-item&gt;.badge+.badge{margin-right:5px}.nav-pills&gt;li&gt;a&gt;.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron&gt;hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a&gt;img,.thumbnail&gt;img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert&gt;p,.alert&gt;ul{margin-bottom:0}.alert&gt;p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media&gt;.pull-right{padding-left:10px}.media-left,.media&gt;.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading&gt;.small,.list-group-item.active .list-group-item-heading&gt;small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading&gt;.small,.list-group-item.active:focus .list-group-item-heading&gt;small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading&gt;.small,.list-group-item.active:hover .list-group-item-heading&gt;small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading&gt;.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title&gt;.small,.panel-title&gt;.small&gt;a,.panel-title&gt;a,.panel-title&gt;small,.panel-title&gt;small&gt;a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.list-group,.panel&gt;.panel-collapse&gt;.list-group{margin-bottom:0}.panel&gt;.list-group .list-group-item,.panel&gt;.panel-collapse&gt;.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel&gt;.list-group:first-child .list-group-item:first-child,.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.list-group:last-child .list-group-item:last-child,.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.panel-heading+.panel-collapse&gt;.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel&gt;.panel-collapse&gt;.table,.panel&gt;.table,.panel&gt;.table-responsive&gt;.table{margin-bottom:0}.panel&gt;.panel-collapse&gt;.table caption,.panel&gt;.table caption,.panel&gt;.table-responsive&gt;.table caption{padding-right:15px;padding-left:15px}.panel&gt;.table-responsive:first-child&gt;.table:first-child,.panel&gt;.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child{border-top-left-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child{border-top-right-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child,.panel&gt;.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child{border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child{border-bottom-right-radius:3px}.panel&gt;.panel-body+.table,.panel&gt;.panel-body+.table-responsive,.panel&gt;.table+.panel-body,.panel&gt;.table-responsive+.panel-body{border-top:1px solid #ddd}.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td,.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th{border-top:0}.panel&gt;.table-bordered,.panel&gt;.table-responsive&gt;.table-bordered{border:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th{border-bottom:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}.panel&gt;.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse&gt;.list-group,.panel-group .panel-heading+.panel-collapse&gt;.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default&gt;.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ddd}.panel-default&gt;.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary&gt;.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#337ab7}.panel-primary&gt;.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success&gt;.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#d6e9c6}.panel-success&gt;.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info&gt;.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#bce8f1}.panel-info&gt;.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning&gt;.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#faebcc}.panel-warning&gt;.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger&gt;.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ebccd1}.panel-danger&gt;.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover&gt;.arrow,.popover&gt;.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover&gt;.arrow{border-width:11px}.popover&gt;.arrow:after{content:&quot;&quot;;border-width:10px}.popover.top&gt;.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top&gt;.arrow:after{bottom:1px;margin-left:-10px;content:&quot; &quot;;border-top-color:#fff;border-bottom-width:0}.popover.right&gt;.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right&gt;.arrow:after{bottom:-10px;left:1px;content:&quot; &quot;;border-right-color:#fff;border-left-width:0}.popover.bottom&gt;.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom&gt;.arrow:after{top:1px;margin-left:-10px;content:&quot; &quot;;border-top-width:0;border-bottom-color:#fff}.popover.left&gt;.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left&gt;.arrow:after{right:1px;bottom:-10px;content:&quot; &quot;;border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner&gt;.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner&gt;.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner&gt;.item.active.right,.carousel-inner&gt;.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner&gt;.item.active.left,.carousel-inner&gt;.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner&gt;.item.active,.carousel-inner&gt;.item.next.left,.carousel-inner&gt;.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev{display:block}.carousel-inner&gt;.active{left:0}.carousel-inner&gt;.next,.carousel-inner&gt;.prev{position:absolute;top:0;width:100%}.carousel-inner&gt;.next{left:100%}.carousel-inner&gt;.prev{left:-100%}.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right{left:0}.carousel-inner&gt;.active.left{left:-100%}.carousel-inner&gt;.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#80000000&#x27;, endColorstr=&#x27;#00000000&#x27;, GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#00000000&#x27;, endColorstr=&#x27;#80000000&#x27;, GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:&#x27;\\2039&#x27;}.carousel-control .icon-next:before{content:&#x27;\\203a&#x27;}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical&gt;.btn-group:after,.btn-group-vertical&gt;.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:&quot; &quot;}.btn-group-vertical&gt;.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}\n",
+       "/*# sourceMappingURL=bootstrap.min.css.map *//*!\n",
+       " * Bootstrap v3.3.7 (http://getbootstrap.com)\n",
+       " * Copyright 2011-2016 Twitter, Inc.\n",
+       " * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n",
+       " */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffffffff&#x27;, endColorstr=&#x27;#ffe0e0e0&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff265a88&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5cb85c&#x27;, endColorstr=&#x27;#ff419641&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5bc0de&#x27;, endColorstr=&#x27;#ff2aabd2&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff0ad4e&#x27;, endColorstr=&#x27;#ffeb9316&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9534f&#x27;, endColorstr=&#x27;#ffc12e2a&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu&gt;li&gt;a:focus,.dropdown-menu&gt;li&gt;a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff5f5f5&#x27;, endColorstr=&#x27;#ffe8e8e8&#x27;, GradientType=0);background-repeat:repeat-x}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:focus,.dropdown-menu&gt;.active&gt;a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2e6da4&#x27;, GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffffffff&#x27;, endColorstr=&#x27;#fff8f8f8&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffdbdbdb&#x27;, endColorstr=&#x27;#ffe2e2e2&#x27;, GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav&gt;li&gt;a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff3c3c3c&#x27;, endColorstr=&#x27;#ff222222&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff080808&#x27;, endColorstr=&#x27;#ff0f0f0f&#x27;, GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav&gt;li&gt;a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2e6da4&#x27;, GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffdff0d8&#x27;, endColorstr=&#x27;#ffc8e5bc&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9edf7&#x27;, endColorstr=&#x27;#ffb9def0&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fffcf8e3&#x27;, endColorstr=&#x27;#fff8efc0&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff2dede&#x27;, endColorstr=&#x27;#ffe7c3c3&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffebebeb&#x27;, endColorstr=&#x27;#fff5f5f5&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff286090&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5cb85c&#x27;, endColorstr=&#x27;#ff449d44&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5bc0de&#x27;, endColorstr=&#x27;#ff31b0d5&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff0ad4e&#x27;, endColorstr=&#x27;#ffec971f&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9534f&#x27;, endColorstr=&#x27;#ffc9302c&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2b669a&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff5f5f5&#x27;, endColorstr=&#x27;#ffe8e8e8&#x27;, GradientType=0);background-repeat:repeat-x}.panel-primary&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2e6da4&#x27;, GradientType=0);background-repeat:repeat-x}.panel-success&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffdff0d8&#x27;, endColorstr=&#x27;#ffd0e9c6&#x27;, GradientType=0);background-repeat:repeat-x}.panel-info&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9edf7&#x27;, endColorstr=&#x27;#ffc4e3f3&#x27;, GradientType=0);background-repeat:repeat-x}.panel-warning&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fffcf8e3&#x27;, endColorstr=&#x27;#fffaf2cc&#x27;, GradientType=0);background-repeat:repeat-x}.panel-danger&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff2dede&#x27;, endColorstr=&#x27;#ffebcccc&#x27;, GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffe8e8e8&#x27;, endColorstr=&#x27;#fff5f5f5&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}\n",
+       "/*# sourceMappingURL=bootstrap-theme.min.css.map */        &lt;/style&gt;&lt;style&gt;body {\n",
+       "  padding-top: 80px;\n",
+       "}\n",
+       ".content .container-fluid{\n",
+       "    margin-left: 20px !important;\n",
+       "    margin-right: 20px !important;\n",
+       "    margin-bottom: 20px;\n",
+       "}\n",
+       "\n",
+       ".page-header{\n",
+       "    border:0 !important;\n",
+       "}\n",
+       "\n",
+       ".row.variable, .section-items &gt; .row {\n",
+       "    border: 1px solid #e1e1e8;\n",
+       "    border-top: hidden;\n",
+       "}\n",
+       "\n",
+       ".row.spacing {\n",
+       "    padding: 2em 1em;\n",
+       "}\n",
+       "\n",
+       ".row.header {\n",
+       "    border-bottom: 1px solid #e1e1e8;\n",
+       "    /*background-color: #f5f5f5;*/\n",
+       "    padding-left: 2em;\n",
+       "}\n",
+       "\n",
+       "\n",
+       ".dl-horizontal dt {\n",
+       "    text-align: left;\n",
+       "    padding-right: 1em;\n",
+       "    white-space: normal;\n",
+       "}\n",
+       "\n",
+       ".dl-horizontal dd {\n",
+       "    margin-left: 0;\n",
+       "}\n",
+       "\n",
+       ".col-md-12 {\n",
+       "    padding-left: 2em;\n",
+       "}\n",
+       "\n",
+       ".indent {\n",
+       "    margin-left: 1em;\n",
+       "}\n",
+       "\n",
+       ".center-img {\n",
+       "    margin-left: auto !important;\n",
+       "    margin-right: auto !important;\n",
+       "    display: block;\n",
+       "}\n",
+       "\n",
+       "/* Table example_values */\n",
+       "table.example_values {\n",
+       "    border: 0;\n",
+       "}\n",
+       "\n",
+       ".example_values th {\n",
+       "    border: 0;\n",
+       "    padding: 0;\n",
+       "    color: #555;\n",
+       "    font-weight: 600;\n",
+       "}\n",
+       "\n",
+       ".example_values tr, .example_values td {\n",
+       "    border: 0;\n",
+       "    padding: 0;\n",
+       "    color: #555;\n",
+       "}\n",
+       "\n",
+       "table.correlation-table {\n",
+       "    width: 98%  /* To avoid an unnecessary overflow. */\n",
+       "}\n",
+       "\n",
+       "/* STATS */\n",
+       "table.stats, table.sample, table.duplicate, table.correlation-table{\n",
+       "    border: 0;\n",
+       "}\n",
+       "\n",
+       ".stats tr, .sample tr, .duplicate tr, .correlation-table tr {\n",
+       "    border: 0;\n",
+       "}\n",
+       "\n",
+       ".stats th, .stats td{\n",
+       "    color: #555;\n",
+       "    border: 0;\n",
+       "}\n",
+       "\n",
+       ".stats th {\n",
+       "    padding: 0 2em 0 0;\n",
+       "    font-weight: 600;\n",
+       "}\n",
+       "\n",
+       ".stats td {\n",
+       "    padding: 1px;\n",
+       "}\n",
+       "\n",
+       "\n",
+       "/* Sample table */\n",
+       "table.sample, table.duplicate, table.correlation-table {\n",
+       "    margin-bottom: 2em;\n",
+       "    margin-left: 1em;\n",
+       "}\n",
+       "\n",
+       ".sample td, .sample th, .duplicate td, .duplicate th, .correlation-table td, .correlation-table th {\n",
+       "    padding: 0.5em;\n",
+       "    white-space: nowrap;\n",
+       "    border: 0;\n",
+       "\n",
+       "}\n",
+       "\n",
+       ".sample thead, .duplicate thead, .correlation-table thead {\n",
+       "    border-top: 0;\n",
+       "    border-bottom: 2px solid #ddd;\n",
+       "}\n",
+       "\n",
+       ".sample td, .duplicate td {\n",
+       "    width: 100%;\n",
+       "} \n",
+       "\n",
+       "/* There is no good solution available to make the divs equal height and then center ... */\n",
+       ".histogram {\n",
+       "    margin-top: 3em;\n",
+       "}\n",
+       "\n",
+       "/* Freq table */\n",
+       "table.freq {\n",
+       "    margin-bottom: 2em;\n",
+       "    border: 0;\n",
+       "}\n",
+       "\n",
+       "table.freq th, table.freq tr, table.freq td {\n",
+       "    border: 0;\n",
+       "    padding: 0;\n",
+       "}\n",
+       "\n",
+       ".freq thead {\n",
+       "    font-weight: 600;\n",
+       "    white-space: nowrap;\n",
+       "    overflow: hidden;\n",
+       "    text-overflow: ellipsis;\n",
+       "\n",
+       "}\n",
+       "\n",
+       "/* Freq mini */\n",
+       ".freq.mini td {\n",
+       "    width: 50%;\n",
+       "    padding: 1px;\n",
+       "    font-size: 12px;\n",
+       "\n",
+       "}\n",
+       "\n",
+       "table.freq.mini {\n",
+       "    width: 100%;\n",
+       "}\n",
+       "\n",
+       ".freq.mini th {\n",
+       "    overflow: hidden;\n",
+       "    text-overflow: ellipsis;\n",
+       "    white-space: nowrap;\n",
+       "    max-width: 5em;\n",
+       "    font-weight: 400;\n",
+       "    text-align: right;\n",
+       "    padding-right: 0.5em;\n",
+       "}\n",
+       "\n",
+       "/* Message classes */\n",
+       ".missing {\n",
+       "    color: #a94442;\n",
+       "}\n",
+       "\n",
+       ".alert, .alert &gt; th, .alert &gt; td {\n",
+       "    color: #a94442;\n",
+       "}\n",
+       "\n",
+       ".ignore {\n",
+       "    opacity: 0.4;\n",
+       "}\n",
+       "\n",
+       "/* Bars in tables */\n",
+       ".freq.table{\n",
+       "    table-layout: fixed;\n",
+       "}\n",
+       "\n",
+       ".freq:not(.mini) tr td:nth-child(1), .freq:not(.mini) tr th:nth-child(1){\n",
+       "    width: auto;\n",
+       "    max-width: none;\n",
+       "\n",
+       "    white-space: nowrap;\n",
+       "    overflow: hidden;\n",
+       "    text-overflow: ellipsis;\n",
+       "}\n",
+       "\n",
+       ".freq:not(.mini) tr td:nth-child(2), .freq:not(.mini) tr td:nth-child(3), .freq:not(.mini) tr th:nth-child(2), .freq:not(.mini) tr th:nth-child(3){\n",
+       "    width: 100px;\n",
+       "    text-align: right;\n",
+       "}\n",
+       ".freq:not(.mini) tr td:nth-child(4), .freq:not(.mini) tr th:nth-child(4){\n",
+       "    width:200px;\n",
+       "}\n",
+       "\n",
+       ".freq .bar {\n",
+       "    float: left;\n",
+       "    width: 0;\n",
+       "    height: 100%;\n",
+       "    line-height: 20px;\n",
+       "    color: #fff;\n",
+       "    text-align: center;\n",
+       "    border-radius: 3px;\n",
+       "    margin-right: 4px;\n",
+       "}\n",
+       "\n",
+       ".other .bar {\n",
+       "    background-color: #999;\n",
+       "}\n",
+       "\n",
+       ".missing .bar {\n",
+       "    background-color: #a94442;\n",
+       "}\n",
+       "\n",
+       ".tooltip-inner {\n",
+       "    width: 100%;\n",
+       "    white-space: nowrap;\n",
+       "    text-align: left;\n",
+       "}\n",
+       "\n",
+       ".extrapadding {\n",
+       "    padding: 2em;\n",
+       "}\n",
+       "\n",
+       ".variable .h4 {\n",
+       "    text-overflow: ellipsis;\n",
+       "    display:inline-block;\n",
+       "    width: calc(90%); /* The trick is here! */\n",
+       "    overflow:hidden;\n",
+       "}\n",
+       "\n",
+       ".variable.ignore .h4{\n",
+       "    text-decoration: line-through;\n",
+       "}\n",
+       "\n",
+       ".table-responsive{\n",
+       "    overflow: scroll;\n",
+       "    width: 100%;\n",
+       "    overflow-y: hidden;\n",
+       "}\n",
+       ".img-responsive{\n",
+       "    max-width: 99%;\n",
+       "    min-width: 99%;\n",
+       "}\n",
+       ".footer-text{\n",
+       "    padding:20px;\n",
+       "}\n",
+       "\n",
+       "table.list-warnings td{\n",
+       "    padding-right:10px;\n",
+       "}\n",
+       "\n",
+       "a.anchor-pos {\n",
+       "    display: block;\n",
+       "    position: relative;\n",
+       "    top: -70px;\n",
+       "    visibility: hidden;\n",
+       "}\n",
+       "\n",
+       "a.anchor-pos-variable{\n",
+       "    /*top: -70px;*/\n",
+       "}\n",
+       "\n",
+       "#sample-container, #duplicate-container {\n",
+       "    overflow: auto;\n",
+       "    width: 100%;\n",
+       "    overflow-y: hidden;\n",
+       "}\n",
+       "\n",
+       "#correlation-table-container {\n",
+       "    max-height: 400px;\n",
+       "    overflow: auto;\n",
+       "}\n",
+       "\n",
+       "#overview-content td, #overview-content th{\n",
+       "    border-top: 0;\n",
+       "    line-height: 1;\n",
+       "}\n",
+       "\n",
+       ".variable-description{\n",
+       "    color: #777;\n",
+       "    font-size: 10pt;\n",
+       "    margin-top: 10px;\n",
+       "    font-style: italic;\n",
+       "}\n",
+       "\n",
+       "select.multiple{\n",
+       "    width: 180px;\n",
+       "    height: 500px;\n",
+       "    margin: 10px 0;\n",
+       "}\n",
+       "\n",
+       ".named-list-item{\n",
+       "    padding: 1em;\n",
+       "}\n",
+       "\n",
+       "/* not printing tabs */\n",
+       "@media print {\n",
+       "    .tab-content &gt; .tab-pane, .collapse {\n",
+       "        display: block !important;\n",
+       "        opacity: 1 !important;\n",
+       "        visibility: visible !important;\n",
+       "        /*page-break-after: always;*/\n",
+       "        page-break-after: right;\n",
+       "        page-break-before: avoid;\n",
+       "    }\n",
+       "\n",
+       "    .nav-pills, .nav-tabs, button[data-toggle=&quot;collapse&quot;], .mini, .col-sm-3 img {\n",
+       "        display:none !important;\n",
+       "    }\n",
+       "\n",
+       "    a[download=&quot;config.yml&quot;]:after {\n",
+       "        content: none !important;\n",
+       "    }\n",
+       "\n",
+       "    .row {\n",
+       "        border: 0 !important;\n",
+       "    }\n",
+       "}\n",
+       "\n",
+       ".text-placeholder {\n",
+       "    display: inline-block;\n",
+       "    background-color: #444;\n",
+       "    height: 12px;\n",
+       "    border-radius: 100px;\n",
+       "    margin: 5px 0;\n",
+       "    min-width: 200px;\n",
+       "    opacity: .1;\n",
+       "}\n",
+       "\n",
+       "    .freq.table-0 .bar {\n",
+       "        background-color: #377eb8;\n",
+       "    }\n",
+       "    .freq.table-1 .bar {\n",
+       "        background-color: #e41a1c;\n",
+       "    }\n",
+       "&lt;/style&gt;&lt;/head&gt;&lt;body&gt;&lt;a class=anchor-pos id=top&gt;&lt;/a&gt;&lt;nav class=&quot;navbar navbar-default navbar-fixed-top&quot;&gt;&lt;div class=container-fluid&gt;&lt;div class=navbar-header&gt;&lt;button type=button class=&quot;navbar-toggle collapsed&quot; data-toggle=collapse data-target=#navbar aria-expanded=false aria-controls=navbar&gt;&lt;span class=sr-only&gt;Toggle navigation&lt;/span&gt;&lt;span class=icon-bar&gt;&lt;/span&gt;&lt;span class=icon-bar&gt;&lt;/span&gt;&lt;span class=icon-bar&gt;&lt;/span&gt;&lt;/button&gt;&lt;a class=&quot;navbar-brand anchor&quot; href=#top&gt;Pandas Profiling Report&lt;/a&gt;&lt;/div&gt;&lt;div id=navbar class=&quot;navbar-collapse collapse&quot;&gt;&lt;ul class=&quot;nav navbar-nav navbar-right&quot;&gt;&lt;li&gt;&lt;a href=#overview&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=#variables-dropdown&gt;Variables&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=#interactions&gt;Interactions&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=#correlations_tab&gt;Correlations&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=#missing&gt;Missing values&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=#sample&gt;Sample&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/nav&gt;&lt;div class=content&gt;&lt;div class=container&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=overview&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Overview&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-pills&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#overview-dataset_overview aria-controls=overview-dataset_overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#overview-alerts aria-controls=overview-alerts role=tab data-toggle=tab&gt;Alerts &lt;span class=badge&gt;21&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#overview-reproduction aria-controls=overview-reproduction role=tab data-toggle=tab&gt;Reproduction&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content style=&quot;padding-top: 10px;&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=overview-dataset_overview&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Dataset statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Number of variables&lt;/th&gt;&lt;td&gt;18&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Number of observations&lt;/th&gt;&lt;td&gt;3652&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing cells&lt;/th&gt;&lt;td&gt;597&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing cells (%)&lt;/th&gt;&lt;td&gt;0.9%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Duplicate rows&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Duplicate rows (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Total size in memory&lt;/th&gt;&lt;td&gt;513.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Average record size in memory&lt;/th&gt;&lt;td&gt;144.0 B&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Variable types&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Numeric&lt;/th&gt;&lt;td&gt;13&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Categorical&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=overview-alerts&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;table table-condensed list-warnings&quot;&gt;&lt;p class=h4&gt;Alerts&lt;/p&gt;&lt;tr style=border-top:0&gt;&lt;td&gt;&lt;a href=#pp_var_1522883964415114756&gt;&lt;code&gt;Passengers&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Temperature_Midday&lt;/code&gt; and &lt;abbr title=&quot;Temperature_Midday, Temperature_Max, Temperature_Min, Temperature_Evening&quot;&gt;3 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_3813556144049564861&gt;&lt;code&gt;Temperature_Midday&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Passengers&lt;/code&gt; and &lt;abbr title=&quot;Passengers, Sunshine_Percentage, Temperature_Deviation, Temperature_Max, Temperature_Min, Temperature_Evening&quot;&gt;5 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_6314122880125243917&gt;&lt;code&gt;Sunshine_Percentage&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Temperature_Midday&lt;/code&gt; and &lt;abbr title=&quot;Temperature_Midday, Temperature_Max&quot;&gt;1 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_8998312464788652695&gt;&lt;code&gt;Temperature_Deviation&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Temperature_Midday&lt;/code&gt; and &lt;abbr title=&quot;Temperature_Midday, Temperature_Max&quot;&gt;1 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-2965408805292100011&gt;&lt;code&gt;Temperature_Max&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Passengers&lt;/code&gt; and &lt;abbr title=&quot;Passengers, Temperature_Midday, Sunshine_Percentage, Temperature_Deviation, Temperature_Min, Temperature_Evening&quot;&gt;5 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_3565101324697230224&gt;&lt;code&gt;Temperature_Min&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Passengers&lt;/code&gt; and &lt;abbr title=&quot;Passengers, Temperature_Midday, Temperature_Max, Temperature_Evening&quot;&gt;3 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_2272116340582886902&gt;&lt;code&gt;Temperature_Evening&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Passengers&lt;/code&gt; and &lt;abbr title=&quot;Passengers, Temperature_Midday, Temperature_Max, Temperature_Min&quot;&gt;3 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_3484738859131022956&gt;&lt;code&gt;Precipiation_5Days&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Precipiation&lt;/code&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_4397056576075338674&gt;&lt;code&gt;Precipiation&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Precipiation_5Days&lt;/code&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_6570671994383926719&gt;&lt;code&gt;Holiday&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Special_Event&lt;/code&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-2550652239582785048&gt;&lt;code&gt;Special_Event&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;Holiday&lt;/code&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-3360780806411483824&gt;&lt;code&gt;Revision&lt;/code&gt;&lt;/a&gt; is highly imbalanced (92.2%)&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-primary&quot;&gt;Imbalance&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_6570671994383926719&gt;&lt;code&gt;Holiday&lt;/code&gt;&lt;/a&gt; is highly imbalanced (84.3%)&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-primary&quot;&gt;Imbalance&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-2550652239582785048&gt;&lt;code&gt;Special_Event&lt;/code&gt;&lt;/a&gt; is highly imbalanced (75.3%)&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-primary&quot;&gt;Imbalance&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-8783087734936201956&gt;&lt;code&gt;Snow_5Days&lt;/code&gt;&lt;/a&gt; has 565 (15.5%) missing values&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Missing&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-316640376984829321&gt;&lt;code&gt;Day&lt;/code&gt;&lt;/a&gt; is uniformly distributed&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-primary&quot;&gt;Uniform&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_6314122880125243917&gt;&lt;code&gt;Sunshine_Percentage&lt;/code&gt;&lt;/a&gt; has 807 (22.1%) zeros&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Zeros&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-8783087734936201956&gt;&lt;code&gt;Snow_5Days&lt;/code&gt;&lt;/a&gt; has 2793 (76.5%) zeros&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Zeros&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_8998312464788652695&gt;&lt;code&gt;Temperature_Deviation&lt;/code&gt;&lt;/a&gt; has 43 (1.2%) zeros&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Zeros&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_3484738859131022956&gt;&lt;code&gt;Precipiation_5Days&lt;/code&gt;&lt;/a&gt; has 511 (14.0%) zeros&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Zeros&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_4397056576075338674&gt;&lt;code&gt;Precipiation&lt;/code&gt;&lt;/a&gt; has 1876 (51.4%) zeros&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Zeros&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=overview-reproduction&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4&gt;Reproduction&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Analysis started&lt;/th&gt;&lt;td&gt;2023-09-06 11:27:11.855009&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Analysis finished&lt;/th&gt;&lt;td&gt;2023-09-06 11:28:46.477772&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Duration&lt;/th&gt;&lt;td&gt;1 minute and 34.62 seconds&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Software version&lt;/th&gt;&lt;td&gt;&lt;a href=https://github.com/pandas-profiling/pandas-profiling&gt;pandas-profiling v3.6.6&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Download configuration&lt;/th&gt;&lt;td&gt;&lt;a download=config.json href=&quot;data:text/plain;charset=utf-8,%7B%22title%22%3A%20%22Pandas%20Profiling%20Report%22%2C%20%22dataset%22%3A%20%7B%22description%22%3A%20%22%22%2C%20%22creator%22%3A%20%22%22%2C%20%22author%22%3A%20%22%22%2C%20%22copyright_holder%22%3A%20%22%22%2C%20%22copyright_year%22%3A%20%22%22%2C%20%22url%22%3A%20%22%22%7D%2C%20%22variables%22%3A%20%7B%22descriptions%22%3A%20%7B%7D%7D%2C%20%22infer_dtypes%22%3A%20true%2C%20%22show_variable_description%22%3A%20true%2C%20%22pool_size%22%3A%200%2C%20%22progress_bar%22%3A%20true%2C%20%22vars%22%3A%20%7B%22num%22%3A%20%7B%22quantiles%22%3A%20%5B0.05%2C%200.25%2C%200.5%2C%200.75%2C%200.95%5D%2C%20%22skewness_threshold%22%3A%2020%2C%20%22low_categorical_threshold%22%3A%205%2C%20%22chi_squared_threshold%22%3A%200.999%7D%2C%20%22cat%22%3A%20%7B%22length%22%3A%20true%2C%20%22characters%22%3A%20true%2C%20%22words%22%3A%20true%2C%20%22cardinality_threshold%22%3A%2050%2C%20%22imbalance_threshold%22%3A%200.5%2C%20%22n_obs%22%3A%205%2C%20%22chi_squared_threshold%22%3A%200.999%2C%20%22coerce_str_to_date%22%3A%20false%2C%20%22redact%22%3A%20false%2C%20%22histogram_largest%22%3A%2050%2C%20%22stop_words%22%3A%20%5B%5D%7D%2C%20%22image%22%3A%20%7B%22active%22%3A%20false%2C%20%22exif%22%3A%20true%2C%20%22hash%22%3A%20true%7D%2C%20%22bool%22%3A%20%7B%22n_obs%22%3A%203%2C%20%22imbalance_threshold%22%3A%200.5%2C%20%22mappings%22%3A%20%7B%22t%22%3A%20true%2C%20%22f%22%3A%20false%2C%20%22yes%22%3A%20true%2C%20%22no%22%3A%20false%2C%20%22y%22%3A%20true%2C%20%22n%22%3A%20false%2C%20%22true%22%3A%20true%2C%20%22false%22%3A%20false%7D%7D%2C%20%22path%22%3A%20%7B%22active%22%3A%20false%7D%2C%20%22file%22%3A%20%7B%22active%22%3A%20false%7D%2C%20%22url%22%3A%20%7B%22active%22%3A%20false%7D%2C%20%22timeseries%22%3A%20%7B%22active%22%3A%20false%2C%20%22sortby%22%3A%20null%2C%20%22autocorrelation%22%3A%200.7%2C%20%22lags%22%3A%20%5B1%2C%207%2C%2012%2C%2024%2C%2030%5D%2C%20%22significance%22%3A%200.05%2C%20%22pacf_acf_lag%22%3A%20100%7D%7D%2C%20%22sort%22%3A%20null%2C%20%22missing_diagrams%22%3A%20%7B%22bar%22%3A%20true%2C%20%22matrix%22%3A%20true%2C%20%22heatmap%22%3A%20true%7D%2C%20%22correlations%22%3A%20%7B%22auto%22%3A%20%7B%22key%22%3A%20%22auto%22%2C%20%22calculate%22%3A%20true%2C%20%22warn_high_correlations%22%3A%2010%2C%20%22threshold%22%3A%200.5%2C%20%22n_bins%22%3A%2010%7D%7D%2C%20%22correlation_table%22%3A%20true%2C%20%22interactions%22%3A%20%7B%22continuous%22%3A%20true%2C%20%22targets%22%3A%20%5B%5D%7D%2C%20%22categorical_maximum_correlation_distinct%22%3A%20100%2C%20%22memory_deep%22%3A%20false%2C%20%22plot%22%3A%20%7B%22missing%22%3A%20%7B%22force_labels%22%3A%20true%2C%20%22cmap%22%3A%20%22RdBu%22%7D%2C%20%22image_format%22%3A%20%22svg%22%2C%20%22correlation%22%3A%20%7B%22cmap%22%3A%20%22RdBu%22%2C%20%22bad%22%3A%20%22%23000000%22%7D%2C%20%22dpi%22%3A%20800%2C%20%22histogram%22%3A%20%7B%22bins%22%3A%2050%2C%20%22max_bins%22%3A%20250%2C%20%22x_axis_labels%22%3A%20true%7D%2C%20%22scatter_threshold%22%3A%201000%2C%20%22cat_freq%22%3A%20%7B%22show%22%3A%20true%2C%20%22type%22%3A%20%22bar%22%2C%20%22max_unique%22%3A%2010%2C%20%22colors%22%3A%20null%7D%7D%2C%20%22duplicates%22%3A%20%7B%22head%22%3A%2010%2C%20%22key%22%3A%20%22%23%20duplicates%22%7D%2C%20%22samples%22%3A%20%7B%22head%22%3A%2010%2C%20%22tail%22%3A%2010%2C%20%22random%22%3A%200%7D%2C%20%22reject_variables%22%3A%20true%2C%20%22n_obs_unique%22%3A%2010%2C%20%22n_freq_table_max%22%3A%2010%2C%20%22n_extreme_obs%22%3A%2010%2C%20%22report%22%3A%20%7B%22precision%22%3A%208%7D%2C%20%22html%22%3A%20%7B%22style%22%3A%20%7B%22primary_colors%22%3A%20%5B%22%23377eb8%22%2C%20%22%23e41a1c%22%2C%20%22%234daf4a%22%5D%2C%20%22logo%22%3A%20%22%22%2C%20%22theme%22%3A%20null%7D%2C%20%22navbar_show%22%3A%20true%2C%20%22minify_html%22%3A%20true%2C%20%22use_local_assets%22%3A%20true%2C%20%22inline%22%3A%20true%2C%20%22assets_prefix%22%3A%20null%2C%20%22assets_path%22%3A%20null%2C%20%22full_width%22%3A%20false%7D%2C%20%22notebook%22%3A%20%7B%22iframe%22%3A%20%7B%22height%22%3A%20%22800px%22%2C%20%22width%22%3A%20%22100%25%22%2C%20%22attribute%22%3A%20%22srcdoc%22%7D%7D%7D&quot;&gt;config.json&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=variables-dropdown&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Variables&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;select name=Variables id=variables-dropdown&gt;&lt;option value&gt;Select Columns&lt;/option&gt;&lt;option value=Passengers&gt;Passengers&lt;/option&gt;&lt;option value=Revision&gt;Revision&lt;/option&gt;&lt;option value=Temperature_Midday&gt;Temperature_Midday&lt;/option&gt;&lt;option value=Sunshine_Percentage&gt;Sunshine_Percentage&lt;/option&gt;&lt;option value=Snow_5Days&gt;Snow_5Days&lt;/option&gt;&lt;option value=Temperature_Deviation&gt;Temperature_Deviation&lt;/option&gt;&lt;option value=Temperature_Max&gt;Temperature_Max&lt;/option&gt;&lt;option value=Temperature_Min&gt;Temperature_Min&lt;/option&gt;&lt;option value=Temperature_Evening&gt;Temperature_Evening&lt;/option&gt;&lt;option value=Precipiation_5Days&gt;Precipiation_5Days&lt;/option&gt;&lt;option value=Precipiation&gt;Precipiation&lt;/option&gt;&lt;option value=Wind&gt;Wind&lt;/option&gt;&lt;option value=Holiday&gt;Holiday&lt;/option&gt;&lt;option value=Special_Event&gt;Special_Event&lt;/option&gt;&lt;option value=Year&gt;Year&lt;/option&gt;&lt;option value=Day_in_Month&gt;Day_in_Month&lt;/option&gt;&lt;option value=Day&gt;Day&lt;/option&gt;&lt;option value=Month&gt;Month&lt;/option&gt;&lt;/select&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_1522883964415114756&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Passengers&gt;&lt;a href=#pp_var_1522883964415114756&gt;Passengers&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;3045&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;83.4%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;6387.8023&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;34878&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;33&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.9%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:47.083311&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 117.198929 \n",
+       "L 205.2 117.198929 \n",
+       "L 205.2 10.8 \n",
+       "L 10.8 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.525878 137.39374) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(63.904524 149.976705) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.574652 149.976705) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(165.24478 149.976705) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 117.198929 \n",
+       "L 23.170909 117.198929 \n",
+       "L 23.170909 105.651087 \n",
+       "L 19.636364 105.651087 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 117.198929 \n",
+       "L 26.705455 117.198929 \n",
+       "L 26.705455 15.866616 \n",
+       "L 23.170909 15.866616 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 117.198929 \n",
+       "L 30.24 117.198929 \n",
+       "L 30.24 46.324049 \n",
+       "L 26.705455 46.324049 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 117.198929 \n",
+       "L 33.774545 117.198929 \n",
+       "L 33.774545 76.637134 \n",
+       "L 30.24 76.637134 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 117.198929 \n",
+       "L 37.309091 117.198929 \n",
+       "L 37.309091 94.824985 \n",
+       "L 33.774545 94.824985 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 117.198929 \n",
+       "L 40.843636 117.198929 \n",
+       "L 40.843636 94.680637 \n",
+       "L 37.309091 94.680637 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 117.198929 \n",
+       "L 44.378182 117.198929 \n",
+       "L 44.378182 101.898038 \n",
+       "L 40.843636 101.898038 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 117.198929 \n",
+       "L 47.912727 117.198929 \n",
+       "L 47.912727 98.433685 \n",
+       "L 44.378182 98.433685 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 117.198929 \n",
+       "L 51.447273 117.198929 \n",
+       "L 51.447273 100.165862 \n",
+       "L 47.912727 100.165862 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 117.198929 \n",
+       "L 54.981818 117.198929 \n",
+       "L 54.981818 100.021514 \n",
+       "L 51.447273 100.021514 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 117.198929 \n",
+       "L 58.516364 117.198929 \n",
+       "L 58.516364 101.898038 \n",
+       "L 54.981818 101.898038 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 117.198929 \n",
+       "L 62.050909 117.198929 \n",
+       "L 62.050909 101.898038 \n",
+       "L 58.516364 101.898038 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 117.198929 \n",
+       "L 65.585455 117.198929 \n",
+       "L 65.585455 101.75369 \n",
+       "L 62.050909 101.75369 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 117.198929 \n",
+       "L 69.12 117.198929 \n",
+       "L 69.12 105.506739 \n",
+       "L 65.585455 105.506739 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 117.198929 \n",
+       "L 72.654545 117.198929 \n",
+       "L 72.654545 107.527611 \n",
+       "L 69.12 107.527611 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 117.198929 \n",
+       "L 76.189091 117.198929 \n",
+       "L 76.189091 106.228479 \n",
+       "L 72.654545 106.228479 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 117.198929 \n",
+       "L 79.723636 117.198929 \n",
+       "L 79.723636 103.774562 \n",
+       "L 76.189091 103.774562 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 117.198929 \n",
+       "L 83.258182 117.198929 \n",
+       "L 83.258182 109.548483 \n",
+       "L 79.723636 109.548483 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 117.198929 \n",
+       "L 86.792727 117.198929 \n",
+       "L 86.792727 107.383263 \n",
+       "L 83.258182 107.383263 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 117.198929 \n",
+       "L 90.327273 117.198929 \n",
+       "L 90.327273 106.950219 \n",
+       "L 86.792727 106.950219 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 117.198929 \n",
+       "L 93.861818 117.198929 \n",
+       "L 93.861818 109.837179 \n",
+       "L 90.327273 109.837179 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 117.198929 \n",
+       "L 97.396364 117.198929 \n",
+       "L 97.396364 109.837179 \n",
+       "L 93.861818 109.837179 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 117.198929 \n",
+       "L 100.930909 117.198929 \n",
+       "L 100.930909 108.249351 \n",
+       "L 97.396364 108.249351 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 117.198929 \n",
+       "L 104.465455 117.198929 \n",
+       "L 104.465455 110.125875 \n",
+       "L 100.930909 110.125875 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 117.198929 \n",
+       "L 108 117.198929 \n",
+       "L 108 112.0024 \n",
+       "L 104.465455 112.0024 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 117.198929 \n",
+       "L 111.534545 117.198929 \n",
+       "L 111.534545 111.425008 \n",
+       "L 108 111.425008 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 117.198929 \n",
+       "L 115.069091 117.198929 \n",
+       "L 115.069091 113.44588 \n",
+       "L 111.534545 113.44588 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 117.198929 \n",
+       "L 118.603636 117.198929 \n",
+       "L 118.603636 113.878924 \n",
+       "L 115.069091 113.878924 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 117.198929 \n",
+       "L 122.138182 117.198929 \n",
+       "L 122.138182 113.878924 \n",
+       "L 118.603636 113.878924 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 117.198929 \n",
+       "L 125.672727 117.198929 \n",
+       "L 125.672727 114.88936 \n",
+       "L 122.138182 114.88936 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 117.198929 \n",
+       "L 129.207273 117.198929 \n",
+       "L 129.207273 115.466752 \n",
+       "L 125.672727 115.466752 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 117.198929 \n",
+       "L 132.741818 117.198929 \n",
+       "L 132.741818 113.734576 \n",
+       "L 129.207273 113.734576 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 117.198929 \n",
+       "L 136.276364 117.198929 \n",
+       "L 136.276364 115.322404 \n",
+       "L 132.741818 115.322404 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 117.198929 \n",
+       "L 139.810909 117.198929 \n",
+       "L 139.810909 115.466752 \n",
+       "L 136.276364 115.466752 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 117.198929 \n",
+       "L 143.345455 117.198929 \n",
+       "L 143.345455 115.755448 \n",
+       "L 139.810909 115.755448 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 117.198929 \n",
+       "L 146.88 117.198929 \n",
+       "L 146.88 116.477188 \n",
+       "L 143.345455 116.477188 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 117.198929 \n",
+       "L 150.414545 117.198929 \n",
+       "L 150.414545 116.910233 \n",
+       "L 146.88 116.910233 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 117.198929 \n",
+       "L 153.949091 117.198929 \n",
+       "L 153.949091 115.6111 \n",
+       "L 150.414545 115.6111 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 117.198929 \n",
+       "L 157.483636 117.198929 \n",
+       "L 157.483636 116.188492 \n",
+       "L 153.949091 116.188492 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 117.198929 \n",
+       "L 161.018182 117.198929 \n",
+       "L 161.018182 116.910233 \n",
+       "L 157.483636 116.910233 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 117.198929 \n",
+       "L 164.552727 117.198929 \n",
+       "L 164.552727 116.621537 \n",
+       "L 161.018182 116.621537 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 117.198929 \n",
+       "L 168.087273 117.198929 \n",
+       "L 168.087273 116.910233 \n",
+       "L 164.552727 116.910233 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 117.198929 \n",
+       "L 171.621818 117.198929 \n",
+       "L 171.621818 117.198929 \n",
+       "L 168.087273 117.198929 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 117.198929 \n",
+       "L 175.156364 117.198929 \n",
+       "L 175.156364 116.765885 \n",
+       "L 171.621818 116.765885 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 117.198929 \n",
+       "L 178.690909 117.198929 \n",
+       "L 178.690909 117.054581 \n",
+       "L 175.156364 117.054581 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 117.198929 \n",
+       "L 182.225455 117.198929 \n",
+       "L 182.225455 117.198929 \n",
+       "L 178.690909 117.198929 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 117.198929 \n",
+       "L 185.76 117.198929 \n",
+       "L 185.76 117.198929 \n",
+       "L 182.225455 117.198929 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 117.198929 \n",
+       "L 189.294545 117.198929 \n",
+       "L 189.294545 117.198929 \n",
+       "L 185.76 117.198929 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 117.198929 \n",
+       "L 192.829091 117.198929 \n",
+       "L 192.829091 117.198929 \n",
+       "L 189.294545 117.198929 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 117.198929 \n",
+       "L 196.363636 117.198929 \n",
+       "L 196.363636 117.054581 \n",
+       "L 192.829091 117.054581 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfdfc32aac4) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 117.198929 \n",
+       "L 10.8 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 117.198929 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 117.198929 \n",
+       "L 205.2 117.198929 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pfdfc32aac4&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=106.398929 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-1522883964415114756, #minifreqtable1522883964415114756&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-1522883964415114756 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#1522883964415114756bottom-1522883964415114756statistics aria-controls=1522883964415114756bottom-1522883964415114756statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#1522883964415114756bottom-1522883964415114756histogram aria-controls=1522883964415114756bottom-1522883964415114756histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#1522883964415114756bottom-1522883964415114756common_values aria-controls=1522883964415114756bottom-1522883964415114756common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#1522883964415114756bottom-1522883964415114756extreme_values aria-controls=1522883964415114756bottom-1522883964415114756extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=1522883964415114756bottom-1522883964415114756statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;825&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;1547&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;4029&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;9771&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;18593.95&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;34878&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;34878&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;8224&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;6033.4884&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.94453274&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;0.96877846&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;6387.8023&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;2909&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;1.2361833&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;23328254&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;36402982&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=1522883964415114756bottom-1522883964415114756histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:47.691869&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 54.62 165.344084 \n",
+       "L 493.2 165.344084 \n",
+       "L 493.2 10.8 \n",
+       "L 54.62 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(74.417348 187.337599) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(125.67676 199.134129) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(180.868348 203.066305) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.026025 203.066305) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(295.183702 203.066305) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(352.341379 203.066305) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(409.499056 203.066305) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(466.656733 203.066305) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.059063 168.922991) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 126.989987) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 85.056984) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 43.12398) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.622031 114.055245) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 74.555455 165.344084 \n",
+       "L 82.529636 165.344084 \n",
+       "L 82.529636 148.570883 \n",
+       "L 74.555455 148.570883 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 82.529636 165.344084 \n",
+       "L 90.503818 165.344084 \n",
+       "L 90.503818 18.159242 \n",
+       "L 82.529636 18.159242 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 90.503818 165.344084 \n",
+       "L 98.478 165.344084 \n",
+       "L 98.478 62.398561 \n",
+       "L 90.503818 62.398561 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 98.478 165.344084 \n",
+       "L 106.452182 165.344084 \n",
+       "L 106.452182 106.428215 \n",
+       "L 98.478 106.428215 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 106.452182 165.344084 \n",
+       "L 114.426364 165.344084 \n",
+       "L 114.426364 132.846007 \n",
+       "L 106.452182 132.846007 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 114.426364 165.344084 \n",
+       "L 122.400545 165.344084 \n",
+       "L 122.400545 132.636342 \n",
+       "L 114.426364 132.636342 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 122.400545 165.344084 \n",
+       "L 130.374727 165.344084 \n",
+       "L 130.374727 143.119593 \n",
+       "L 122.400545 143.119593 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 130.374727 165.344084 \n",
+       "L 138.348909 165.344084 \n",
+       "L 138.348909 138.087632 \n",
+       "L 130.374727 138.087632 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 138.348909 165.344084 \n",
+       "L 146.323091 165.344084 \n",
+       "L 146.323091 140.603612 \n",
+       "L 138.348909 140.603612 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 146.323091 165.344084 \n",
+       "L 154.297273 165.344084 \n",
+       "L 154.297273 140.393947 \n",
+       "L 146.323091 140.393947 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 154.297273 165.344084 \n",
+       "L 162.271455 165.344084 \n",
+       "L 162.271455 143.119593 \n",
+       "L 154.297273 143.119593 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 162.271455 165.344084 \n",
+       "L 170.245636 165.344084 \n",
+       "L 170.245636 143.119593 \n",
+       "L 162.271455 143.119593 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 170.245636 165.344084 \n",
+       "L 178.219818 165.344084 \n",
+       "L 178.219818 142.909928 \n",
+       "L 170.245636 142.909928 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 178.219818 165.344084 \n",
+       "L 186.194 165.344084 \n",
+       "L 186.194 148.361218 \n",
+       "L 178.219818 148.361218 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 186.194 165.344084 \n",
+       "L 194.168182 165.344084 \n",
+       "L 194.168182 151.296528 \n",
+       "L 186.194 151.296528 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 194.168182 165.344084 \n",
+       "L 202.142364 165.344084 \n",
+       "L 202.142364 149.409543 \n",
+       "L 194.168182 149.409543 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 202.142364 165.344084 \n",
+       "L 210.116545 165.344084 \n",
+       "L 210.116545 145.845238 \n",
+       "L 202.142364 145.845238 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 210.116545 165.344084 \n",
+       "L 218.090727 165.344084 \n",
+       "L 218.090727 154.231839 \n",
+       "L 210.116545 154.231839 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 218.090727 165.344084 \n",
+       "L 226.064909 165.344084 \n",
+       "L 226.064909 151.086863 \n",
+       "L 218.090727 151.086863 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 226.064909 165.344084 \n",
+       "L 234.039091 165.344084 \n",
+       "L 234.039091 150.457868 \n",
+       "L 226.064909 150.457868 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 234.039091 165.344084 \n",
+       "L 242.013273 165.344084 \n",
+       "L 242.013273 154.651169 \n",
+       "L 234.039091 154.651169 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 242.013273 165.344084 \n",
+       "L 249.987455 165.344084 \n",
+       "L 249.987455 154.651169 \n",
+       "L 242.013273 154.651169 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 249.987455 165.344084 \n",
+       "L 257.961636 165.344084 \n",
+       "L 257.961636 152.344853 \n",
+       "L 249.987455 152.344853 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 257.961636 165.344084 \n",
+       "L 265.935818 165.344084 \n",
+       "L 265.935818 155.070499 \n",
+       "L 257.961636 155.070499 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 265.935818 165.344084 \n",
+       "L 273.91 165.344084 \n",
+       "L 273.91 157.796144 \n",
+       "L 265.935818 157.796144 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 273.91 165.344084 \n",
+       "L 281.884182 165.344084 \n",
+       "L 281.884182 156.957484 \n",
+       "L 273.91 156.957484 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 281.884182 165.344084 \n",
+       "L 289.858364 165.344084 \n",
+       "L 289.858364 159.892794 \n",
+       "L 281.884182 159.892794 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 289.858364 165.344084 \n",
+       "L 297.832545 165.344084 \n",
+       "L 297.832545 160.521789 \n",
+       "L 289.858364 160.521789 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 297.832545 165.344084 \n",
+       "L 305.806727 165.344084 \n",
+       "L 305.806727 160.521789 \n",
+       "L 297.832545 160.521789 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 305.806727 165.344084 \n",
+       "L 313.780909 165.344084 \n",
+       "L 313.780909 161.989444 \n",
+       "L 305.806727 161.989444 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 313.780909 165.344084 \n",
+       "L 321.755091 165.344084 \n",
+       "L 321.755091 162.828104 \n",
+       "L 313.780909 162.828104 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 321.755091 165.344084 \n",
+       "L 329.729273 165.344084 \n",
+       "L 329.729273 160.312124 \n",
+       "L 321.755091 160.312124 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 329.729273 165.344084 \n",
+       "L 337.703455 165.344084 \n",
+       "L 337.703455 162.618439 \n",
+       "L 329.729273 162.618439 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 337.703455 165.344084 \n",
+       "L 345.677636 165.344084 \n",
+       "L 345.677636 162.828104 \n",
+       "L 337.703455 162.828104 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 345.677636 165.344084 \n",
+       "L 353.651818 165.344084 \n",
+       "L 353.651818 163.247434 \n",
+       "L 345.677636 163.247434 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 353.651818 165.344084 \n",
+       "L 361.626 165.344084 \n",
+       "L 361.626 164.295759 \n",
+       "L 353.651818 164.295759 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 361.626 165.344084 \n",
+       "L 369.600182 165.344084 \n",
+       "L 369.600182 164.924754 \n",
+       "L 361.626 164.924754 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 369.600182 165.344084 \n",
+       "L 377.574364 165.344084 \n",
+       "L 377.574364 163.037769 \n",
+       "L 369.600182 163.037769 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 377.574364 165.344084 \n",
+       "L 385.548545 165.344084 \n",
+       "L 385.548545 163.876429 \n",
+       "L 377.574364 163.876429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 385.548545 165.344084 \n",
+       "L 393.522727 165.344084 \n",
+       "L 393.522727 164.924754 \n",
+       "L 385.548545 164.924754 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 393.522727 165.344084 \n",
+       "L 401.496909 165.344084 \n",
+       "L 401.496909 164.505424 \n",
+       "L 393.522727 164.505424 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 401.496909 165.344084 \n",
+       "L 409.471091 165.344084 \n",
+       "L 409.471091 164.924754 \n",
+       "L 401.496909 164.924754 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 409.471091 165.344084 \n",
+       "L 417.445273 165.344084 \n",
+       "L 417.445273 165.344084 \n",
+       "L 409.471091 165.344084 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 417.445273 165.344084 \n",
+       "L 425.419455 165.344084 \n",
+       "L 425.419455 164.715089 \n",
+       "L 417.445273 164.715089 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 425.419455 165.344084 \n",
+       "L 433.393636 165.344084 \n",
+       "L 433.393636 165.134419 \n",
+       "L 425.419455 165.134419 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 433.393636 165.344084 \n",
+       "L 441.367818 165.344084 \n",
+       "L 441.367818 165.344084 \n",
+       "L 433.393636 165.344084 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 441.367818 165.344084 \n",
+       "L 449.342 165.344084 \n",
+       "L 449.342 165.344084 \n",
+       "L 441.367818 165.344084 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.342 165.344084 \n",
+       "L 457.316182 165.344084 \n",
+       "L 457.316182 165.344084 \n",
+       "L 449.342 165.344084 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.316182 165.344084 \n",
+       "L 465.290364 165.344084 \n",
+       "L 465.290364 165.344084 \n",
+       "L 457.316182 165.344084 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.290364 165.344084 \n",
+       "L 473.264545 165.344084 \n",
+       "L 473.264545 165.134419 \n",
+       "L 465.290364 165.134419 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2bfe700886) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 54.62 165.344084 \n",
+       "L 54.62 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 165.344084 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 54.62 165.344084 \n",
+       "L 493.2 165.344084 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 54.62 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2bfe700886&gt;&lt;rect x=54.62 y=10.8 width=438.58 height=154.544084 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=1522883964415114756bottom-1522883964415114756common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;33&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.9% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1010&gt; 1010 &lt;/td&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1525&gt; 1525 &lt;/td&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1625&gt; 1625 &lt;/td&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1241&gt; 1241 &lt;/td&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1127&gt; 1127 &lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1547&gt; 1547 &lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=893&gt; 893 &lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=927&gt; 927 &lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1418&gt; 1418 &lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (3035)&quot;&gt; Other values (3035) &lt;/td&gt;&lt;td&gt;3579&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 98.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=1522883964415114756bottom-1522883964415114756extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#1522883964415114756extreme_values-1522883964415114756firstn aria-controls=1522883964415114756extreme_values-1522883964415114756firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#1522883964415114756extreme_values-1522883964415114756lastn aria-controls=1522883964415114756extreme_values-1522883964415114756lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=1522883964415114756extreme_values-1522883964415114756firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;33&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=24&gt; 24 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=54&gt; 54 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=523&gt; 523 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=544&gt; 544 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=553&gt; 553 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=566&gt; 566 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=580&gt; 580 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=584&gt; 584 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=585&gt; 585 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=1522883964415114756extreme_values-1522883964415114756lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=34878&gt; 34878 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=31326&gt; 31326 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30549&gt; 30549 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30415&gt; 30415 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30174&gt; 30174 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28831&gt; 28831 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28799&gt; 28799 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28551&gt; 28551 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28288&gt; 28288 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28263&gt; 28263 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-3360780806411483824&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Revision&gt;&lt;a href=#pp_var_-3360780806411483824&gt;Revision&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; 0 &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 3617&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; 1 &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:1.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 35 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--3360780806411483824, #minifreqtable-3360780806411483824&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--3360780806411483824 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3360780806411483824bottom--3360780806411483824overview aria-controls=-3360780806411483824bottom--3360780806411483824overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3360780806411483824bottom--3360780806411483824string aria-controls=-3360780806411483824bottom--3360780806411483824string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3360780806411483824bottom--3360780806411483824word aria-controls=-3360780806411483824bottom--3360780806411483824word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3360780806411483824bottom--3360780806411483824characters aria-controls=-3360780806411483824bottom--3360780806411483824characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3360780806411483824bottom--3360780806411483824overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;3652&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3360780806411483824bottom--3360780806411483824string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3617&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 99.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.0%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:48.586240&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 493.2 175.208224 \n",
+       "L 493.2 10.8 \n",
+       "L 60.2 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(116.159044 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-2e transform=scale(0.015625) d=&quot;M 581 0 \n",
+       "L 581 641 \n",
+       "L 1222 641 \n",
+       "L 1222 0 \n",
+       "L 581 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-36 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.886317 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-38 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(273.613589 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(352.340862 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-32 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(431.068135 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-34 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.639063 178.78713) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 157.349663) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 135.912196) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 114.474728) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 93.037261) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 71.599794) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 50.162327) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 28.724859) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.641094 118.987315) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 79.881818 175.208224 \n",
+       "L 473.518182 175.208224 \n",
+       "L 473.518182 18.628963 \n",
+       "L 79.881818 18.628963 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa84cb017c9) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 60.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 493.2 175.208224 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 493.2 175.208224 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 60.2 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pa84cb017c9&gt;&lt;rect x=60.2 y=10.8 width=433 height=164.408224 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=187.9902pt viewbox=&quot;0 0 405 187.9902&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:49.431344&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 187.9902 \n",
+       "L 405 187.9902 \n",
+       "L 405 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
+       "L 394.056572 108.84 \n",
+       "L 394.056572 16.44 \n",
+       "L 7.2 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#p46f080ad3a) style=&quot;fill: #4c72b0; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 394.056572 108.84 \n",
+       "L 397.8 108.84 \n",
+       "L 397.8 16.44 \n",
+       "L 394.056572 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#p46f080ad3a) style=&quot;fill: #dd8452; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(180.214036 58.567725) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=Arial-BoldMT-39 transform=scale(0.015625) d=&quot;M 291 1059 \n",
+       "L 1141 1153 \n",
+       "Q 1172 894 1303 769 \n",
+       "Q 1434 644 1650 644 \n",
+       "Q 1922 644 2112 894 \n",
+       "Q 2303 1144 2356 1931 \n",
+       "Q 2025 1547 1528 1547 \n",
+       "Q 988 1547 595 1964 \n",
+       "Q 203 2381 203 3050 \n",
+       "Q 203 3747 617 4173 \n",
+       "Q 1031 4600 1672 4600 \n",
+       "Q 2369 4600 2816 4061 \n",
+       "Q 3263 3522 3263 2288 \n",
+       "Q 3263 1031 2797 475 \n",
+       "Q 2331 -81 1584 -81 \n",
+       "Q 1047 -81 715 205 \n",
+       "Q 384 491 291 1059 \n",
+       "z\n",
+       "M 2278 2978 \n",
+       "Q 2278 3403 2083 3637 \n",
+       "Q 1888 3872 1631 3872 \n",
+       "Q 1388 3872 1227 3680 \n",
+       "Q 1066 3488 1066 3050 \n",
+       "Q 1066 2606 1241 2398 \n",
+       "Q 1416 2191 1678 2191 \n",
+       "Q 1931 2191 2104 2391 \n",
+       "Q 2278 2591 2278 2978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-2e transform=scale(0.015625) d=&quot;M 459 0 \n",
+       "L 459 878 \n",
+       "L 1338 878 \n",
+       "L 1338 0 \n",
+       "L 459 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-30 transform=scale(0.015625) d=&quot;M 1756 4600 \n",
+       "Q 2422 4600 2797 4125 \n",
+       "Q 3244 3563 3244 2259 \n",
+       "Q 3244 959 2794 391 \n",
+       "Q 2422 -78 1756 -78 \n",
+       "Q 1088 -78 678 436 \n",
+       "Q 269 950 269 2269 \n",
+       "Q 269 3563 719 4131 \n",
+       "Q 1091 4600 1756 4600 \n",
+       "z\n",
+       "M 1756 3872 \n",
+       "Q 1597 3872 1472 3770 \n",
+       "Q 1347 3669 1278 3406 \n",
+       "Q 1188 3066 1188 2259 \n",
+       "Q 1188 1453 1269 1151 \n",
+       "Q 1350 850 1473 750 \n",
+       "Q 1597 650 1756 650 \n",
+       "Q 1916 650 2041 751 \n",
+       "Q 2166 853 2234 1116 \n",
+       "Q 2325 1453 2325 2259 \n",
+       "Q 2325 3066 2244 3367 \n",
+       "Q 2163 3669 2039 3770 \n",
+       "Q 1916 3872 1756 3872 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-25 transform=scale(0.015625) d=&quot;M 278 3450 \n",
+       "Q 278 4066 548 4362 \n",
+       "Q 819 4659 1281 4659 \n",
+       "Q 1759 4659 2029 4364 \n",
+       "Q 2300 4069 2300 3450 \n",
+       "Q 2300 2834 2029 2537 \n",
+       "Q 1759 2241 1297 2241 \n",
+       "Q 819 2241 548 2536 \n",
+       "Q 278 2831 278 3450 \n",
+       "z\n",
+       "M 963 3456 \n",
+       "Q 963 3009 1066 2856 \n",
+       "Q 1144 2744 1281 2744 \n",
+       "Q 1422 2744 1500 2856 \n",
+       "Q 1600 3009 1600 3456 \n",
+       "Q 1600 3903 1500 4053 \n",
+       "Q 1422 4169 1281 4169 \n",
+       "Q 1144 4169 1066 4056 \n",
+       "Q 963 3903 963 3456 \n",
+       "z\n",
+       "M 1950 -175 \n",
+       "L 1300 -175 \n",
+       "L 3741 4659 \n",
+       "L 4372 4659 \n",
+       "L 1950 -175 \n",
+       "z\n",
+       "M 3369 1028 \n",
+       "Q 3369 1644 3639 1941 \n",
+       "Q 3909 2238 4378 2238 \n",
+       "Q 4850 2238 5120 1941 \n",
+       "Q 5391 1644 5391 1028 \n",
+       "Q 5391 409 5120 112 \n",
+       "Q 4850 -184 4388 -184 \n",
+       "Q 3909 -184 3639 112 \n",
+       "Q 3369 409 3369 1028 \n",
+       "z\n",
+       "M 4053 1031 \n",
+       "Q 4053 584 4156 434 \n",
+       "Q 4234 319 4372 319 \n",
+       "Q 4513 319 4588 431 \n",
+       "Q 4691 584 4691 1031 \n",
+       "Q 4691 1478 4591 1631 \n",
+       "Q 4513 1744 4372 1744 \n",
+       "Q 4231 1744 4156 1631 \n",
+       "Q 4053 1478 4053 1031 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#Arial-BoldMT-39 /&gt;&lt;use xlink:href=#Arial-BoldMT-39 x=55.615234 /&gt;&lt;use xlink:href=#Arial-BoldMT-2e x=111.230469 /&gt;&lt;use xlink:href=#Arial-BoldMT-30 x=139.013672 /&gt;&lt;use xlink:href=#Arial-BoldMT-25 x=194.628906 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(179.818036 73.988775) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=Arial-BoldMT-28 transform=scale(0.015625) d=&quot;M 1916 -1347 \n",
+       "L 1313 -1347 \n",
+       "Q 834 -625 584 153 \n",
+       "Q 334 931 334 1659 \n",
+       "Q 334 2563 644 3369 \n",
+       "Q 913 4069 1325 4659 \n",
+       "L 1925 4659 \n",
+       "Q 1497 3713 1336 3048 \n",
+       "Q 1175 2384 1175 1641 \n",
+       "Q 1175 1128 1270 590 \n",
+       "Q 1366 53 1531 -431 \n",
+       "Q 1641 -750 1916 -1347 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-33 transform=scale(0.015625) d=&quot;M 241 1216 \n",
+       "L 1091 1319 \n",
+       "Q 1131 994 1309 822 \n",
+       "Q 1488 650 1741 650 \n",
+       "Q 2013 650 2198 856 \n",
+       "Q 2384 1063 2384 1413 \n",
+       "Q 2384 1744 2206 1937 \n",
+       "Q 2028 2131 1772 2131 \n",
+       "Q 1603 2131 1369 2066 \n",
+       "L 1466 2781 \n",
+       "Q 1822 2772 2009 2936 \n",
+       "Q 2197 3100 2197 3372 \n",
+       "Q 2197 3603 2059 3740 \n",
+       "Q 1922 3878 1694 3878 \n",
+       "Q 1469 3878 1309 3722 \n",
+       "Q 1150 3566 1116 3266 \n",
+       "L 306 3403 \n",
+       "Q 391 3819 561 4067 \n",
+       "Q 731 4316 1036 4458 \n",
+       "Q 1341 4600 1719 4600 \n",
+       "Q 2366 4600 2756 4188 \n",
+       "Q 3078 3850 3078 3425 \n",
+       "Q 3078 2822 2419 2463 \n",
+       "Q 2813 2378 3048 2084 \n",
+       "Q 3284 1791 3284 1375 \n",
+       "Q 3284 772 2843 347 \n",
+       "Q 2403 -78 1747 -78 \n",
+       "Q 1125 -78 715 280 \n",
+       "Q 306 638 241 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-36 transform=scale(0.015625) d=&quot;M 3247 3459 \n",
+       "L 2397 3366 \n",
+       "Q 2366 3628 2234 3753 \n",
+       "Q 2103 3878 1894 3878 \n",
+       "Q 1616 3878 1423 3628 \n",
+       "Q 1231 3378 1181 2588 \n",
+       "Q 1509 2975 1997 2975 \n",
+       "Q 2547 2975 2939 2556 \n",
+       "Q 3331 2138 3331 1475 \n",
+       "Q 3331 772 2918 347 \n",
+       "Q 2506 -78 1859 -78 \n",
+       "Q 1166 -78 719 461 \n",
+       "Q 272 1000 272 2228 \n",
+       "Q 272 3488 737 4044 \n",
+       "Q 1203 4600 1947 4600 \n",
+       "Q 2469 4600 2811 4308 \n",
+       "Q 3153 4016 3247 3459 \n",
+       "z\n",
+       "M 1256 1544 \n",
+       "Q 1256 1116 1453 883 \n",
+       "Q 1650 650 1903 650 \n",
+       "Q 2147 650 2309 840 \n",
+       "Q 2472 1031 2472 1466 \n",
+       "Q 2472 1913 2297 2120 \n",
+       "Q 2122 2328 1859 2328 \n",
+       "Q 1606 2328 1431 2129 \n",
+       "Q 1256 1931 1256 1544 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-31 transform=scale(0.015625) d=&quot;M 2519 0 \n",
+       "L 1641 0 \n",
+       "L 1641 3309 \n",
+       "Q 1159 2859 506 2644 \n",
+       "L 506 3441 \n",
+       "Q 850 3553 1253 3867 \n",
+       "Q 1656 4181 1806 4600 \n",
+       "L 2519 4600 \n",
+       "L 2519 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-37 transform=scale(0.015625) d=&quot;M 272 3703 \n",
+       "L 272 4519 \n",
+       "L 3275 4519 \n",
+       "L 3275 3881 \n",
+       "Q 2903 3516 2518 2831 \n",
+       "Q 2134 2147 1932 1376 \n",
+       "Q 1731 606 1734 0 \n",
+       "L 888 0 \n",
+       "Q 909 950 1279 1937 \n",
+       "Q 1650 2925 2269 3703 \n",
+       "L 272 3703 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-29 transform=scale(0.015625) d=&quot;M 216 -1347 \n",
+       "Q 475 -791 581 -494 \n",
+       "Q 688 -197 778 190 \n",
+       "Q 869 578 912 926 \n",
+       "Q 956 1275 956 1641 \n",
+       "Q 956 2384 797 3048 \n",
+       "Q 638 3713 209 4659 \n",
+       "L 806 4659 \n",
+       "Q 1278 3988 1539 3234 \n",
+       "Q 1800 2481 1800 1706 \n",
+       "Q 1800 1053 1594 306 \n",
+       "Q 1359 -531 822 -1347 \n",
+       "L 216 -1347 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#Arial-BoldMT-28 /&gt;&lt;use xlink:href=#Arial-BoldMT-33 x=33.300781 /&gt;&lt;use xlink:href=#Arial-BoldMT-36 x=88.916016 /&gt;&lt;use xlink:href=#Arial-BoldMT-31 x=144.53125 /&gt;&lt;use xlink:href=#Arial-BoldMT-37 x=200.146484 /&gt;&lt;use xlink:href=#Arial-BoldMT-29 x=255.761719 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 19.296 180.7902 \n",
+       "L 84.2013 180.7902 \n",
+       "Q 87.6573 180.7902 87.6573 177.3342 \n",
+       "L 87.6573 130.176 \n",
+       "Q 87.6573 126.72 84.2013 126.72 \n",
+       "L 19.296 126.72 \n",
+       "Q 15.84 126.72 15.84 130.176 \n",
+       "L 15.84 177.3342 \n",
+       "Q 15.84 180.7902 19.296 180.7902 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 22.752 146.0007 \n",
+       "L 57.312 146.0007 \n",
+       "L 57.312 133.9047 \n",
+       "L 22.752 133.9047 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #4c72b0; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.0007) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 22.752 170.4438 \n",
+       "L 57.312 170.4438 \n",
+       "L 57.312 158.3478 \n",
+       "L 22.752 158.3478 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #dd8452; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 170.4438) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p46f080ad3a&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3360780806411483824bottom--3360780806411483824word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3617&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 99.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.0%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3360780806411483824bottom--3360780806411483824characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3360780806411483824unicode--3360780806411483824characters aria-controls=-3360780806411483824unicode--3360780806411483824characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3360780806411483824unicode--3360780806411483824categories aria-controls=-3360780806411483824unicode--3360780806411483824categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3360780806411483824unicode--3360780806411483824scripts aria-controls=-3360780806411483824unicode--3360780806411483824scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3360780806411483824unicode--3360780806411483824blocks aria-controls=-3360780806411483824unicode--3360780806411483824blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3360780806411483824unicode--3360780806411483824characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3617&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 99.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.0%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3360780806411483824unicode--3360780806411483824categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Decimal Number&quot;&gt; Decimal Number &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Decimal Number&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3617&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 99.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.0%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3360780806411483824unicode--3360780806411483824scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Common&gt; Common &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Common&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3617&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 99.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.0%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3360780806411483824unicode--3360780806411483824blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3617&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 99.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.0%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_3813556144049564861&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Temperature_Midday&gt;&lt;a href=#pp_var_3813556144049564861&gt;Temperature_Midday&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;383&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;10.5%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;12.849425&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;-11.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;32.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.2%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;242&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;6.6%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:49.898725&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 205.2 123.49925 \n",
+       "L 205.2 10.8 \n",
+       "L 10.8 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(21.131843 150.143759) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(64.613474 143.694062) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(103.297385 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.554167 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(183.810949 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 123.49925 \n",
+       "L 23.170909 123.49925 \n",
+       "L 23.170909 121.486763 \n",
+       "L 19.636364 121.486763 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 123.49925 \n",
+       "L 26.705455 123.49925 \n",
+       "L 26.705455 122.157592 \n",
+       "L 23.170909 122.157592 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 123.49925 \n",
+       "L 30.24 123.49925 \n",
+       "L 30.24 122.828421 \n",
+       "L 26.705455 122.828421 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 123.49925 \n",
+       "L 33.774545 123.49925 \n",
+       "L 33.774545 121.486763 \n",
+       "L 30.24 121.486763 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 123.49925 \n",
+       "L 37.309091 123.49925 \n",
+       "L 37.309091 123.49925 \n",
+       "L 33.774545 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 123.49925 \n",
+       "L 40.843636 123.49925 \n",
+       "L 40.843636 120.145106 \n",
+       "L 37.309091 120.145106 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 123.49925 \n",
+       "L 44.378182 123.49925 \n",
+       "L 44.378182 120.815935 \n",
+       "L 40.843636 120.815935 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 123.49925 \n",
+       "L 47.912727 123.49925 \n",
+       "L 47.912727 117.46179 \n",
+       "L 44.378182 117.46179 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 123.49925 \n",
+       "L 51.447273 123.49925 \n",
+       "L 51.447273 104.716042 \n",
+       "L 47.912727 104.716042 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 123.49925 \n",
+       "L 54.981818 123.49925 \n",
+       "L 54.981818 98.678582 \n",
+       "L 51.447273 98.678582 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 123.49925 \n",
+       "L 58.516364 123.49925 \n",
+       "L 58.516364 86.603662 \n",
+       "L 54.981818 86.603662 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 123.49925 \n",
+       "L 62.050909 123.49925 \n",
+       "L 62.050909 91.299464 \n",
+       "L 58.516364 91.299464 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 123.49925 \n",
+       "L 65.585455 123.49925 \n",
+       "L 65.585455 81.237031 \n",
+       "L 62.050909 81.237031 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 123.49925 \n",
+       "L 69.12 123.49925 \n",
+       "L 69.12 72.516256 \n",
+       "L 65.585455 72.516256 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 123.49925 \n",
+       "L 72.654545 123.49925 \n",
+       "L 72.654545 59.770507 \n",
+       "L 69.12 59.770507 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 123.49925 \n",
+       "L 76.189091 123.49925 \n",
+       "L 76.189091 65.137138 \n",
+       "L 72.654545 65.137138 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 123.49925 \n",
+       "L 79.723636 123.49925 \n",
+       "L 79.723636 51.720561 \n",
+       "L 76.189091 51.720561 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 123.49925 \n",
+       "L 83.258182 123.49925 \n",
+       "L 83.258182 48.366417 \n",
+       "L 79.723636 48.366417 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 123.49925 \n",
+       "L 86.792727 123.49925 \n",
+       "L 86.792727 47.695588 \n",
+       "L 83.258182 47.695588 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 123.49925 \n",
+       "L 90.327273 123.49925 \n",
+       "L 90.327273 53.062219 \n",
+       "L 86.792727 53.062219 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 123.49925 \n",
+       "L 93.861818 123.49925 \n",
+       "L 93.861818 41.658128 \n",
+       "L 90.327273 41.658128 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 123.49925 \n",
+       "L 97.396364 123.49925 \n",
+       "L 97.396364 45.683101 \n",
+       "L 93.861818 45.683101 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 123.49925 \n",
+       "L 100.930909 123.49925 \n",
+       "L 100.930909 53.062219 \n",
+       "L 97.396364 53.062219 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 123.49925 \n",
+       "L 104.465455 123.49925 \n",
+       "L 104.465455 43.670615 \n",
+       "L 100.930909 43.670615 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 123.49925 \n",
+       "L 108 123.49925 \n",
+       "L 108 33.608182 \n",
+       "L 104.465455 33.608182 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 123.49925 \n",
+       "L 111.534545 123.49925 \n",
+       "L 111.534545 67.820454 \n",
+       "L 108 67.820454 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 123.49925 \n",
+       "L 115.069091 123.49925 \n",
+       "L 115.069091 53.733048 \n",
+       "L 111.534545 53.733048 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 123.49925 \n",
+       "L 118.603636 123.49925 \n",
+       "L 118.603636 59.099679 \n",
+       "L 115.069091 59.099679 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 123.49925 \n",
+       "L 122.138182 123.49925 \n",
+       "L 122.138182 45.683101 \n",
+       "L 118.603636 45.683101 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 123.49925 \n",
+       "L 125.672727 123.49925 \n",
+       "L 125.672727 30.254037 \n",
+       "L 122.138182 30.254037 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 123.49925 \n",
+       "L 129.207273 123.49925 \n",
+       "L 129.207273 40.31647 \n",
+       "L 125.672727 40.31647 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 123.49925 \n",
+       "L 132.741818 123.49925 \n",
+       "L 132.741818 35.620668 \n",
+       "L 129.207273 35.620668 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 123.49925 \n",
+       "L 136.276364 123.49925 \n",
+       "L 136.276364 30.254037 \n",
+       "L 132.741818 30.254037 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 123.49925 \n",
+       "L 139.810909 123.49925 \n",
+       "L 139.810909 45.012272 \n",
+       "L 136.276364 45.012272 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 123.49925 \n",
+       "L 143.345455 123.49925 \n",
+       "L 143.345455 16.166631 \n",
+       "L 139.810909 16.166631 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 123.49925 \n",
+       "L 146.88 123.49925 \n",
+       "L 146.88 42.328957 \n",
+       "L 143.345455 42.328957 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 123.49925 \n",
+       "L 150.414545 123.49925 \n",
+       "L 150.414545 47.695588 \n",
+       "L 146.88 47.695588 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 123.49925 \n",
+       "L 153.949091 123.49925 \n",
+       "L 153.949091 47.024759 \n",
+       "L 150.414545 47.024759 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 123.49925 \n",
+       "L 157.483636 123.49925 \n",
+       "L 157.483636 61.782994 \n",
+       "L 153.949091 61.782994 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 123.49925 \n",
+       "L 161.018182 123.49925 \n",
+       "L 161.018182 62.453823 \n",
+       "L 157.483636 62.453823 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 123.49925 \n",
+       "L 164.552727 123.49925 \n",
+       "L 164.552727 79.895374 \n",
+       "L 161.018182 79.895374 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 123.49925 \n",
+       "L 168.087273 123.49925 \n",
+       "L 168.087273 80.566202 \n",
+       "L 164.552727 80.566202 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 123.49925 \n",
+       "L 171.621818 123.49925 \n",
+       "L 171.621818 80.566202 \n",
+       "L 168.087273 80.566202 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 123.49925 \n",
+       "L 175.156364 123.49925 \n",
+       "L 175.156364 90.628635 \n",
+       "L 171.621818 90.628635 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 123.49925 \n",
+       "L 178.690909 123.49925 \n",
+       "L 178.690909 96.666095 \n",
+       "L 175.156364 96.666095 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 123.49925 \n",
+       "L 182.225455 123.49925 \n",
+       "L 182.225455 107.399357 \n",
+       "L 178.690909 107.399357 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 123.49925 \n",
+       "L 185.76 123.49925 \n",
+       "L 185.76 109.411844 \n",
+       "L 182.225455 109.411844 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 123.49925 \n",
+       "L 189.294545 123.49925 \n",
+       "L 189.294545 109.411844 \n",
+       "L 185.76 109.411844 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 123.49925 \n",
+       "L 192.829091 123.49925 \n",
+       "L 192.829091 119.474277 \n",
+       "L 189.294545 119.474277 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 123.49925 \n",
+       "L 196.363636 123.49925 \n",
+       "L 196.363636 117.46179 \n",
+       "L 192.829091 117.46179 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1907c3584) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 10.8 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 123.49925 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 205.2 123.49925 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf1907c3584&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=112.69925 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-3813556144049564861, #minifreqtable3813556144049564861&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-3813556144049564861 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#3813556144049564861bottom-3813556144049564861statistics aria-controls=3813556144049564861bottom-3813556144049564861statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3813556144049564861bottom-3813556144049564861histogram aria-controls=3813556144049564861bottom-3813556144049564861histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3813556144049564861bottom-3813556144049564861common_values aria-controls=3813556144049564861bottom-3813556144049564861common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3813556144049564861bottom-3813556144049564861extreme_values aria-controls=3813556144049564861bottom-3813556144049564861extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=3813556144049564861bottom-3813556144049564861statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;-11.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;-0.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;13.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;19.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;26.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;32.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;43.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;13.5&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;8.509759&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.66226769&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;-0.82759788&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;12.849425&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;6.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;-0.046546521&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;46926.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;72.415998&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3813556144049564861bottom-3813556144049564861histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:50.516021&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 493.2 173.044477 \n",
+       "L 493.2 10.8 \n",
+       "L 54.62 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.284941 203.100114) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(176.138118 195.037992) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(264.994146 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.816263 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(446.638379 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.059063 176.623384) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 152.47986) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 128.336337) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 104.192813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 80.04929) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 55.905767) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-32 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 31.762243) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.622031 117.905442) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 74.555455 173.044477 \n",
+       "L 82.529636 173.044477 \n",
+       "L 82.529636 170.147254 \n",
+       "L 74.555455 170.147254 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 82.529636 173.044477 \n",
+       "L 90.503818 173.044477 \n",
+       "L 90.503818 171.112995 \n",
+       "L 82.529636 171.112995 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 90.503818 173.044477 \n",
+       "L 98.478 173.044477 \n",
+       "L 98.478 172.078736 \n",
+       "L 90.503818 172.078736 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 98.478 173.044477 \n",
+       "L 106.452182 173.044477 \n",
+       "L 106.452182 170.147254 \n",
+       "L 98.478 170.147254 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 106.452182 173.044477 \n",
+       "L 114.426364 173.044477 \n",
+       "L 114.426364 173.044477 \n",
+       "L 106.452182 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 114.426364 173.044477 \n",
+       "L 122.400545 173.044477 \n",
+       "L 122.400545 168.215773 \n",
+       "L 114.426364 168.215773 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 122.400545 173.044477 \n",
+       "L 130.374727 173.044477 \n",
+       "L 130.374727 169.181514 \n",
+       "L 122.400545 169.181514 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 130.374727 173.044477 \n",
+       "L 138.348909 173.044477 \n",
+       "L 138.348909 164.352809 \n",
+       "L 130.374727 164.352809 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 138.348909 173.044477 \n",
+       "L 146.323091 173.044477 \n",
+       "L 146.323091 146.003731 \n",
+       "L 138.348909 146.003731 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 146.323091 173.044477 \n",
+       "L 154.297273 173.044477 \n",
+       "L 154.297273 137.312063 \n",
+       "L 146.323091 137.312063 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 154.297273 173.044477 \n",
+       "L 162.271455 173.044477 \n",
+       "L 162.271455 119.928726 \n",
+       "L 154.297273 119.928726 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 162.271455 173.044477 \n",
+       "L 170.245636 173.044477 \n",
+       "L 170.245636 126.688912 \n",
+       "L 162.271455 126.688912 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 170.245636 173.044477 \n",
+       "L 178.219818 173.044477 \n",
+       "L 178.219818 112.202798 \n",
+       "L 170.245636 112.202798 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 178.219818 173.044477 \n",
+       "L 186.194 173.044477 \n",
+       "L 186.194 99.648166 \n",
+       "L 178.219818 99.648166 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 186.194 173.044477 \n",
+       "L 194.168182 173.044477 \n",
+       "L 194.168182 81.299088 \n",
+       "L 186.194 81.299088 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 194.168182 173.044477 \n",
+       "L 202.142364 173.044477 \n",
+       "L 202.142364 89.025016 \n",
+       "L 194.168182 89.025016 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 202.142364 173.044477 \n",
+       "L 210.116545 173.044477 \n",
+       "L 210.116545 69.710197 \n",
+       "L 202.142364 69.710197 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 210.116545 173.044477 \n",
+       "L 218.090727 173.044477 \n",
+       "L 218.090727 64.881492 \n",
+       "L 210.116545 64.881492 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 218.090727 173.044477 \n",
+       "L 226.064909 173.044477 \n",
+       "L 226.064909 63.915751 \n",
+       "L 218.090727 63.915751 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 226.064909 173.044477 \n",
+       "L 234.039091 173.044477 \n",
+       "L 234.039091 71.641679 \n",
+       "L 226.064909 71.641679 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 234.039091 173.044477 \n",
+       "L 242.013273 173.044477 \n",
+       "L 242.013273 55.224083 \n",
+       "L 234.039091 55.224083 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 242.013273 173.044477 \n",
+       "L 249.987455 173.044477 \n",
+       "L 249.987455 61.018529 \n",
+       "L 242.013273 61.018529 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 249.987455 173.044477 \n",
+       "L 257.961636 173.044477 \n",
+       "L 257.961636 71.641679 \n",
+       "L 249.987455 71.641679 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 257.961636 173.044477 \n",
+       "L 265.935818 173.044477 \n",
+       "L 265.935818 58.121306 \n",
+       "L 257.961636 58.121306 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 265.935818 173.044477 \n",
+       "L 273.91 173.044477 \n",
+       "L 273.91 43.635192 \n",
+       "L 265.935818 43.635192 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 273.91 173.044477 \n",
+       "L 281.884182 173.044477 \n",
+       "L 281.884182 92.88798 \n",
+       "L 273.91 92.88798 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 281.884182 173.044477 \n",
+       "L 289.858364 173.044477 \n",
+       "L 289.858364 72.60742 \n",
+       "L 281.884182 72.60742 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 289.858364 173.044477 \n",
+       "L 297.832545 173.044477 \n",
+       "L 297.832545 80.333347 \n",
+       "L 289.858364 80.333347 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 297.832545 173.044477 \n",
+       "L 305.806727 173.044477 \n",
+       "L 305.806727 61.018529 \n",
+       "L 297.832545 61.018529 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 305.806727 173.044477 \n",
+       "L 313.780909 173.044477 \n",
+       "L 313.780909 38.806487 \n",
+       "L 305.806727 38.806487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 313.780909 173.044477 \n",
+       "L 321.755091 173.044477 \n",
+       "L 321.755091 53.292601 \n",
+       "L 313.780909 53.292601 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 321.755091 173.044477 \n",
+       "L 329.729273 173.044477 \n",
+       "L 329.729273 46.532415 \n",
+       "L 321.755091 46.532415 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 329.729273 173.044477 \n",
+       "L 337.703455 173.044477 \n",
+       "L 337.703455 38.806487 \n",
+       "L 329.729273 38.806487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 337.703455 173.044477 \n",
+       "L 345.677636 173.044477 \n",
+       "L 345.677636 60.052788 \n",
+       "L 337.703455 60.052788 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 345.677636 173.044477 \n",
+       "L 353.651818 173.044477 \n",
+       "L 353.651818 18.525927 \n",
+       "L 345.677636 18.525927 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 353.651818 173.044477 \n",
+       "L 361.626 173.044477 \n",
+       "L 361.626 56.189824 \n",
+       "L 353.651818 56.189824 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 361.626 173.044477 \n",
+       "L 369.600182 173.044477 \n",
+       "L 369.600182 63.915751 \n",
+       "L 361.626 63.915751 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 369.600182 173.044477 \n",
+       "L 377.574364 173.044477 \n",
+       "L 377.574364 62.950011 \n",
+       "L 369.600182 62.950011 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 377.574364 173.044477 \n",
+       "L 385.548545 173.044477 \n",
+       "L 385.548545 84.196311 \n",
+       "L 377.574364 84.196311 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 385.548545 173.044477 \n",
+       "L 393.522727 173.044477 \n",
+       "L 393.522727 85.162052 \n",
+       "L 385.548545 85.162052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 393.522727 173.044477 \n",
+       "L 401.496909 173.044477 \n",
+       "L 401.496909 110.271316 \n",
+       "L 393.522727 110.271316 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 401.496909 173.044477 \n",
+       "L 409.471091 173.044477 \n",
+       "L 409.471091 111.237057 \n",
+       "L 401.496909 111.237057 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 409.471091 173.044477 \n",
+       "L 417.445273 173.044477 \n",
+       "L 417.445273 111.237057 \n",
+       "L 409.471091 111.237057 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 417.445273 173.044477 \n",
+       "L 425.419455 173.044477 \n",
+       "L 425.419455 125.723171 \n",
+       "L 417.445273 125.723171 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 425.419455 173.044477 \n",
+       "L 433.393636 173.044477 \n",
+       "L 433.393636 134.41484 \n",
+       "L 425.419455 134.41484 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 433.393636 173.044477 \n",
+       "L 441.367818 173.044477 \n",
+       "L 441.367818 149.866695 \n",
+       "L 433.393636 149.866695 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 441.367818 173.044477 \n",
+       "L 449.342 173.044477 \n",
+       "L 449.342 152.763918 \n",
+       "L 441.367818 152.763918 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.342 173.044477 \n",
+       "L 457.316182 173.044477 \n",
+       "L 457.316182 152.763918 \n",
+       "L 449.342 152.763918 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.316182 173.044477 \n",
+       "L 465.290364 173.044477 \n",
+       "L 465.290364 167.250032 \n",
+       "L 457.316182 167.250032 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.290364 173.044477 \n",
+       "L 473.264545 173.044477 \n",
+       "L 473.264545 164.352809 \n",
+       "L 465.290364 164.352809 \n",
+       "z\n",
+       "&quot; clip-path=url(#p90778c81db) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 54.62 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 173.044477 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 493.2 173.044477 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 54.62 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p90778c81db&gt;&lt;rect x=54.62 y=10.8 width=438.58 height=162.244477 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3813556144049564861bottom-3813556144049564861common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=10.4&gt; 10.4 &lt;/td&gt;&lt;td&gt;23&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.7%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19.5&gt; 19.5 &lt;/td&gt;&lt;td&gt;23&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.7%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19&gt; 19 &lt;/td&gt;&lt;td&gt;22&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=18.5&gt; 18.5 &lt;/td&gt;&lt;td&gt;22&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=16.7&gt; 16.7 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=14.3&gt; 14.3 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=10.2&gt; 10.2 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=15.4&gt; 15.4 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19.2&gt; 19.2 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=16.9&gt; 16.9 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (373)&quot;&gt; Other values (373) &lt;/td&gt;&lt;td&gt;3436&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 94.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3813556144049564861bottom-3813556144049564861extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#3813556144049564861extreme_values-3813556144049564861firstn aria-controls=3813556144049564861extreme_values-3813556144049564861firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3813556144049564861extreme_values-3813556144049564861lastn aria-controls=3813556144049564861extreme_values-3813556144049564861lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=3813556144049564861extreme_values-3813556144049564861firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=-11.2&gt; -11.2 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-11&gt; -11 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-10.8&gt; -10.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-10&gt; -10 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9.6&gt; -9.6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9.4&gt; -9.4 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-7.9&gt; -7.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-7.8&gt; -7.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-7.7&gt; -7.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-6.7&gt; -6.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3813556144049564861extreme_values-3813556144049564861lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=32.7&gt; 32.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=32.5&gt; 32.5 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=32.3&gt; 32.3 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=32.2&gt; 32.2 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=32&gt; 32 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=31.9&gt; 31.9 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=31.8&gt; 31.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=31.5&gt; 31.5 &lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=31.2&gt; 31.2 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30.9&gt; 30.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_6314122880125243917&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Sunshine_Percentage&gt;&lt;a href=#pp_var_6314122880125243917&gt;Sunshine_Percentage&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 2 fields: Temperature_Midday, Temperature_Max&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;ZEROS&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;103&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;2.8%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;37.032161&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;101&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;807&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;22.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:51.188974&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 123.626529 \n",
+       "L 205.2 123.626529 \n",
+       "L 205.2 10.8 \n",
+       "L 10.8 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.525878 143.821341) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(52.948507 146.967082) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(87.944007 146.967082) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(122.939506 146.967082) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(157.935006 146.967082) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(191.357635 150.112823) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 123.626529 \n",
+       "L 23.170909 123.626529 \n",
+       "L 23.170909 16.172692 \n",
+       "L 19.636364 16.172692 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 123.626529 \n",
+       "L 26.705455 123.626529 \n",
+       "L 26.705455 111.748884 \n",
+       "L 23.170909 111.748884 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 123.626529 \n",
+       "L 30.24 123.626529 \n",
+       "L 30.24 115.301077 \n",
+       "L 26.705455 115.301077 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 123.626529 \n",
+       "L 33.774545 123.626529 \n",
+       "L 33.774545 116.078119 \n",
+       "L 30.24 116.078119 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 123.626529 \n",
+       "L 37.309091 123.626529 \n",
+       "L 37.309091 116.189125 \n",
+       "L 33.774545 116.189125 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 123.626529 \n",
+       "L 40.843636 123.626529 \n",
+       "L 40.843636 114.524035 \n",
+       "L 37.309091 114.524035 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 123.626529 \n",
+       "L 44.378182 123.626529 \n",
+       "L 44.378182 115.856107 \n",
+       "L 40.843636 115.856107 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 123.626529 \n",
+       "L 47.912727 123.626529 \n",
+       "L 47.912727 116.966167 \n",
+       "L 44.378182 116.966167 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 123.626529 \n",
+       "L 51.447273 123.626529 \n",
+       "L 51.447273 116.078119 \n",
+       "L 47.912727 116.078119 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 123.626529 \n",
+       "L 54.981818 123.626529 \n",
+       "L 54.981818 117.632204 \n",
+       "L 51.447273 117.632204 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 123.626529 \n",
+       "L 58.516364 123.626529 \n",
+       "L 58.516364 118.85327 \n",
+       "L 54.981818 118.85327 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 123.626529 \n",
+       "L 62.050909 123.626529 \n",
+       "L 62.050909 117.410192 \n",
+       "L 58.516364 117.410192 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 123.626529 \n",
+       "L 65.585455 123.626529 \n",
+       "L 65.585455 117.410192 \n",
+       "L 62.050909 117.410192 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 123.626529 \n",
+       "L 69.12 123.626529 \n",
+       "L 69.12 117.521198 \n",
+       "L 65.585455 117.521198 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 123.626529 \n",
+       "L 72.654545 123.626529 \n",
+       "L 72.654545 117.632204 \n",
+       "L 69.12 117.632204 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 123.626529 \n",
+       "L 76.189091 123.626529 \n",
+       "L 76.189091 116.966167 \n",
+       "L 72.654545 116.966167 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 123.626529 \n",
+       "L 79.723636 123.626529 \n",
+       "L 79.723636 118.076228 \n",
+       "L 76.189091 118.076228 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 123.626529 \n",
+       "L 83.258182 123.626529 \n",
+       "L 83.258182 117.077173 \n",
+       "L 79.723636 117.077173 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 123.626529 \n",
+       "L 86.792727 123.626529 \n",
+       "L 86.792727 116.744155 \n",
+       "L 83.258182 116.744155 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 123.626529 \n",
+       "L 90.327273 123.626529 \n",
+       "L 90.327273 119.186288 \n",
+       "L 86.792727 119.186288 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 123.626529 \n",
+       "L 93.861818 123.626529 \n",
+       "L 93.861818 118.409246 \n",
+       "L 90.327273 118.409246 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 123.626529 \n",
+       "L 97.396364 123.626529 \n",
+       "L 97.396364 119.96333 \n",
+       "L 93.861818 119.96333 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 123.626529 \n",
+       "L 100.930909 123.626529 \n",
+       "L 100.930909 117.854216 \n",
+       "L 97.396364 117.854216 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 123.626529 \n",
+       "L 104.465455 123.626529 \n",
+       "L 104.465455 118.520252 \n",
+       "L 100.930909 118.520252 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 123.626529 \n",
+       "L 108 123.626529 \n",
+       "L 108 118.520252 \n",
+       "L 104.465455 118.520252 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 123.626529 \n",
+       "L 111.534545 123.626529 \n",
+       "L 111.534545 118.85327 \n",
+       "L 108 118.85327 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 123.626529 \n",
+       "L 115.069091 123.626529 \n",
+       "L 115.069091 119.075282 \n",
+       "L 111.534545 119.075282 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 123.626529 \n",
+       "L 118.603636 123.626529 \n",
+       "L 118.603636 119.519306 \n",
+       "L 115.069091 119.519306 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 123.626529 \n",
+       "L 122.138182 123.626529 \n",
+       "L 122.138182 118.29824 \n",
+       "L 118.603636 118.29824 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 123.626529 \n",
+       "L 125.672727 123.626529 \n",
+       "L 125.672727 119.519306 \n",
+       "L 122.138182 119.519306 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 123.626529 \n",
+       "L 129.207273 123.626529 \n",
+       "L 129.207273 118.85327 \n",
+       "L 125.672727 118.85327 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 123.626529 \n",
+       "L 132.741818 123.626529 \n",
+       "L 132.741818 118.85327 \n",
+       "L 129.207273 118.85327 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 123.626529 \n",
+       "L 136.276364 123.626529 \n",
+       "L 136.276364 119.519306 \n",
+       "L 132.741818 119.519306 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 123.626529 \n",
+       "L 139.810909 123.626529 \n",
+       "L 139.810909 119.075282 \n",
+       "L 136.276364 119.075282 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 123.626529 \n",
+       "L 143.345455 123.626529 \n",
+       "L 143.345455 118.85327 \n",
+       "L 139.810909 118.85327 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 123.626529 \n",
+       "L 146.88 123.626529 \n",
+       "L 146.88 119.297294 \n",
+       "L 143.345455 119.297294 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 123.626529 \n",
+       "L 150.414545 123.626529 \n",
+       "L 150.414545 117.521198 \n",
+       "L 146.88 117.521198 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 123.626529 \n",
+       "L 153.949091 123.626529 \n",
+       "L 153.949091 118.520252 \n",
+       "L 150.414545 118.520252 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 123.626529 \n",
+       "L 157.483636 123.626529 \n",
+       "L 157.483636 119.852324 \n",
+       "L 153.949091 119.852324 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 123.626529 \n",
+       "L 161.018182 123.626529 \n",
+       "L 161.018182 119.630312 \n",
+       "L 157.483636 119.630312 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 123.626529 \n",
+       "L 164.552727 123.626529 \n",
+       "L 164.552727 119.852324 \n",
+       "L 161.018182 119.852324 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 123.626529 \n",
+       "L 168.087273 123.626529 \n",
+       "L 168.087273 119.630312 \n",
+       "L 164.552727 119.630312 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 123.626529 \n",
+       "L 171.621818 123.626529 \n",
+       "L 171.621818 118.742264 \n",
+       "L 168.087273 118.742264 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 123.626529 \n",
+       "L 175.156364 123.626529 \n",
+       "L 175.156364 119.186288 \n",
+       "L 171.621818 119.186288 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 123.626529 \n",
+       "L 178.690909 123.626529 \n",
+       "L 178.690909 117.410192 \n",
+       "L 175.156364 117.410192 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 123.626529 \n",
+       "L 182.225455 123.626529 \n",
+       "L 182.225455 118.076228 \n",
+       "L 178.690909 118.076228 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 123.626529 \n",
+       "L 185.76 123.626529 \n",
+       "L 185.76 116.189125 \n",
+       "L 182.225455 116.189125 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 123.626529 \n",
+       "L 189.294545 123.626529 \n",
+       "L 189.294545 116.966167 \n",
+       "L 185.76 116.966167 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 123.626529 \n",
+       "L 192.829091 123.626529 \n",
+       "L 192.829091 113.191962 \n",
+       "L 189.294545 113.191962 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 123.626529 \n",
+       "L 196.363636 123.626529 \n",
+       "L 196.363636 104.755504 \n",
+       "L 192.829091 104.755504 \n",
+       "z\n",
+       "&quot; clip-path=url(#p94fd542059) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 123.626529 \n",
+       "L 10.8 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 123.626529 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 123.626529 \n",
+       "L 205.2 123.626529 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p94fd542059&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=112.826529 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-6314122880125243917, #minifreqtable6314122880125243917&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-6314122880125243917 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#6314122880125243917bottom-6314122880125243917statistics aria-controls=6314122880125243917bottom-6314122880125243917statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#6314122880125243917bottom-6314122880125243917histogram aria-controls=6314122880125243917bottom-6314122880125243917histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#6314122880125243917bottom-6314122880125243917common_values aria-controls=6314122880125243917bottom-6314122880125243917common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#6314122880125243917bottom-6314122880125243917extreme_values aria-controls=6314122880125243917bottom-6314122880125243917extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=6314122880125243917bottom-6314122880125243917statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;1.75&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;28&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;68&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;98&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;101&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;101&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;66.25&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;34.982702&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.94465733&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;-1.2216779&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;37.032161&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;28&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;0.48498643&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;135241.45&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;1223.7894&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=6314122880125243917bottom-6314122880125243917histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:51.716669&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 60.2 173.235396 \n",
+       "L 493.2 173.235396 \n",
+       "L 493.2 12.076364 \n",
+       "L 60.2 12.076364 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(79.743711 195.228911) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(155.725418 199.161087) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(233.673213 199.161087) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.621007 199.161087) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(389.568802 199.161087) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(465.550509 203.093264) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.639063 176.814302) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 145.102568) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 113.390834) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 81.6791) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 49.967366) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 18.255632) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.641094 118.639083) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 79.881818 173.235396 \n",
+       "L 87.754545 173.235396 \n",
+       "L 87.754545 19.750603 \n",
+       "L 79.881818 19.750603 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 87.754545 173.235396 \n",
+       "L 95.627273 173.235396 \n",
+       "L 95.627273 156.269618 \n",
+       "L 87.754545 156.269618 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 95.627273 173.235396 \n",
+       "L 103.5 173.235396 \n",
+       "L 103.5 161.343496 \n",
+       "L 95.627273 161.343496 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 103.5 173.235396 \n",
+       "L 111.372727 173.235396 \n",
+       "L 111.372727 162.453407 \n",
+       "L 103.5 162.453407 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 111.372727 173.235396 \n",
+       "L 119.245455 173.235396 \n",
+       "L 119.245455 162.611965 \n",
+       "L 111.372727 162.611965 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 119.245455 173.235396 \n",
+       "L 127.118182 173.235396 \n",
+       "L 127.118182 160.233585 \n",
+       "L 119.245455 160.233585 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 127.118182 173.235396 \n",
+       "L 134.990909 173.235396 \n",
+       "L 134.990909 162.136289 \n",
+       "L 127.118182 162.136289 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 134.990909 173.235396 \n",
+       "L 142.863636 173.235396 \n",
+       "L 142.863636 163.721876 \n",
+       "L 134.990909 163.721876 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 142.863636 173.235396 \n",
+       "L 150.736364 173.235396 \n",
+       "L 150.736364 162.453407 \n",
+       "L 142.863636 162.453407 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 150.736364 173.235396 \n",
+       "L 158.609091 173.235396 \n",
+       "L 158.609091 164.673228 \n",
+       "L 150.736364 164.673228 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 158.609091 173.235396 \n",
+       "L 166.481818 173.235396 \n",
+       "L 166.481818 166.417373 \n",
+       "L 158.609091 166.417373 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 166.481818 173.235396 \n",
+       "L 174.354545 173.235396 \n",
+       "L 174.354545 164.356111 \n",
+       "L 166.481818 164.356111 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 174.354545 173.235396 \n",
+       "L 182.227273 173.235396 \n",
+       "L 182.227273 164.356111 \n",
+       "L 174.354545 164.356111 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 182.227273 173.235396 \n",
+       "L 190.1 173.235396 \n",
+       "L 190.1 164.514669 \n",
+       "L 182.227273 164.514669 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 190.1 173.235396 \n",
+       "L 197.972727 173.235396 \n",
+       "L 197.972727 164.673228 \n",
+       "L 190.1 164.673228 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 197.972727 173.235396 \n",
+       "L 205.845455 173.235396 \n",
+       "L 205.845455 163.721876 \n",
+       "L 197.972727 163.721876 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 205.845455 173.235396 \n",
+       "L 213.718182 173.235396 \n",
+       "L 213.718182 165.307463 \n",
+       "L 205.845455 165.307463 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 213.718182 173.235396 \n",
+       "L 221.590909 173.235396 \n",
+       "L 221.590909 163.880435 \n",
+       "L 213.718182 163.880435 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 221.590909 173.235396 \n",
+       "L 229.463636 173.235396 \n",
+       "L 229.463636 163.404759 \n",
+       "L 221.590909 163.404759 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 229.463636 173.235396 \n",
+       "L 237.336364 173.235396 \n",
+       "L 237.336364 166.893049 \n",
+       "L 229.463636 166.893049 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 237.336364 173.235396 \n",
+       "L 245.209091 173.235396 \n",
+       "L 245.209091 165.783139 \n",
+       "L 237.336364 165.783139 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 245.209091 173.235396 \n",
+       "L 253.081818 173.235396 \n",
+       "L 253.081818 168.00296 \n",
+       "L 245.209091 168.00296 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 253.081818 173.235396 \n",
+       "L 260.954545 173.235396 \n",
+       "L 260.954545 164.990345 \n",
+       "L 253.081818 164.990345 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 260.954545 173.235396 \n",
+       "L 268.827273 173.235396 \n",
+       "L 268.827273 165.941697 \n",
+       "L 260.954545 165.941697 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 268.827273 173.235396 \n",
+       "L 276.7 173.235396 \n",
+       "L 276.7 165.941697 \n",
+       "L 268.827273 165.941697 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 276.7 173.235396 \n",
+       "L 284.572727 173.235396 \n",
+       "L 284.572727 166.417373 \n",
+       "L 276.7 166.417373 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 284.572727 173.235396 \n",
+       "L 292.445455 173.235396 \n",
+       "L 292.445455 166.734491 \n",
+       "L 284.572727 166.734491 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 292.445455 173.235396 \n",
+       "L 300.318182 173.235396 \n",
+       "L 300.318182 167.368725 \n",
+       "L 292.445455 167.368725 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 300.318182 173.235396 \n",
+       "L 308.190909 173.235396 \n",
+       "L 308.190909 165.62458 \n",
+       "L 300.318182 165.62458 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 308.190909 173.235396 \n",
+       "L 316.063636 173.235396 \n",
+       "L 316.063636 167.368725 \n",
+       "L 308.190909 167.368725 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 316.063636 173.235396 \n",
+       "L 323.936364 173.235396 \n",
+       "L 323.936364 166.417373 \n",
+       "L 316.063636 166.417373 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 323.936364 173.235396 \n",
+       "L 331.809091 173.235396 \n",
+       "L 331.809091 166.417373 \n",
+       "L 323.936364 166.417373 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 331.809091 173.235396 \n",
+       "L 339.681818 173.235396 \n",
+       "L 339.681818 167.368725 \n",
+       "L 331.809091 167.368725 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 339.681818 173.235396 \n",
+       "L 347.554545 173.235396 \n",
+       "L 347.554545 166.734491 \n",
+       "L 339.681818 166.734491 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 347.554545 173.235396 \n",
+       "L 355.427273 173.235396 \n",
+       "L 355.427273 166.417373 \n",
+       "L 347.554545 166.417373 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 355.427273 173.235396 \n",
+       "L 363.3 173.235396 \n",
+       "L 363.3 167.051608 \n",
+       "L 355.427273 167.051608 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 363.3 173.235396 \n",
+       "L 371.172727 173.235396 \n",
+       "L 371.172727 164.514669 \n",
+       "L 363.3 164.514669 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 371.172727 173.235396 \n",
+       "L 379.045455 173.235396 \n",
+       "L 379.045455 165.941697 \n",
+       "L 371.172727 165.941697 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 379.045455 173.235396 \n",
+       "L 386.918182 173.235396 \n",
+       "L 386.918182 167.844401 \n",
+       "L 379.045455 167.844401 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 386.918182 173.235396 \n",
+       "L 394.790909 173.235396 \n",
+       "L 394.790909 167.527284 \n",
+       "L 386.918182 167.527284 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 394.790909 173.235396 \n",
+       "L 402.663636 173.235396 \n",
+       "L 402.663636 167.844401 \n",
+       "L 394.790909 167.844401 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 402.663636 173.235396 \n",
+       "L 410.536364 173.235396 \n",
+       "L 410.536364 167.527284 \n",
+       "L 402.663636 167.527284 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 410.536364 173.235396 \n",
+       "L 418.409091 173.235396 \n",
+       "L 418.409091 166.258815 \n",
+       "L 410.536364 166.258815 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 418.409091 173.235396 \n",
+       "L 426.281818 173.235396 \n",
+       "L 426.281818 166.893049 \n",
+       "L 418.409091 166.893049 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 426.281818 173.235396 \n",
+       "L 434.154545 173.235396 \n",
+       "L 434.154545 164.356111 \n",
+       "L 426.281818 164.356111 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 434.154545 173.235396 \n",
+       "L 442.027273 173.235396 \n",
+       "L 442.027273 165.307463 \n",
+       "L 434.154545 165.307463 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 442.027273 173.235396 \n",
+       "L 449.9 173.235396 \n",
+       "L 449.9 162.611965 \n",
+       "L 442.027273 162.611965 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.9 173.235396 \n",
+       "L 457.772727 173.235396 \n",
+       "L 457.772727 163.721876 \n",
+       "L 449.9 163.721876 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.772727 173.235396 \n",
+       "L 465.645455 173.235396 \n",
+       "L 465.645455 158.330881 \n",
+       "L 457.772727 158.330881 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.645455 173.235396 \n",
+       "L 473.518182 173.235396 \n",
+       "L 473.518182 146.280422 \n",
+       "L 465.645455 146.280422 \n",
+       "z\n",
+       "&quot; clip-path=url(#p5cf74be6dc) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 60.2 173.235396 \n",
+       "L 60.2 12.076364 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 173.235396 \n",
+       "L 493.2 12.076364 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 60.2 173.235396 \n",
+       "L 493.2 173.235396 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 60.2 12.076364 \n",
+       "L 493.2 12.076364 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p5cf74be6dc&gt;&lt;rect x=60.2 y=12.076364 width=433 height=161.159032 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=6314122880125243917bottom-6314122880125243917common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;807&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:35.6%&gt; &amp;nbsp; &lt;/div&gt; 22.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;106&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.7%&gt; &amp;nbsp; &lt;/div&gt; 2.9% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=100&gt; 100 &lt;/td&gt;&lt;td&gt;89&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.9%&gt; &amp;nbsp; &lt;/div&gt; 2.4% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=99&gt; 99 &lt;/td&gt;&lt;td&gt;79&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.5%&gt; &amp;nbsp; &lt;/div&gt; 2.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3&gt; 3 &lt;/td&gt;&lt;td&gt;64&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.8%&gt; &amp;nbsp; &lt;/div&gt; 1.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;55&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.4%&gt; &amp;nbsp; &lt;/div&gt; 1.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=98&gt; 98 &lt;/td&gt;&lt;td&gt;48&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.1%&gt; &amp;nbsp; &lt;/div&gt; 1.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=97&gt; 97 &lt;/td&gt;&lt;td&gt;46&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.0%&gt; &amp;nbsp; &lt;/div&gt; 1.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=14&gt; 14 &lt;/td&gt;&lt;td&gt;45&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.0%&gt; &amp;nbsp; &lt;/div&gt; 1.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=5&gt; 5 &lt;/td&gt;&lt;td&gt;43&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.9%&gt; &amp;nbsp; &lt;/div&gt; 1.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (93)&quot;&gt; Other values (93) &lt;/td&gt;&lt;td&gt;2270&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 62.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=6314122880125243917bottom-6314122880125243917extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#6314122880125243917extreme_values-6314122880125243917firstn aria-controls=6314122880125243917extreme_values-6314122880125243917firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#6314122880125243917extreme_values-6314122880125243917lastn aria-controls=6314122880125243917extreme_values-6314122880125243917lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=6314122880125243917extreme_values-6314122880125243917firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;807&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 22.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;106&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.1%&gt; &amp;nbsp; &lt;/div&gt; 2.9% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;55&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:6.8%&gt; &amp;nbsp; &lt;/div&gt; 1.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3&gt; 3 &lt;/td&gt;&lt;td&gt;64&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:7.9%&gt; &amp;nbsp; &lt;/div&gt; 1.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=4&gt; 4 &lt;/td&gt;&lt;td&gt;43&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:5.3%&gt; &amp;nbsp; &lt;/div&gt; 1.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=5&gt; 5 &lt;/td&gt;&lt;td&gt;43&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:5.3%&gt; &amp;nbsp; &lt;/div&gt; 1.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;32&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.0%&gt; &amp;nbsp; &lt;/div&gt; 0.9% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=7&gt; 7 &lt;/td&gt;&lt;td&gt;41&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:5.1%&gt; &amp;nbsp; &lt;/div&gt; 1.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=8&gt; 8 &lt;/td&gt;&lt;td&gt;27&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.3%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=9&gt; 9 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=6314122880125243917extreme_values-6314122880125243917lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=101&gt; 101 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.2%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=100&gt; 100 &lt;/td&gt;&lt;td&gt;89&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 2.4% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=99&gt; 99 &lt;/td&gt;&lt;td&gt;79&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:88.8%&gt; 2.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=98&gt; 98 &lt;/td&gt;&lt;td&gt;48&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.9%&gt; 1.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=97&gt; 97 &lt;/td&gt;&lt;td&gt;46&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:51.7%&gt; 1.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=96&gt; 96 &lt;/td&gt;&lt;td&gt;31&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:34.8%&gt; &amp;nbsp; &lt;/div&gt; 0.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=95&gt; 95 &lt;/td&gt;&lt;td&gt;29&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:32.6%&gt; &amp;nbsp; &lt;/div&gt; 0.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=94&gt; 94 &lt;/td&gt;&lt;td&gt;38&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:42.7%&gt; 1.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=93&gt; 93 &lt;/td&gt;&lt;td&gt;29&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:32.6%&gt; &amp;nbsp; &lt;/div&gt; 0.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=92&gt; 92 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:23.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-8783087734936201956&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Snow_5Days&gt;&lt;a href=#pp_var_-8783087734936201956&gt;Snow_5Days&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;MISSING&lt;/code&gt;&amp;nbsp &lt;code&gt;ZEROS&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;32&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;1.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;565&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;15.5%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;0.78846777&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;36&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;2793&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;76.5%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:52.283005&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 126.74487 \n",
+       "L 205.2 126.74487 \n",
+       "L 205.2 10.8 \n",
+       "L 10.8 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.525878 146.939682) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(67.043917 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(116.134826 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(165.225735 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 126.74487 \n",
+       "L 25.159091 126.74487 \n",
+       "L 25.159091 16.321184 \n",
+       "L 19.636364 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 25.159091 126.74487 \n",
+       "L 30.681818 126.74487 \n",
+       "L 30.681818 125.29502 \n",
+       "L 25.159091 125.29502 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 30.681818 126.74487 \n",
+       "L 36.204545 126.74487 \n",
+       "L 36.204545 125.726057 \n",
+       "L 30.681818 125.726057 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 36.204545 126.74487 \n",
+       "L 41.727273 126.74487 \n",
+       "L 41.727273 125.804427 \n",
+       "L 36.204545 125.804427 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 41.727273 126.74487 \n",
+       "L 47.25 126.74487 \n",
+       "L 47.25 125.334206 \n",
+       "L 41.727273 125.334206 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 47.25 126.74487 \n",
+       "L 52.772727 126.74487 \n",
+       "L 52.772727 126.039538 \n",
+       "L 47.25 126.039538 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 52.772727 126.74487 \n",
+       "L 58.295455 126.74487 \n",
+       "L 58.295455 126.431389 \n",
+       "L 52.772727 126.431389 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 58.295455 126.74487 \n",
+       "L 63.818182 126.74487 \n",
+       "L 63.818182 126.157093 \n",
+       "L 58.295455 126.157093 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 63.818182 126.74487 \n",
+       "L 69.340909 126.74487 \n",
+       "L 69.340909 125.334206 \n",
+       "L 63.818182 125.334206 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 69.340909 126.74487 \n",
+       "L 74.863636 126.74487 \n",
+       "L 74.863636 126.548945 \n",
+       "L 69.340909 126.548945 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 74.863636 126.74487 \n",
+       "L 80.386364 126.74487 \n",
+       "L 80.386364 126.235464 \n",
+       "L 74.863636 126.235464 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 80.386364 126.74487 \n",
+       "L 85.909091 126.74487 \n",
+       "L 85.909091 126.627315 \n",
+       "L 80.386364 126.627315 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 85.909091 126.74487 \n",
+       "L 91.431818 126.74487 \n",
+       "L 91.431818 126.627315 \n",
+       "L 85.909091 126.627315 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 91.431818 126.74487 \n",
+       "L 96.954545 126.74487 \n",
+       "L 96.954545 126.705685 \n",
+       "L 91.431818 126.705685 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 96.954545 126.74487 \n",
+       "L 102.477273 126.74487 \n",
+       "L 102.477273 126.58813 \n",
+       "L 96.954545 126.58813 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 102.477273 126.74487 \n",
+       "L 108 126.74487 \n",
+       "L 108 126.705685 \n",
+       "L 102.477273 126.705685 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 108 126.74487 \n",
+       "L 113.522727 126.74487 \n",
+       "L 113.522727 126.548945 \n",
+       "L 108 126.548945 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 113.522727 126.74487 \n",
+       "L 119.045455 126.74487 \n",
+       "L 119.045455 126.470574 \n",
+       "L 113.522727 126.470574 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 119.045455 126.74487 \n",
+       "L 124.568182 126.74487 \n",
+       "L 124.568182 126.705685 \n",
+       "L 119.045455 126.705685 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 124.568182 126.74487 \n",
+       "L 130.090909 126.74487 \n",
+       "L 130.090909 126.548945 \n",
+       "L 124.568182 126.548945 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 130.090909 126.74487 \n",
+       "L 135.613636 126.74487 \n",
+       "L 135.613636 126.627315 \n",
+       "L 130.090909 126.627315 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 135.613636 126.74487 \n",
+       "L 141.136364 126.74487 \n",
+       "L 141.136364 126.6665 \n",
+       "L 135.613636 126.6665 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 141.136364 126.74487 \n",
+       "L 146.659091 126.74487 \n",
+       "L 146.659091 126.627315 \n",
+       "L 141.136364 126.627315 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 146.659091 126.74487 \n",
+       "L 152.181818 126.74487 \n",
+       "L 152.181818 126.74487 \n",
+       "L 146.659091 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 152.181818 126.74487 \n",
+       "L 157.704545 126.74487 \n",
+       "L 157.704545 126.6665 \n",
+       "L 152.181818 126.6665 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 157.704545 126.74487 \n",
+       "L 163.227273 126.74487 \n",
+       "L 163.227273 126.74487 \n",
+       "L 157.704545 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 163.227273 126.74487 \n",
+       "L 168.75 126.74487 \n",
+       "L 168.75 126.58813 \n",
+       "L 163.227273 126.58813 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 168.75 126.74487 \n",
+       "L 174.272727 126.74487 \n",
+       "L 174.272727 126.74487 \n",
+       "L 168.75 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 174.272727 126.74487 \n",
+       "L 179.795455 126.74487 \n",
+       "L 179.795455 126.6665 \n",
+       "L 174.272727 126.6665 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 179.795455 126.74487 \n",
+       "L 185.318182 126.74487 \n",
+       "L 185.318182 126.74487 \n",
+       "L 179.795455 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 185.318182 126.74487 \n",
+       "L 190.840909 126.74487 \n",
+       "L 190.840909 126.6665 \n",
+       "L 185.318182 126.6665 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 190.840909 126.74487 \n",
+       "L 196.363636 126.74487 \n",
+       "L 196.363636 126.627315 \n",
+       "L 190.840909 126.627315 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc3e979195f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 10.8 126.74487 \n",
+       "L 10.8 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 205.2 126.74487 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 10.8 126.74487 \n",
+       "L 205.2 126.74487 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 10.8 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pc3e979195f&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=115.94487 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--8783087734936201956, #minifreqtable-8783087734936201956&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--8783087734936201956 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-8783087734936201956bottom--8783087734936201956statistics aria-controls=-8783087734936201956bottom--8783087734936201956statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8783087734936201956bottom--8783087734936201956histogram aria-controls=-8783087734936201956bottom--8783087734936201956histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8783087734936201956bottom--8783087734936201956common_values aria-controls=-8783087734936201956bottom--8783087734936201956common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8783087734936201956bottom--8783087734936201956extreme_values aria-controls=-8783087734936201956bottom--8783087734936201956extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-8783087734936201956bottom--8783087734936201956statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;36&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;36&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;3.3799603&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;4.286745&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;42.86468&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;0.78846777&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;6.0470572&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;2434&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;11.424131&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8783087734936201956bottom--8783087734936201956histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:52.694864&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 60.2 177.181052 \n",
+       "L 493.2 177.181052 \n",
+       "L 493.2 10.8 \n",
+       "L 60.2 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(79.743711 199.174566) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(134.415429 199.174566) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(187.121057 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.792775 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(296.464492 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.136209 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(405.807926 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(460.479643 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.639063 180.759958) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 152.644603) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 124.529247) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 96.413891) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 68.298535) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 40.18318) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.641094 119.973729) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 79.881818 177.181052 \n",
+       "L 92.182955 177.181052 \n",
+       "L 92.182955 18.722907 \n",
+       "L 79.881818 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 92.182955 177.181052 \n",
+       "L 104.484091 177.181052 \n",
+       "L 104.484091 175.100516 \n",
+       "L 92.182955 175.100516 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 104.484091 177.181052 \n",
+       "L 116.785227 177.181052 \n",
+       "L 116.785227 175.719053 \n",
+       "L 104.484091 175.719053 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 116.785227 177.181052 \n",
+       "L 129.086364 177.181052 \n",
+       "L 129.086364 175.831515 \n",
+       "L 116.785227 175.831515 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 129.086364 177.181052 \n",
+       "L 141.3875 177.181052 \n",
+       "L 141.3875 175.156746 \n",
+       "L 129.086364 175.156746 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 141.3875 177.181052 \n",
+       "L 153.688636 177.181052 \n",
+       "L 153.688636 176.168899 \n",
+       "L 141.3875 176.168899 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 153.688636 177.181052 \n",
+       "L 165.989773 177.181052 \n",
+       "L 165.989773 176.731206 \n",
+       "L 153.688636 176.731206 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 165.989773 177.181052 \n",
+       "L 178.290909 177.181052 \n",
+       "L 178.290909 176.337591 \n",
+       "L 165.989773 176.337591 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 178.290909 177.181052 \n",
+       "L 190.592045 177.181052 \n",
+       "L 190.592045 175.156746 \n",
+       "L 178.290909 175.156746 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 190.592045 177.181052 \n",
+       "L 202.893182 177.181052 \n",
+       "L 202.893182 176.899898 \n",
+       "L 190.592045 176.899898 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 202.893182 177.181052 \n",
+       "L 215.194318 177.181052 \n",
+       "L 215.194318 176.450053 \n",
+       "L 202.893182 176.450053 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 215.194318 177.181052 \n",
+       "L 227.495455 177.181052 \n",
+       "L 227.495455 177.01236 \n",
+       "L 215.194318 177.01236 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 227.495455 177.181052 \n",
+       "L 239.796591 177.181052 \n",
+       "L 239.796591 177.01236 \n",
+       "L 227.495455 177.01236 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 239.796591 177.181052 \n",
+       "L 252.097727 177.181052 \n",
+       "L 252.097727 177.124821 \n",
+       "L 239.796591 177.124821 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 252.097727 177.181052 \n",
+       "L 264.398864 177.181052 \n",
+       "L 264.398864 176.956129 \n",
+       "L 252.097727 176.956129 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 264.398864 177.181052 \n",
+       "L 276.7 177.181052 \n",
+       "L 276.7 177.124821 \n",
+       "L 264.398864 177.124821 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 276.7 177.181052 \n",
+       "L 289.001136 177.181052 \n",
+       "L 289.001136 176.899898 \n",
+       "L 276.7 176.899898 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 289.001136 177.181052 \n",
+       "L 301.302273 177.181052 \n",
+       "L 301.302273 176.787437 \n",
+       "L 289.001136 176.787437 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 301.302273 177.181052 \n",
+       "L 313.603409 177.181052 \n",
+       "L 313.603409 177.124821 \n",
+       "L 301.302273 177.124821 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 313.603409 177.181052 \n",
+       "L 325.904545 177.181052 \n",
+       "L 325.904545 176.899898 \n",
+       "L 313.603409 176.899898 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 325.904545 177.181052 \n",
+       "L 338.205682 177.181052 \n",
+       "L 338.205682 177.01236 \n",
+       "L 325.904545 177.01236 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 338.205682 177.181052 \n",
+       "L 350.506818 177.181052 \n",
+       "L 350.506818 177.068591 \n",
+       "L 338.205682 177.068591 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 350.506818 177.181052 \n",
+       "L 362.807955 177.181052 \n",
+       "L 362.807955 177.01236 \n",
+       "L 350.506818 177.01236 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 362.807955 177.181052 \n",
+       "L 375.109091 177.181052 \n",
+       "L 375.109091 177.181052 \n",
+       "L 362.807955 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 375.109091 177.181052 \n",
+       "L 387.410227 177.181052 \n",
+       "L 387.410227 177.068591 \n",
+       "L 375.109091 177.068591 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 387.410227 177.181052 \n",
+       "L 399.711364 177.181052 \n",
+       "L 399.711364 177.181052 \n",
+       "L 387.410227 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 399.711364 177.181052 \n",
+       "L 412.0125 177.181052 \n",
+       "L 412.0125 176.956129 \n",
+       "L 399.711364 176.956129 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 412.0125 177.181052 \n",
+       "L 424.313636 177.181052 \n",
+       "L 424.313636 177.181052 \n",
+       "L 412.0125 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 424.313636 177.181052 \n",
+       "L 436.614773 177.181052 \n",
+       "L 436.614773 177.068591 \n",
+       "L 424.313636 177.068591 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 436.614773 177.181052 \n",
+       "L 448.915909 177.181052 \n",
+       "L 448.915909 177.181052 \n",
+       "L 436.614773 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 448.915909 177.181052 \n",
+       "L 461.217045 177.181052 \n",
+       "L 461.217045 177.068591 \n",
+       "L 448.915909 177.068591 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 461.217045 177.181052 \n",
+       "L 473.518182 177.181052 \n",
+       "L 473.518182 177.01236 \n",
+       "L 461.217045 177.01236 \n",
+       "z\n",
+       "&quot; clip-path=url(#p97cab01172) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 60.2 177.181052 \n",
+       "L 60.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 493.2 177.181052 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 60.2 177.181052 \n",
+       "L 493.2 177.181052 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 60.2 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p97cab01172&gt;&lt;rect x=60.2 y=10.8 width=433 height=166.381052 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=32) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8783087734936201956bottom--8783087734936201956common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;2793&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 76.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;37&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.3%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=5&gt; 5 &lt;/td&gt;&lt;td&gt;36&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.3%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3&gt; 3 &lt;/td&gt;&lt;td&gt;26&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=4&gt; 4 &lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=10&gt; 10 &lt;/td&gt;&lt;td&gt;19&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.7%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=9&gt; 9 &lt;/td&gt;&lt;td&gt;17&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=8&gt; 8 &lt;/td&gt;&lt;td&gt;15&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.5%&gt; &amp;nbsp; &lt;/div&gt; 0.4% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (22)&quot;&gt; Other values (22) &lt;/td&gt;&lt;td&gt;77&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.8%&gt; &amp;nbsp; &lt;/div&gt; 2.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=missing&gt;&lt;td title=(Missing)&gt; (Missing) &lt;/td&gt;&lt;td&gt;565&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:20.2%&gt; &amp;nbsp; &lt;/div&gt; 15.5% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8783087734936201956bottom--8783087734936201956extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-8783087734936201956extreme_values--8783087734936201956firstn aria-controls=-8783087734936201956extreme_values--8783087734936201956firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8783087734936201956extreme_values--8783087734936201956lastn aria-controls=-8783087734936201956extreme_values--8783087734936201956lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-8783087734936201956extreme_values--8783087734936201956firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;2793&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 76.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;37&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.3%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3&gt; 3 &lt;/td&gt;&lt;td&gt;26&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=4&gt; 4 &lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=5&gt; 5 &lt;/td&gt;&lt;td&gt;36&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.3%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=7&gt; 7 &lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.3%&gt; &amp;nbsp; &lt;/div&gt; 0.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=8&gt; 8 &lt;/td&gt;&lt;td&gt;15&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.5%&gt; &amp;nbsp; &lt;/div&gt; 0.4% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=9&gt; 9 &lt;/td&gt;&lt;td&gt;17&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8783087734936201956extreme_values--8783087734936201956lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=36&gt; 36 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:20.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=35&gt; 35 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.0%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=34&gt; 34 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.0%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=32&gt; 32 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.0%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30&gt; 30 &lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:80.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27&gt; 27 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.0%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=25&gt; 25 &lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:60.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=24&gt; 24 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.0%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=23&gt; 23 &lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:60.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=22&gt; 22 &lt;/td&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_8998312464788652695&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Temperature_Deviation&gt;&lt;a href=#pp_var_8998312464788652695&gt;Temperature_Deviation&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 2 fields: Temperature_Midday, Temperature_Max&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;ZEROS&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;188&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;5.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;1.1533133&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;-12&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;14.6&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;43&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;1.2%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;1309&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;35.8%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:53.276140&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 205.2 123.49925 \n",
+       "L 205.2 10.8 \n",
+       "L 10.8 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(29.588794 150.143759) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(64.381077 146.998018) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(99.252467 143.694062) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(132.47188 143.694062) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(164.118421 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(197.337833 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 123.49925 \n",
+       "L 23.170909 123.49925 \n",
+       "L 23.170909 122.328349 \n",
+       "L 19.636364 122.328349 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 123.49925 \n",
+       "L 26.705455 123.49925 \n",
+       "L 26.705455 123.10895 \n",
+       "L 23.170909 123.10895 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 123.49925 \n",
+       "L 30.24 123.49925 \n",
+       "L 30.24 122.718649 \n",
+       "L 26.705455 122.718649 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 123.49925 \n",
+       "L 33.774545 123.49925 \n",
+       "L 33.774545 123.49925 \n",
+       "L 30.24 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 123.49925 \n",
+       "L 37.309091 123.49925 \n",
+       "L 37.309091 123.10895 \n",
+       "L 33.774545 123.10895 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 123.49925 \n",
+       "L 40.843636 123.49925 \n",
+       "L 40.843636 122.718649 \n",
+       "L 37.309091 122.718649 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 123.49925 \n",
+       "L 44.378182 123.49925 \n",
+       "L 44.378182 121.938048 \n",
+       "L 40.843636 121.938048 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 123.49925 \n",
+       "L 47.912727 123.49925 \n",
+       "L 47.912727 122.328349 \n",
+       "L 44.378182 122.328349 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 123.49925 \n",
+       "L 51.447273 123.49925 \n",
+       "L 51.447273 119.205945 \n",
+       "L 47.912727 119.205945 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 123.49925 \n",
+       "L 54.981818 123.49925 \n",
+       "L 54.981818 119.205945 \n",
+       "L 51.447273 119.205945 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 123.49925 \n",
+       "L 58.516364 123.49925 \n",
+       "L 58.516364 117.254443 \n",
+       "L 54.981818 117.254443 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 123.49925 \n",
+       "L 62.050909 123.49925 \n",
+       "L 62.050909 112.570838 \n",
+       "L 58.516364 112.570838 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 123.49925 \n",
+       "L 65.585455 123.49925 \n",
+       "L 65.585455 109.838735 \n",
+       "L 62.050909 109.838735 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 123.49925 \n",
+       "L 69.12 123.49925 \n",
+       "L 69.12 105.54543 \n",
+       "L 65.585455 105.54543 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 123.49925 \n",
+       "L 72.654545 123.49925 \n",
+       "L 72.654545 100.081224 \n",
+       "L 69.12 100.081224 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 123.49925 \n",
+       "L 76.189091 123.49925 \n",
+       "L 76.189091 82.127404 \n",
+       "L 72.654545 82.127404 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 123.49925 \n",
+       "L 79.723636 123.49925 \n",
+       "L 79.723636 84.078906 \n",
+       "L 76.189091 84.078906 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 123.49925 \n",
+       "L 83.258182 123.49925 \n",
+       "L 83.258182 79.005001 \n",
+       "L 79.723636 79.005001 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 123.49925 \n",
+       "L 86.792727 123.49925 \n",
+       "L 86.792727 63.783284 \n",
+       "L 83.258182 63.783284 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 123.49925 \n",
+       "L 90.327273 123.49925 \n",
+       "L 90.327273 66.905687 \n",
+       "L 86.792727 66.905687 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 123.49925 \n",
+       "L 93.861818 123.49925 \n",
+       "L 93.861818 53.635473 \n",
+       "L 90.327273 53.635473 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 123.49925 \n",
+       "L 97.396364 123.49925 \n",
+       "L 97.396364 40.365258 \n",
+       "L 93.861818 40.365258 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 123.49925 \n",
+       "L 100.930909 123.49925 \n",
+       "L 100.930909 43.487661 \n",
+       "L 97.396364 43.487661 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 123.49925 \n",
+       "L 104.465455 123.49925 \n",
+       "L 104.465455 52.854872 \n",
+       "L 100.930909 52.854872 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 123.49925 \n",
+       "L 108 123.49925 \n",
+       "L 108 34.901052 \n",
+       "L 104.465455 34.901052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 123.49925 \n",
+       "L 111.534545 123.49925 \n",
+       "L 111.534545 41.92646 \n",
+       "L 108 41.92646 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 123.49925 \n",
+       "L 115.069091 123.49925 \n",
+       "L 115.069091 43.487661 \n",
+       "L 111.534545 43.487661 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 123.49925 \n",
+       "L 118.603636 123.49925 \n",
+       "L 118.603636 49.342168 \n",
+       "L 115.069091 49.342168 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 123.49925 \n",
+       "L 122.138182 123.49925 \n",
+       "L 122.138182 16.166631 \n",
+       "L 118.603636 16.166631 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 123.49925 \n",
+       "L 125.672727 123.49925 \n",
+       "L 125.672727 58.709378 \n",
+       "L 122.138182 58.709378 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 123.49925 \n",
+       "L 129.207273 123.49925 \n",
+       "L 129.207273 58.319078 \n",
+       "L 125.672727 58.319078 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 123.49925 \n",
+       "L 132.741818 123.49925 \n",
+       "L 132.741818 63.002683 \n",
+       "L 129.207273 63.002683 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 123.49925 \n",
+       "L 136.276364 123.49925 \n",
+       "L 136.276364 74.711696 \n",
+       "L 132.741818 74.711696 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 123.49925 \n",
+       "L 139.810909 123.49925 \n",
+       "L 139.810909 91.494615 \n",
+       "L 136.276364 91.494615 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 123.49925 \n",
+       "L 143.345455 123.49925 \n",
+       "L 143.345455 93.055816 \n",
+       "L 139.810909 93.055816 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 123.49925 \n",
+       "L 146.88 123.49925 \n",
+       "L 146.88 103.203628 \n",
+       "L 143.345455 103.203628 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 123.49925 \n",
+       "L 150.414545 123.49925 \n",
+       "L 150.414545 111.009636 \n",
+       "L 146.88 111.009636 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 123.49925 \n",
+       "L 153.949091 123.49925 \n",
+       "L 153.949091 112.570838 \n",
+       "L 150.414545 112.570838 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 123.49925 \n",
+       "L 157.483636 123.49925 \n",
+       "L 157.483636 117.644744 \n",
+       "L 153.949091 117.644744 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 123.49925 \n",
+       "L 161.018182 123.49925 \n",
+       "L 161.018182 119.596246 \n",
+       "L 157.483636 119.596246 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 123.49925 \n",
+       "L 164.552727 123.49925 \n",
+       "L 164.552727 120.376847 \n",
+       "L 161.018182 120.376847 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 123.49925 \n",
+       "L 168.087273 123.49925 \n",
+       "L 168.087273 123.49925 \n",
+       "L 164.552727 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 123.49925 \n",
+       "L 171.621818 123.49925 \n",
+       "L 171.621818 123.49925 \n",
+       "L 168.087273 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 123.49925 \n",
+       "L 175.156364 123.49925 \n",
+       "L 175.156364 121.157447 \n",
+       "L 171.621818 121.157447 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 123.49925 \n",
+       "L 178.690909 123.49925 \n",
+       "L 178.690909 123.49925 \n",
+       "L 175.156364 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 123.49925 \n",
+       "L 182.225455 123.49925 \n",
+       "L 182.225455 123.49925 \n",
+       "L 178.690909 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 123.49925 \n",
+       "L 185.76 123.49925 \n",
+       "L 185.76 123.49925 \n",
+       "L 182.225455 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 123.49925 \n",
+       "L 189.294545 123.49925 \n",
+       "L 189.294545 123.49925 \n",
+       "L 185.76 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 123.49925 \n",
+       "L 192.829091 123.49925 \n",
+       "L 192.829091 123.49925 \n",
+       "L 189.294545 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 123.49925 \n",
+       "L 196.363636 123.49925 \n",
+       "L 196.363636 122.718649 \n",
+       "L 192.829091 122.718649 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8aa3950e89) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 10.8 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 123.49925 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 205.2 123.49925 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p8aa3950e89&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=112.69925 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-8998312464788652695, #minifreqtable8998312464788652695&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-8998312464788652695 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#8998312464788652695bottom-8998312464788652695statistics aria-controls=8998312464788652695bottom-8998312464788652695statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#8998312464788652695bottom-8998312464788652695histogram aria-controls=8998312464788652695bottom-8998312464788652695histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#8998312464788652695bottom-8998312464788652695common_values aria-controls=8998312464788652695bottom-8998312464788652695common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#8998312464788652695bottom-8998312464788652695extreme_values aria-controls=8998312464788652695bottom-8998312464788652695extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=8998312464788652695bottom-8998312464788652695statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;-12&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;-4.345&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;-1.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;1.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;3.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;6.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;14.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;26.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;4.6&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;3.3527143&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;2.9070283&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;0.029120904&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;1.1533133&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;2.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;-0.14296453&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;4211.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;11.240693&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=8998312464788652695bottom-8998312464788652695histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:54.423522&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 493.2 173.044477 \n",
+       "L 493.2 10.8 \n",
+       "L 54.62 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(100.364414 203.100114) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(177.27582 199.167937) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(254.286111 195.037992) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(329.231428 195.037992) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(402.210658 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.155976 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.059063 176.623384) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 148.529102) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 120.43482) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 92.340538) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 64.246256) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 36.151975) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.622031 117.905442) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 74.555455 173.044477 \n",
+       "L 82.529636 173.044477 \n",
+       "L 82.529636 171.35882 \n",
+       "L 74.555455 171.35882 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 82.529636 173.044477 \n",
+       "L 90.503818 173.044477 \n",
+       "L 90.503818 172.482592 \n",
+       "L 82.529636 172.482592 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 90.503818 173.044477 \n",
+       "L 98.478 173.044477 \n",
+       "L 98.478 171.920706 \n",
+       "L 90.503818 171.920706 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 98.478 173.044477 \n",
+       "L 106.452182 173.044477 \n",
+       "L 106.452182 173.044477 \n",
+       "L 98.478 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 106.452182 173.044477 \n",
+       "L 114.426364 173.044477 \n",
+       "L 114.426364 172.482592 \n",
+       "L 106.452182 172.482592 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 114.426364 173.044477 \n",
+       "L 122.400545 173.044477 \n",
+       "L 122.400545 171.920706 \n",
+       "L 114.426364 171.920706 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 122.400545 173.044477 \n",
+       "L 130.374727 173.044477 \n",
+       "L 130.374727 170.796935 \n",
+       "L 122.400545 170.796935 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 130.374727 173.044477 \n",
+       "L 138.348909 173.044477 \n",
+       "L 138.348909 171.35882 \n",
+       "L 130.374727 171.35882 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 138.348909 173.044477 \n",
+       "L 146.323091 173.044477 \n",
+       "L 146.323091 166.863735 \n",
+       "L 138.348909 166.863735 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 146.323091 173.044477 \n",
+       "L 154.297273 173.044477 \n",
+       "L 154.297273 166.863735 \n",
+       "L 146.323091 166.863735 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 154.297273 173.044477 \n",
+       "L 162.271455 173.044477 \n",
+       "L 162.271455 164.054307 \n",
+       "L 154.297273 164.054307 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 162.271455 173.044477 \n",
+       "L 170.245636 173.044477 \n",
+       "L 170.245636 157.311679 \n",
+       "L 162.271455 157.311679 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 170.245636 173.044477 \n",
+       "L 178.219818 173.044477 \n",
+       "L 178.219818 153.37848 \n",
+       "L 170.245636 153.37848 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 178.219818 173.044477 \n",
+       "L 186.194 173.044477 \n",
+       "L 186.194 147.197738 \n",
+       "L 178.219818 147.197738 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 186.194 173.044477 \n",
+       "L 194.168182 173.044477 \n",
+       "L 194.168182 139.331339 \n",
+       "L 186.194 139.331339 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 194.168182 173.044477 \n",
+       "L 202.142364 173.044477 \n",
+       "L 202.142364 113.4846 \n",
+       "L 194.168182 113.4846 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 202.142364 173.044477 \n",
+       "L 210.116545 173.044477 \n",
+       "L 210.116545 116.294028 \n",
+       "L 202.142364 116.294028 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 210.116545 173.044477 \n",
+       "L 218.090727 173.044477 \n",
+       "L 218.090727 108.989515 \n",
+       "L 210.116545 108.989515 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 218.090727 173.044477 \n",
+       "L 226.064909 173.044477 \n",
+       "L 226.064909 87.075975 \n",
+       "L 218.090727 87.075975 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 226.064909 173.044477 \n",
+       "L 234.039091 173.044477 \n",
+       "L 234.039091 91.57106 \n",
+       "L 226.064909 91.57106 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 234.039091 173.044477 \n",
+       "L 242.013273 173.044477 \n",
+       "L 242.013273 72.466949 \n",
+       "L 234.039091 72.466949 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 242.013273 173.044477 \n",
+       "L 249.987455 173.044477 \n",
+       "L 249.987455 53.362837 \n",
+       "L 242.013273 53.362837 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 249.987455 173.044477 \n",
+       "L 257.961636 173.044477 \n",
+       "L 257.961636 57.857922 \n",
+       "L 249.987455 57.857922 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 257.961636 173.044477 \n",
+       "L 265.935818 173.044477 \n",
+       "L 265.935818 71.343177 \n",
+       "L 257.961636 71.343177 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 265.935818 173.044477 \n",
+       "L 273.91 173.044477 \n",
+       "L 273.91 45.496438 \n",
+       "L 265.935818 45.496438 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 273.91 173.044477 \n",
+       "L 281.884182 173.044477 \n",
+       "L 281.884182 55.610379 \n",
+       "L 273.91 55.610379 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 281.884182 173.044477 \n",
+       "L 289.858364 173.044477 \n",
+       "L 289.858364 57.857922 \n",
+       "L 281.884182 57.857922 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 289.858364 173.044477 \n",
+       "L 297.832545 173.044477 \n",
+       "L 297.832545 66.286207 \n",
+       "L 289.858364 66.286207 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 297.832545 173.044477 \n",
+       "L 305.806727 173.044477 \n",
+       "L 305.806727 18.525927 \n",
+       "L 297.832545 18.525927 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 305.806727 173.044477 \n",
+       "L 313.780909 173.044477 \n",
+       "L 313.780909 79.771462 \n",
+       "L 305.806727 79.771462 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 313.780909 173.044477 \n",
+       "L 321.755091 173.044477 \n",
+       "L 321.755091 79.209576 \n",
+       "L 313.780909 79.209576 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 321.755091 173.044477 \n",
+       "L 329.729273 173.044477 \n",
+       "L 329.729273 85.952204 \n",
+       "L 321.755091 85.952204 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 329.729273 173.044477 \n",
+       "L 337.703455 173.044477 \n",
+       "L 337.703455 102.808773 \n",
+       "L 329.729273 102.808773 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 337.703455 173.044477 \n",
+       "L 345.677636 173.044477 \n",
+       "L 345.677636 126.969855 \n",
+       "L 337.703455 126.969855 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 345.677636 173.044477 \n",
+       "L 353.651818 173.044477 \n",
+       "L 353.651818 129.217398 \n",
+       "L 345.677636 129.217398 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 353.651818 173.044477 \n",
+       "L 361.626 173.044477 \n",
+       "L 361.626 143.826424 \n",
+       "L 353.651818 143.826424 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 361.626 173.044477 \n",
+       "L 369.600182 173.044477 \n",
+       "L 369.600182 155.064137 \n",
+       "L 361.626 155.064137 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 369.600182 173.044477 \n",
+       "L 377.574364 173.044477 \n",
+       "L 377.574364 157.311679 \n",
+       "L 369.600182 157.311679 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 377.574364 173.044477 \n",
+       "L 385.548545 173.044477 \n",
+       "L 385.548545 164.616193 \n",
+       "L 377.574364 164.616193 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 385.548545 173.044477 \n",
+       "L 393.522727 173.044477 \n",
+       "L 393.522727 167.425621 \n",
+       "L 385.548545 167.425621 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 393.522727 173.044477 \n",
+       "L 401.496909 173.044477 \n",
+       "L 401.496909 168.549392 \n",
+       "L 393.522727 168.549392 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 401.496909 173.044477 \n",
+       "L 409.471091 173.044477 \n",
+       "L 409.471091 173.044477 \n",
+       "L 401.496909 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 409.471091 173.044477 \n",
+       "L 417.445273 173.044477 \n",
+       "L 417.445273 173.044477 \n",
+       "L 409.471091 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 417.445273 173.044477 \n",
+       "L 425.419455 173.044477 \n",
+       "L 425.419455 169.673163 \n",
+       "L 417.445273 169.673163 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 425.419455 173.044477 \n",
+       "L 433.393636 173.044477 \n",
+       "L 433.393636 173.044477 \n",
+       "L 425.419455 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 433.393636 173.044477 \n",
+       "L 441.367818 173.044477 \n",
+       "L 441.367818 173.044477 \n",
+       "L 433.393636 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 441.367818 173.044477 \n",
+       "L 449.342 173.044477 \n",
+       "L 449.342 173.044477 \n",
+       "L 441.367818 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.342 173.044477 \n",
+       "L 457.316182 173.044477 \n",
+       "L 457.316182 173.044477 \n",
+       "L 449.342 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.316182 173.044477 \n",
+       "L 465.290364 173.044477 \n",
+       "L 465.290364 173.044477 \n",
+       "L 457.316182 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.290364 173.044477 \n",
+       "L 473.264545 173.044477 \n",
+       "L 473.264545 171.920706 \n",
+       "L 465.290364 171.920706 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c2754543d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 54.62 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 173.044477 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 493.2 173.044477 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 54.62 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1c2754543d&gt;&lt;rect x=54.62 y=10.8 width=438.58 height=162.244477 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=8998312464788652695bottom-8998312464788652695common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;53&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.7%&gt; &amp;nbsp; &lt;/div&gt; 1.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1.6&gt; 1.6 &lt;/td&gt;&lt;td&gt;51&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.6%&gt; &amp;nbsp; &lt;/div&gt; 1.4% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3.3&gt; 3.3 &lt;/td&gt;&lt;td&gt;49&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 1.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.1&gt; 2.1 &lt;/td&gt;&lt;td&gt;49&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 1.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3&gt; 3 &lt;/td&gt;&lt;td&gt;49&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 1.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1.1&gt; 1.1 &lt;/td&gt;&lt;td&gt;48&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 1.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.6&gt; 2.6 &lt;/td&gt;&lt;td&gt;47&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 1.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3.4&gt; 3.4 &lt;/td&gt;&lt;td&gt;46&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 1.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.9&gt; 2.9 &lt;/td&gt;&lt;td&gt;45&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.4%&gt; &amp;nbsp; &lt;/div&gt; 1.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.6&gt; 0.6 &lt;/td&gt;&lt;td&gt;45&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.4%&gt; &amp;nbsp; &lt;/div&gt; 1.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (178)&quot;&gt; Other values (178) &lt;/td&gt;&lt;td&gt;3170&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 86.8% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=8998312464788652695bottom-8998312464788652695extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#8998312464788652695extreme_values-8998312464788652695firstn aria-controls=8998312464788652695extreme_values-8998312464788652695firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#8998312464788652695extreme_values-8998312464788652695lastn aria-controls=8998312464788652695extreme_values-8998312464788652695lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=8998312464788652695extreme_values-8998312464788652695firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=-12&gt; -12 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-11.7&gt; -11.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-11.6&gt; -11.6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-11.3&gt; -11.3 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-10.8&gt; -10.8 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9.6&gt; -9.6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9.2&gt; -9.2 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9&gt; -9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-8.8&gt; -8.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-8.7&gt; -8.7 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=8998312464788652695extreme_values-8998312464788652695lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=14.6&gt; 14.6 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=11.3&gt; 11.3 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:25.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=11.2&gt; 11.2 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=11&gt; 11 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:25.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=10.9&gt; 10.9 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=9.8&gt; 9.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:25.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=9.7&gt; 9.7 &lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:75.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=9.3&gt; 9.3 &lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=9.2&gt; 9.2 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=9.1&gt; 9.1 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-2965408805292100011&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Temperature_Max&gt;&lt;a href=#pp_var_-2965408805292100011&gt;Temperature_Max&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;391&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;10.7%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;14.617716&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;-9.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;34.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;169&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;4.6%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:55.242872&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 12.951403 123.49925 \n",
+       "L 205.2 123.49925 \n",
+       "L 205.2 10.8 \n",
+       "L 12.951403 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(15.586768 150.143759) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(58.352669 143.694062) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(96.320851 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(135.861903 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(175.402956 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 21.689976 123.49925 \n",
+       "L 25.185405 123.49925 \n",
+       "L 25.185405 119.665942 \n",
+       "L 21.689976 119.665942 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 25.185405 123.49925 \n",
+       "L 28.680834 123.49925 \n",
+       "L 28.680834 121.965927 \n",
+       "L 25.185405 121.965927 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 28.680834 123.49925 \n",
+       "L 32.176263 123.49925 \n",
+       "L 32.176263 122.732588 \n",
+       "L 28.680834 122.732588 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 32.176263 123.49925 \n",
+       "L 35.671692 123.49925 \n",
+       "L 35.671692 121.965927 \n",
+       "L 32.176263 121.965927 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 35.671692 123.49925 \n",
+       "L 39.167121 123.49925 \n",
+       "L 39.167121 123.49925 \n",
+       "L 35.671692 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 39.167121 123.49925 \n",
+       "L 42.66255 123.49925 \n",
+       "L 42.66255 117.365958 \n",
+       "L 39.167121 117.365958 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 42.66255 123.49925 \n",
+       "L 46.157979 123.49925 \n",
+       "L 46.157979 115.065973 \n",
+       "L 42.66255 115.065973 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 46.157979 123.49925 \n",
+       "L 49.653408 123.49925 \n",
+       "L 49.653408 97.432757 \n",
+       "L 46.157979 97.432757 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 49.653408 123.49925 \n",
+       "L 53.148837 123.49925 \n",
+       "L 53.148837 95.132772 \n",
+       "L 49.653408 95.132772 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 53.148837 123.49925 \n",
+       "L 56.644266 123.49925 \n",
+       "L 56.644266 91.299464 \n",
+       "L 53.148837 91.299464 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 56.644266 123.49925 \n",
+       "L 60.139695 123.49925 \n",
+       "L 60.139695 81.332864 \n",
+       "L 56.644266 81.332864 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 60.139695 123.49925 \n",
+       "L 63.635124 123.49925 \n",
+       "L 63.635124 78.266218 \n",
+       "L 60.139695 78.266218 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 63.635124 123.49925 \n",
+       "L 67.130553 123.49925 \n",
+       "L 67.130553 75.199571 \n",
+       "L 63.635124 75.199571 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 67.130553 123.49925 \n",
+       "L 70.625982 123.49925 \n",
+       "L 70.625982 62.166325 \n",
+       "L 67.130553 62.166325 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 70.625982 123.49925 \n",
+       "L 74.121411 123.49925 \n",
+       "L 74.121411 49.89974 \n",
+       "L 70.625982 49.89974 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 74.121411 123.49925 \n",
+       "L 77.61684 123.49925 \n",
+       "L 77.61684 46.066432 \n",
+       "L 74.121411 46.066432 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 77.61684 123.49925 \n",
+       "L 81.112269 123.49925 \n",
+       "L 81.112269 40.699801 \n",
+       "L 77.61684 40.699801 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 81.112269 123.49925 \n",
+       "L 84.607698 123.49925 \n",
+       "L 84.607698 44.533109 \n",
+       "L 81.112269 44.533109 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 84.607698 123.49925 \n",
+       "L 88.103128 123.49925 \n",
+       "L 88.103128 47.599755 \n",
+       "L 84.607698 47.599755 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 88.103128 123.49925 \n",
+       "L 91.598557 123.49925 \n",
+       "L 91.598557 52.966386 \n",
+       "L 88.103128 52.966386 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 91.598557 123.49925 \n",
+       "L 95.093986 123.49925 \n",
+       "L 95.093986 43.766447 \n",
+       "L 91.598557 43.766447 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 95.093986 123.49925 \n",
+       "L 98.589415 123.49925 \n",
+       "L 98.589415 27.666554 \n",
+       "L 95.093986 27.666554 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 98.589415 123.49925 \n",
+       "L 102.084844 123.49925 \n",
+       "L 102.084844 30.733201 \n",
+       "L 98.589415 30.733201 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 102.084844 123.49925 \n",
+       "L 105.580273 123.49925 \n",
+       "L 105.580273 33.799847 \n",
+       "L 102.084844 33.799847 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 105.580273 123.49925 \n",
+       "L 109.075702 123.49925 \n",
+       "L 109.075702 45.29977 \n",
+       "L 105.580273 45.29977 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 109.075702 123.49925 \n",
+       "L 112.571131 123.49925 \n",
+       "L 112.571131 55.266371 \n",
+       "L 109.075702 55.266371 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 112.571131 123.49925 \n",
+       "L 116.06656 123.49925 \n",
+       "L 116.06656 49.133078 \n",
+       "L 112.571131 49.133078 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 116.06656 123.49925 \n",
+       "L 119.561989 123.49925 \n",
+       "L 119.561989 40.699801 \n",
+       "L 116.06656 40.699801 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 119.561989 123.49925 \n",
+       "L 123.057418 123.49925 \n",
+       "L 123.057418 42.233124 \n",
+       "L 119.561989 42.233124 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 123.057418 123.49925 \n",
+       "L 126.552847 123.49925 \n",
+       "L 126.552847 19.233277 \n",
+       "L 123.057418 19.233277 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 126.552847 123.49925 \n",
+       "L 130.048276 123.49925 \n",
+       "L 130.048276 17.699954 \n",
+       "L 126.552847 17.699954 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 130.048276 123.49925 \n",
+       "L 133.543705 123.49925 \n",
+       "L 133.543705 33.033185 \n",
+       "L 130.048276 33.033185 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 133.543705 123.49925 \n",
+       "L 137.039134 123.49925 \n",
+       "L 137.039134 22.299923 \n",
+       "L 133.543705 22.299923 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 137.039134 123.49925 \n",
+       "L 140.534563 123.49925 \n",
+       "L 140.534563 26.133231 \n",
+       "L 137.039134 26.133231 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 140.534563 123.49925 \n",
+       "L 144.029992 123.49925 \n",
+       "L 144.029992 16.166631 \n",
+       "L 140.534563 16.166631 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 144.029992 123.49925 \n",
+       "L 147.525421 123.49925 \n",
+       "L 147.525421 21.533262 \n",
+       "L 144.029992 21.533262 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 147.525421 123.49925 \n",
+       "L 151.02085 123.49925 \n",
+       "L 151.02085 33.799847 \n",
+       "L 147.525421 33.799847 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 151.02085 123.49925 \n",
+       "L 154.516279 123.49925 \n",
+       "L 154.516279 56.799694 \n",
+       "L 151.02085 56.799694 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 154.516279 123.49925 \n",
+       "L 158.011708 123.49925 \n",
+       "L 158.011708 46.066432 \n",
+       "L 154.516279 46.066432 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 158.011708 123.49925 \n",
+       "L 161.507137 123.49925 \n",
+       "L 161.507137 52.966386 \n",
+       "L 158.011708 52.966386 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.507137 123.49925 \n",
+       "L 165.002566 123.49925 \n",
+       "L 165.002566 65.999633 \n",
+       "L 161.507137 65.999633 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 165.002566 123.49925 \n",
+       "L 168.497995 123.49925 \n",
+       "L 168.497995 65.232971 \n",
+       "L 165.002566 65.232971 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.497995 123.49925 \n",
+       "L 171.993424 123.49925 \n",
+       "L 171.993424 86.699495 \n",
+       "L 168.497995 86.699495 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.993424 123.49925 \n",
+       "L 175.488853 123.49925 \n",
+       "L 175.488853 95.132772 \n",
+       "L 171.993424 95.132772 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.488853 123.49925 \n",
+       "L 178.984282 123.49925 \n",
+       "L 178.984282 91.299464 \n",
+       "L 175.488853 91.299464 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.984282 123.49925 \n",
+       "L 182.479711 123.49925 \n",
+       "L 182.479711 100.499403 \n",
+       "L 178.984282 100.499403 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.479711 123.49925 \n",
+       "L 185.97514 123.49925 \n",
+       "L 185.97514 103.566049 \n",
+       "L 182.479711 103.566049 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.97514 123.49925 \n",
+       "L 189.470569 123.49925 \n",
+       "L 189.470569 111.232665 \n",
+       "L 185.97514 111.232665 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.470569 123.49925 \n",
+       "L 192.965998 123.49925 \n",
+       "L 192.965998 117.365958 \n",
+       "L 189.470569 117.365958 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.965998 123.49925 \n",
+       "L 196.461427 123.49925 \n",
+       "L 196.461427 118.899281 \n",
+       "L 192.965998 118.899281 \n",
+       "z\n",
+       "&quot; clip-path=url(#p87ee7af260) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 12.951403 123.49925 \n",
+       "L 12.951403 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 123.49925 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 12.951403 123.49925 \n",
+       "L 205.2 123.49925 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 12.951403 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p87ee7af260&gt;&lt;rect x=12.951403 y=10.8 width=192.248597 height=112.69925 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--2965408805292100011, #minifreqtable-2965408805292100011&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--2965408805292100011 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-2965408805292100011bottom--2965408805292100011statistics aria-controls=-2965408805292100011bottom--2965408805292100011statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-2965408805292100011bottom--2965408805292100011histogram aria-controls=-2965408805292100011bottom--2965408805292100011histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-2965408805292100011bottom--2965408805292100011common_values aria-controls=-2965408805292100011bottom--2965408805292100011common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-2965408805292100011bottom--2965408805292100011extreme_values aria-controls=-2965408805292100011bottom--2965408805292100011extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-2965408805292100011bottom--2965408805292100011statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;-9.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;0.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;7.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;15.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;21.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;28.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;34.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;44.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;14&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;8.8011852&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.6020903&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;-0.83901751&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;14.617716&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;6.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;-0.078948402&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;53383.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;77.460861&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-2965408805292100011bottom--2965408805292100011histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:55.984187&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 493.2 173.044477 \n",
+       "L 493.2 10.8 \n",
+       "L 54.62 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(64.071889 203.100114) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.308627 195.037992) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(246.548215 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.753892 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(426.959569 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.059063 176.623384) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 154.549305) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 132.475226) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 110.401148) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 88.327069) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 66.252991) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 44.178912) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-32 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 22.104834) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-34 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.622031 117.905442) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 74.555455 173.044477 \n",
+       "L 82.529636 173.044477 \n",
+       "L 82.529636 167.525958 \n",
+       "L 74.555455 167.525958 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 82.529636 173.044477 \n",
+       "L 90.503818 173.044477 \n",
+       "L 90.503818 170.837069 \n",
+       "L 82.529636 170.837069 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 90.503818 173.044477 \n",
+       "L 98.478 173.044477 \n",
+       "L 98.478 171.940773 \n",
+       "L 90.503818 171.940773 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 98.478 173.044477 \n",
+       "L 106.452182 173.044477 \n",
+       "L 106.452182 170.837069 \n",
+       "L 98.478 170.837069 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 106.452182 173.044477 \n",
+       "L 114.426364 173.044477 \n",
+       "L 114.426364 173.044477 \n",
+       "L 106.452182 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 114.426364 173.044477 \n",
+       "L 122.400545 173.044477 \n",
+       "L 122.400545 164.214846 \n",
+       "L 114.426364 164.214846 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 122.400545 173.044477 \n",
+       "L 130.374727 173.044477 \n",
+       "L 130.374727 160.903734 \n",
+       "L 122.400545 160.903734 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 130.374727 173.044477 \n",
+       "L 138.348909 173.044477 \n",
+       "L 138.348909 135.518544 \n",
+       "L 130.374727 135.518544 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 138.348909 173.044477 \n",
+       "L 146.323091 173.044477 \n",
+       "L 146.323091 132.207432 \n",
+       "L 138.348909 132.207432 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 146.323091 173.044477 \n",
+       "L 154.297273 173.044477 \n",
+       "L 154.297273 126.688912 \n",
+       "L 146.323091 126.688912 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 154.297273 173.044477 \n",
+       "L 162.271455 173.044477 \n",
+       "L 162.271455 112.340761 \n",
+       "L 154.297273 112.340761 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 162.271455 173.044477 \n",
+       "L 170.245636 173.044477 \n",
+       "L 170.245636 107.925946 \n",
+       "L 162.271455 107.925946 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 170.245636 173.044477 \n",
+       "L 178.219818 173.044477 \n",
+       "L 178.219818 103.51113 \n",
+       "L 170.245636 103.51113 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 178.219818 173.044477 \n",
+       "L 186.194 173.044477 \n",
+       "L 186.194 84.748163 \n",
+       "L 178.219818 84.748163 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 186.194 173.044477 \n",
+       "L 194.168182 173.044477 \n",
+       "L 194.168182 67.0889 \n",
+       "L 186.194 67.0889 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 194.168182 173.044477 \n",
+       "L 202.142364 173.044477 \n",
+       "L 202.142364 61.570381 \n",
+       "L 194.168182 61.570381 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 202.142364 173.044477 \n",
+       "L 210.116545 173.044477 \n",
+       "L 210.116545 53.844453 \n",
+       "L 202.142364 53.844453 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 210.116545 173.044477 \n",
+       "L 218.090727 173.044477 \n",
+       "L 218.090727 59.362973 \n",
+       "L 210.116545 59.362973 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 218.090727 173.044477 \n",
+       "L 226.064909 173.044477 \n",
+       "L 226.064909 63.777789 \n",
+       "L 218.090727 63.777789 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 226.064909 173.044477 \n",
+       "L 234.039091 173.044477 \n",
+       "L 234.039091 71.503716 \n",
+       "L 226.064909 71.503716 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 234.039091 173.044477 \n",
+       "L 242.013273 173.044477 \n",
+       "L 242.013273 58.259269 \n",
+       "L 234.039091 58.259269 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 242.013273 173.044477 \n",
+       "L 249.987455 173.044477 \n",
+       "L 249.987455 35.081486 \n",
+       "L 242.013273 35.081486 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 249.987455 173.044477 \n",
+       "L 257.961636 173.044477 \n",
+       "L 257.961636 39.496302 \n",
+       "L 249.987455 39.496302 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 257.961636 173.044477 \n",
+       "L 265.935818 173.044477 \n",
+       "L 265.935818 43.911118 \n",
+       "L 257.961636 43.911118 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 265.935818 173.044477 \n",
+       "L 273.91 173.044477 \n",
+       "L 273.91 60.466677 \n",
+       "L 265.935818 60.466677 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 273.91 173.044477 \n",
+       "L 281.884182 173.044477 \n",
+       "L 281.884182 74.814828 \n",
+       "L 273.91 74.814828 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 281.884182 173.044477 \n",
+       "L 289.858364 173.044477 \n",
+       "L 289.858364 65.985196 \n",
+       "L 281.884182 65.985196 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 289.858364 173.044477 \n",
+       "L 297.832545 173.044477 \n",
+       "L 297.832545 53.844453 \n",
+       "L 289.858364 53.844453 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 297.832545 173.044477 \n",
+       "L 305.806727 173.044477 \n",
+       "L 305.806727 56.051861 \n",
+       "L 297.832545 56.051861 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 305.806727 173.044477 \n",
+       "L 313.780909 173.044477 \n",
+       "L 313.780909 22.940743 \n",
+       "L 305.806727 22.940743 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 313.780909 173.044477 \n",
+       "L 321.755091 173.044477 \n",
+       "L 321.755091 20.733335 \n",
+       "L 313.780909 20.733335 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 321.755091 173.044477 \n",
+       "L 329.729273 173.044477 \n",
+       "L 329.729273 42.807414 \n",
+       "L 321.755091 42.807414 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 329.729273 173.044477 \n",
+       "L 337.703455 173.044477 \n",
+       "L 337.703455 27.355559 \n",
+       "L 329.729273 27.355559 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 337.703455 173.044477 \n",
+       "L 345.677636 173.044477 \n",
+       "L 345.677636 32.874079 \n",
+       "L 337.703455 32.874079 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 345.677636 173.044477 \n",
+       "L 353.651818 173.044477 \n",
+       "L 353.651818 18.525927 \n",
+       "L 345.677636 18.525927 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 353.651818 173.044477 \n",
+       "L 361.626 173.044477 \n",
+       "L 361.626 26.251855 \n",
+       "L 353.651818 26.251855 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 361.626 173.044477 \n",
+       "L 369.600182 173.044477 \n",
+       "L 369.600182 43.911118 \n",
+       "L 361.626 43.911118 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 369.600182 173.044477 \n",
+       "L 377.574364 173.044477 \n",
+       "L 377.574364 77.022236 \n",
+       "L 369.600182 77.022236 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 377.574364 173.044477 \n",
+       "L 385.548545 173.044477 \n",
+       "L 385.548545 61.570381 \n",
+       "L 377.574364 61.570381 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 385.548545 173.044477 \n",
+       "L 393.522727 173.044477 \n",
+       "L 393.522727 71.503716 \n",
+       "L 385.548545 71.503716 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 393.522727 173.044477 \n",
+       "L 401.496909 173.044477 \n",
+       "L 401.496909 90.266683 \n",
+       "L 393.522727 90.266683 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 401.496909 173.044477 \n",
+       "L 409.471091 173.044477 \n",
+       "L 409.471091 89.162979 \n",
+       "L 401.496909 89.162979 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 409.471091 173.044477 \n",
+       "L 417.445273 173.044477 \n",
+       "L 417.445273 120.066689 \n",
+       "L 409.471091 120.066689 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 417.445273 173.044477 \n",
+       "L 425.419455 173.044477 \n",
+       "L 425.419455 132.207432 \n",
+       "L 417.445273 132.207432 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 425.419455 173.044477 \n",
+       "L 433.393636 173.044477 \n",
+       "L 433.393636 126.688912 \n",
+       "L 425.419455 126.688912 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 433.393636 173.044477 \n",
+       "L 441.367818 173.044477 \n",
+       "L 441.367818 139.933359 \n",
+       "L 433.393636 139.933359 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 441.367818 173.044477 \n",
+       "L 449.342 173.044477 \n",
+       "L 449.342 144.348175 \n",
+       "L 441.367818 144.348175 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.342 173.044477 \n",
+       "L 457.316182 173.044477 \n",
+       "L 457.316182 155.385214 \n",
+       "L 449.342 155.385214 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.316182 173.044477 \n",
+       "L 465.290364 173.044477 \n",
+       "L 465.290364 164.214846 \n",
+       "L 457.316182 164.214846 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.290364 173.044477 \n",
+       "L 473.264545 173.044477 \n",
+       "L 473.264545 166.422254 \n",
+       "L 465.290364 166.422254 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1328e50749) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 54.62 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 173.044477 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 493.2 173.044477 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 54.62 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1328e50749&gt;&lt;rect x=54.62 y=10.8 width=438.58 height=162.244477 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-2965408805292100011bottom--2965408805292100011common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=20&gt; 20 &lt;/td&gt;&lt;td&gt;26&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.8%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=21.8&gt; 21.8 &lt;/td&gt;&lt;td&gt;23&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.7%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20.1&gt; 20.1 &lt;/td&gt;&lt;td&gt;22&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=10.4&gt; 10.4 &lt;/td&gt;&lt;td&gt;22&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=18.6&gt; 18.6 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=11.1&gt; 11.1 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19.5&gt; 19.5 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=17.3&gt; 17.3 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=24.5&gt; 24.5 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=24&gt; 24 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (381)&quot;&gt; Other values (381) &lt;/td&gt;&lt;td&gt;3433&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 94.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-2965408805292100011bottom--2965408805292100011extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-2965408805292100011extreme_values--2965408805292100011firstn aria-controls=-2965408805292100011extreme_values--2965408805292100011firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-2965408805292100011extreme_values--2965408805292100011lastn aria-controls=-2965408805292100011extreme_values--2965408805292100011lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-2965408805292100011extreme_values--2965408805292100011firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=-9.3&gt; -9.3 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9.1&gt; -9.1 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9&gt; -9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-8.7&gt; -8.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-8.5&gt; -8.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-8.1&gt; -8.1 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-7.7&gt; -7.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-6.8&gt; -6.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-5.9&gt; -5.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-5.8&gt; -5.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-2965408805292100011extreme_values--2965408805292100011lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=34.9&gt; 34.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=34.8&gt; 34.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=34.6&gt; 34.6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=34.5&gt; 34.5 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=34.3&gt; 34.3 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=34&gt; 34 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=33.9&gt; 33.9 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=33.8&gt; 33.8 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=33.5&gt; 33.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=33.3&gt; 33.3 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_3565101324697230224&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Temperature_Min&gt;&lt;a href=#pp_var_3565101324697230224&gt;Temperature_Min&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;304&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;8.3%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;6.2125685&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;-16.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;21.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;15&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.4%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;782&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;21.4%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:56.510494&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 205.2 123.49925 \n",
+       "L 205.2 10.8 \n",
+       "L 10.8 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(44.972209 150.143759) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.198992 143.694062) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(140.628056 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(187.62999 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 123.49925 \n",
+       "L 23.170909 123.49925 \n",
+       "L 23.170909 122.806782 \n",
+       "L 19.636364 122.806782 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 123.49925 \n",
+       "L 26.705455 123.49925 \n",
+       "L 26.705455 123.49925 \n",
+       "L 23.170909 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 123.49925 \n",
+       "L 30.24 123.49925 \n",
+       "L 30.24 123.49925 \n",
+       "L 26.705455 123.49925 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 123.49925 \n",
+       "L 33.774545 123.49925 \n",
+       "L 33.774545 122.114313 \n",
+       "L 30.24 122.114313 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 123.49925 \n",
+       "L 37.309091 123.49925 \n",
+       "L 37.309091 120.729376 \n",
+       "L 33.774545 120.729376 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 123.49925 \n",
+       "L 40.843636 123.49925 \n",
+       "L 40.843636 122.114313 \n",
+       "L 37.309091 122.114313 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 123.49925 \n",
+       "L 44.378182 123.49925 \n",
+       "L 44.378182 122.114313 \n",
+       "L 40.843636 122.114313 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 123.49925 \n",
+       "L 47.912727 123.49925 \n",
+       "L 47.912727 122.114313 \n",
+       "L 44.378182 122.114313 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 123.49925 \n",
+       "L 51.447273 123.49925 \n",
+       "L 51.447273 118.65197 \n",
+       "L 47.912727 118.65197 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 123.49925 \n",
+       "L 54.981818 123.49925 \n",
+       "L 54.981818 120.729376 \n",
+       "L 51.447273 120.729376 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 123.49925 \n",
+       "L 58.516364 123.49925 \n",
+       "L 58.516364 117.959502 \n",
+       "L 54.981818 117.959502 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 123.49925 \n",
+       "L 62.050909 123.49925 \n",
+       "L 62.050909 110.342348 \n",
+       "L 58.516364 110.342348 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 123.49925 \n",
+       "L 65.585455 123.49925 \n",
+       "L 65.585455 106.187537 \n",
+       "L 62.050909 106.187537 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 123.49925 \n",
+       "L 69.12 123.49925 \n",
+       "L 69.12 99.262852 \n",
+       "L 65.585455 99.262852 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 123.49925 \n",
+       "L 72.654545 123.49925 \n",
+       "L 72.654545 90.95323 \n",
+       "L 69.12 90.95323 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 123.49925 \n",
+       "L 76.189091 123.49925 \n",
+       "L 76.189091 81.951139 \n",
+       "L 72.654545 81.951139 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 123.49925 \n",
+       "L 79.723636 123.49925 \n",
+       "L 79.723636 79.181265 \n",
+       "L 76.189091 79.181265 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 123.49925 \n",
+       "L 83.258182 123.49925 \n",
+       "L 83.258182 59.099679 \n",
+       "L 79.723636 59.099679 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 123.49925 \n",
+       "L 86.792727 123.49925 \n",
+       "L 86.792727 48.020182 \n",
+       "L 83.258182 48.020182 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 123.49925 \n",
+       "L 90.327273 123.49925 \n",
+       "L 90.327273 43.865371 \n",
+       "L 86.792727 43.865371 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 123.49925 \n",
+       "L 93.861818 123.49925 \n",
+       "L 93.861818 45.942777 \n",
+       "L 90.327273 45.942777 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 123.49925 \n",
+       "L 97.396364 123.49925 \n",
+       "L 97.396364 16.166631 \n",
+       "L 93.861818 16.166631 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 123.49925 \n",
+       "L 100.930909 123.49925 \n",
+       "L 100.930909 25.168722 \n",
+       "L 97.396364 25.168722 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 123.49925 \n",
+       "L 104.465455 123.49925 \n",
+       "L 104.465455 35.555749 \n",
+       "L 100.930909 35.555749 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 123.49925 \n",
+       "L 108 123.49925 \n",
+       "L 108 38.325623 \n",
+       "L 104.465455 38.325623 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 123.49925 \n",
+       "L 111.534545 123.49925 \n",
+       "L 111.534545 40.403029 \n",
+       "L 108 40.403029 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 123.49925 \n",
+       "L 115.069091 123.49925 \n",
+       "L 115.069091 33.478344 \n",
+       "L 111.534545 33.478344 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 123.49925 \n",
+       "L 118.603636 123.49925 \n",
+       "L 118.603636 57.714742 \n",
+       "L 115.069091 57.714742 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 123.49925 \n",
+       "L 122.138182 123.49925 \n",
+       "L 122.138182 43.865371 \n",
+       "L 118.603636 43.865371 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 123.49925 \n",
+       "L 125.672727 123.49925 \n",
+       "L 125.672727 47.327714 \n",
+       "L 122.138182 47.327714 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 123.49925 \n",
+       "L 129.207273 123.49925 \n",
+       "L 129.207273 36.248218 \n",
+       "L 125.672727 36.248218 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 123.49925 \n",
+       "L 132.741818 123.49925 \n",
+       "L 132.741818 46.635245 \n",
+       "L 129.207273 46.635245 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 123.49925 \n",
+       "L 136.276364 123.49925 \n",
+       "L 136.276364 30.016001 \n",
+       "L 132.741818 30.016001 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 123.49925 \n",
+       "L 139.810909 123.49925 \n",
+       "L 139.810909 47.327714 \n",
+       "L 136.276364 47.327714 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 123.49925 \n",
+       "L 143.345455 123.49925 \n",
+       "L 143.345455 29.323533 \n",
+       "L 139.810909 29.323533 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 123.49925 \n",
+       "L 146.88 123.49925 \n",
+       "L 146.88 32.093407 \n",
+       "L 143.345455 32.093407 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 123.49925 \n",
+       "L 150.414545 123.49925 \n",
+       "L 150.414545 18.244036 \n",
+       "L 146.88 18.244036 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 123.49925 \n",
+       "L 153.949091 123.49925 \n",
+       "L 153.949091 34.863281 \n",
+       "L 150.414545 34.863281 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 123.49925 \n",
+       "L 157.483636 123.49925 \n",
+       "L 157.483636 37.633155 \n",
+       "L 153.949091 37.633155 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 123.49925 \n",
+       "L 161.018182 123.49925 \n",
+       "L 161.018182 43.172903 \n",
+       "L 157.483636 43.172903 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 123.49925 \n",
+       "L 164.552727 123.49925 \n",
+       "L 164.552727 27.938596 \n",
+       "L 161.018182 27.938596 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 123.49925 \n",
+       "L 168.087273 123.49925 \n",
+       "L 168.087273 46.635245 \n",
+       "L 164.552727 46.635245 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 123.49925 \n",
+       "L 171.621818 123.49925 \n",
+       "L 171.621818 57.714742 \n",
+       "L 168.087273 57.714742 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 123.49925 \n",
+       "L 175.156364 123.49925 \n",
+       "L 175.156364 71.564112 \n",
+       "L 171.621818 71.564112 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 123.49925 \n",
+       "L 178.690909 123.49925 \n",
+       "L 178.690909 79.181265 \n",
+       "L 175.156364 79.181265 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 123.49925 \n",
+       "L 182.225455 123.49925 \n",
+       "L 182.225455 97.877915 \n",
+       "L 178.690909 97.877915 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 123.49925 \n",
+       "L 185.76 123.49925 \n",
+       "L 185.76 109.64988 \n",
+       "L 182.225455 109.64988 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 123.49925 \n",
+       "L 189.294545 123.49925 \n",
+       "L 189.294545 116.574565 \n",
+       "L 185.76 116.574565 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 123.49925 \n",
+       "L 192.829091 123.49925 \n",
+       "L 192.829091 122.114313 \n",
+       "L 189.294545 122.114313 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 123.49925 \n",
+       "L 196.363636 123.49925 \n",
+       "L 196.363636 122.114313 \n",
+       "L 192.829091 122.114313 \n",
+       "z\n",
+       "&quot; clip-path=url(#pc5d64166d5) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 10.8 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 123.49925 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 205.2 123.49925 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pc5d64166d5&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=112.69925 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-3565101324697230224, #minifreqtable3565101324697230224&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-3565101324697230224 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#3565101324697230224bottom-3565101324697230224statistics aria-controls=3565101324697230224bottom-3565101324697230224statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3565101324697230224bottom-3565101324697230224histogram aria-controls=3565101324697230224bottom-3565101324697230224histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3565101324697230224bottom-3565101324697230224common_values aria-controls=3565101324697230224bottom-3565101324697230224common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3565101324697230224bottom-3565101324697230224extreme_values aria-controls=3565101324697230224bottom-3565101324697230224extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=3565101324697230224bottom-3565101324697230224statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;-16.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;-4.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;0.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;6.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;11.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;16.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;21.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;37.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;11.2&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;6.7291635&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;1.0831532&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;-0.89134677&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;6.2125685&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;5.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;-0.1184411&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;22688.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;45.281641&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3565101324697230224bottom-3565101324697230224histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:57.296473&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 493.2 173.044477 \n",
+       "L 493.2 10.8 \n",
+       "L 54.62 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(82.050648 203.100114) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(135.070474 203.100114) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(190.056389 199.167937) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(245.141187 195.037992) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(298.161013 195.037992) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(349.214751 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(402.234577 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(455.254403 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.059063 176.623384) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 151.701037) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 126.77869) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 101.856343) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 76.933997) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 52.01165) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-32 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 27.089303) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.622031 117.905442) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 74.555455 173.044477 \n",
+       "L 82.529636 173.044477 \n",
+       "L 82.529636 172.047583 \n",
+       "L 74.555455 172.047583 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 82.529636 173.044477 \n",
+       "L 90.503818 173.044477 \n",
+       "L 90.503818 173.044477 \n",
+       "L 82.529636 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 90.503818 173.044477 \n",
+       "L 98.478 173.044477 \n",
+       "L 98.478 173.044477 \n",
+       "L 90.503818 173.044477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 98.478 173.044477 \n",
+       "L 106.452182 173.044477 \n",
+       "L 106.452182 171.05069 \n",
+       "L 98.478 171.05069 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 106.452182 173.044477 \n",
+       "L 114.426364 173.044477 \n",
+       "L 114.426364 169.056902 \n",
+       "L 106.452182 169.056902 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 114.426364 173.044477 \n",
+       "L 122.400545 173.044477 \n",
+       "L 122.400545 171.05069 \n",
+       "L 114.426364 171.05069 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 122.400545 173.044477 \n",
+       "L 130.374727 173.044477 \n",
+       "L 130.374727 171.05069 \n",
+       "L 122.400545 171.05069 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 130.374727 173.044477 \n",
+       "L 138.348909 173.044477 \n",
+       "L 138.348909 171.05069 \n",
+       "L 130.374727 171.05069 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 138.348909 173.044477 \n",
+       "L 146.323091 173.044477 \n",
+       "L 146.323091 166.06622 \n",
+       "L 138.348909 166.06622 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 146.323091 173.044477 \n",
+       "L 154.297273 173.044477 \n",
+       "L 154.297273 169.056902 \n",
+       "L 146.323091 169.056902 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 154.297273 173.044477 \n",
+       "L 162.271455 173.044477 \n",
+       "L 162.271455 165.069326 \n",
+       "L 154.297273 165.069326 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 162.271455 173.044477 \n",
+       "L 170.245636 173.044477 \n",
+       "L 170.245636 154.103494 \n",
+       "L 162.271455 154.103494 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 170.245636 173.044477 \n",
+       "L 178.219818 173.044477 \n",
+       "L 178.219818 148.122131 \n",
+       "L 170.245636 148.122131 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 178.219818 173.044477 \n",
+       "L 186.194 173.044477 \n",
+       "L 186.194 138.153192 \n",
+       "L 178.219818 138.153192 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 186.194 173.044477 \n",
+       "L 194.168182 173.044477 \n",
+       "L 194.168182 126.190465 \n",
+       "L 186.194 126.190465 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 194.168182 173.044477 \n",
+       "L 202.142364 173.044477 \n",
+       "L 202.142364 113.230845 \n",
+       "L 194.168182 113.230845 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 202.142364 173.044477 \n",
+       "L 210.116545 173.044477 \n",
+       "L 210.116545 109.24327 \n",
+       "L 202.142364 109.24327 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 210.116545 173.044477 \n",
+       "L 218.090727 173.044477 \n",
+       "L 218.090727 80.333347 \n",
+       "L 210.116545 80.333347 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 218.090727 173.044477 \n",
+       "L 226.064909 173.044477 \n",
+       "L 226.064909 64.383045 \n",
+       "L 218.090727 64.383045 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 226.064909 173.044477 \n",
+       "L 234.039091 173.044477 \n",
+       "L 234.039091 58.401682 \n",
+       "L 226.064909 58.401682 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 234.039091 173.044477 \n",
+       "L 242.013273 173.044477 \n",
+       "L 242.013273 61.392364 \n",
+       "L 234.039091 61.392364 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 242.013273 173.044477 \n",
+       "L 249.987455 173.044477 \n",
+       "L 249.987455 18.525927 \n",
+       "L 242.013273 18.525927 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 249.987455 173.044477 \n",
+       "L 257.961636 173.044477 \n",
+       "L 257.961636 31.485548 \n",
+       "L 249.987455 31.485548 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 257.961636 173.044477 \n",
+       "L 265.935818 173.044477 \n",
+       "L 265.935818 46.438956 \n",
+       "L 257.961636 46.438956 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 265.935818 173.044477 \n",
+       "L 273.91 173.044477 \n",
+       "L 273.91 50.426531 \n",
+       "L 265.935818 50.426531 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 273.91 173.044477 \n",
+       "L 281.884182 173.044477 \n",
+       "L 281.884182 53.417213 \n",
+       "L 273.91 53.417213 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 281.884182 173.044477 \n",
+       "L 289.858364 173.044477 \n",
+       "L 289.858364 43.448274 \n",
+       "L 281.884182 43.448274 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 289.858364 173.044477 \n",
+       "L 297.832545 173.044477 \n",
+       "L 297.832545 78.33956 \n",
+       "L 289.858364 78.33956 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 297.832545 173.044477 \n",
+       "L 305.806727 173.044477 \n",
+       "L 305.806727 58.401682 \n",
+       "L 297.832545 58.401682 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 305.806727 173.044477 \n",
+       "L 313.780909 173.044477 \n",
+       "L 313.780909 63.386152 \n",
+       "L 305.806727 63.386152 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 313.780909 173.044477 \n",
+       "L 321.755091 173.044477 \n",
+       "L 321.755091 47.43585 \n",
+       "L 313.780909 47.43585 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 321.755091 173.044477 \n",
+       "L 329.729273 173.044477 \n",
+       "L 329.729273 62.389258 \n",
+       "L 321.755091 62.389258 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 329.729273 173.044477 \n",
+       "L 337.703455 173.044477 \n",
+       "L 337.703455 38.463805 \n",
+       "L 329.729273 38.463805 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 337.703455 173.044477 \n",
+       "L 345.677636 173.044477 \n",
+       "L 345.677636 63.386152 \n",
+       "L 337.703455 63.386152 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 345.677636 173.044477 \n",
+       "L 353.651818 173.044477 \n",
+       "L 353.651818 37.466911 \n",
+       "L 345.677636 37.466911 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 353.651818 173.044477 \n",
+       "L 361.626 173.044477 \n",
+       "L 361.626 41.454486 \n",
+       "L 353.651818 41.454486 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 361.626 173.044477 \n",
+       "L 369.600182 173.044477 \n",
+       "L 369.600182 21.516609 \n",
+       "L 361.626 21.516609 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 369.600182 173.044477 \n",
+       "L 377.574364 173.044477 \n",
+       "L 377.574364 45.442062 \n",
+       "L 369.600182 45.442062 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 377.574364 173.044477 \n",
+       "L 385.548545 173.044477 \n",
+       "L 385.548545 49.429637 \n",
+       "L 377.574364 49.429637 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 385.548545 173.044477 \n",
+       "L 393.522727 173.044477 \n",
+       "L 393.522727 57.404788 \n",
+       "L 385.548545 57.404788 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 393.522727 173.044477 \n",
+       "L 401.496909 173.044477 \n",
+       "L 401.496909 35.473123 \n",
+       "L 393.522727 35.473123 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 401.496909 173.044477 \n",
+       "L 409.471091 173.044477 \n",
+       "L 409.471091 62.389258 \n",
+       "L 401.496909 62.389258 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 409.471091 173.044477 \n",
+       "L 417.445273 173.044477 \n",
+       "L 417.445273 78.33956 \n",
+       "L 409.471091 78.33956 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 417.445273 173.044477 \n",
+       "L 425.419455 173.044477 \n",
+       "L 425.419455 98.277437 \n",
+       "L 417.445273 98.277437 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 425.419455 173.044477 \n",
+       "L 433.393636 173.044477 \n",
+       "L 433.393636 109.24327 \n",
+       "L 425.419455 109.24327 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 433.393636 173.044477 \n",
+       "L 441.367818 173.044477 \n",
+       "L 441.367818 136.159404 \n",
+       "L 433.393636 136.159404 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 441.367818 173.044477 \n",
+       "L 449.342 173.044477 \n",
+       "L 449.342 153.1066 \n",
+       "L 441.367818 153.1066 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.342 173.044477 \n",
+       "L 457.316182 173.044477 \n",
+       "L 457.316182 163.075539 \n",
+       "L 449.342 163.075539 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.316182 173.044477 \n",
+       "L 465.290364 173.044477 \n",
+       "L 465.290364 171.05069 \n",
+       "L 457.316182 171.05069 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.290364 173.044477 \n",
+       "L 473.264545 173.044477 \n",
+       "L 473.264545 171.05069 \n",
+       "L 465.290364 171.05069 \n",
+       "z\n",
+       "&quot; clip-path=url(#p8b120bef1e) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 54.62 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 173.044477 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 493.2 173.044477 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 54.62 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p8b120bef1e&gt;&lt;rect x=54.62 y=10.8 width=438.58 height=162.244477 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3565101324697230224bottom-3565101324697230224common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=10.9&gt; 10.9 &lt;/td&gt;&lt;td&gt;32&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.9% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.5&gt; 0.5 &lt;/td&gt;&lt;td&gt;30&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3.8&gt; 3.8 &lt;/td&gt;&lt;td&gt;28&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.8%&gt; &amp;nbsp; &lt;/div&gt; 0.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.5&gt; 2.5 &lt;/td&gt;&lt;td&gt;27&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.8%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=8.4&gt; 8.4 &lt;/td&gt;&lt;td&gt;27&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.8%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-0.2&gt; -0.2 &lt;/td&gt;&lt;td&gt;26&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.8%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-0.3&gt; -0.3 &lt;/td&gt;&lt;td&gt;26&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.8%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.6&gt; 0.6 &lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.7%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=7.1&gt; 7.1 &lt;/td&gt;&lt;td&gt;23&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.7%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=12.6&gt; 12.6 &lt;/td&gt;&lt;td&gt;23&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.7%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (294)&quot;&gt; Other values (294) &lt;/td&gt;&lt;td&gt;3385&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 92.7% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3565101324697230224bottom-3565101324697230224extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#3565101324697230224extreme_values-3565101324697230224firstn aria-controls=3565101324697230224extreme_values-3565101324697230224firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3565101324697230224extreme_values-3565101324697230224lastn aria-controls=3565101324697230224extreme_values-3565101324697230224lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=3565101324697230224extreme_values-3565101324697230224firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=-16.1&gt; -16.1 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-13.8&gt; -13.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-13.4&gt; -13.4 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-12.7&gt; -12.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-12.6&gt; -12.6 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-12.5&gt; -12.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-12.1&gt; -12.1 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-11.6&gt; -11.6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-11.5&gt; -11.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-10.9&gt; -10.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3565101324697230224extreme_values-3565101324697230224lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=21.5&gt; 21.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20.9&gt; 20.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20.5&gt; 20.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20.4&gt; 20.4 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19.9&gt; 19.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19.8&gt; 19.8 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19.7&gt; 19.7 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19.6&gt; 19.6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19.5&gt; 19.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19.4&gt; 19.4 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_2272116340582886902&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Temperature_Evening&gt;&lt;a href=#pp_var_2272116340582886902&gt;Temperature_Evening&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;377&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;10.3%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;11.556039&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;-10.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;32.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;13&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.4%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;298&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;8.2%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:58.226511&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 205.2 123.49925 \n",
+       "L 205.2 10.8 \n",
+       "L 10.8 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.151469 150.143759) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(63.096888 143.694062) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(102.244587 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(142.965157 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(183.685726 146.839803) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 123.49925 \n",
+       "L 23.170909 123.49925 \n",
+       "L 23.170909 121.976802 \n",
+       "L 19.636364 121.976802 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 123.49925 \n",
+       "L 26.705455 123.49925 \n",
+       "L 26.705455 119.693129 \n",
+       "L 23.170909 119.693129 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 123.49925 \n",
+       "L 30.24 123.49925 \n",
+       "L 30.24 121.215577 \n",
+       "L 26.705455 121.215577 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 123.49925 \n",
+       "L 33.774545 123.49925 \n",
+       "L 33.774545 121.976802 \n",
+       "L 30.24 121.976802 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 123.49925 \n",
+       "L 37.309091 123.49925 \n",
+       "L 37.309091 121.215577 \n",
+       "L 33.774545 121.215577 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 123.49925 \n",
+       "L 40.843636 123.49925 \n",
+       "L 40.843636 121.215577 \n",
+       "L 37.309091 121.215577 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 123.49925 \n",
+       "L 44.378182 123.49925 \n",
+       "L 44.378182 113.603335 \n",
+       "L 40.843636 113.603335 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 123.49925 \n",
+       "L 47.912727 123.49925 \n",
+       "L 47.912727 103.70742 \n",
+       "L 44.378182 103.70742 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 123.49925 \n",
+       "L 51.447273 123.49925 \n",
+       "L 51.447273 97.617626 \n",
+       "L 47.912727 97.617626 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 123.49925 \n",
+       "L 54.981818 123.49925 \n",
+       "L 54.981818 92.289056 \n",
+       "L 51.447273 92.289056 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 123.49925 \n",
+       "L 58.516364 123.49925 \n",
+       "L 58.516364 73.25845 \n",
+       "L 54.981818 73.25845 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 123.49925 \n",
+       "L 62.050909 123.49925 \n",
+       "L 62.050909 64.123759 \n",
+       "L 58.516364 64.123759 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 123.49925 \n",
+       "L 65.585455 123.49925 \n",
+       "L 65.585455 46.615601 \n",
+       "L 62.050909 46.615601 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 123.49925 \n",
+       "L 69.12 123.49925 \n",
+       "L 69.12 35.197237 \n",
+       "L 65.585455 35.197237 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 123.49925 \n",
+       "L 72.654545 123.49925 \n",
+       "L 72.654545 36.719686 \n",
+       "L 69.12 36.719686 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 123.49925 \n",
+       "L 76.189091 123.49925 \n",
+       "L 76.189091 45.854377 \n",
+       "L 72.654545 45.854377 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 123.49925 \n",
+       "L 79.723636 123.49925 \n",
+       "L 79.723636 21.495201 \n",
+       "L 76.189091 21.495201 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 123.49925 \n",
+       "L 83.258182 123.49925 \n",
+       "L 83.258182 32.15234 \n",
+       "L 79.723636 32.15234 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 123.49925 \n",
+       "L 86.792727 123.49925 \n",
+       "L 86.792727 32.15234 \n",
+       "L 83.258182 32.15234 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 123.49925 \n",
+       "L 90.327273 123.49925 \n",
+       "L 90.327273 51.182946 \n",
+       "L 86.792727 51.182946 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 123.49925 \n",
+       "L 93.861818 123.49925 \n",
+       "L 93.861818 31.391116 \n",
+       "L 90.327273 31.391116 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 123.49925 \n",
+       "L 97.396364 123.49925 \n",
+       "L 97.396364 48.138049 \n",
+       "L 93.861818 48.138049 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 123.49925 \n",
+       "L 100.930909 123.49925 \n",
+       "L 100.930909 29.107443 \n",
+       "L 97.396364 29.107443 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 123.49925 \n",
+       "L 104.465455 123.49925 \n",
+       "L 104.465455 37.48091 \n",
+       "L 100.930909 37.48091 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 123.49925 \n",
+       "L 108 123.49925 \n",
+       "L 108 45.093152 \n",
+       "L 104.465455 45.093152 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 123.49925 \n",
+       "L 111.534545 123.49925 \n",
+       "L 111.534545 57.27274 \n",
+       "L 108 57.27274 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 123.49925 \n",
+       "L 115.069091 123.49925 \n",
+       "L 115.069091 41.287031 \n",
+       "L 111.534545 41.287031 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 123.49925 \n",
+       "L 118.603636 123.49925 \n",
+       "L 118.603636 21.495201 \n",
+       "L 115.069091 21.495201 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 123.49925 \n",
+       "L 122.138182 123.49925 \n",
+       "L 122.138182 35.197237 \n",
+       "L 118.603636 35.197237 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 123.49925 \n",
+       "L 125.672727 123.49925 \n",
+       "L 125.672727 25.301322 \n",
+       "L 122.138182 25.301322 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 123.49925 \n",
+       "L 129.207273 123.49925 \n",
+       "L 129.207273 16.166631 \n",
+       "L 125.672727 16.166631 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 123.49925 \n",
+       "L 132.741818 123.49925 \n",
+       "L 132.741818 34.436013 \n",
+       "L 129.207273 34.436013 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 123.49925 \n",
+       "L 136.276364 123.49925 \n",
+       "L 136.276364 18.450304 \n",
+       "L 132.741818 18.450304 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 123.49925 \n",
+       "L 139.810909 123.49925 \n",
+       "L 139.810909 19.211528 \n",
+       "L 136.276364 19.211528 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 123.49925 \n",
+       "L 143.345455 123.49925 \n",
+       "L 143.345455 17.689079 \n",
+       "L 139.810909 17.689079 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 123.49925 \n",
+       "L 146.88 123.49925 \n",
+       "L 146.88 38.242134 \n",
+       "L 143.345455 38.242134 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 123.49925 \n",
+       "L 150.414545 123.49925 \n",
+       "L 150.414545 62.60131 \n",
+       "L 146.88 62.60131 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 123.49925 \n",
+       "L 153.949091 123.49925 \n",
+       "L 153.949091 69.452328 \n",
+       "L 150.414545 69.452328 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 123.49925 \n",
+       "L 157.483636 123.49925 \n",
+       "L 157.483636 58.033965 \n",
+       "L 153.949091 58.033965 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 123.49925 \n",
+       "L 161.018182 123.49925 \n",
+       "L 161.018182 68.691104 \n",
+       "L 157.483636 68.691104 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 123.49925 \n",
+       "L 164.552727 123.49925 \n",
+       "L 164.552727 77.064571 \n",
+       "L 161.018182 77.064571 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 123.49925 \n",
+       "L 168.087273 123.49925 \n",
+       "L 168.087273 83.915589 \n",
+       "L 164.552727 83.915589 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 123.49925 \n",
+       "L 171.621818 123.49925 \n",
+       "L 171.621818 94.572729 \n",
+       "L 168.087273 94.572729 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 123.49925 \n",
+       "L 175.156364 123.49925 \n",
+       "L 175.156364 99.140074 \n",
+       "L 171.621818 99.140074 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 123.49925 \n",
+       "L 178.690909 123.49925 \n",
+       "L 178.690909 104.468644 \n",
+       "L 175.156364 104.468644 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 123.49925 \n",
+       "L 182.225455 123.49925 \n",
+       "L 182.225455 109.797214 \n",
+       "L 178.690909 109.797214 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 123.49925 \n",
+       "L 185.76 123.49925 \n",
+       "L 185.76 118.931905 \n",
+       "L 182.225455 118.931905 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 123.49925 \n",
+       "L 189.294545 123.49925 \n",
+       "L 189.294545 118.931905 \n",
+       "L 185.76 118.931905 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 123.49925 \n",
+       "L 192.829091 123.49925 \n",
+       "L 192.829091 118.17068 \n",
+       "L 189.294545 118.17068 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 123.49925 \n",
+       "L 196.363636 123.49925 \n",
+       "L 196.363636 121.976802 \n",
+       "L 192.829091 121.976802 \n",
+       "z\n",
+       "&quot; clip-path=url(#paece68840c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 10.8 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 123.49925 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 123.49925 \n",
+       "L 205.2 123.49925 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=paece68840c&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=112.69925 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-2272116340582886902, #minifreqtable2272116340582886902&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-2272116340582886902 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#2272116340582886902bottom-2272116340582886902statistics aria-controls=2272116340582886902bottom-2272116340582886902statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#2272116340582886902bottom-2272116340582886902histogram aria-controls=2272116340582886902bottom-2272116340582886902histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#2272116340582886902bottom-2272116340582886902common_values aria-controls=2272116340582886902bottom-2272116340582886902common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#2272116340582886902bottom-2272116340582886902extreme_values aria-controls=2272116340582886902bottom-2272116340582886902extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=2272116340582886902bottom-2272116340582886902statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;-10.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;-1.345&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;4.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;11.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;18.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;24.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;32.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;43.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;13.5&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;8.3419499&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.72186928&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;-0.87521551&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;11.556039&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;6.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;0.015468861&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;42202.656&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;69.588128&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=2272116340582886902bottom-2272116340582886902histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:58.940386&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 493.2 173.044477 \n",
+       "L 493.2 10.8 \n",
+       "L 54.62 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(76.817078 203.100114) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(172.716594 195.037992) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.618959 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(354.487414 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(446.355868 198.970168) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.059063 176.623384) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 154.705859) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 132.788334) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 110.870809) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 88.953284) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 67.03576) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 45.118235) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-32 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 23.20071) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-34 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.622031 117.905442) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 74.555455 173.044477 \n",
+       "L 82.529636 173.044477 \n",
+       "L 82.529636 170.852725 \n",
+       "L 74.555455 170.852725 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 82.529636 173.044477 \n",
+       "L 90.503818 173.044477 \n",
+       "L 90.503818 167.565096 \n",
+       "L 82.529636 167.565096 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 90.503818 173.044477 \n",
+       "L 98.478 173.044477 \n",
+       "L 98.478 169.756849 \n",
+       "L 90.503818 169.756849 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 98.478 173.044477 \n",
+       "L 106.452182 173.044477 \n",
+       "L 106.452182 170.852725 \n",
+       "L 98.478 170.852725 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 106.452182 173.044477 \n",
+       "L 114.426364 173.044477 \n",
+       "L 114.426364 169.756849 \n",
+       "L 106.452182 169.756849 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 114.426364 173.044477 \n",
+       "L 122.400545 173.044477 \n",
+       "L 122.400545 169.756849 \n",
+       "L 114.426364 169.756849 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 122.400545 173.044477 \n",
+       "L 130.374727 173.044477 \n",
+       "L 130.374727 158.798086 \n",
+       "L 122.400545 158.798086 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 130.374727 173.044477 \n",
+       "L 138.348909 173.044477 \n",
+       "L 138.348909 144.551695 \n",
+       "L 130.374727 144.551695 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 138.348909 173.044477 \n",
+       "L 146.323091 173.044477 \n",
+       "L 146.323091 135.784685 \n",
+       "L 138.348909 135.784685 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 146.323091 173.044477 \n",
+       "L 154.297273 173.044477 \n",
+       "L 154.297273 128.113551 \n",
+       "L 146.323091 128.113551 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 154.297273 173.044477 \n",
+       "L 162.271455 173.044477 \n",
+       "L 162.271455 100.716645 \n",
+       "L 154.297273 100.716645 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 162.271455 173.044477 \n",
+       "L 170.245636 173.044477 \n",
+       "L 170.245636 87.566131 \n",
+       "L 162.271455 87.566131 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 170.245636 173.044477 \n",
+       "L 178.219818 173.044477 \n",
+       "L 178.219818 62.360977 \n",
+       "L 170.245636 62.360977 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 178.219818 173.044477 \n",
+       "L 186.194 173.044477 \n",
+       "L 186.194 45.922833 \n",
+       "L 178.219818 45.922833 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 186.194 173.044477 \n",
+       "L 194.168182 173.044477 \n",
+       "L 194.168182 48.114586 \n",
+       "L 186.194 48.114586 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 194.168182 173.044477 \n",
+       "L 202.142364 173.044477 \n",
+       "L 202.142364 61.265101 \n",
+       "L 194.168182 61.265101 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 202.142364 173.044477 \n",
+       "L 210.116545 173.044477 \n",
+       "L 210.116545 26.197061 \n",
+       "L 202.142364 26.197061 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 210.116545 173.044477 \n",
+       "L 218.090727 173.044477 \n",
+       "L 218.090727 41.539329 \n",
+       "L 210.116545 41.539329 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 218.090727 173.044477 \n",
+       "L 226.064909 173.044477 \n",
+       "L 226.064909 41.539329 \n",
+       "L 218.090727 41.539329 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 226.064909 173.044477 \n",
+       "L 234.039091 173.044477 \n",
+       "L 234.039091 68.936235 \n",
+       "L 226.064909 68.936235 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 234.039091 173.044477 \n",
+       "L 242.013273 173.044477 \n",
+       "L 242.013273 40.443452 \n",
+       "L 234.039091 40.443452 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 242.013273 173.044477 \n",
+       "L 249.987455 173.044477 \n",
+       "L 249.987455 64.55273 \n",
+       "L 242.013273 64.55273 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 249.987455 173.044477 \n",
+       "L 257.961636 173.044477 \n",
+       "L 257.961636 37.155824 \n",
+       "L 249.987455 37.155824 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 257.961636 173.044477 \n",
+       "L 265.935818 173.044477 \n",
+       "L 265.935818 49.210462 \n",
+       "L 257.961636 49.210462 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 265.935818 173.044477 \n",
+       "L 273.91 173.044477 \n",
+       "L 273.91 60.169225 \n",
+       "L 265.935818 60.169225 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 273.91 173.044477 \n",
+       "L 281.884182 173.044477 \n",
+       "L 281.884182 77.703244 \n",
+       "L 273.91 77.703244 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 281.884182 173.044477 \n",
+       "L 289.858364 173.044477 \n",
+       "L 289.858364 54.689843 \n",
+       "L 281.884182 54.689843 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 289.858364 173.044477 \n",
+       "L 297.832545 173.044477 \n",
+       "L 297.832545 26.197061 \n",
+       "L 289.858364 26.197061 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 297.832545 173.044477 \n",
+       "L 305.806727 173.044477 \n",
+       "L 305.806727 45.922833 \n",
+       "L 297.832545 45.922833 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 305.806727 173.044477 \n",
+       "L 313.780909 173.044477 \n",
+       "L 313.780909 31.676442 \n",
+       "L 305.806727 31.676442 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 313.780909 173.044477 \n",
+       "L 321.755091 173.044477 \n",
+       "L 321.755091 18.525927 \n",
+       "L 313.780909 18.525927 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 321.755091 173.044477 \n",
+       "L 329.729273 173.044477 \n",
+       "L 329.729273 44.826957 \n",
+       "L 321.755091 44.826957 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 329.729273 173.044477 \n",
+       "L 337.703455 173.044477 \n",
+       "L 337.703455 21.813556 \n",
+       "L 329.729273 21.813556 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 337.703455 173.044477 \n",
+       "L 345.677636 173.044477 \n",
+       "L 345.677636 22.909432 \n",
+       "L 337.703455 22.909432 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 345.677636 173.044477 \n",
+       "L 353.651818 173.044477 \n",
+       "L 353.651818 20.71768 \n",
+       "L 345.677636 20.71768 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 353.651818 173.044477 \n",
+       "L 361.626 173.044477 \n",
+       "L 361.626 50.306338 \n",
+       "L 353.651818 50.306338 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 361.626 173.044477 \n",
+       "L 369.600182 173.044477 \n",
+       "L 369.600182 85.374378 \n",
+       "L 361.626 85.374378 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 369.600182 173.044477 \n",
+       "L 377.574364 173.044477 \n",
+       "L 377.574364 95.237264 \n",
+       "L 369.600182 95.237264 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 377.574364 173.044477 \n",
+       "L 385.548545 173.044477 \n",
+       "L 385.548545 78.799121 \n",
+       "L 377.574364 78.799121 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 385.548545 173.044477 \n",
+       "L 393.522727 173.044477 \n",
+       "L 393.522727 94.141388 \n",
+       "L 385.548545 94.141388 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 393.522727 173.044477 \n",
+       "L 401.496909 173.044477 \n",
+       "L 401.496909 106.196027 \n",
+       "L 393.522727 106.196027 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 401.496909 173.044477 \n",
+       "L 409.471091 173.044477 \n",
+       "L 409.471091 116.058913 \n",
+       "L 401.496909 116.058913 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 409.471091 173.044477 \n",
+       "L 417.445273 173.044477 \n",
+       "L 417.445273 131.40118 \n",
+       "L 409.471091 131.40118 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 417.445273 173.044477 \n",
+       "L 425.419455 173.044477 \n",
+       "L 425.419455 137.976438 \n",
+       "L 417.445273 137.976438 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 425.419455 173.044477 \n",
+       "L 433.393636 173.044477 \n",
+       "L 433.393636 145.647571 \n",
+       "L 425.419455 145.647571 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 433.393636 173.044477 \n",
+       "L 441.367818 173.044477 \n",
+       "L 441.367818 153.318705 \n",
+       "L 433.393636 153.318705 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 441.367818 173.044477 \n",
+       "L 449.342 173.044477 \n",
+       "L 449.342 166.46922 \n",
+       "L 441.367818 166.46922 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.342 173.044477 \n",
+       "L 457.316182 173.044477 \n",
+       "L 457.316182 166.46922 \n",
+       "L 449.342 166.46922 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.316182 173.044477 \n",
+       "L 465.290364 173.044477 \n",
+       "L 465.290364 165.373344 \n",
+       "L 457.316182 165.373344 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.290364 173.044477 \n",
+       "L 473.264545 173.044477 \n",
+       "L 473.264545 170.852725 \n",
+       "L 465.290364 170.852725 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3f219f4f6d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 54.62 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 173.044477 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 54.62 173.044477 \n",
+       "L 493.2 173.044477 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 54.62 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p3f219f4f6d&gt;&lt;rect x=54.62 y=10.8 width=438.58 height=162.244477 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=2272116340582886902bottom-2272116340582886902common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=16&gt; 16 &lt;/td&gt;&lt;td&gt;23&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.7%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3.3&gt; 3.3 &lt;/td&gt;&lt;td&gt;22&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3.7&gt; 3.7 &lt;/td&gt;&lt;td&gt;22&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6.7&gt; 6.7 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=5.6&gt; 5.6 &lt;/td&gt;&lt;td&gt;20&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1.1&gt; 1.1 &lt;/td&gt;&lt;td&gt;20&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=8.5&gt; 8.5 &lt;/td&gt;&lt;td&gt;20&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=15.4&gt; 15.4 &lt;/td&gt;&lt;td&gt;20&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=17.2&gt; 17.2 &lt;/td&gt;&lt;td&gt;20&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=19&gt; 19 &lt;/td&gt;&lt;td&gt;20&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.6%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (367)&quot;&gt; Other values (367) &lt;/td&gt;&lt;td&gt;3444&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 94.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=2272116340582886902bottom-2272116340582886902extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#2272116340582886902extreme_values-2272116340582886902firstn aria-controls=2272116340582886902extreme_values-2272116340582886902firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#2272116340582886902extreme_values-2272116340582886902lastn aria-controls=2272116340582886902extreme_values-2272116340582886902lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=2272116340582886902extreme_values-2272116340582886902firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=-10.7&gt; -10.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-10.1&gt; -10.1 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9.6&gt; -9.6 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9.5&gt; -9.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9.2&gt; -9.2 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-9&gt; -9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-8.3&gt; -8.3 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-8.2&gt; -8.2 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-7.7&gt; -7.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=-7.5&gt; -7.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=2272116340582886902extreme_values-2272116340582886902lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=32.7&gt; 32.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=32&gt; 32 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=31.6&gt; 31.6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=31.5&gt; 31.5 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=31.4&gt; 31.4 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=31.1&gt; 31.1 &lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30.4&gt; 30.4 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30.3&gt; 30.3 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30.2&gt; 30.2 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30.1&gt; 30.1 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_3484738859131022956&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Precipiation_5Days&gt;&lt;a href=#pp_var_3484738859131022956&gt;Precipiation_5Days&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 1 fields: Precipiation&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;ZEROS&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;629&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;17.2%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;16.773439&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;113.7&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;511&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;14.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:59.782087&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 123.626529 \n",
+       "L 205.2 123.626529 \n",
+       "L 205.2 10.8 \n",
+       "L 10.8 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.525878 143.821341) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(56.811247 146.967082) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.669486 146.967082) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(134.527726 146.967082) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.813094 150.112823) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 123.626529 \n",
+       "L 23.170909 123.626529 \n",
+       "L 23.170909 16.172692 \n",
+       "L 19.636364 16.172692 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 123.626529 \n",
+       "L 26.705455 123.626529 \n",
+       "L 26.705455 95.768127 \n",
+       "L 23.170909 95.768127 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 123.626529 \n",
+       "L 30.24 123.626529 \n",
+       "L 30.24 97.426365 \n",
+       "L 26.705455 97.426365 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 123.626529 \n",
+       "L 33.774545 123.626529 \n",
+       "L 33.774545 96.76307 \n",
+       "L 30.24 96.76307 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 123.626529 \n",
+       "L 37.309091 123.626529 \n",
+       "L 37.309091 103.72767 \n",
+       "L 33.774545 103.72767 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 123.626529 \n",
+       "L 40.843636 123.626529 \n",
+       "L 40.843636 101.627235 \n",
+       "L 37.309091 101.627235 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 123.626529 \n",
+       "L 44.378182 123.626529 \n",
+       "L 44.378182 106.270302 \n",
+       "L 40.843636 106.270302 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 123.626529 \n",
+       "L 47.912727 123.626529 \n",
+       "L 47.912727 107.375795 \n",
+       "L 44.378182 107.375795 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 123.626529 \n",
+       "L 51.447273 123.626529 \n",
+       "L 51.447273 110.471173 \n",
+       "L 47.912727 110.471173 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 123.626529 \n",
+       "L 54.981818 123.626529 \n",
+       "L 54.981818 110.028976 \n",
+       "L 51.447273 110.028976 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 123.626529 \n",
+       "L 58.516364 123.626529 \n",
+       "L 58.516364 110.692271 \n",
+       "L 54.981818 110.692271 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 123.626529 \n",
+       "L 62.050909 123.626529 \n",
+       "L 62.050909 114.119297 \n",
+       "L 58.516364 114.119297 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 123.626529 \n",
+       "L 65.585455 123.626529 \n",
+       "L 65.585455 113.456001 \n",
+       "L 62.050909 113.456001 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 123.626529 \n",
+       "L 69.12 123.626529 \n",
+       "L 69.12 114.672043 \n",
+       "L 65.585455 114.672043 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 123.626529 \n",
+       "L 72.654545 123.626529 \n",
+       "L 72.654545 116.993576 \n",
+       "L 69.12 116.993576 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 123.626529 \n",
+       "L 76.189091 123.626529 \n",
+       "L 76.189091 117.546322 \n",
+       "L 72.654545 117.546322 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 123.626529 \n",
+       "L 79.723636 123.626529 \n",
+       "L 79.723636 115.445887 \n",
+       "L 76.189091 115.445887 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 123.626529 \n",
+       "L 83.258182 123.626529 \n",
+       "L 83.258182 117.104126 \n",
+       "L 79.723636 117.104126 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 123.626529 \n",
+       "L 86.792727 123.626529 \n",
+       "L 86.792727 117.214675 \n",
+       "L 83.258182 117.214675 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 123.626529 \n",
+       "L 90.327273 123.626529 \n",
+       "L 90.327273 120.199504 \n",
+       "L 86.792727 120.199504 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 123.626529 \n",
+       "L 93.861818 123.626529 \n",
+       "L 93.861818 119.31511 \n",
+       "L 90.327273 119.31511 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 123.626529 \n",
+       "L 97.396364 123.626529 \n",
+       "L 97.396364 120.862799 \n",
+       "L 93.861818 120.862799 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 123.626529 \n",
+       "L 100.930909 123.626529 \n",
+       "L 100.930909 121.526094 \n",
+       "L 97.396364 121.526094 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 123.626529 \n",
+       "L 104.465455 123.626529 \n",
+       "L 104.465455 119.425659 \n",
+       "L 100.930909 119.425659 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 123.626529 \n",
+       "L 108 123.626529 \n",
+       "L 108 121.857742 \n",
+       "L 104.465455 121.857742 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 123.626529 \n",
+       "L 111.534545 123.626529 \n",
+       "L 111.534545 121.636643 \n",
+       "L 108 121.636643 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 123.626529 \n",
+       "L 115.069091 123.626529 \n",
+       "L 115.069091 122.189389 \n",
+       "L 111.534545 122.189389 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 123.626529 \n",
+       "L 118.603636 123.626529 \n",
+       "L 118.603636 121.747193 \n",
+       "L 115.069091 121.747193 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 123.626529 \n",
+       "L 122.138182 123.626529 \n",
+       "L 122.138182 122.07884 \n",
+       "L 118.603636 122.07884 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 123.626529 \n",
+       "L 125.672727 123.626529 \n",
+       "L 125.672727 121.968291 \n",
+       "L 122.138182 121.968291 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 123.626529 \n",
+       "L 129.207273 123.626529 \n",
+       "L 129.207273 122.631586 \n",
+       "L 125.672727 122.631586 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 123.626529 \n",
+       "L 132.741818 123.626529 \n",
+       "L 132.741818 121.636643 \n",
+       "L 129.207273 121.636643 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 123.626529 \n",
+       "L 136.276364 123.626529 \n",
+       "L 136.276364 122.410488 \n",
+       "L 132.741818 122.410488 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 123.626529 \n",
+       "L 139.810909 123.626529 \n",
+       "L 139.810909 123.184332 \n",
+       "L 136.276364 123.184332 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 123.626529 \n",
+       "L 143.345455 123.626529 \n",
+       "L 143.345455 123.073783 \n",
+       "L 139.810909 123.073783 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 123.626529 \n",
+       "L 146.88 123.626529 \n",
+       "L 146.88 122.852685 \n",
+       "L 143.345455 122.852685 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 123.626529 \n",
+       "L 150.414545 123.626529 \n",
+       "L 150.414545 123.294882 \n",
+       "L 146.88 123.294882 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 123.626529 \n",
+       "L 153.949091 123.626529 \n",
+       "L 153.949091 122.852685 \n",
+       "L 150.414545 122.852685 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 123.626529 \n",
+       "L 157.483636 123.626529 \n",
+       "L 157.483636 123.51598 \n",
+       "L 153.949091 123.51598 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 123.626529 \n",
+       "L 161.018182 123.626529 \n",
+       "L 161.018182 123.073783 \n",
+       "L 157.483636 123.073783 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 123.626529 \n",
+       "L 164.552727 123.626529 \n",
+       "L 164.552727 123.073783 \n",
+       "L 161.018182 123.073783 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 123.626529 \n",
+       "L 168.087273 123.626529 \n",
+       "L 168.087273 122.963234 \n",
+       "L 164.552727 122.963234 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 123.626529 \n",
+       "L 171.621818 123.626529 \n",
+       "L 171.621818 123.405431 \n",
+       "L 168.087273 123.405431 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 123.626529 \n",
+       "L 175.156364 123.626529 \n",
+       "L 175.156364 123.184332 \n",
+       "L 171.621818 123.184332 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 123.626529 \n",
+       "L 178.690909 123.626529 \n",
+       "L 178.690909 123.626529 \n",
+       "L 175.156364 123.626529 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 123.626529 \n",
+       "L 182.225455 123.626529 \n",
+       "L 182.225455 123.51598 \n",
+       "L 178.690909 123.51598 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 123.626529 \n",
+       "L 185.76 123.626529 \n",
+       "L 185.76 123.51598 \n",
+       "L 182.225455 123.51598 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 123.626529 \n",
+       "L 189.294545 123.626529 \n",
+       "L 189.294545 123.405431 \n",
+       "L 185.76 123.405431 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 123.626529 \n",
+       "L 192.829091 123.626529 \n",
+       "L 192.829091 123.51598 \n",
+       "L 189.294545 123.51598 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 123.626529 \n",
+       "L 196.363636 123.626529 \n",
+       "L 196.363636 123.184332 \n",
+       "L 192.829091 123.184332 \n",
+       "z\n",
+       "&quot; clip-path=url(#pe318880bc2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 123.626529 \n",
+       "L 10.8 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 123.626529 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 123.626529 \n",
+       "L 205.2 123.626529 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe318880bc2&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=112.826529 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-3484738859131022956, #minifreqtable3484738859131022956&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-3484738859131022956 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#3484738859131022956bottom-3484738859131022956statistics aria-controls=3484738859131022956bottom-3484738859131022956statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3484738859131022956bottom-3484738859131022956histogram aria-controls=3484738859131022956bottom-3484738859131022956histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3484738859131022956bottom-3484738859131022956common_values aria-controls=3484738859131022956bottom-3484738859131022956common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3484738859131022956bottom-3484738859131022956extreme_values aria-controls=3484738859131022956bottom-3484738859131022956extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=3484738859131022956bottom-3484738859131022956statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;1.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;10.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;24.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;54.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;113.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;113.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;23.2&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;19.071723&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;1.1370192&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;3.2198422&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;16.773439&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;1.6826891&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;61256.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;363.73062&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3484738859131022956bottom-3484738859131022956histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:01.651903&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 60.2 173.235396 \n",
+       "L 493.2 173.235396 \n",
+       "L 493.2 11.402963 \n",
+       "L 60.2 11.402963 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(79.743711 195.228911) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(147.018848 199.161087) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(216.260073 199.161087) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(285.501298 199.161087) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(354.742523 199.161087) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.017659 203.093264) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.639063 176.814302) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 145.101108) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 113.387913) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 81.674718) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 49.961523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 18.248328) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.641094 118.302383) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 79.881818 173.235396 \n",
+       "L 87.754545 173.235396 \n",
+       "L 87.754545 19.109269 \n",
+       "L 79.881818 19.109269 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 87.754545 173.235396 \n",
+       "L 95.627273 173.235396 \n",
+       "L 95.627273 133.276771 \n",
+       "L 87.754545 133.276771 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 95.627273 173.235396 \n",
+       "L 103.5 173.235396 \n",
+       "L 103.5 135.65526 \n",
+       "L 95.627273 135.65526 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 103.5 173.235396 \n",
+       "L 111.372727 173.235396 \n",
+       "L 111.372727 134.703864 \n",
+       "L 103.5 134.703864 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 111.372727 173.235396 \n",
+       "L 119.245455 173.235396 \n",
+       "L 119.245455 144.693521 \n",
+       "L 111.372727 144.693521 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 119.245455 173.235396 \n",
+       "L 127.118182 173.235396 \n",
+       "L 127.118182 141.680767 \n",
+       "L 119.245455 141.680767 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 127.118182 173.235396 \n",
+       "L 134.990909 173.235396 \n",
+       "L 134.990909 148.340538 \n",
+       "L 127.118182 148.340538 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 134.990909 173.235396 \n",
+       "L 142.863636 173.235396 \n",
+       "L 142.863636 149.926198 \n",
+       "L 134.990909 149.926198 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 142.863636 173.235396 \n",
+       "L 150.736364 173.235396 \n",
+       "L 150.736364 154.366045 \n",
+       "L 142.863636 154.366045 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 150.736364 173.235396 \n",
+       "L 158.609091 173.235396 \n",
+       "L 158.609091 153.731781 \n",
+       "L 150.736364 153.731781 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 158.609091 173.235396 \n",
+       "L 166.481818 173.235396 \n",
+       "L 166.481818 154.683177 \n",
+       "L 158.609091 154.683177 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 166.481818 173.235396 \n",
+       "L 174.354545 173.235396 \n",
+       "L 174.354545 159.598722 \n",
+       "L 166.481818 159.598722 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 174.354545 173.235396 \n",
+       "L 182.227273 173.235396 \n",
+       "L 182.227273 158.647327 \n",
+       "L 174.354545 158.647327 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 182.227273 173.235396 \n",
+       "L 190.1 173.235396 \n",
+       "L 190.1 160.391552 \n",
+       "L 182.227273 160.391552 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 190.1 173.235396 \n",
+       "L 197.972727 173.235396 \n",
+       "L 197.972727 163.721438 \n",
+       "L 190.1 163.721438 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 197.972727 173.235396 \n",
+       "L 205.845455 173.235396 \n",
+       "L 205.845455 164.514268 \n",
+       "L 197.972727 164.514268 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 205.845455 173.235396 \n",
+       "L 213.718182 173.235396 \n",
+       "L 213.718182 161.501514 \n",
+       "L 205.845455 161.501514 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 213.718182 173.235396 \n",
+       "L 221.590909 173.235396 \n",
+       "L 221.590909 163.880004 \n",
+       "L 213.718182 163.880004 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 221.590909 173.235396 \n",
+       "L 229.463636 173.235396 \n",
+       "L 229.463636 164.03857 \n",
+       "L 221.590909 164.03857 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 229.463636 173.235396 \n",
+       "L 237.336364 173.235396 \n",
+       "L 237.336364 168.319851 \n",
+       "L 229.463636 168.319851 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 237.336364 173.235396 \n",
+       "L 245.209091 173.235396 \n",
+       "L 245.209091 167.051323 \n",
+       "L 237.336364 167.051323 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 245.209091 173.235396 \n",
+       "L 253.081818 173.235396 \n",
+       "L 253.081818 169.271247 \n",
+       "L 245.209091 169.271247 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 253.081818 173.235396 \n",
+       "L 260.954545 173.235396 \n",
+       "L 260.954545 170.222643 \n",
+       "L 253.081818 170.222643 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 260.954545 173.235396 \n",
+       "L 268.827273 173.235396 \n",
+       "L 268.827273 167.209889 \n",
+       "L 260.954545 167.209889 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 268.827273 173.235396 \n",
+       "L 276.7 173.235396 \n",
+       "L 276.7 170.698341 \n",
+       "L 268.827273 170.698341 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 276.7 173.235396 \n",
+       "L 284.572727 173.235396 \n",
+       "L 284.572727 170.381209 \n",
+       "L 276.7 170.381209 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 284.572727 173.235396 \n",
+       "L 292.445455 173.235396 \n",
+       "L 292.445455 171.174038 \n",
+       "L 284.572727 171.174038 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 292.445455 173.235396 \n",
+       "L 300.318182 173.235396 \n",
+       "L 300.318182 170.539775 \n",
+       "L 292.445455 170.539775 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 300.318182 173.235396 \n",
+       "L 308.190909 173.235396 \n",
+       "L 308.190909 171.015472 \n",
+       "L 300.318182 171.015472 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 308.190909 173.235396 \n",
+       "L 316.063636 173.235396 \n",
+       "L 316.063636 170.856907 \n",
+       "L 308.190909 170.856907 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 316.063636 173.235396 \n",
+       "L 323.936364 173.235396 \n",
+       "L 323.936364 171.808302 \n",
+       "L 316.063636 171.808302 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 323.936364 173.235396 \n",
+       "L 331.809091 173.235396 \n",
+       "L 331.809091 170.381209 \n",
+       "L 323.936364 170.381209 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 331.809091 173.235396 \n",
+       "L 339.681818 173.235396 \n",
+       "L 339.681818 171.49117 \n",
+       "L 331.809091 171.49117 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 339.681818 173.235396 \n",
+       "L 347.554545 173.235396 \n",
+       "L 347.554545 172.601132 \n",
+       "L 339.681818 172.601132 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 347.554545 173.235396 \n",
+       "L 355.427273 173.235396 \n",
+       "L 355.427273 172.442566 \n",
+       "L 347.554545 172.442566 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 355.427273 173.235396 \n",
+       "L 363.3 173.235396 \n",
+       "L 363.3 172.125434 \n",
+       "L 355.427273 172.125434 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 363.3 173.235396 \n",
+       "L 371.172727 173.235396 \n",
+       "L 371.172727 172.759698 \n",
+       "L 363.3 172.759698 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 371.172727 173.235396 \n",
+       "L 379.045455 173.235396 \n",
+       "L 379.045455 172.125434 \n",
+       "L 371.172727 172.125434 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 379.045455 173.235396 \n",
+       "L 386.918182 173.235396 \n",
+       "L 386.918182 173.07683 \n",
+       "L 379.045455 173.07683 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 386.918182 173.235396 \n",
+       "L 394.790909 173.235396 \n",
+       "L 394.790909 172.442566 \n",
+       "L 386.918182 172.442566 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 394.790909 173.235396 \n",
+       "L 402.663636 173.235396 \n",
+       "L 402.663636 172.442566 \n",
+       "L 394.790909 172.442566 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 402.663636 173.235396 \n",
+       "L 410.536364 173.235396 \n",
+       "L 410.536364 172.284 \n",
+       "L 402.663636 172.284 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 410.536364 173.235396 \n",
+       "L 418.409091 173.235396 \n",
+       "L 418.409091 172.918264 \n",
+       "L 410.536364 172.918264 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 418.409091 173.235396 \n",
+       "L 426.281818 173.235396 \n",
+       "L 426.281818 172.601132 \n",
+       "L 418.409091 172.601132 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 426.281818 173.235396 \n",
+       "L 434.154545 173.235396 \n",
+       "L 434.154545 173.235396 \n",
+       "L 426.281818 173.235396 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 434.154545 173.235396 \n",
+       "L 442.027273 173.235396 \n",
+       "L 442.027273 173.07683 \n",
+       "L 434.154545 173.07683 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 442.027273 173.235396 \n",
+       "L 449.9 173.235396 \n",
+       "L 449.9 173.07683 \n",
+       "L 442.027273 173.07683 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.9 173.235396 \n",
+       "L 457.772727 173.235396 \n",
+       "L 457.772727 172.918264 \n",
+       "L 449.9 172.918264 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.772727 173.235396 \n",
+       "L 465.645455 173.235396 \n",
+       "L 465.645455 173.07683 \n",
+       "L 457.772727 173.07683 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.645455 173.235396 \n",
+       "L 473.518182 173.235396 \n",
+       "L 473.518182 172.601132 \n",
+       "L 465.645455 172.601132 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf1e0c2d79d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 60.2 173.235396 \n",
+       "L 60.2 11.402963 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 173.235396 \n",
+       "L 493.2 11.402963 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 60.2 173.235396 \n",
+       "L 493.2 173.235396 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 60.2 11.402963 \n",
+       "L 493.2 11.402963 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf1e0c2d79d&gt;&lt;rect x=60.2 y=11.402963 width=433 height=161.832433 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3484738859131022956bottom-3484738859131022956common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;511&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:17.9%&gt; &amp;nbsp; &lt;/div&gt; 14.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.2&gt; 0.2 &lt;/td&gt;&lt;td&gt;66&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.3%&gt; &amp;nbsp; &lt;/div&gt; 1.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.1&gt; 0.1 &lt;/td&gt;&lt;td&gt;45&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.6%&gt; &amp;nbsp; &lt;/div&gt; 1.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.3&gt; 0.3 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.2%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.5&gt; 0.5 &lt;/td&gt;&lt;td&gt;26&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.8&gt; 0.8 &lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1.4&gt; 1.4 &lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.9%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1.1&gt; 1.1 &lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.8%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=7.1&gt; 7.1 &lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.8%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.4&gt; 0.4 &lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.8%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (619)&quot;&gt; Other values (619) &lt;/td&gt;&lt;td&gt;2847&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 78.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3484738859131022956bottom-3484738859131022956extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#3484738859131022956extreme_values-3484738859131022956firstn aria-controls=3484738859131022956extreme_values-3484738859131022956firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#3484738859131022956extreme_values-3484738859131022956lastn aria-controls=3484738859131022956extreme_values-3484738859131022956lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=3484738859131022956extreme_values-3484738859131022956firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;511&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.1&gt; 0.1 &lt;/td&gt;&lt;td&gt;45&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:8.8%&gt; &amp;nbsp; &lt;/div&gt; 1.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.2&gt; 0.2 &lt;/td&gt;&lt;td&gt;66&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:12.9%&gt; &amp;nbsp; &lt;/div&gt; 1.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.3&gt; 0.3 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:6.8%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.4&gt; 0.4 &lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.7%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.5&gt; 0.5 &lt;/td&gt;&lt;td&gt;26&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:5.1%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.6&gt; 0.6 &lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.1%&gt; &amp;nbsp; &lt;/div&gt; 0.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.7&gt; 0.7 &lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.5%&gt; &amp;nbsp; &lt;/div&gt; 0.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.8&gt; 0.8 &lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.9&gt; 0.9 &lt;/td&gt;&lt;td&gt;9&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.8%&gt; &amp;nbsp; &lt;/div&gt; 0.2% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=3484738859131022956extreme_values-3484738859131022956lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=113.7&gt; 113.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=113.2&gt; 113.2 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=113&gt; 113 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=112.4&gt; 112.4 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=110.1&gt; 110.1 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=107.8&gt; 107.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=107.5&gt; 107.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=106.4&gt; 106.4 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=102.7&gt; 102.7 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=99.1&gt; 99.1 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_4397056576075338674&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Precipiation&gt;&lt;a href=#pp_var_4397056576075338674&gt;Precipiation&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 1 fields: Precipiation_5Days&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;ZEROS&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;301&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;8.3%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;13&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.4%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;3.3475131&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;70.2&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;1876&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;51.4%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:02.619226&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 126.74487 \n",
+       "L 205.2 126.74487 \n",
+       "L 205.2 10.8 \n",
+       "L 10.8 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.525878 146.939682) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(68.302658 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(118.652308 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(169.001959 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 126.74487 \n",
+       "L 23.170909 126.74487 \n",
+       "L 23.170909 16.321184 \n",
+       "L 19.636364 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 126.74487 \n",
+       "L 26.705455 126.74487 \n",
+       "L 26.705455 116.4249 \n",
+       "L 23.170909 116.4249 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 126.74487 \n",
+       "L 30.24 126.74487 \n",
+       "L 30.24 119.520891 \n",
+       "L 26.705455 119.520891 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 126.74487 \n",
+       "L 33.774545 126.74487 \n",
+       "L 33.774545 121.001582 \n",
+       "L 30.24 121.001582 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 126.74487 \n",
+       "L 37.309091 126.74487 \n",
+       "L 37.309091 122.841229 \n",
+       "L 33.774545 122.841229 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 126.74487 \n",
+       "L 40.843636 126.74487 \n",
+       "L 40.843636 123.289923 \n",
+       "L 37.309091 123.289923 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 126.74487 \n",
+       "L 44.378182 126.74487 \n",
+       "L 44.378182 124.097573 \n",
+       "L 40.843636 124.097573 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 126.74487 \n",
+       "L 47.912727 126.74487 \n",
+       "L 47.912727 124.277051 \n",
+       "L 44.378182 124.277051 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 126.74487 \n",
+       "L 51.447273 126.74487 \n",
+       "L 51.447273 124.770615 \n",
+       "L 47.912727 124.770615 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 126.74487 \n",
+       "L 54.981818 126.74487 \n",
+       "L 54.981818 124.36679 \n",
+       "L 51.447273 124.36679 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 126.74487 \n",
+       "L 58.516364 126.74487 \n",
+       "L 58.516364 124.456529 \n",
+       "L 54.981818 124.456529 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 126.74487 \n",
+       "L 62.050909 126.74487 \n",
+       "L 62.050909 125.12957 \n",
+       "L 58.516364 125.12957 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 126.74487 \n",
+       "L 65.585455 126.74487 \n",
+       "L 65.585455 125.757743 \n",
+       "L 62.050909 125.757743 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 126.74487 \n",
+       "L 69.12 126.74487 \n",
+       "L 69.12 125.757743 \n",
+       "L 65.585455 125.757743 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 126.74487 \n",
+       "L 72.654545 126.74487 \n",
+       "L 72.654545 126.071829 \n",
+       "L 69.12 126.071829 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 126.74487 \n",
+       "L 76.189091 126.74487 \n",
+       "L 76.189091 126.026959 \n",
+       "L 72.654545 126.026959 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 126.74487 \n",
+       "L 79.723636 126.74487 \n",
+       "L 79.723636 126.026959 \n",
+       "L 76.189091 126.026959 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 126.74487 \n",
+       "L 83.258182 126.74487 \n",
+       "L 83.258182 125.93722 \n",
+       "L 79.723636 125.93722 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 126.74487 \n",
+       "L 86.792727 126.74487 \n",
+       "L 86.792727 126.206437 \n",
+       "L 83.258182 126.206437 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 126.74487 \n",
+       "L 90.327273 126.74487 \n",
+       "L 90.327273 126.296176 \n",
+       "L 86.792727 126.296176 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 126.74487 \n",
+       "L 93.861818 126.74487 \n",
+       "L 93.861818 126.251306 \n",
+       "L 90.327273 126.251306 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 126.74487 \n",
+       "L 97.396364 126.74487 \n",
+       "L 97.396364 126.520523 \n",
+       "L 93.861818 126.520523 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 126.74487 \n",
+       "L 100.930909 126.74487 \n",
+       "L 100.930909 126.520523 \n",
+       "L 97.396364 126.520523 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 126.74487 \n",
+       "L 104.465455 126.74487 \n",
+       "L 104.465455 126.475654 \n",
+       "L 100.930909 126.475654 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 126.74487 \n",
+       "L 108 126.74487 \n",
+       "L 108 126.520523 \n",
+       "L 104.465455 126.520523 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 126.74487 \n",
+       "L 111.534545 126.74487 \n",
+       "L 111.534545 126.655131 \n",
+       "L 108 126.655131 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 126.74487 \n",
+       "L 115.069091 126.74487 \n",
+       "L 115.069091 126.565392 \n",
+       "L 111.534545 126.565392 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 126.74487 \n",
+       "L 118.603636 126.74487 \n",
+       "L 118.603636 126.475654 \n",
+       "L 115.069091 126.475654 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 126.74487 \n",
+       "L 122.138182 126.74487 \n",
+       "L 122.138182 126.610262 \n",
+       "L 118.603636 126.610262 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 126.74487 \n",
+       "L 125.672727 126.74487 \n",
+       "L 125.672727 126.610262 \n",
+       "L 122.138182 126.610262 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 126.74487 \n",
+       "L 129.207273 126.74487 \n",
+       "L 129.207273 126.655131 \n",
+       "L 125.672727 126.655131 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 126.74487 \n",
+       "L 132.741818 126.74487 \n",
+       "L 132.741818 126.655131 \n",
+       "L 129.207273 126.655131 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 126.74487 \n",
+       "L 136.276364 126.74487 \n",
+       "L 136.276364 126.610262 \n",
+       "L 132.741818 126.610262 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 126.74487 \n",
+       "L 139.810909 126.74487 \n",
+       "L 139.810909 126.700001 \n",
+       "L 136.276364 126.700001 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 126.74487 \n",
+       "L 143.345455 126.74487 \n",
+       "L 143.345455 126.74487 \n",
+       "L 139.810909 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 126.74487 \n",
+       "L 146.88 126.74487 \n",
+       "L 146.88 126.74487 \n",
+       "L 143.345455 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 126.74487 \n",
+       "L 150.414545 126.74487 \n",
+       "L 150.414545 126.700001 \n",
+       "L 146.88 126.700001 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 126.74487 \n",
+       "L 153.949091 126.74487 \n",
+       "L 153.949091 126.74487 \n",
+       "L 150.414545 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 126.74487 \n",
+       "L 157.483636 126.74487 \n",
+       "L 157.483636 126.700001 \n",
+       "L 153.949091 126.700001 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 126.74487 \n",
+       "L 161.018182 126.74487 \n",
+       "L 161.018182 126.74487 \n",
+       "L 157.483636 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 126.74487 \n",
+       "L 164.552727 126.74487 \n",
+       "L 164.552727 126.700001 \n",
+       "L 161.018182 126.700001 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 126.74487 \n",
+       "L 168.087273 126.74487 \n",
+       "L 168.087273 126.655131 \n",
+       "L 164.552727 126.655131 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 126.74487 \n",
+       "L 171.621818 126.74487 \n",
+       "L 171.621818 126.74487 \n",
+       "L 168.087273 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 126.74487 \n",
+       "L 175.156364 126.74487 \n",
+       "L 175.156364 126.74487 \n",
+       "L 171.621818 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 126.74487 \n",
+       "L 178.690909 126.74487 \n",
+       "L 178.690909 126.74487 \n",
+       "L 175.156364 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 126.74487 \n",
+       "L 182.225455 126.74487 \n",
+       "L 182.225455 126.700001 \n",
+       "L 178.690909 126.700001 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 126.74487 \n",
+       "L 185.76 126.74487 \n",
+       "L 185.76 126.74487 \n",
+       "L 182.225455 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 126.74487 \n",
+       "L 189.294545 126.74487 \n",
+       "L 189.294545 126.74487 \n",
+       "L 185.76 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 126.74487 \n",
+       "L 192.829091 126.74487 \n",
+       "L 192.829091 126.700001 \n",
+       "L 189.294545 126.700001 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 126.74487 \n",
+       "L 196.363636 126.74487 \n",
+       "L 196.363636 126.700001 \n",
+       "L 192.829091 126.700001 \n",
+       "z\n",
+       "&quot; clip-path=url(#p54e4f7663c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 126.74487 \n",
+       "L 10.8 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 126.74487 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 126.74487 \n",
+       "L 205.2 126.74487 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p54e4f7663c&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=115.94487 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-4397056576075338674, #minifreqtable4397056576075338674&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-4397056576075338674 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#4397056576075338674bottom-4397056576075338674statistics aria-controls=4397056576075338674bottom-4397056576075338674statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4397056576075338674bottom-4397056576075338674histogram aria-controls=4397056576075338674bottom-4397056576075338674histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4397056576075338674bottom-4397056576075338674common_values aria-controls=4397056576075338674bottom-4397056576075338674common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4397056576075338674bottom-4397056576075338674extreme_values aria-controls=4397056576075338674bottom-4397056576075338674extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=4397056576075338674bottom-4397056576075338674statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;3.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;17.61&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;70.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;70.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;3.1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;7.1725899&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;2.1426623&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;15.868127&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;3.3475131&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;3.4652476&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;12181.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;51.446046&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4397056576075338674bottom-4397056576075338674histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:03.739050&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 60.2 177.181052 \n",
+       "L 493.2 177.181052 \n",
+       "L 493.2 10.8 \n",
+       "L 60.2 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(79.743711 199.174566) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(133.851179 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.924735 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(245.998291 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(302.071847 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(358.145403 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(414.21896 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(470.292516 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.639063 180.759958) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 148.566105) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 116.372252) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 84.178399) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 51.984546) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 19.790693) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.641094 119.973729) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 79.881818 177.181052 \n",
+       "L 87.754545 177.181052 \n",
+       "L 87.754545 18.722907 \n",
+       "L 79.881818 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 87.754545 177.181052 \n",
+       "L 95.627273 177.181052 \n",
+       "L 95.627273 162.37188 \n",
+       "L 87.754545 162.37188 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 95.627273 177.181052 \n",
+       "L 103.5 177.181052 \n",
+       "L 103.5 166.814631 \n",
+       "L 95.627273 166.814631 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 103.5 177.181052 \n",
+       "L 111.372727 177.181052 \n",
+       "L 111.372727 168.939426 \n",
+       "L 103.5 168.939426 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 111.372727 177.181052 \n",
+       "L 119.245455 177.181052 \n",
+       "L 119.245455 171.579322 \n",
+       "L 111.372727 171.579322 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 119.245455 177.181052 \n",
+       "L 127.118182 177.181052 \n",
+       "L 127.118182 172.223199 \n",
+       "L 119.245455 172.223199 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 127.118182 177.181052 \n",
+       "L 134.990909 177.181052 \n",
+       "L 134.990909 173.382177 \n",
+       "L 127.118182 173.382177 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 134.990909 177.181052 \n",
+       "L 142.863636 177.181052 \n",
+       "L 142.863636 173.639728 \n",
+       "L 134.990909 173.639728 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 142.863636 177.181052 \n",
+       "L 150.736364 177.181052 \n",
+       "L 150.736364 174.347993 \n",
+       "L 142.863636 174.347993 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 150.736364 177.181052 \n",
+       "L 158.609091 177.181052 \n",
+       "L 158.609091 173.768504 \n",
+       "L 150.736364 173.768504 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 158.609091 177.181052 \n",
+       "L 166.481818 177.181052 \n",
+       "L 166.481818 173.897279 \n",
+       "L 158.609091 173.897279 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 166.481818 177.181052 \n",
+       "L 174.354545 177.181052 \n",
+       "L 174.354545 174.863095 \n",
+       "L 166.481818 174.863095 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 174.354545 177.181052 \n",
+       "L 182.227273 177.181052 \n",
+       "L 182.227273 175.764522 \n",
+       "L 174.354545 175.764522 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 182.227273 177.181052 \n",
+       "L 190.1 177.181052 \n",
+       "L 190.1 175.764522 \n",
+       "L 182.227273 175.764522 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 190.1 177.181052 \n",
+       "L 197.972727 177.181052 \n",
+       "L 197.972727 176.215236 \n",
+       "L 190.1 176.215236 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 197.972727 177.181052 \n",
+       "L 205.845455 177.181052 \n",
+       "L 205.845455 176.150849 \n",
+       "L 197.972727 176.150849 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 205.845455 177.181052 \n",
+       "L 213.718182 177.181052 \n",
+       "L 213.718182 176.150849 \n",
+       "L 205.845455 176.150849 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 213.718182 177.181052 \n",
+       "L 221.590909 177.181052 \n",
+       "L 221.590909 176.022073 \n",
+       "L 213.718182 176.022073 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 221.590909 177.181052 \n",
+       "L 229.463636 177.181052 \n",
+       "L 229.463636 176.408399 \n",
+       "L 221.590909 176.408399 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 229.463636 177.181052 \n",
+       "L 237.336364 177.181052 \n",
+       "L 237.336364 176.537175 \n",
+       "L 229.463636 176.537175 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 237.336364 177.181052 \n",
+       "L 245.209091 177.181052 \n",
+       "L 245.209091 176.472787 \n",
+       "L 237.336364 176.472787 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 245.209091 177.181052 \n",
+       "L 253.081818 177.181052 \n",
+       "L 253.081818 176.859113 \n",
+       "L 245.209091 176.859113 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 253.081818 177.181052 \n",
+       "L 260.954545 177.181052 \n",
+       "L 260.954545 176.859113 \n",
+       "L 253.081818 176.859113 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 260.954545 177.181052 \n",
+       "L 268.827273 177.181052 \n",
+       "L 268.827273 176.794726 \n",
+       "L 260.954545 176.794726 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 268.827273 177.181052 \n",
+       "L 276.7 177.181052 \n",
+       "L 276.7 176.859113 \n",
+       "L 268.827273 176.859113 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 276.7 177.181052 \n",
+       "L 284.572727 177.181052 \n",
+       "L 284.572727 177.052277 \n",
+       "L 276.7 177.052277 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 284.572727 177.181052 \n",
+       "L 292.445455 177.181052 \n",
+       "L 292.445455 176.923501 \n",
+       "L 284.572727 176.923501 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 292.445455 177.181052 \n",
+       "L 300.318182 177.181052 \n",
+       "L 300.318182 176.794726 \n",
+       "L 292.445455 176.794726 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 300.318182 177.181052 \n",
+       "L 308.190909 177.181052 \n",
+       "L 308.190909 176.987889 \n",
+       "L 300.318182 176.987889 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 308.190909 177.181052 \n",
+       "L 316.063636 177.181052 \n",
+       "L 316.063636 176.987889 \n",
+       "L 308.190909 176.987889 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 316.063636 177.181052 \n",
+       "L 323.936364 177.181052 \n",
+       "L 323.936364 177.052277 \n",
+       "L 316.063636 177.052277 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 323.936364 177.181052 \n",
+       "L 331.809091 177.181052 \n",
+       "L 331.809091 177.052277 \n",
+       "L 323.936364 177.052277 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 331.809091 177.181052 \n",
+       "L 339.681818 177.181052 \n",
+       "L 339.681818 176.987889 \n",
+       "L 331.809091 176.987889 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 339.681818 177.181052 \n",
+       "L 347.554545 177.181052 \n",
+       "L 347.554545 177.116664 \n",
+       "L 339.681818 177.116664 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 347.554545 177.181052 \n",
+       "L 355.427273 177.181052 \n",
+       "L 355.427273 177.181052 \n",
+       "L 347.554545 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 355.427273 177.181052 \n",
+       "L 363.3 177.181052 \n",
+       "L 363.3 177.181052 \n",
+       "L 355.427273 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 363.3 177.181052 \n",
+       "L 371.172727 177.181052 \n",
+       "L 371.172727 177.116664 \n",
+       "L 363.3 177.116664 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 371.172727 177.181052 \n",
+       "L 379.045455 177.181052 \n",
+       "L 379.045455 177.181052 \n",
+       "L 371.172727 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 379.045455 177.181052 \n",
+       "L 386.918182 177.181052 \n",
+       "L 386.918182 177.116664 \n",
+       "L 379.045455 177.116664 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 386.918182 177.181052 \n",
+       "L 394.790909 177.181052 \n",
+       "L 394.790909 177.181052 \n",
+       "L 386.918182 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 394.790909 177.181052 \n",
+       "L 402.663636 177.181052 \n",
+       "L 402.663636 177.116664 \n",
+       "L 394.790909 177.116664 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 402.663636 177.181052 \n",
+       "L 410.536364 177.181052 \n",
+       "L 410.536364 177.052277 \n",
+       "L 402.663636 177.052277 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 410.536364 177.181052 \n",
+       "L 418.409091 177.181052 \n",
+       "L 418.409091 177.181052 \n",
+       "L 410.536364 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 418.409091 177.181052 \n",
+       "L 426.281818 177.181052 \n",
+       "L 426.281818 177.181052 \n",
+       "L 418.409091 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 426.281818 177.181052 \n",
+       "L 434.154545 177.181052 \n",
+       "L 434.154545 177.181052 \n",
+       "L 426.281818 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 434.154545 177.181052 \n",
+       "L 442.027273 177.181052 \n",
+       "L 442.027273 177.116664 \n",
+       "L 434.154545 177.116664 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 442.027273 177.181052 \n",
+       "L 449.9 177.181052 \n",
+       "L 449.9 177.181052 \n",
+       "L 442.027273 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.9 177.181052 \n",
+       "L 457.772727 177.181052 \n",
+       "L 457.772727 177.181052 \n",
+       "L 449.9 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.772727 177.181052 \n",
+       "L 465.645455 177.181052 \n",
+       "L 465.645455 177.116664 \n",
+       "L 457.772727 177.116664 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.645455 177.181052 \n",
+       "L 473.518182 177.181052 \n",
+       "L 473.518182 177.116664 \n",
+       "L 465.645455 177.116664 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1c7e4de496) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 60.2 177.181052 \n",
+       "L 60.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 177.181052 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 60.2 177.181052 \n",
+       "L 493.2 177.181052 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 60.2 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1c7e4de496&gt;&lt;rect x=60.2 y=10.8 width=433 height=166.381052 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4397056576075338674bottom-4397056576075338674common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;1876&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 51.4% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.1&gt; 0.1 &lt;/td&gt;&lt;td&gt;124&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:6.6%&gt; &amp;nbsp; &lt;/div&gt; 3.4% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.2&gt; 0.2 &lt;/td&gt;&lt;td&gt;81&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 2.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.3&gt; 0.3 &lt;/td&gt;&lt;td&gt;60&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.2%&gt; &amp;nbsp; &lt;/div&gt; 1.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.5&gt; 0.5 &lt;/td&gt;&lt;td&gt;47&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.5%&gt; &amp;nbsp; &lt;/div&gt; 1.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.4&gt; 0.4 &lt;/td&gt;&lt;td&gt;42&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.2%&gt; &amp;nbsp; &lt;/div&gt; 1.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.6&gt; 0.6 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.9%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1.2&gt; 1.2 &lt;/td&gt;&lt;td&gt;29&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 0.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.8&gt; 0.8 &lt;/td&gt;&lt;td&gt;29&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 0.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.9&gt; 0.9 &lt;/td&gt;&lt;td&gt;29&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 0.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (291)&quot;&gt; Other values (291) &lt;/td&gt;&lt;td&gt;1287&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:68.6%&gt; 35.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4397056576075338674bottom-4397056576075338674extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#4397056576075338674extreme_values-4397056576075338674firstn aria-controls=4397056576075338674extreme_values-4397056576075338674firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4397056576075338674extreme_values-4397056576075338674lastn aria-controls=4397056576075338674extreme_values-4397056576075338674lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=4397056576075338674extreme_values-4397056576075338674firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;1876&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 51.4% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.1&gt; 0.1 &lt;/td&gt;&lt;td&gt;124&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:6.6%&gt; &amp;nbsp; &lt;/div&gt; 3.4% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.2&gt; 0.2 &lt;/td&gt;&lt;td&gt;81&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 2.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.3&gt; 0.3 &lt;/td&gt;&lt;td&gt;60&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:3.2%&gt; &amp;nbsp; &lt;/div&gt; 1.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.4&gt; 0.4 &lt;/td&gt;&lt;td&gt;42&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.2%&gt; &amp;nbsp; &lt;/div&gt; 1.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.5&gt; 0.5 &lt;/td&gt;&lt;td&gt;47&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.5%&gt; &amp;nbsp; &lt;/div&gt; 1.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.6&gt; 0.6 &lt;/td&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.9%&gt; &amp;nbsp; &lt;/div&gt; 1.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.7&gt; 0.7 &lt;/td&gt;&lt;td&gt;26&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.4%&gt; &amp;nbsp; &lt;/div&gt; 0.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.8&gt; 0.8 &lt;/td&gt;&lt;td&gt;29&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 0.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=0.9&gt; 0.9 &lt;/td&gt;&lt;td&gt;29&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:1.5%&gt; &amp;nbsp; &lt;/div&gt; 0.8% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4397056576075338674extreme_values-4397056576075338674lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=70.2&gt; 70.2 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=67.9&gt; 67.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=63.6&gt; 63.6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=58.2&gt; 58.2 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=57.8&gt; 57.8 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=56.9&gt; 56.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=54.5&gt; 54.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=51.9&gt; 51.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=46.5&gt; 46.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=46&gt; 46 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-3714212945038623186&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Wind&gt;&lt;a href=#pp_var_-3714212945038623186&gt;Wind&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;245&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;6.7%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;19&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.5%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;8.0163501&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;2.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;31.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:05.217888&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 126.74487 \n",
+       "L 205.2 126.74487 \n",
+       "L 205.2 10.8 \n",
+       "L 10.8 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(65.651026 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(126.802331 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(187.953637 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 126.74487 \n",
+       "L 23.170909 126.74487 \n",
+       "L 23.170909 118.421477 \n",
+       "L 19.636364 118.421477 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 126.74487 \n",
+       "L 26.705455 126.74487 \n",
+       "L 26.705455 99.000225 \n",
+       "L 23.170909 99.000225 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 126.74487 \n",
+       "L 30.24 126.74487 \n",
+       "L 30.24 58.215598 \n",
+       "L 26.705455 58.215598 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 126.74487 \n",
+       "L 33.774545 126.74487 \n",
+       "L 33.774545 40.736472 \n",
+       "L 30.24 40.736472 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 126.74487 \n",
+       "L 37.309091 126.74487 \n",
+       "L 37.309091 34.355203 \n",
+       "L 33.774545 34.355203 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 126.74487 \n",
+       "L 40.843636 126.74487 \n",
+       "L 40.843636 16.321184 \n",
+       "L 37.309091 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 126.74487 \n",
+       "L 44.378182 126.74487 \n",
+       "L 44.378182 36.852221 \n",
+       "L 40.843636 36.852221 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 126.74487 \n",
+       "L 47.912727 126.74487 \n",
+       "L 47.912727 49.059865 \n",
+       "L 44.378182 49.059865 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 126.74487 \n",
+       "L 51.447273 126.74487 \n",
+       "L 51.447273 68.20367 \n",
+       "L 47.912727 68.20367 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 126.74487 \n",
+       "L 54.981818 126.74487 \n",
+       "L 54.981818 89.567046 \n",
+       "L 51.447273 89.567046 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 126.74487 \n",
+       "L 58.516364 126.74487 \n",
+       "L 58.516364 87.624921 \n",
+       "L 54.981818 87.624921 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 126.74487 \n",
+       "L 62.050909 126.74487 \n",
+       "L 62.050909 97.0581 \n",
+       "L 58.516364 97.0581 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 126.74487 \n",
+       "L 65.585455 126.74487 \n",
+       "L 65.585455 97.612993 \n",
+       "L 62.050909 97.612993 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 126.74487 \n",
+       "L 69.12 126.74487 \n",
+       "L 69.12 103.716815 \n",
+       "L 65.585455 103.716815 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 126.74487 \n",
+       "L 72.654545 126.74487 \n",
+       "L 72.654545 103.439369 \n",
+       "L 69.12 103.439369 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 126.74487 \n",
+       "L 76.189091 126.74487 \n",
+       "L 76.189091 102.884476 \n",
+       "L 72.654545 102.884476 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 126.74487 \n",
+       "L 79.723636 126.74487 \n",
+       "L 79.723636 108.988298 \n",
+       "L 76.189091 108.988298 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 126.74487 \n",
+       "L 83.258182 126.74487 \n",
+       "L 83.258182 110.098083 \n",
+       "L 79.723636 110.098083 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 126.74487 \n",
+       "L 86.792727 126.74487 \n",
+       "L 86.792727 112.595101 \n",
+       "L 83.258182 112.595101 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 126.74487 \n",
+       "L 90.327273 126.74487 \n",
+       "L 90.327273 108.710851 \n",
+       "L 86.792727 108.710851 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 126.74487 \n",
+       "L 93.861818 126.74487 \n",
+       "L 93.861818 112.040208 \n",
+       "L 90.327273 112.040208 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 126.74487 \n",
+       "L 97.396364 126.74487 \n",
+       "L 97.396364 116.479352 \n",
+       "L 93.861818 116.479352 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 126.74487 \n",
+       "L 100.930909 126.74487 \n",
+       "L 100.930909 118.698923 \n",
+       "L 97.396364 118.698923 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 126.74487 \n",
+       "L 104.465455 126.74487 \n",
+       "L 104.465455 116.756798 \n",
+       "L 100.930909 116.756798 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 126.74487 \n",
+       "L 108 126.74487 \n",
+       "L 108 117.589137 \n",
+       "L 104.465455 117.589137 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 126.74487 \n",
+       "L 111.534545 126.74487 \n",
+       "L 111.534545 119.808709 \n",
+       "L 108 119.808709 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 126.74487 \n",
+       "L 115.069091 126.74487 \n",
+       "L 115.069091 119.531263 \n",
+       "L 111.534545 119.531263 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 126.74487 \n",
+       "L 118.603636 126.74487 \n",
+       "L 118.603636 121.195941 \n",
+       "L 115.069091 121.195941 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 126.74487 \n",
+       "L 122.138182 126.74487 \n",
+       "L 122.138182 121.195941 \n",
+       "L 118.603636 121.195941 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 126.74487 \n",
+       "L 125.672727 126.74487 \n",
+       "L 125.672727 123.138066 \n",
+       "L 122.138182 123.138066 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 126.74487 \n",
+       "L 129.207273 126.74487 \n",
+       "L 129.207273 121.473388 \n",
+       "L 125.672727 121.473388 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 126.74487 \n",
+       "L 132.741818 126.74487 \n",
+       "L 132.741818 124.247852 \n",
+       "L 129.207273 124.247852 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 126.74487 \n",
+       "L 136.276364 126.74487 \n",
+       "L 136.276364 123.970406 \n",
+       "L 132.741818 123.970406 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 126.74487 \n",
+       "L 139.810909 126.74487 \n",
+       "L 139.810909 122.86062 \n",
+       "L 136.276364 122.86062 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 126.74487 \n",
+       "L 143.345455 126.74487 \n",
+       "L 143.345455 123.692959 \n",
+       "L 139.810909 123.692959 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 126.74487 \n",
+       "L 146.88 126.74487 \n",
+       "L 146.88 123.970406 \n",
+       "L 143.345455 123.970406 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 126.74487 \n",
+       "L 150.414545 126.74487 \n",
+       "L 150.414545 125.357638 \n",
+       "L 146.88 125.357638 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 126.74487 \n",
+       "L 153.949091 126.74487 \n",
+       "L 153.949091 125.080191 \n",
+       "L 150.414545 125.080191 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 126.74487 \n",
+       "L 157.483636 126.74487 \n",
+       "L 157.483636 125.357638 \n",
+       "L 153.949091 125.357638 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 126.74487 \n",
+       "L 161.018182 126.74487 \n",
+       "L 161.018182 124.525299 \n",
+       "L 157.483636 124.525299 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 126.74487 \n",
+       "L 164.552727 126.74487 \n",
+       "L 164.552727 126.189977 \n",
+       "L 161.018182 126.189977 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 126.74487 \n",
+       "L 168.087273 126.74487 \n",
+       "L 168.087273 126.189977 \n",
+       "L 164.552727 126.189977 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 126.74487 \n",
+       "L 171.621818 126.74487 \n",
+       "L 171.621818 124.525299 \n",
+       "L 168.087273 124.525299 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 126.74487 \n",
+       "L 175.156364 126.74487 \n",
+       "L 175.156364 125.080191 \n",
+       "L 171.621818 125.080191 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 126.74487 \n",
+       "L 178.690909 126.74487 \n",
+       "L 178.690909 125.635084 \n",
+       "L 175.156364 125.635084 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 126.74487 \n",
+       "L 182.225455 126.74487 \n",
+       "L 182.225455 126.74487 \n",
+       "L 178.690909 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 126.74487 \n",
+       "L 185.76 126.74487 \n",
+       "L 185.76 125.357638 \n",
+       "L 182.225455 125.357638 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 126.74487 \n",
+       "L 189.294545 126.74487 \n",
+       "L 189.294545 126.74487 \n",
+       "L 185.76 126.74487 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 126.74487 \n",
+       "L 192.829091 126.74487 \n",
+       "L 192.829091 125.912531 \n",
+       "L 189.294545 125.912531 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 126.74487 \n",
+       "L 196.363636 126.74487 \n",
+       "L 196.363636 126.467424 \n",
+       "L 192.829091 126.467424 \n",
+       "z\n",
+       "&quot; clip-path=url(#p1f406eea9f) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 126.74487 \n",
+       "L 10.8 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 126.74487 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 126.74487 \n",
+       "L 205.2 126.74487 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1f406eea9f&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=115.94487 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--3714212945038623186, #minifreqtable-3714212945038623186&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--3714212945038623186 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3714212945038623186bottom--3714212945038623186statistics aria-controls=-3714212945038623186bottom--3714212945038623186statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3714212945038623186bottom--3714212945038623186histogram aria-controls=-3714212945038623186bottom--3714212945038623186histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3714212945038623186bottom--3714212945038623186common_values aria-controls=-3714212945038623186bottom--3714212945038623186common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3714212945038623186bottom--3714212945038623186extreme_values aria-controls=-3714212945038623186bottom--3714212945038623186extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3714212945038623186bottom--3714212945038623186statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;2.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;3.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;4.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;6.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;9.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;17.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;31.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;28.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;4.6592215&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.58121482&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;3.2904201&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;8.0163501&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;1.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;1.7382597&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;29123.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;21.708345&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3714212945038623186bottom--3714212945038623186histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:06.260781&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 54.62 177.181052 \n",
+       "L 493.2 177.181052 \n",
+       "L 493.2 10.8 \n",
+       "L 54.62 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(113.046602 199.174566) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(180.061326 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(249.042137 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(318.022949 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(387.00376 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(455.984572 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.059063 180.759958) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 140.946354) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 101.13275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 61.319146) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 21.505541) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.622031 119.973729) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 74.555455 177.181052 \n",
+       "L 82.529636 177.181052 \n",
+       "L 82.529636 165.236971 \n",
+       "L 74.555455 165.236971 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 82.529636 177.181052 \n",
+       "L 90.503818 177.181052 \n",
+       "L 90.503818 137.367448 \n",
+       "L 82.529636 137.367448 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 90.503818 177.181052 \n",
+       "L 98.478 177.181052 \n",
+       "L 98.478 78.84145 \n",
+       "L 90.503818 78.84145 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 98.478 177.181052 \n",
+       "L 106.452182 177.181052 \n",
+       "L 106.452182 53.758879 \n",
+       "L 98.478 53.758879 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 106.452182 177.181052 \n",
+       "L 114.426364 177.181052 \n",
+       "L 114.426364 44.60175 \n",
+       "L 106.452182 44.60175 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 114.426364 177.181052 \n",
+       "L 122.400545 177.181052 \n",
+       "L 122.400545 18.722907 \n",
+       "L 114.426364 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 122.400545 177.181052 \n",
+       "L 130.374727 177.181052 \n",
+       "L 130.374727 48.184974 \n",
+       "L 122.400545 48.184974 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 130.374727 177.181052 \n",
+       "L 138.348909 177.181052 \n",
+       "L 138.348909 65.70296 \n",
+       "L 130.374727 65.70296 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 138.348909 177.181052 \n",
+       "L 146.323091 177.181052 \n",
+       "L 146.323091 93.174347 \n",
+       "L 138.348909 93.174347 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 146.323091 177.181052 \n",
+       "L 154.297273 177.181052 \n",
+       "L 154.297273 123.830822 \n",
+       "L 146.323091 123.830822 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 154.297273 177.181052 \n",
+       "L 162.271455 177.181052 \n",
+       "L 162.271455 121.04387 \n",
+       "L 154.297273 121.04387 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 162.271455 177.181052 \n",
+       "L 170.245636 177.181052 \n",
+       "L 170.245636 134.580495 \n",
+       "L 162.271455 134.580495 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 170.245636 177.181052 \n",
+       "L 178.219818 177.181052 \n",
+       "L 178.219818 135.376768 \n",
+       "L 170.245636 135.376768 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 178.219818 177.181052 \n",
+       "L 186.194 177.181052 \n",
+       "L 186.194 144.13576 \n",
+       "L 178.219818 144.13576 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 186.194 177.181052 \n",
+       "L 194.168182 177.181052 \n",
+       "L 194.168182 143.737624 \n",
+       "L 186.194 143.737624 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 194.168182 177.181052 \n",
+       "L 202.142364 177.181052 \n",
+       "L 202.142364 142.941352 \n",
+       "L 194.168182 142.941352 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 202.142364 177.181052 \n",
+       "L 210.116545 177.181052 \n",
+       "L 210.116545 151.700345 \n",
+       "L 202.142364 151.700345 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 210.116545 177.181052 \n",
+       "L 218.090727 177.181052 \n",
+       "L 218.090727 153.292889 \n",
+       "L 210.116545 153.292889 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 218.090727 177.181052 \n",
+       "L 226.064909 177.181052 \n",
+       "L 226.064909 156.876114 \n",
+       "L 218.090727 156.876114 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 226.064909 177.181052 \n",
+       "L 234.039091 177.181052 \n",
+       "L 234.039091 151.302209 \n",
+       "L 226.064909 151.302209 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 234.039091 177.181052 \n",
+       "L 242.013273 177.181052 \n",
+       "L 242.013273 156.079842 \n",
+       "L 234.039091 156.079842 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 242.013273 177.181052 \n",
+       "L 249.987455 177.181052 \n",
+       "L 249.987455 162.450018 \n",
+       "L 242.013273 162.450018 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 249.987455 177.181052 \n",
+       "L 257.961636 177.181052 \n",
+       "L 257.961636 165.635107 \n",
+       "L 249.987455 165.635107 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 257.961636 177.181052 \n",
+       "L 265.935818 177.181052 \n",
+       "L 265.935818 162.848154 \n",
+       "L 257.961636 162.848154 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 265.935818 177.181052 \n",
+       "L 273.91 177.181052 \n",
+       "L 273.91 164.042563 \n",
+       "L 265.935818 164.042563 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 273.91 177.181052 \n",
+       "L 281.884182 177.181052 \n",
+       "L 281.884182 167.227651 \n",
+       "L 273.91 167.227651 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 281.884182 177.181052 \n",
+       "L 289.858364 177.181052 \n",
+       "L 289.858364 166.829515 \n",
+       "L 281.884182 166.829515 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 289.858364 177.181052 \n",
+       "L 297.832545 177.181052 \n",
+       "L 297.832545 169.218331 \n",
+       "L 289.858364 169.218331 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 297.832545 177.181052 \n",
+       "L 305.806727 177.181052 \n",
+       "L 305.806727 169.218331 \n",
+       "L 297.832545 169.218331 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 305.806727 177.181052 \n",
+       "L 313.780909 177.181052 \n",
+       "L 313.780909 172.005283 \n",
+       "L 305.806727 172.005283 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 313.780909 177.181052 \n",
+       "L 321.755091 177.181052 \n",
+       "L 321.755091 169.616467 \n",
+       "L 313.780909 169.616467 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 321.755091 177.181052 \n",
+       "L 329.729273 177.181052 \n",
+       "L 329.729273 173.597828 \n",
+       "L 321.755091 173.597828 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 329.729273 177.181052 \n",
+       "L 337.703455 177.181052 \n",
+       "L 337.703455 173.199692 \n",
+       "L 329.729273 173.199692 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 337.703455 177.181052 \n",
+       "L 345.677636 177.181052 \n",
+       "L 345.677636 171.607147 \n",
+       "L 337.703455 171.607147 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 345.677636 177.181052 \n",
+       "L 353.651818 177.181052 \n",
+       "L 353.651818 172.801556 \n",
+       "L 345.677636 172.801556 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 353.651818 177.181052 \n",
+       "L 361.626 177.181052 \n",
+       "L 361.626 173.199692 \n",
+       "L 353.651818 173.199692 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 361.626 177.181052 \n",
+       "L 369.600182 177.181052 \n",
+       "L 369.600182 175.190372 \n",
+       "L 361.626 175.190372 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 369.600182 177.181052 \n",
+       "L 377.574364 177.181052 \n",
+       "L 377.574364 174.792236 \n",
+       "L 369.600182 174.792236 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 377.574364 177.181052 \n",
+       "L 385.548545 177.181052 \n",
+       "L 385.548545 175.190372 \n",
+       "L 377.574364 175.190372 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 385.548545 177.181052 \n",
+       "L 393.522727 177.181052 \n",
+       "L 393.522727 173.995964 \n",
+       "L 385.548545 173.995964 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 393.522727 177.181052 \n",
+       "L 401.496909 177.181052 \n",
+       "L 401.496909 176.38478 \n",
+       "L 393.522727 176.38478 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 401.496909 177.181052 \n",
+       "L 409.471091 177.181052 \n",
+       "L 409.471091 176.38478 \n",
+       "L 401.496909 176.38478 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 409.471091 177.181052 \n",
+       "L 417.445273 177.181052 \n",
+       "L 417.445273 173.995964 \n",
+       "L 409.471091 173.995964 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 417.445273 177.181052 \n",
+       "L 425.419455 177.181052 \n",
+       "L 425.419455 174.792236 \n",
+       "L 417.445273 174.792236 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 425.419455 177.181052 \n",
+       "L 433.393636 177.181052 \n",
+       "L 433.393636 175.588508 \n",
+       "L 425.419455 175.588508 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 433.393636 177.181052 \n",
+       "L 441.367818 177.181052 \n",
+       "L 441.367818 177.181052 \n",
+       "L 433.393636 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 441.367818 177.181052 \n",
+       "L 449.342 177.181052 \n",
+       "L 449.342 175.190372 \n",
+       "L 441.367818 175.190372 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.342 177.181052 \n",
+       "L 457.316182 177.181052 \n",
+       "L 457.316182 177.181052 \n",
+       "L 449.342 177.181052 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.316182 177.181052 \n",
+       "L 465.290364 177.181052 \n",
+       "L 465.290364 175.986644 \n",
+       "L 457.316182 175.986644 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.290364 177.181052 \n",
+       "L 473.264545 177.181052 \n",
+       "L 473.264545 176.782916 \n",
+       "L 465.290364 176.782916 \n",
+       "z\n",
+       "&quot; clip-path=url(#p59aa86f719) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 54.62 177.181052 \n",
+       "L 54.62 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 177.181052 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 54.62 177.181052 \n",
+       "L 493.2 177.181052 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 54.62 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p59aa86f719&gt;&lt;rect x=54.62 y=10.8 width=438.58 height=166.381052 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3714212945038623186bottom--3714212945038623186common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=5.3&gt; 5.3 &lt;/td&gt;&lt;td&gt;85&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.9%&gt; &amp;nbsp; &lt;/div&gt; 2.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=5.5&gt; 5.5 &lt;/td&gt;&lt;td&gt;83&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.9%&gt; &amp;nbsp; &lt;/div&gt; 2.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=4.8&gt; 4.8 &lt;/td&gt;&lt;td&gt;83&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.9%&gt; &amp;nbsp; &lt;/div&gt; 2.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=5.8&gt; 5.8 &lt;/td&gt;&lt;td&gt;74&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.5%&gt; &amp;nbsp; &lt;/div&gt; 2.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=4.7&gt; 4.7 &lt;/td&gt;&lt;td&gt;73&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.5%&gt; &amp;nbsp; &lt;/div&gt; 2.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=4.6&gt; 4.6 &lt;/td&gt;&lt;td&gt;67&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.3%&gt; &amp;nbsp; &lt;/div&gt; 1.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6.3&gt; 6.3 &lt;/td&gt;&lt;td&gt;67&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.3%&gt; &amp;nbsp; &lt;/div&gt; 1.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3.8&gt; 3.8 &lt;/td&gt;&lt;td&gt;64&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.2%&gt; &amp;nbsp; &lt;/div&gt; 1.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=5.2&gt; 5.2 &lt;/td&gt;&lt;td&gt;63&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.2%&gt; &amp;nbsp; &lt;/div&gt; 1.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=4.5&gt; 4.5 &lt;/td&gt;&lt;td&gt;62&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:2.1%&gt; &amp;nbsp; &lt;/div&gt; 1.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (235)&quot;&gt; Other values (235) &lt;/td&gt;&lt;td&gt;2912&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 79.7% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3714212945038623186bottom--3714212945038623186extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3714212945038623186extreme_values--3714212945038623186firstn aria-controls=-3714212945038623186extreme_values--3714212945038623186firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3714212945038623186extreme_values--3714212945038623186lastn aria-controls=-3714212945038623186extreme_values--3714212945038623186lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3714212945038623186extreme_values--3714212945038623186firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=2.2&gt; 2.2 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:11.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.3&gt; 2.3 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:11.1%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.4&gt; 2.4 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:5.6%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.5&gt; 2.5 &lt;/td&gt;&lt;td&gt;7&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:38.9%&gt; &amp;nbsp; &lt;/div&gt; 0.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.6&gt; 2.6 &lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:44.4%&gt; 0.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.7&gt; 2.7 &lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:55.6%&gt; 0.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.8&gt; 2.8 &lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:16.7%&gt; &amp;nbsp; &lt;/div&gt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2.9&gt; 2.9 &lt;/td&gt;&lt;td&gt;14&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:77.8%&gt; 0.4% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3&gt; 3 &lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 0.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3.1&gt; 3.1 &lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3714212945038623186extreme_values--3714212945038623186lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=31.1&gt; 31.1 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30.5&gt; 30.5 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30.3&gt; 30.3 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30&gt; 30 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=29.1&gt; 29.1 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28.9&gt; 28.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28.8&gt; 28.8 &lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28.2&gt; 28.2 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28&gt; 28 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27.9&gt; 27.9 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_6570671994383926719&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Holiday&gt;&lt;a href=#pp_var_6570671994383926719&gt;Holiday&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 1 fields: Special_Event&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;IMBALANCE&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; 0 &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 3502&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; 1 &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:4.3% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 149 &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; 6 &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:0.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 1 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-6570671994383926719, #minifreqtable6570671994383926719&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-6570671994383926719 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#6570671994383926719bottom-6570671994383926719overview aria-controls=6570671994383926719bottom-6570671994383926719overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#6570671994383926719bottom-6570671994383926719string aria-controls=6570671994383926719bottom-6570671994383926719string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#6570671994383926719bottom-6570671994383926719word aria-controls=6570671994383926719bottom-6570671994383926719word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#6570671994383926719bottom-6570671994383926719characters aria-controls=6570671994383926719bottom-6570671994383926719characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=6570671994383926719bottom-6570671994383926719overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;3652&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;1 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;&lt; 0.1%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=6570671994383926719bottom-6570671994383926719string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;149&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:07.118440&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 493.2 175.208224 \n",
+       "L 493.2 10.8 \n",
+       "L 60.2 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(116.159044 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-2e transform=scale(0.015625) d=&quot;M 581 0 \n",
+       "L 581 641 \n",
+       "L 1222 641 \n",
+       "L 1222 0 \n",
+       "L 581 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-36 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.886317 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-38 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(273.613589 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(352.340862 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-32 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(431.068135 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-34 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.639063 178.78713) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 157.349663) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 135.912196) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 114.474728) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 93.037261) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 71.599794) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 50.162327) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 28.724859) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.641094 118.987315) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 79.881818 175.208224 \n",
+       "L 473.518182 175.208224 \n",
+       "L 473.518182 18.628963 \n",
+       "L 79.881818 18.628963 \n",
+       "z\n",
+       "&quot; clip-path=url(#pfd6743563d) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 60.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 493.2 175.208224 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 493.2 175.208224 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 60.2 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pfd6743563d&gt;&lt;rect x=60.2 y=10.8 width=433 height=164.408224 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=212.4333pt viewbox=&quot;0 0 405 212.4333&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:07.776127&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 212.4333 \n",
+       "L 405 212.4333 \n",
+       "L 405 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
+       "L 381.756736 108.84 \n",
+       "L 381.756736 16.44 \n",
+       "L 7.2 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#p4169787a0f) style=&quot;fill: #4c72b0; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 381.756736 108.84 \n",
+       "L 397.693045 108.84 \n",
+       "L 397.693045 16.44 \n",
+       "L 381.756736 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#p4169787a0f) style=&quot;fill: #dd8452; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 397.693045 108.84 \n",
+       "L 397.8 108.84 \n",
+       "L 397.8 16.44 \n",
+       "L 397.693045 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#p4169787a0f) style=&quot;fill: #55a868; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(174.064118 58.567725) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=Arial-BoldMT-39 transform=scale(0.015625) d=&quot;M 291 1059 \n",
+       "L 1141 1153 \n",
+       "Q 1172 894 1303 769 \n",
+       "Q 1434 644 1650 644 \n",
+       "Q 1922 644 2112 894 \n",
+       "Q 2303 1144 2356 1931 \n",
+       "Q 2025 1547 1528 1547 \n",
+       "Q 988 1547 595 1964 \n",
+       "Q 203 2381 203 3050 \n",
+       "Q 203 3747 617 4173 \n",
+       "Q 1031 4600 1672 4600 \n",
+       "Q 2369 4600 2816 4061 \n",
+       "Q 3263 3522 3263 2288 \n",
+       "Q 3263 1031 2797 475 \n",
+       "Q 2331 -81 1584 -81 \n",
+       "Q 1047 -81 715 205 \n",
+       "Q 384 491 291 1059 \n",
+       "z\n",
+       "M 2278 2978 \n",
+       "Q 2278 3403 2083 3637 \n",
+       "Q 1888 3872 1631 3872 \n",
+       "Q 1388 3872 1227 3680 \n",
+       "Q 1066 3488 1066 3050 \n",
+       "Q 1066 2606 1241 2398 \n",
+       "Q 1416 2191 1678 2191 \n",
+       "Q 1931 2191 2104 2391 \n",
+       "Q 2278 2591 2278 2978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-35 transform=scale(0.015625) d=&quot;M 284 1178 \n",
+       "L 1159 1269 \n",
+       "Q 1197 972 1381 798 \n",
+       "Q 1566 625 1806 625 \n",
+       "Q 2081 625 2272 848 \n",
+       "Q 2463 1072 2463 1522 \n",
+       "Q 2463 1944 2273 2155 \n",
+       "Q 2084 2366 1781 2366 \n",
+       "Q 1403 2366 1103 2031 \n",
+       "L 391 2134 \n",
+       "L 841 4519 \n",
+       "L 3163 4519 \n",
+       "L 3163 3697 \n",
+       "L 1506 3697 \n",
+       "L 1369 2919 \n",
+       "Q 1663 3066 1969 3066 \n",
+       "Q 2553 3066 2959 2641 \n",
+       "Q 3366 2216 3366 1538 \n",
+       "Q 3366 972 3038 528 \n",
+       "Q 2591 -78 1797 -78 \n",
+       "Q 1163 -78 763 262 \n",
+       "Q 363 603 284 1178 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-2e transform=scale(0.015625) d=&quot;M 459 0 \n",
+       "L 459 878 \n",
+       "L 1338 878 \n",
+       "L 1338 0 \n",
+       "L 459 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-25 transform=scale(0.015625) d=&quot;M 278 3450 \n",
+       "Q 278 4066 548 4362 \n",
+       "Q 819 4659 1281 4659 \n",
+       "Q 1759 4659 2029 4364 \n",
+       "Q 2300 4069 2300 3450 \n",
+       "Q 2300 2834 2029 2537 \n",
+       "Q 1759 2241 1297 2241 \n",
+       "Q 819 2241 548 2536 \n",
+       "Q 278 2831 278 3450 \n",
+       "z\n",
+       "M 963 3456 \n",
+       "Q 963 3009 1066 2856 \n",
+       "Q 1144 2744 1281 2744 \n",
+       "Q 1422 2744 1500 2856 \n",
+       "Q 1600 3009 1600 3456 \n",
+       "Q 1600 3903 1500 4053 \n",
+       "Q 1422 4169 1281 4169 \n",
+       "Q 1144 4169 1066 4056 \n",
+       "Q 963 3903 963 3456 \n",
+       "z\n",
+       "M 1950 -175 \n",
+       "L 1300 -175 \n",
+       "L 3741 4659 \n",
+       "L 4372 4659 \n",
+       "L 1950 -175 \n",
+       "z\n",
+       "M 3369 1028 \n",
+       "Q 3369 1644 3639 1941 \n",
+       "Q 3909 2238 4378 2238 \n",
+       "Q 4850 2238 5120 1941 \n",
+       "Q 5391 1644 5391 1028 \n",
+       "Q 5391 409 5120 112 \n",
+       "Q 4850 -184 4388 -184 \n",
+       "Q 3909 -184 3639 112 \n",
+       "Q 3369 409 3369 1028 \n",
+       "z\n",
+       "M 4053 1031 \n",
+       "Q 4053 584 4156 434 \n",
+       "Q 4234 319 4372 319 \n",
+       "Q 4513 319 4588 431 \n",
+       "Q 4691 584 4691 1031 \n",
+       "Q 4691 1478 4591 1631 \n",
+       "Q 4513 1744 4372 1744 \n",
+       "Q 4231 1744 4156 1631 \n",
+       "Q 4053 1478 4053 1031 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#Arial-BoldMT-39 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=55.615234 /&gt;&lt;use xlink:href=#Arial-BoldMT-2e x=111.230469 /&gt;&lt;use xlink:href=#Arial-BoldMT-39 x=139.013672 /&gt;&lt;use xlink:href=#Arial-BoldMT-25 x=194.628906 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(173.668118 73.988775) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=Arial-BoldMT-28 transform=scale(0.015625) d=&quot;M 1916 -1347 \n",
+       "L 1313 -1347 \n",
+       "Q 834 -625 584 153 \n",
+       "Q 334 931 334 1659 \n",
+       "Q 334 2563 644 3369 \n",
+       "Q 913 4069 1325 4659 \n",
+       "L 1925 4659 \n",
+       "Q 1497 3713 1336 3048 \n",
+       "Q 1175 2384 1175 1641 \n",
+       "Q 1175 1128 1270 590 \n",
+       "Q 1366 53 1531 -431 \n",
+       "Q 1641 -750 1916 -1347 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-33 transform=scale(0.015625) d=&quot;M 241 1216 \n",
+       "L 1091 1319 \n",
+       "Q 1131 994 1309 822 \n",
+       "Q 1488 650 1741 650 \n",
+       "Q 2013 650 2198 856 \n",
+       "Q 2384 1063 2384 1413 \n",
+       "Q 2384 1744 2206 1937 \n",
+       "Q 2028 2131 1772 2131 \n",
+       "Q 1603 2131 1369 2066 \n",
+       "L 1466 2781 \n",
+       "Q 1822 2772 2009 2936 \n",
+       "Q 2197 3100 2197 3372 \n",
+       "Q 2197 3603 2059 3740 \n",
+       "Q 1922 3878 1694 3878 \n",
+       "Q 1469 3878 1309 3722 \n",
+       "Q 1150 3566 1116 3266 \n",
+       "L 306 3403 \n",
+       "Q 391 3819 561 4067 \n",
+       "Q 731 4316 1036 4458 \n",
+       "Q 1341 4600 1719 4600 \n",
+       "Q 2366 4600 2756 4188 \n",
+       "Q 3078 3850 3078 3425 \n",
+       "Q 3078 2822 2419 2463 \n",
+       "Q 2813 2378 3048 2084 \n",
+       "Q 3284 1791 3284 1375 \n",
+       "Q 3284 772 2843 347 \n",
+       "Q 2403 -78 1747 -78 \n",
+       "Q 1125 -78 715 280 \n",
+       "Q 306 638 241 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-30 transform=scale(0.015625) d=&quot;M 1756 4600 \n",
+       "Q 2422 4600 2797 4125 \n",
+       "Q 3244 3563 3244 2259 \n",
+       "Q 3244 959 2794 391 \n",
+       "Q 2422 -78 1756 -78 \n",
+       "Q 1088 -78 678 436 \n",
+       "Q 269 950 269 2269 \n",
+       "Q 269 3563 719 4131 \n",
+       "Q 1091 4600 1756 4600 \n",
+       "z\n",
+       "M 1756 3872 \n",
+       "Q 1597 3872 1472 3770 \n",
+       "Q 1347 3669 1278 3406 \n",
+       "Q 1188 3066 1188 2259 \n",
+       "Q 1188 1453 1269 1151 \n",
+       "Q 1350 850 1473 750 \n",
+       "Q 1597 650 1756 650 \n",
+       "Q 1916 650 2041 751 \n",
+       "Q 2166 853 2234 1116 \n",
+       "Q 2325 1453 2325 2259 \n",
+       "Q 2325 3066 2244 3367 \n",
+       "Q 2163 3669 2039 3770 \n",
+       "Q 1916 3872 1756 3872 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-32 transform=scale(0.015625) d=&quot;M 3238 816 \n",
+       "L 3238 0 \n",
+       "L 159 0 \n",
+       "Q 209 463 459 877 \n",
+       "Q 709 1291 1447 1975 \n",
+       "Q 2041 2528 2175 2725 \n",
+       "Q 2356 2997 2356 3263 \n",
+       "Q 2356 3556 2198 3714 \n",
+       "Q 2041 3872 1763 3872 \n",
+       "Q 1488 3872 1325 3706 \n",
+       "Q 1163 3541 1138 3156 \n",
+       "L 263 3244 \n",
+       "Q 341 3969 753 4284 \n",
+       "Q 1166 4600 1784 4600 \n",
+       "Q 2463 4600 2850 4234 \n",
+       "Q 3238 3869 3238 3325 \n",
+       "Q 3238 3016 3127 2736 \n",
+       "Q 3016 2456 2775 2150 \n",
+       "Q 2616 1947 2200 1565 \n",
+       "Q 1784 1184 1673 1059 \n",
+       "Q 1563 934 1494 816 \n",
+       "L 3238 816 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-29 transform=scale(0.015625) d=&quot;M 216 -1347 \n",
+       "Q 475 -791 581 -494 \n",
+       "Q 688 -197 778 190 \n",
+       "Q 869 578 912 926 \n",
+       "Q 956 1275 956 1641 \n",
+       "Q 956 2384 797 3048 \n",
+       "Q 638 3713 209 4659 \n",
+       "L 806 4659 \n",
+       "Q 1278 3988 1539 3234 \n",
+       "Q 1800 2481 1800 1706 \n",
+       "Q 1800 1053 1594 306 \n",
+       "Q 1359 -531 822 -1347 \n",
+       "L 216 -1347 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#Arial-BoldMT-28 /&gt;&lt;use xlink:href=#Arial-BoldMT-33 x=33.300781 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=88.916016 /&gt;&lt;use xlink:href=#Arial-BoldMT-30 x=144.53125 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=200.146484 /&gt;&lt;use xlink:href=#Arial-BoldMT-29 x=255.761719 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 19.296 205.2333 \n",
+       "L 84.2013 205.2333 \n",
+       "Q 87.6573 205.2333 87.6573 201.7773 \n",
+       "L 87.6573 130.176 \n",
+       "Q 87.6573 126.72 84.2013 126.72 \n",
+       "L 19.296 126.72 \n",
+       "Q 15.84 126.72 15.84 130.176 \n",
+       "L 15.84 201.7773 \n",
+       "Q 15.84 205.2333 19.296 205.2333 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 22.752 146.0007 \n",
+       "L 57.312 146.0007 \n",
+       "L 57.312 133.9047 \n",
+       "L 22.752 133.9047 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #4c72b0; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.0007) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 22.752 170.4438 \n",
+       "L 57.312 170.4438 \n",
+       "L 57.312 158.3478 \n",
+       "L 22.752 158.3478 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #dd8452; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 170.4438) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 22.752 194.8869 \n",
+       "L 57.312 194.8869 \n",
+       "L 57.312 182.7909 \n",
+       "L 22.752 182.7909 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #55a868; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 194.8869) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p4169787a0f&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=6570671994383926719bottom-6570671994383926719word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;149&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=6570671994383926719bottom-6570671994383926719characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#6570671994383926719unicode-6570671994383926719characters aria-controls=6570671994383926719unicode-6570671994383926719characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#6570671994383926719unicode-6570671994383926719categories aria-controls=6570671994383926719unicode-6570671994383926719categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#6570671994383926719unicode-6570671994383926719scripts aria-controls=6570671994383926719unicode-6570671994383926719scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#6570671994383926719unicode-6570671994383926719blocks aria-controls=6570671994383926719unicode-6570671994383926719blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=6570671994383926719unicode-6570671994383926719characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;149&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=6570671994383926719unicode-6570671994383926719categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Decimal Number&quot;&gt; Decimal Number &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Decimal Number&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;149&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=6570671994383926719unicode-6570671994383926719scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Common&gt; Common &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Common&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;149&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=6570671994383926719unicode-6570671994383926719blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;149&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-2550652239582785048&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Special_Event&gt;&lt;a href=#pp_var_-2550652239582785048&gt;Special_Event&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 1 fields: Holiday&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;IMBALANCE&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; 0 &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 3502&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; 1 &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:4.3% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; &amp;nbsp; &lt;/div&gt; 150 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--2550652239582785048, #minifreqtable-2550652239582785048&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--2550652239582785048 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-2550652239582785048bottom--2550652239582785048overview aria-controls=-2550652239582785048bottom--2550652239582785048overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-2550652239582785048bottom--2550652239582785048string aria-controls=-2550652239582785048bottom--2550652239582785048string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-2550652239582785048bottom--2550652239582785048word aria-controls=-2550652239582785048bottom--2550652239582785048word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-2550652239582785048bottom--2550652239582785048characters aria-controls=-2550652239582785048bottom--2550652239582785048characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-2550652239582785048bottom--2550652239582785048overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;3652&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-2550652239582785048bottom--2550652239582785048string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;150&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:08.158020&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 493.2 175.208224 \n",
+       "L 493.2 10.8 \n",
+       "L 60.2 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(116.159044 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-2e transform=scale(0.015625) d=&quot;M 581 0 \n",
+       "L 581 641 \n",
+       "L 1222 641 \n",
+       "L 1222 0 \n",
+       "L 581 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-36 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.886317 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-38 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(273.613589 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(352.340862 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-32 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(431.068135 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-34 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.639063 178.78713) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 157.349663) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 135.912196) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 114.474728) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 93.037261) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 71.599794) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 50.162327) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 28.724859) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.641094 118.987315) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 79.881818 175.208224 \n",
+       "L 473.518182 175.208224 \n",
+       "L 473.518182 18.628963 \n",
+       "L 79.881818 18.628963 \n",
+       "z\n",
+       "&quot; clip-path=url(#pdb42b6fbbb) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 60.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 493.2 175.208224 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 493.2 175.208224 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 60.2 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pdb42b6fbbb&gt;&lt;rect x=60.2 y=10.8 width=433 height=164.408224 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=187.9902pt viewbox=&quot;0 0 405 187.9902&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:08.676634&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 187.9902 \n",
+       "L 405 187.9902 \n",
+       "L 405 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
+       "L 381.756736 108.84 \n",
+       "L 381.756736 16.44 \n",
+       "L 7.2 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#pb72bcd4cbb) style=&quot;fill: #4c72b0; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 381.756736 108.84 \n",
+       "L 397.8 108.84 \n",
+       "L 397.8 16.44 \n",
+       "L 381.756736 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#pb72bcd4cbb) style=&quot;fill: #dd8452; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(174.064118 58.567725) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=Arial-BoldMT-39 transform=scale(0.015625) d=&quot;M 291 1059 \n",
+       "L 1141 1153 \n",
+       "Q 1172 894 1303 769 \n",
+       "Q 1434 644 1650 644 \n",
+       "Q 1922 644 2112 894 \n",
+       "Q 2303 1144 2356 1931 \n",
+       "Q 2025 1547 1528 1547 \n",
+       "Q 988 1547 595 1964 \n",
+       "Q 203 2381 203 3050 \n",
+       "Q 203 3747 617 4173 \n",
+       "Q 1031 4600 1672 4600 \n",
+       "Q 2369 4600 2816 4061 \n",
+       "Q 3263 3522 3263 2288 \n",
+       "Q 3263 1031 2797 475 \n",
+       "Q 2331 -81 1584 -81 \n",
+       "Q 1047 -81 715 205 \n",
+       "Q 384 491 291 1059 \n",
+       "z\n",
+       "M 2278 2978 \n",
+       "Q 2278 3403 2083 3637 \n",
+       "Q 1888 3872 1631 3872 \n",
+       "Q 1388 3872 1227 3680 \n",
+       "Q 1066 3488 1066 3050 \n",
+       "Q 1066 2606 1241 2398 \n",
+       "Q 1416 2191 1678 2191 \n",
+       "Q 1931 2191 2104 2391 \n",
+       "Q 2278 2591 2278 2978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-35 transform=scale(0.015625) d=&quot;M 284 1178 \n",
+       "L 1159 1269 \n",
+       "Q 1197 972 1381 798 \n",
+       "Q 1566 625 1806 625 \n",
+       "Q 2081 625 2272 848 \n",
+       "Q 2463 1072 2463 1522 \n",
+       "Q 2463 1944 2273 2155 \n",
+       "Q 2084 2366 1781 2366 \n",
+       "Q 1403 2366 1103 2031 \n",
+       "L 391 2134 \n",
+       "L 841 4519 \n",
+       "L 3163 4519 \n",
+       "L 3163 3697 \n",
+       "L 1506 3697 \n",
+       "L 1369 2919 \n",
+       "Q 1663 3066 1969 3066 \n",
+       "Q 2553 3066 2959 2641 \n",
+       "Q 3366 2216 3366 1538 \n",
+       "Q 3366 972 3038 528 \n",
+       "Q 2591 -78 1797 -78 \n",
+       "Q 1163 -78 763 262 \n",
+       "Q 363 603 284 1178 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-2e transform=scale(0.015625) d=&quot;M 459 0 \n",
+       "L 459 878 \n",
+       "L 1338 878 \n",
+       "L 1338 0 \n",
+       "L 459 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-25 transform=scale(0.015625) d=&quot;M 278 3450 \n",
+       "Q 278 4066 548 4362 \n",
+       "Q 819 4659 1281 4659 \n",
+       "Q 1759 4659 2029 4364 \n",
+       "Q 2300 4069 2300 3450 \n",
+       "Q 2300 2834 2029 2537 \n",
+       "Q 1759 2241 1297 2241 \n",
+       "Q 819 2241 548 2536 \n",
+       "Q 278 2831 278 3450 \n",
+       "z\n",
+       "M 963 3456 \n",
+       "Q 963 3009 1066 2856 \n",
+       "Q 1144 2744 1281 2744 \n",
+       "Q 1422 2744 1500 2856 \n",
+       "Q 1600 3009 1600 3456 \n",
+       "Q 1600 3903 1500 4053 \n",
+       "Q 1422 4169 1281 4169 \n",
+       "Q 1144 4169 1066 4056 \n",
+       "Q 963 3903 963 3456 \n",
+       "z\n",
+       "M 1950 -175 \n",
+       "L 1300 -175 \n",
+       "L 3741 4659 \n",
+       "L 4372 4659 \n",
+       "L 1950 -175 \n",
+       "z\n",
+       "M 3369 1028 \n",
+       "Q 3369 1644 3639 1941 \n",
+       "Q 3909 2238 4378 2238 \n",
+       "Q 4850 2238 5120 1941 \n",
+       "Q 5391 1644 5391 1028 \n",
+       "Q 5391 409 5120 112 \n",
+       "Q 4850 -184 4388 -184 \n",
+       "Q 3909 -184 3639 112 \n",
+       "Q 3369 409 3369 1028 \n",
+       "z\n",
+       "M 4053 1031 \n",
+       "Q 4053 584 4156 434 \n",
+       "Q 4234 319 4372 319 \n",
+       "Q 4513 319 4588 431 \n",
+       "Q 4691 584 4691 1031 \n",
+       "Q 4691 1478 4591 1631 \n",
+       "Q 4513 1744 4372 1744 \n",
+       "Q 4231 1744 4156 1631 \n",
+       "Q 4053 1478 4053 1031 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#Arial-BoldMT-39 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=55.615234 /&gt;&lt;use xlink:href=#Arial-BoldMT-2e x=111.230469 /&gt;&lt;use xlink:href=#Arial-BoldMT-39 x=139.013672 /&gt;&lt;use xlink:href=#Arial-BoldMT-25 x=194.628906 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(173.668118 73.988775) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=Arial-BoldMT-28 transform=scale(0.015625) d=&quot;M 1916 -1347 \n",
+       "L 1313 -1347 \n",
+       "Q 834 -625 584 153 \n",
+       "Q 334 931 334 1659 \n",
+       "Q 334 2563 644 3369 \n",
+       "Q 913 4069 1325 4659 \n",
+       "L 1925 4659 \n",
+       "Q 1497 3713 1336 3048 \n",
+       "Q 1175 2384 1175 1641 \n",
+       "Q 1175 1128 1270 590 \n",
+       "Q 1366 53 1531 -431 \n",
+       "Q 1641 -750 1916 -1347 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-33 transform=scale(0.015625) d=&quot;M 241 1216 \n",
+       "L 1091 1319 \n",
+       "Q 1131 994 1309 822 \n",
+       "Q 1488 650 1741 650 \n",
+       "Q 2013 650 2198 856 \n",
+       "Q 2384 1063 2384 1413 \n",
+       "Q 2384 1744 2206 1937 \n",
+       "Q 2028 2131 1772 2131 \n",
+       "Q 1603 2131 1369 2066 \n",
+       "L 1466 2781 \n",
+       "Q 1822 2772 2009 2936 \n",
+       "Q 2197 3100 2197 3372 \n",
+       "Q 2197 3603 2059 3740 \n",
+       "Q 1922 3878 1694 3878 \n",
+       "Q 1469 3878 1309 3722 \n",
+       "Q 1150 3566 1116 3266 \n",
+       "L 306 3403 \n",
+       "Q 391 3819 561 4067 \n",
+       "Q 731 4316 1036 4458 \n",
+       "Q 1341 4600 1719 4600 \n",
+       "Q 2366 4600 2756 4188 \n",
+       "Q 3078 3850 3078 3425 \n",
+       "Q 3078 2822 2419 2463 \n",
+       "Q 2813 2378 3048 2084 \n",
+       "Q 3284 1791 3284 1375 \n",
+       "Q 3284 772 2843 347 \n",
+       "Q 2403 -78 1747 -78 \n",
+       "Q 1125 -78 715 280 \n",
+       "Q 306 638 241 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-30 transform=scale(0.015625) d=&quot;M 1756 4600 \n",
+       "Q 2422 4600 2797 4125 \n",
+       "Q 3244 3563 3244 2259 \n",
+       "Q 3244 959 2794 391 \n",
+       "Q 2422 -78 1756 -78 \n",
+       "Q 1088 -78 678 436 \n",
+       "Q 269 950 269 2269 \n",
+       "Q 269 3563 719 4131 \n",
+       "Q 1091 4600 1756 4600 \n",
+       "z\n",
+       "M 1756 3872 \n",
+       "Q 1597 3872 1472 3770 \n",
+       "Q 1347 3669 1278 3406 \n",
+       "Q 1188 3066 1188 2259 \n",
+       "Q 1188 1453 1269 1151 \n",
+       "Q 1350 850 1473 750 \n",
+       "Q 1597 650 1756 650 \n",
+       "Q 1916 650 2041 751 \n",
+       "Q 2166 853 2234 1116 \n",
+       "Q 2325 1453 2325 2259 \n",
+       "Q 2325 3066 2244 3367 \n",
+       "Q 2163 3669 2039 3770 \n",
+       "Q 1916 3872 1756 3872 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-32 transform=scale(0.015625) d=&quot;M 3238 816 \n",
+       "L 3238 0 \n",
+       "L 159 0 \n",
+       "Q 209 463 459 877 \n",
+       "Q 709 1291 1447 1975 \n",
+       "Q 2041 2528 2175 2725 \n",
+       "Q 2356 2997 2356 3263 \n",
+       "Q 2356 3556 2198 3714 \n",
+       "Q 2041 3872 1763 3872 \n",
+       "Q 1488 3872 1325 3706 \n",
+       "Q 1163 3541 1138 3156 \n",
+       "L 263 3244 \n",
+       "Q 341 3969 753 4284 \n",
+       "Q 1166 4600 1784 4600 \n",
+       "Q 2463 4600 2850 4234 \n",
+       "Q 3238 3869 3238 3325 \n",
+       "Q 3238 3016 3127 2736 \n",
+       "Q 3016 2456 2775 2150 \n",
+       "Q 2616 1947 2200 1565 \n",
+       "Q 1784 1184 1673 1059 \n",
+       "Q 1563 934 1494 816 \n",
+       "L 3238 816 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-29 transform=scale(0.015625) d=&quot;M 216 -1347 \n",
+       "Q 475 -791 581 -494 \n",
+       "Q 688 -197 778 190 \n",
+       "Q 869 578 912 926 \n",
+       "Q 956 1275 956 1641 \n",
+       "Q 956 2384 797 3048 \n",
+       "Q 638 3713 209 4659 \n",
+       "L 806 4659 \n",
+       "Q 1278 3988 1539 3234 \n",
+       "Q 1800 2481 1800 1706 \n",
+       "Q 1800 1053 1594 306 \n",
+       "Q 1359 -531 822 -1347 \n",
+       "L 216 -1347 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#Arial-BoldMT-28 /&gt;&lt;use xlink:href=#Arial-BoldMT-33 x=33.300781 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=88.916016 /&gt;&lt;use xlink:href=#Arial-BoldMT-30 x=144.53125 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=200.146484 /&gt;&lt;use xlink:href=#Arial-BoldMT-29 x=255.761719 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 19.296 180.7902 \n",
+       "L 84.2013 180.7902 \n",
+       "Q 87.6573 180.7902 87.6573 177.3342 \n",
+       "L 87.6573 130.176 \n",
+       "Q 87.6573 126.72 84.2013 126.72 \n",
+       "L 19.296 126.72 \n",
+       "Q 15.84 126.72 15.84 130.176 \n",
+       "L 15.84 177.3342 \n",
+       "Q 15.84 180.7902 19.296 180.7902 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 22.752 146.0007 \n",
+       "L 57.312 146.0007 \n",
+       "L 57.312 133.9047 \n",
+       "L 22.752 133.9047 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #4c72b0; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.0007) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 22.752 170.4438 \n",
+       "L 57.312 170.4438 \n",
+       "L 57.312 158.3478 \n",
+       "L 22.752 158.3478 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #dd8452; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 170.4438) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pb72bcd4cbb&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-2550652239582785048bottom--2550652239582785048word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;150&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-2550652239582785048bottom--2550652239582785048characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-2550652239582785048unicode--2550652239582785048characters aria-controls=-2550652239582785048unicode--2550652239582785048characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-2550652239582785048unicode--2550652239582785048categories aria-controls=-2550652239582785048unicode--2550652239582785048categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-2550652239582785048unicode--2550652239582785048scripts aria-controls=-2550652239582785048unicode--2550652239582785048scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-2550652239582785048unicode--2550652239582785048blocks aria-controls=-2550652239582785048unicode--2550652239582785048blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-2550652239582785048unicode--2550652239582785048characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;150&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-2550652239582785048unicode--2550652239582785048categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Decimal Number&quot;&gt; Decimal Number &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Decimal Number&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;150&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-2550652239582785048unicode--2550652239582785048scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Common&gt; Common &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Common&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;150&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-2550652239582785048unicode--2550652239582785048blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;3502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 95.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;150&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.3%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-1439237529314316622&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Year&gt;&lt;a href=#pp_var_-1439237529314316622&gt;Year&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;0.3%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;2010.4997&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;2006&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;2015&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:09.041386&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 12.068635 120.380909 \n",
+       "L 205.2 120.380909 \n",
+       "L 205.2 10.8 \n",
+       "L 12.068635 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(16.018236 150.012944) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(55.034673 150.012944) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.051111 150.012944) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(133.067548 150.012944) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(172.083985 150.012944) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 20.847333 120.380909 \n",
+       "L 38.40473 120.380909 \n",
+       "L 38.40473 16.303283 \n",
+       "L 20.847333 16.303283 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa7e15a2f6b) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 38.40473 120.380909 \n",
+       "L 55.962127 120.380909 \n",
+       "L 55.962127 16.303283 \n",
+       "L 38.40473 16.303283 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa7e15a2f6b) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 55.962127 120.380909 \n",
+       "L 73.519524 120.380909 \n",
+       "L 73.519524 16.018139 \n",
+       "L 55.962127 16.018139 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa7e15a2f6b) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 73.519524 120.380909 \n",
+       "L 91.076921 120.380909 \n",
+       "L 91.076921 16.303283 \n",
+       "L 73.519524 16.303283 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa7e15a2f6b) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 91.076921 120.380909 \n",
+       "L 108.634317 120.380909 \n",
+       "L 108.634317 16.303283 \n",
+       "L 91.076921 16.303283 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa7e15a2f6b) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 108.634317 120.380909 \n",
+       "L 126.191714 120.380909 \n",
+       "L 126.191714 16.303283 \n",
+       "L 108.634317 16.303283 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa7e15a2f6b) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 126.191714 120.380909 \n",
+       "L 143.749111 120.380909 \n",
+       "L 143.749111 16.018139 \n",
+       "L 126.191714 16.018139 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa7e15a2f6b) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 143.749111 120.380909 \n",
+       "L 161.306508 120.380909 \n",
+       "L 161.306508 16.303283 \n",
+       "L 143.749111 16.303283 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa7e15a2f6b) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 161.306508 120.380909 \n",
+       "L 178.863905 120.380909 \n",
+       "L 178.863905 16.303283 \n",
+       "L 161.306508 16.303283 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa7e15a2f6b) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 178.863905 120.380909 \n",
+       "L 196.421302 120.380909 \n",
+       "L 196.421302 16.303283 \n",
+       "L 178.863905 16.303283 \n",
+       "z\n",
+       "&quot; clip-path=url(#pa7e15a2f6b) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 12.068635 120.380909 \n",
+       "L 12.068635 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 205.2 120.380909 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 12.068635 120.380909 \n",
+       "L 205.2 120.380909 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 12.068635 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pa7e15a2f6b&gt;&lt;rect x=12.068635 y=10.8 width=193.131365 height=109.580909 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--1439237529314316622, #minifreqtable-1439237529314316622&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--1439237529314316622 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-1439237529314316622bottom--1439237529314316622statistics aria-controls=-1439237529314316622bottom--1439237529314316622statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1439237529314316622bottom--1439237529314316622histogram aria-controls=-1439237529314316622bottom--1439237529314316622histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1439237529314316622bottom--1439237529314316622common_values aria-controls=-1439237529314316622bottom--1439237529314316622common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1439237529314316622bottom--1439237529314316622extreme_values aria-controls=-1439237529314316622bottom--1439237529314316622extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-1439237529314316622bottom--1439237529314316622statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;2006&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;2006&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;2008&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;2010.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;2013&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;2015&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;2015&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;2.8722932&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.0014286464&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;-1.2241272&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;2010.4997&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;2.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;0.00014448454&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;7342345&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;8.2500684&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Increasing&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1439237529314316622bottom--1439237529314316622histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:09.467574&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 54.62 169.28974 \n",
+       "L 493.2 169.28974 \n",
+       "L 493.2 10.8 \n",
+       "L 54.62 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(68.519083 203.079785) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(157.121103 203.079785) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(245.723123 203.079785) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(334.325143 203.079785) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.927164 203.079785) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.059063 172.868647) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 131.627496) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 90.386346) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 49.145196) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.622031 116.028073) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 74.555455 169.28974 \n",
+       "L 114.426364 169.28974 \n",
+       "L 114.426364 18.759542 \n",
+       "L 74.555455 18.759542 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3c20087bf6) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 114.426364 169.28974 \n",
+       "L 154.297273 169.28974 \n",
+       "L 154.297273 18.759542 \n",
+       "L 114.426364 18.759542 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3c20087bf6) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 154.297273 169.28974 \n",
+       "L 194.168182 169.28974 \n",
+       "L 194.168182 18.34713 \n",
+       "L 154.297273 18.34713 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3c20087bf6) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 194.168182 169.28974 \n",
+       "L 234.039091 169.28974 \n",
+       "L 234.039091 18.759542 \n",
+       "L 194.168182 18.759542 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3c20087bf6) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 234.039091 169.28974 \n",
+       "L 273.91 169.28974 \n",
+       "L 273.91 18.759542 \n",
+       "L 234.039091 18.759542 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3c20087bf6) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 273.91 169.28974 \n",
+       "L 313.780909 169.28974 \n",
+       "L 313.780909 18.759542 \n",
+       "L 273.91 18.759542 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3c20087bf6) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 313.780909 169.28974 \n",
+       "L 353.651818 169.28974 \n",
+       "L 353.651818 18.34713 \n",
+       "L 313.780909 18.34713 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3c20087bf6) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 353.651818 169.28974 \n",
+       "L 393.522727 169.28974 \n",
+       "L 393.522727 18.759542 \n",
+       "L 353.651818 18.759542 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3c20087bf6) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 393.522727 169.28974 \n",
+       "L 433.393636 169.28974 \n",
+       "L 433.393636 18.759542 \n",
+       "L 393.522727 18.759542 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3c20087bf6) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 433.393636 169.28974 \n",
+       "L 473.264545 169.28974 \n",
+       "L 473.264545 18.759542 \n",
+       "L 433.393636 18.759542 \n",
+       "z\n",
+       "&quot; clip-path=url(#p3c20087bf6) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.62 169.28974 \n",
+       "L 54.62 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 493.2 169.28974 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 54.62 169.28974 \n",
+       "L 493.2 169.28974 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 54.62 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p3c20087bf6&gt;&lt;rect x=54.62 y=10.8 width=438.58 height=158.48974 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=10) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1439237529314316622bottom--1439237529314316622common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=2008&gt; 2008 &lt;/td&gt;&lt;td&gt;366&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2012&gt; 2012 &lt;/td&gt;&lt;td&gt;366&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2006&gt; 2006 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2007&gt; 2007 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2009&gt; 2009 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2010&gt; 2010 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2011&gt; 2011 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2013&gt; 2013 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2014&gt; 2014 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2015&gt; 2015 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1439237529314316622bottom--1439237529314316622extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-1439237529314316622extreme_values--1439237529314316622firstn aria-controls=-1439237529314316622extreme_values--1439237529314316622firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1439237529314316622extreme_values--1439237529314316622lastn aria-controls=-1439237529314316622extreme_values--1439237529314316622lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-1439237529314316622extreme_values--1439237529314316622firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=2006&gt; 2006 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2007&gt; 2007 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2008&gt; 2008 &lt;/td&gt;&lt;td&gt;366&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2009&gt; 2009 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2010&gt; 2010 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2011&gt; 2011 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2012&gt; 2012 &lt;/td&gt;&lt;td&gt;366&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2013&gt; 2013 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2014&gt; 2014 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2015&gt; 2015 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1439237529314316622extreme_values--1439237529314316622lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=2015&gt; 2015 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2014&gt; 2014 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2013&gt; 2013 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2012&gt; 2012 &lt;/td&gt;&lt;td&gt;366&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2011&gt; 2011 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2010&gt; 2010 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2009&gt; 2009 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2008&gt; 2008 &lt;/td&gt;&lt;td&gt;366&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2007&gt; 2007 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2006&gt; 2006 &lt;/td&gt;&lt;td&gt;365&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.7%&gt; 10.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_7361754876206581855&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Day_in_Month&gt;&lt;a href=#pp_var_7361754876206581855&gt;Day_in_Month&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;31&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;0.8%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;15.72782&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;31&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:10.031493&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
+       "L 216 162 \n",
+       "L 216 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 12.400211 126.74487 \n",
+       "L 205.2 126.74487 \n",
+       "L 205.2 10.8 \n",
+       "L 12.400211 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(15.210935 146.939682) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(72.062242 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(130.486421 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(188.910599 150.085423) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 21.163838 126.74487 \n",
+       "L 26.817791 126.74487 \n",
+       "L 26.817791 16.321184 \n",
+       "L 21.163838 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 26.817791 126.74487 \n",
+       "L 32.471743 126.74487 \n",
+       "L 32.471743 16.321184 \n",
+       "L 26.817791 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 32.471743 126.74487 \n",
+       "L 38.125696 126.74487 \n",
+       "L 38.125696 16.321184 \n",
+       "L 32.471743 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 38.125696 126.74487 \n",
+       "L 43.779649 126.74487 \n",
+       "L 43.779649 16.321184 \n",
+       "L 38.125696 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 43.779649 126.74487 \n",
+       "L 49.433602 126.74487 \n",
+       "L 49.433602 16.321184 \n",
+       "L 43.779649 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 49.433602 126.74487 \n",
+       "L 55.087554 126.74487 \n",
+       "L 55.087554 16.321184 \n",
+       "L 49.433602 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 55.087554 126.74487 \n",
+       "L 60.741507 126.74487 \n",
+       "L 60.741507 16.321184 \n",
+       "L 55.087554 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 60.741507 126.74487 \n",
+       "L 66.39546 126.74487 \n",
+       "L 66.39546 16.321184 \n",
+       "L 60.741507 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 66.39546 126.74487 \n",
+       "L 72.049413 126.74487 \n",
+       "L 72.049413 16.321184 \n",
+       "L 66.39546 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 72.049413 126.74487 \n",
+       "L 77.703365 126.74487 \n",
+       "L 77.703365 16.321184 \n",
+       "L 72.049413 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 77.703365 126.74487 \n",
+       "L 83.357318 126.74487 \n",
+       "L 83.357318 16.321184 \n",
+       "L 77.703365 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 83.357318 126.74487 \n",
+       "L 89.011271 126.74487 \n",
+       "L 89.011271 16.321184 \n",
+       "L 83.357318 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 89.011271 126.74487 \n",
+       "L 94.665224 126.74487 \n",
+       "L 94.665224 16.321184 \n",
+       "L 89.011271 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 94.665224 126.74487 \n",
+       "L 100.319176 126.74487 \n",
+       "L 100.319176 16.321184 \n",
+       "L 94.665224 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 100.319176 126.74487 \n",
+       "L 105.973129 126.74487 \n",
+       "L 105.973129 16.321184 \n",
+       "L 100.319176 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 105.973129 126.74487 \n",
+       "L 111.627082 126.74487 \n",
+       "L 111.627082 16.321184 \n",
+       "L 105.973129 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 111.627082 126.74487 \n",
+       "L 117.281035 126.74487 \n",
+       "L 117.281035 16.321184 \n",
+       "L 111.627082 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 117.281035 126.74487 \n",
+       "L 122.934987 126.74487 \n",
+       "L 122.934987 16.321184 \n",
+       "L 117.281035 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 122.934987 126.74487 \n",
+       "L 128.58894 126.74487 \n",
+       "L 128.58894 16.321184 \n",
+       "L 122.934987 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 128.58894 126.74487 \n",
+       "L 134.242893 126.74487 \n",
+       "L 134.242893 16.321184 \n",
+       "L 128.58894 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 134.242893 126.74487 \n",
+       "L 139.896846 126.74487 \n",
+       "L 139.896846 16.321184 \n",
+       "L 134.242893 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 139.896846 126.74487 \n",
+       "L 145.550798 126.74487 \n",
+       "L 145.550798 16.321184 \n",
+       "L 139.896846 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 145.550798 126.74487 \n",
+       "L 151.204751 126.74487 \n",
+       "L 151.204751 16.321184 \n",
+       "L 145.550798 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 151.204751 126.74487 \n",
+       "L 156.858704 126.74487 \n",
+       "L 156.858704 16.321184 \n",
+       "L 151.204751 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 156.858704 126.74487 \n",
+       "L 162.512657 126.74487 \n",
+       "L 162.512657 16.321184 \n",
+       "L 156.858704 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 162.512657 126.74487 \n",
+       "L 168.166609 126.74487 \n",
+       "L 168.166609 16.321184 \n",
+       "L 162.512657 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 168.166609 126.74487 \n",
+       "L 173.820562 126.74487 \n",
+       "L 173.820562 16.321184 \n",
+       "L 168.166609 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 173.820562 126.74487 \n",
+       "L 179.474515 126.74487 \n",
+       "L 179.474515 16.321184 \n",
+       "L 173.820562 16.321184 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 179.474515 126.74487 \n",
+       "L 185.128468 126.74487 \n",
+       "L 185.128468 23.682763 \n",
+       "L 179.474515 23.682763 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 185.128468 126.74487 \n",
+       "L 190.78242 126.74487 \n",
+       "L 190.78242 25.523158 \n",
+       "L 185.128468 25.523158 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 190.78242 126.74487 \n",
+       "L 196.436373 126.74487 \n",
+       "L 196.436373 62.331053 \n",
+       "L 190.78242 62.331053 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf6f66140c3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 12.400211 126.74487 \n",
+       "L 12.400211 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 205.2 126.74487 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 12.400211 126.74487 \n",
+       "L 205.2 126.74487 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 12.400211 10.8 \n",
+       "L 205.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf6f66140c3&gt;&lt;rect x=12.400211 y=10.8 width=192.799789 height=115.94487 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-7361754876206581855, #minifreqtable7361754876206581855&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-7361754876206581855 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#7361754876206581855bottom-7361754876206581855statistics aria-controls=7361754876206581855bottom-7361754876206581855statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#7361754876206581855bottom-7361754876206581855histogram aria-controls=7361754876206581855bottom-7361754876206581855histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#7361754876206581855bottom-7361754876206581855common_values aria-controls=7361754876206581855bottom-7361754876206581855common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#7361754876206581855bottom-7361754876206581855extreme_values aria-controls=7361754876206581855bottom-7361754876206581855extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=7361754876206581855bottom-7361754876206581855statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;16&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;23&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;29&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;31&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;30&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;15&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;8.8005293&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.55955174&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;-1.1938468&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;15.72782&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;0.006914872&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;57438&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;77.449316&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=7361754876206581855bottom-7361754876206581855histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:10.512444&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 54.62 177.181052 \n",
+       "L 493.2 177.181052 \n",
+       "L 493.2 10.8 \n",
+       "L 54.62 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(61.127045 199.174566) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(127.57856 199.174566) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(192.063987 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(258.515502 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(324.967017 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(391.418532 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(457.870047 203.106743) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.059063 180.759958) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 154.350267) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 127.940577) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 101.530886) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.498125 75.121195) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 48.711504) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 22.301813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-32 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.622031 119.973729) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 74.555455 177.181052 \n",
+       "L 87.417038 177.181052 \n",
+       "L 87.417038 18.722907 \n",
+       "L 74.555455 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 87.417038 177.181052 \n",
+       "L 100.278622 177.181052 \n",
+       "L 100.278622 18.722907 \n",
+       "L 87.417038 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 100.278622 177.181052 \n",
+       "L 113.140205 177.181052 \n",
+       "L 113.140205 18.722907 \n",
+       "L 100.278622 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 113.140205 177.181052 \n",
+       "L 126.001789 177.181052 \n",
+       "L 126.001789 18.722907 \n",
+       "L 113.140205 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 126.001789 177.181052 \n",
+       "L 138.863372 177.181052 \n",
+       "L 138.863372 18.722907 \n",
+       "L 126.001789 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 138.863372 177.181052 \n",
+       "L 151.724956 177.181052 \n",
+       "L 151.724956 18.722907 \n",
+       "L 138.863372 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 151.724956 177.181052 \n",
+       "L 164.58654 177.181052 \n",
+       "L 164.58654 18.722907 \n",
+       "L 151.724956 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 164.58654 177.181052 \n",
+       "L 177.448123 177.181052 \n",
+       "L 177.448123 18.722907 \n",
+       "L 164.58654 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 177.448123 177.181052 \n",
+       "L 190.309707 177.181052 \n",
+       "L 190.309707 18.722907 \n",
+       "L 177.448123 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 190.309707 177.181052 \n",
+       "L 203.17129 177.181052 \n",
+       "L 203.17129 18.722907 \n",
+       "L 190.309707 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 203.17129 177.181052 \n",
+       "L 216.032874 177.181052 \n",
+       "L 216.032874 18.722907 \n",
+       "L 203.17129 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 216.032874 177.181052 \n",
+       "L 228.894457 177.181052 \n",
+       "L 228.894457 18.722907 \n",
+       "L 216.032874 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 228.894457 177.181052 \n",
+       "L 241.756041 177.181052 \n",
+       "L 241.756041 18.722907 \n",
+       "L 228.894457 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 241.756041 177.181052 \n",
+       "L 254.617625 177.181052 \n",
+       "L 254.617625 18.722907 \n",
+       "L 241.756041 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 254.617625 177.181052 \n",
+       "L 267.479208 177.181052 \n",
+       "L 267.479208 18.722907 \n",
+       "L 254.617625 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 267.479208 177.181052 \n",
+       "L 280.340792 177.181052 \n",
+       "L 280.340792 18.722907 \n",
+       "L 267.479208 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 280.340792 177.181052 \n",
+       "L 293.202375 177.181052 \n",
+       "L 293.202375 18.722907 \n",
+       "L 280.340792 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 293.202375 177.181052 \n",
+       "L 306.063959 177.181052 \n",
+       "L 306.063959 18.722907 \n",
+       "L 293.202375 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 306.063959 177.181052 \n",
+       "L 318.925543 177.181052 \n",
+       "L 318.925543 18.722907 \n",
+       "L 306.063959 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 318.925543 177.181052 \n",
+       "L 331.787126 177.181052 \n",
+       "L 331.787126 18.722907 \n",
+       "L 318.925543 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 331.787126 177.181052 \n",
+       "L 344.64871 177.181052 \n",
+       "L 344.64871 18.722907 \n",
+       "L 331.787126 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 344.64871 177.181052 \n",
+       "L 357.510293 177.181052 \n",
+       "L 357.510293 18.722907 \n",
+       "L 344.64871 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 357.510293 177.181052 \n",
+       "L 370.371877 177.181052 \n",
+       "L 370.371877 18.722907 \n",
+       "L 357.510293 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 370.371877 177.181052 \n",
+       "L 383.23346 177.181052 \n",
+       "L 383.23346 18.722907 \n",
+       "L 370.371877 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 383.23346 177.181052 \n",
+       "L 396.095044 177.181052 \n",
+       "L 396.095044 18.722907 \n",
+       "L 383.23346 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 396.095044 177.181052 \n",
+       "L 408.956628 177.181052 \n",
+       "L 408.956628 18.722907 \n",
+       "L 396.095044 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 408.956628 177.181052 \n",
+       "L 421.818211 177.181052 \n",
+       "L 421.818211 18.722907 \n",
+       "L 408.956628 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 421.818211 177.181052 \n",
+       "L 434.679795 177.181052 \n",
+       "L 434.679795 18.722907 \n",
+       "L 421.818211 18.722907 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 434.679795 177.181052 \n",
+       "L 447.541378 177.181052 \n",
+       "L 447.541378 29.286784 \n",
+       "L 434.679795 29.286784 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 447.541378 177.181052 \n",
+       "L 460.402962 177.181052 \n",
+       "L 460.402962 31.927753 \n",
+       "L 447.541378 31.927753 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 460.402962 177.181052 \n",
+       "L 473.264545 177.181052 \n",
+       "L 473.264545 84.747134 \n",
+       "L 460.402962 84.747134 \n",
+       "z\n",
+       "&quot; clip-path=url(#p62519e38b8) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 54.62 177.181052 \n",
+       "L 54.62 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 493.2 177.181052 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 54.62 177.181052 \n",
+       "L 493.2 177.181052 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 54.62 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p62519e38b8&gt;&lt;rect x=54.62 y=10.8 width=438.58 height=166.381052 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=31) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=7361754876206581855bottom-7361754876206581855common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 3.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 3.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28&gt; 28 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 3.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27&gt; 27 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 3.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=26&gt; 26 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 3.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=25&gt; 25 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 3.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=24&gt; 24 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 3.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=23&gt; 23 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 3.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=22&gt; 22 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 3.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=21&gt; 21 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:4.9%&gt; &amp;nbsp; &lt;/div&gt; 3.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (21)&quot;&gt; Other values (21) &lt;/td&gt;&lt;td&gt;2452&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 67.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=7361754876206581855bottom-7361754876206581855extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#7361754876206581855extreme_values-7361754876206581855firstn aria-controls=7361754876206581855extreme_values-7361754876206581855firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#7361754876206581855extreme_values-7361754876206581855lastn aria-controls=7361754876206581855extreme_values-7361754876206581855lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=7361754876206581855extreme_values-7361754876206581855firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3&gt; 3 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=4&gt; 4 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=5&gt; 5 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=7&gt; 7 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=8&gt; 8 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=9&gt; 9 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=10&gt; 10 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=7361754876206581855extreme_values-7361754876206581855lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=31&gt; 31 &lt;/td&gt;&lt;td&gt;70&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:58.3%&gt; 1.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=30&gt; 30 &lt;/td&gt;&lt;td&gt;110&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:91.7%&gt; 3.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=29&gt; 29 &lt;/td&gt;&lt;td&gt;112&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:93.3%&gt; 3.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=28&gt; 28 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27&gt; 27 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=26&gt; 26 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=25&gt; 25 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=24&gt; 24 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=23&gt; 23 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=22&gt; 22 &lt;/td&gt;&lt;td&gt;120&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 3.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-316640376984829321&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Day&gt;&lt;a href=#pp_var_-316640376984829321&gt;Day&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;0.2%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; Sunday &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:50.1% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 522&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; Monday &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:50.1% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 522&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; Tuesday &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:50.1% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 522&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; Wednesday &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:50.1% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 522&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; Thursday &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:50.1% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 522&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;th width=10%&gt; Other values (2) &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 1042&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--316640376984829321, #minifreqtable-316640376984829321&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--316640376984829321 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-316640376984829321bottom--316640376984829321overview aria-controls=-316640376984829321bottom--316640376984829321overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-316640376984829321bottom--316640376984829321string aria-controls=-316640376984829321bottom--316640376984829321string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-316640376984829321bottom--316640376984829321word aria-controls=-316640376984829321bottom--316640376984829321word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-316640376984829321bottom--316640376984829321characters aria-controls=-316640376984829321bottom--316640376984829321characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-316640376984829321bottom--316640376984829321overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;7.1429354&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;26086&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;17&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;2 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;Sunday&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;Monday&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;Tuesday&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;Wednesday&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;Thursday&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-316640376984829321bottom--316640376984829321string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Sunday&gt; Sunday &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=Monday&gt; Monday &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=Tuesday&gt; Tuesday &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=Wednesday&gt; Wednesday &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=Thursday&gt; Thursday &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=Friday&gt; Friday &lt;/td&gt;&lt;td&gt;521&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.8%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=Saturday&gt; Saturday &lt;/td&gt;&lt;td&gt;521&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.8%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:11.012454&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 493.2 175.208224 \n",
+       "L 493.2 10.8 \n",
+       "L 60.2 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(76.795408 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-2e transform=scale(0.015625) d=&quot;M 581 0 \n",
+       "L 581 641 \n",
+       "L 1222 641 \n",
+       "L 1222 0 \n",
+       "L 581 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(142.401468 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.007529 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(273.613589 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(339.21965 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(404.825711 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(470.431771 203.098346) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-39 transform=scale(0.015625) d=&quot;M 350 1059 \n",
+       "L 891 1109 \n",
+       "Q 959 728 1153 556 \n",
+       "Q 1347 384 1650 384 \n",
+       "Q 1909 384 2104 503 \n",
+       "Q 2300 622 2425 820 \n",
+       "Q 2550 1019 2634 1356 \n",
+       "Q 2719 1694 2719 2044 \n",
+       "Q 2719 2081 2716 2156 \n",
+       "Q 2547 1888 2255 1720 \n",
+       "Q 1963 1553 1622 1553 \n",
+       "Q 1053 1553 659 1965 \n",
+       "Q 266 2378 266 3053 \n",
+       "Q 266 3750 677 4175 \n",
+       "Q 1088 4600 1706 4600 \n",
+       "Q 2153 4600 2523 4359 \n",
+       "Q 2894 4119 3086 3673 \n",
+       "Q 3278 3228 3278 2384 \n",
+       "Q 3278 1506 3087 986 \n",
+       "Q 2897 466 2520 194 \n",
+       "Q 2144 -78 1638 -78 \n",
+       "Q 1100 -78 759 220 \n",
+       "Q 419 519 350 1059 \n",
+       "z\n",
+       "M 2653 3081 \n",
+       "Q 2653 3566 2395 3850 \n",
+       "Q 2138 4134 1775 4134 \n",
+       "Q 1400 4134 1122 3828 \n",
+       "Q 844 3522 844 3034 \n",
+       "Q 844 2597 1108 2323 \n",
+       "Q 1372 2050 1759 2050 \n",
+       "Q 2150 2050 2401 2323 \n",
+       "Q 2653 2597 2653 3081 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-39 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.639063 178.78713) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 153.774469) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 128.761807) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.517188 103.749146) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 78.736484) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 53.723823) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-32 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.95625 28.711161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.641094 118.987315) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 79.881818 175.208224 \n",
+       "L 178.290909 175.208224 \n",
+       "L 178.290909 18.628963 \n",
+       "L 79.881818 18.628963 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2b35f48abd) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 178.290909 175.208224 \n",
+       "L 276.7 175.208224 \n",
+       "L 276.7 122.981787 \n",
+       "L 178.290909 122.981787 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2b35f48abd) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 276.7 175.208224 \n",
+       "L 375.109091 175.208224 \n",
+       "L 375.109091 70.8554 \n",
+       "L 276.7 70.8554 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2b35f48abd) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 375.109091 175.208224 \n",
+       "L 473.518182 175.208224 \n",
+       "L 473.518182 122.981787 \n",
+       "L 375.109091 122.981787 \n",
+       "z\n",
+       "&quot; clip-path=url(#p2b35f48abd) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 60.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 493.2 175.208224 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 60.2 175.208224 \n",
+       "L 493.2 175.208224 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 60.2 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2b35f48abd&gt;&lt;rect x=60.2 y=10.8 width=433 height=164.408224 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=312.0444pt viewbox=&quot;0 0 405 312.0444&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:11.544017&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 312.0444 \n",
+       "L 405 312.0444 \n",
+       "L 405 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
+       "L 63.030559 108.84 \n",
+       "L 63.030559 16.44 \n",
+       "L 7.2 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf453811329) style=&quot;fill: #4c72b0; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 63.030559 108.84 \n",
+       "L 118.861117 108.84 \n",
+       "L 118.861117 16.44 \n",
+       "L 63.030559 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf453811329) style=&quot;fill: #dd8452; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 118.861117 108.84 \n",
+       "L 174.691676 108.84 \n",
+       "L 174.691676 16.44 \n",
+       "L 118.861117 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf453811329) style=&quot;fill: #55a868; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 174.691676 108.84 \n",
+       "L 230.522234 108.84 \n",
+       "L 230.522234 16.44 \n",
+       "L 174.691676 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf453811329) style=&quot;fill: #c44e52; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 230.522234 108.84 \n",
+       "L 286.352793 108.84 \n",
+       "L 286.352793 16.44 \n",
+       "L 230.522234 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf453811329) style=&quot;fill: #8172b3; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 286.352793 108.84 \n",
+       "L 342.076396 108.84 \n",
+       "L 342.076396 16.44 \n",
+       "L 286.352793 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf453811329) style=&quot;fill: #937860; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 342.076396 108.84 \n",
+       "L 397.8 108.84 \n",
+       "L 397.8 16.44 \n",
+       "L 342.076396 16.44 \n",
+       "z\n",
+       "&quot; clip-path=url(#pf453811329) style=&quot;fill: #da8bc3; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(14.701029 58.567725) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=Arial-BoldMT-31 transform=scale(0.015625) d=&quot;M 2519 0 \n",
+       "L 1641 0 \n",
+       "L 1641 3309 \n",
+       "Q 1159 2859 506 2644 \n",
+       "L 506 3441 \n",
+       "Q 850 3553 1253 3867 \n",
+       "Q 1656 4181 1806 4600 \n",
+       "L 2519 4600 \n",
+       "L 2519 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-34 transform=scale(0.015625) d=&quot;M 1994 0 \n",
+       "L 1994 922 \n",
+       "L 119 922 \n",
+       "L 119 1691 \n",
+       "L 2106 4600 \n",
+       "L 2844 4600 \n",
+       "L 2844 1694 \n",
+       "L 3413 1694 \n",
+       "L 3413 922 \n",
+       "L 2844 922 \n",
+       "L 2844 0 \n",
+       "L 1994 0 \n",
+       "z\n",
+       "M 1994 1694 \n",
+       "L 1994 3259 \n",
+       "L 941 1694 \n",
+       "L 1994 1694 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-2e transform=scale(0.015625) d=&quot;M 459 0 \n",
+       "L 459 878 \n",
+       "L 1338 878 \n",
+       "L 1338 0 \n",
+       "L 459 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-33 transform=scale(0.015625) d=&quot;M 241 1216 \n",
+       "L 1091 1319 \n",
+       "Q 1131 994 1309 822 \n",
+       "Q 1488 650 1741 650 \n",
+       "Q 2013 650 2198 856 \n",
+       "Q 2384 1063 2384 1413 \n",
+       "Q 2384 1744 2206 1937 \n",
+       "Q 2028 2131 1772 2131 \n",
+       "Q 1603 2131 1369 2066 \n",
+       "L 1466 2781 \n",
+       "Q 1822 2772 2009 2936 \n",
+       "Q 2197 3100 2197 3372 \n",
+       "Q 2197 3603 2059 3740 \n",
+       "Q 1922 3878 1694 3878 \n",
+       "Q 1469 3878 1309 3722 \n",
+       "Q 1150 3566 1116 3266 \n",
+       "L 306 3403 \n",
+       "Q 391 3819 561 4067 \n",
+       "Q 731 4316 1036 4458 \n",
+       "Q 1341 4600 1719 4600 \n",
+       "Q 2366 4600 2756 4188 \n",
+       "Q 3078 3850 3078 3425 \n",
+       "Q 3078 2822 2419 2463 \n",
+       "Q 2813 2378 3048 2084 \n",
+       "Q 3284 1791 3284 1375 \n",
+       "Q 3284 772 2843 347 \n",
+       "Q 2403 -78 1747 -78 \n",
+       "Q 1125 -78 715 280 \n",
+       "Q 306 638 241 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-25 transform=scale(0.015625) d=&quot;M 278 3450 \n",
+       "Q 278 4066 548 4362 \n",
+       "Q 819 4659 1281 4659 \n",
+       "Q 1759 4659 2029 4364 \n",
+       "Q 2300 4069 2300 3450 \n",
+       "Q 2300 2834 2029 2537 \n",
+       "Q 1759 2241 1297 2241 \n",
+       "Q 819 2241 548 2536 \n",
+       "Q 278 2831 278 3450 \n",
+       "z\n",
+       "M 963 3456 \n",
+       "Q 963 3009 1066 2856 \n",
+       "Q 1144 2744 1281 2744 \n",
+       "Q 1422 2744 1500 2856 \n",
+       "Q 1600 3009 1600 3456 \n",
+       "Q 1600 3903 1500 4053 \n",
+       "Q 1422 4169 1281 4169 \n",
+       "Q 1144 4169 1066 4056 \n",
+       "Q 963 3903 963 3456 \n",
+       "z\n",
+       "M 1950 -175 \n",
+       "L 1300 -175 \n",
+       "L 3741 4659 \n",
+       "L 4372 4659 \n",
+       "L 1950 -175 \n",
+       "z\n",
+       "M 3369 1028 \n",
+       "Q 3369 1644 3639 1941 \n",
+       "Q 3909 2238 4378 2238 \n",
+       "Q 4850 2238 5120 1941 \n",
+       "Q 5391 1644 5391 1028 \n",
+       "Q 5391 409 5120 112 \n",
+       "Q 4850 -184 4388 -184 \n",
+       "Q 3909 -184 3639 112 \n",
+       "Q 3369 409 3369 1028 \n",
+       "z\n",
+       "M 4053 1031 \n",
+       "Q 4053 584 4156 434 \n",
+       "Q 4234 319 4372 319 \n",
+       "Q 4513 319 4588 431 \n",
+       "Q 4691 584 4691 1031 \n",
+       "Q 4691 1478 4591 1631 \n",
+       "Q 4513 1744 4372 1744 \n",
+       "Q 4231 1744 4156 1631 \n",
+       "Q 4053 1478 4053 1031 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#Arial-BoldMT-31 /&gt;&lt;use xlink:href=#Arial-BoldMT-34 x=55.615234 /&gt;&lt;use xlink:href=#Arial-BoldMT-2e x=111.230469 /&gt;&lt;use xlink:href=#Arial-BoldMT-33 x=139.013672 /&gt;&lt;use xlink:href=#Arial-BoldMT-25 x=194.628906 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(18.308904 73.988775) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=Arial-BoldMT-28 transform=scale(0.015625) d=&quot;M 1916 -1347 \n",
+       "L 1313 -1347 \n",
+       "Q 834 -625 584 153 \n",
+       "Q 334 931 334 1659 \n",
+       "Q 334 2563 644 3369 \n",
+       "Q 913 4069 1325 4659 \n",
+       "L 1925 4659 \n",
+       "Q 1497 3713 1336 3048 \n",
+       "Q 1175 2384 1175 1641 \n",
+       "Q 1175 1128 1270 590 \n",
+       "Q 1366 53 1531 -431 \n",
+       "Q 1641 -750 1916 -1347 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-35 transform=scale(0.015625) d=&quot;M 284 1178 \n",
+       "L 1159 1269 \n",
+       "Q 1197 972 1381 798 \n",
+       "Q 1566 625 1806 625 \n",
+       "Q 2081 625 2272 848 \n",
+       "Q 2463 1072 2463 1522 \n",
+       "Q 2463 1944 2273 2155 \n",
+       "Q 2084 2366 1781 2366 \n",
+       "Q 1403 2366 1103 2031 \n",
+       "L 391 2134 \n",
+       "L 841 4519 \n",
+       "L 3163 4519 \n",
+       "L 3163 3697 \n",
+       "L 1506 3697 \n",
+       "L 1369 2919 \n",
+       "Q 1663 3066 1969 3066 \n",
+       "Q 2553 3066 2959 2641 \n",
+       "Q 3366 2216 3366 1538 \n",
+       "Q 3366 972 3038 528 \n",
+       "Q 2591 -78 1797 -78 \n",
+       "Q 1163 -78 763 262 \n",
+       "Q 363 603 284 1178 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-32 transform=scale(0.015625) d=&quot;M 3238 816 \n",
+       "L 3238 0 \n",
+       "L 159 0 \n",
+       "Q 209 463 459 877 \n",
+       "Q 709 1291 1447 1975 \n",
+       "Q 2041 2528 2175 2725 \n",
+       "Q 2356 2997 2356 3263 \n",
+       "Q 2356 3556 2198 3714 \n",
+       "Q 2041 3872 1763 3872 \n",
+       "Q 1488 3872 1325 3706 \n",
+       "Q 1163 3541 1138 3156 \n",
+       "L 263 3244 \n",
+       "Q 341 3969 753 4284 \n",
+       "Q 1166 4600 1784 4600 \n",
+       "Q 2463 4600 2850 4234 \n",
+       "Q 3238 3869 3238 3325 \n",
+       "Q 3238 3016 3127 2736 \n",
+       "Q 3016 2456 2775 2150 \n",
+       "Q 2616 1947 2200 1565 \n",
+       "Q 1784 1184 1673 1059 \n",
+       "Q 1563 934 1494 816 \n",
+       "L 3238 816 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=Arial-BoldMT-29 transform=scale(0.015625) d=&quot;M 216 -1347 \n",
+       "Q 475 -791 581 -494 \n",
+       "Q 688 -197 778 190 \n",
+       "Q 869 578 912 926 \n",
+       "Q 956 1275 956 1641 \n",
+       "Q 956 2384 797 3048 \n",
+       "Q 638 3713 209 4659 \n",
+       "L 806 4659 \n",
+       "Q 1278 3988 1539 3234 \n",
+       "Q 1800 2481 1800 1706 \n",
+       "Q 1800 1053 1594 306 \n",
+       "Q 1359 -531 822 -1347 \n",
+       "L 216 -1347 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#Arial-BoldMT-28 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=33.300781 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=88.916016 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=144.53125 /&gt;&lt;use xlink:href=#Arial-BoldMT-29 x=200.146484 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(70.531588 58.567725) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-31 /&gt;&lt;use xlink:href=#Arial-BoldMT-34 x=55.615234 /&gt;&lt;use xlink:href=#Arial-BoldMT-2e x=111.230469 /&gt;&lt;use xlink:href=#Arial-BoldMT-33 x=139.013672 /&gt;&lt;use xlink:href=#Arial-BoldMT-25 x=194.628906 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(74.139463 73.988775) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-28 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=33.300781 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=88.916016 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=144.53125 /&gt;&lt;use xlink:href=#Arial-BoldMT-29 x=200.146484 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(126.362146 58.567725) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-31 /&gt;&lt;use xlink:href=#Arial-BoldMT-34 x=55.615234 /&gt;&lt;use xlink:href=#Arial-BoldMT-2e x=111.230469 /&gt;&lt;use xlink:href=#Arial-BoldMT-33 x=139.013672 /&gt;&lt;use xlink:href=#Arial-BoldMT-25 x=194.628906 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(129.970021 73.988775) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-28 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=33.300781 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=88.916016 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=144.53125 /&gt;&lt;use xlink:href=#Arial-BoldMT-29 x=200.146484 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(182.192705 58.567725) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-31 /&gt;&lt;use xlink:href=#Arial-BoldMT-34 x=55.615234 /&gt;&lt;use xlink:href=#Arial-BoldMT-2e x=111.230469 /&gt;&lt;use xlink:href=#Arial-BoldMT-33 x=139.013672 /&gt;&lt;use xlink:href=#Arial-BoldMT-25 x=194.628906 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(185.80058 73.988775) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-28 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=33.300781 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=88.916016 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=144.53125 /&gt;&lt;use xlink:href=#Arial-BoldMT-29 x=200.146484 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(238.023264 58.567725) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-31 /&gt;&lt;use xlink:href=#Arial-BoldMT-34 x=55.615234 /&gt;&lt;use xlink:href=#Arial-BoldMT-2e x=111.230469 /&gt;&lt;use xlink:href=#Arial-BoldMT-33 x=139.013672 /&gt;&lt;use xlink:href=#Arial-BoldMT-25 x=194.628906 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(241.631139 73.988775) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-28 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=33.300781 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=88.916016 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=144.53125 /&gt;&lt;use xlink:href=#Arial-BoldMT-29 x=200.146484 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(293.800345 58.567725) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-31 /&gt;&lt;use xlink:href=#Arial-BoldMT-34 x=55.615234 /&gt;&lt;use xlink:href=#Arial-BoldMT-2e x=111.230469 /&gt;&lt;use xlink:href=#Arial-BoldMT-33 x=139.013672 /&gt;&lt;use xlink:href=#Arial-BoldMT-25 x=194.628906 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(297.40822 73.988775) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-28 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=33.300781 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=88.916016 /&gt;&lt;use xlink:href=#Arial-BoldMT-31 x=144.53125 /&gt;&lt;use xlink:href=#Arial-BoldMT-29 x=200.146484 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(349.523948 58.567725) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-31 /&gt;&lt;use xlink:href=#Arial-BoldMT-34 x=55.615234 /&gt;&lt;use xlink:href=#Arial-BoldMT-2e x=111.230469 /&gt;&lt;use xlink:href=#Arial-BoldMT-33 x=139.013672 /&gt;&lt;use xlink:href=#Arial-BoldMT-25 x=194.628906 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(353.131823 73.988775) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#Arial-BoldMT-28 /&gt;&lt;use xlink:href=#Arial-BoldMT-35 x=33.300781 /&gt;&lt;use xlink:href=#Arial-BoldMT-32 x=88.916016 /&gt;&lt;use xlink:href=#Arial-BoldMT-31 x=144.53125 /&gt;&lt;use xlink:href=#Arial-BoldMT-29 x=200.146484 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 19.296 304.8444 \n",
+       "L 165.5361 304.8444 \n",
+       "Q 168.9921 304.8444 168.9921 301.3884 \n",
+       "L 168.9921 130.176 \n",
+       "Q 168.9921 126.72 165.5361 126.72 \n",
+       "L 19.296 126.72 \n",
+       "Q 15.84 126.72 15.84 130.176 \n",
+       "L 15.84 301.3884 \n",
+       "Q 15.84 304.8444 19.296 304.8444 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 22.752 146.2113 \n",
+       "L 57.312 146.2113 \n",
+       "L 57.312 134.1153 \n",
+       "L 22.752 134.1153 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #4c72b0; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.2113) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-64 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-61 x=233.544922 /&gt;&lt;use xlink:href=#ArialMT-79 x=289.160156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 22.752 170.8569 \n",
+       "L 57.312 170.8569 \n",
+       "L 57.312 158.7609 \n",
+       "L 22.752 158.7609 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #dd8452; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 170.8569) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-4d /&gt;&lt;use xlink:href=#ArialMT-6f x=83.300781 /&gt;&lt;use xlink:href=#ArialMT-6e x=138.916016 /&gt;&lt;use xlink:href=#ArialMT-64 x=194.53125 /&gt;&lt;use xlink:href=#ArialMT-61 x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-79 x=305.761719 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 22.752 195.5025 \n",
+       "L 57.312 195.5025 \n",
+       "L 57.312 183.4065 \n",
+       "L 22.752 183.4065 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #55a868; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 195.5025) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-75 x=57.333984 /&gt;&lt;use xlink:href=#ArialMT-65 x=112.949219 /&gt;&lt;use xlink:href=#ArialMT-73 x=168.564453 /&gt;&lt;use xlink:href=#ArialMT-64 x=218.564453 /&gt;&lt;use xlink:href=#ArialMT-61 x=274.179688 /&gt;&lt;use xlink:href=#ArialMT-79 x=329.794922 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 22.752 220.1481 \n",
+       "L 57.312 220.1481 \n",
+       "L 57.312 208.0521 \n",
+       "L 22.752 208.0521 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #c44e52; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 220.1481) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-65 x=92.634766 /&gt;&lt;use xlink:href=#ArialMT-64 x=148.25 /&gt;&lt;use xlink:href=#ArialMT-6e x=203.865234 /&gt;&lt;use xlink:href=#ArialMT-65 x=259.480469 /&gt;&lt;use xlink:href=#ArialMT-73 x=315.095703 /&gt;&lt;use xlink:href=#ArialMT-64 x=365.095703 /&gt;&lt;use xlink:href=#ArialMT-61 x=420.710938 /&gt;&lt;use xlink:href=#ArialMT-79 x=476.326172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 22.752 244.7937 \n",
+       "L 57.312 244.7937 \n",
+       "L 57.312 232.6977 \n",
+       "L 22.752 232.6977 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #8172b3; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 244.7937) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-68 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-75 x=116.699219 /&gt;&lt;use xlink:href=#ArialMT-72 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-64 x=255.615234 /&gt;&lt;use xlink:href=#ArialMT-61 x=311.230469 /&gt;&lt;use xlink:href=#ArialMT-79 x=366.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 22.752 269.4393 \n",
+       "L 57.312 269.4393 \n",
+       "L 57.312 257.3433 \n",
+       "L 22.752 257.3433 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #937860; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 269.4393) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-64 x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-61 x=172.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=227.832031 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 22.752 294.2955 \n",
+       "L 57.312 294.2955 \n",
+       "L 57.312 282.1995 \n",
+       "L 22.752 282.1995 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #da8bc3; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 294.2955) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-74 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-75 x=150.097656 /&gt;&lt;use xlink:href=#ArialMT-72 x=205.712891 /&gt;&lt;use xlink:href=#ArialMT-64 x=239.013672 /&gt;&lt;use xlink:href=#ArialMT-61 x=294.628906 /&gt;&lt;use xlink:href=#ArialMT-79 x=350.244141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf453811329&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-316640376984829321bottom--316640376984829321word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=sunday&gt; sunday &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=monday&gt; monday &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=tuesday&gt; tuesday &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=wednesday&gt; wednesday &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=thursday&gt; thursday &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=friday&gt; friday &lt;/td&gt;&lt;td&gt;521&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.8%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=saturday&gt; saturday &lt;/td&gt;&lt;td&gt;521&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.8%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-316640376984829321bottom--316640376984829321characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-316640376984829321unicode--316640376984829321characters aria-controls=-316640376984829321unicode--316640376984829321characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-316640376984829321unicode--316640376984829321categories aria-controls=-316640376984829321unicode--316640376984829321categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-316640376984829321unicode--316640376984829321scripts aria-controls=-316640376984829321unicode--316640376984829321scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-316640376984829321unicode--316640376984829321blocks aria-controls=-316640376984829321unicode--316640376984829321blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-316640376984829321unicode--316640376984829321characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;4174&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 16.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;4173&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 16.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=y&gt; y &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:87.5%&gt; 14.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;2087&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 8.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;1564&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=T&gt; T &lt;/td&gt;&lt;td&gt;1044&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:25.0%&gt; &amp;nbsp; &lt;/div&gt; 4.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=S&gt; S &lt;/td&gt;&lt;td&gt;1043&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:25.0%&gt; &amp;nbsp; &lt;/div&gt; 4.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (7)&quot;&gt; Other values (7) &lt;/td&gt;&lt;td&gt;3651&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:87.5%&gt; 14.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-316640376984829321unicode--316640376984829321categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Lowercase Letter&quot;&gt; Lowercase Letter &lt;/td&gt;&lt;td&gt;22434&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 86.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&quot;Uppercase Letter&quot;&gt; Uppercase Letter &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:16.3%&gt; &amp;nbsp; &lt;/div&gt; 14.0% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Lowercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;4174&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 18.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;4173&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 18.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=y&gt; y &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:87.5%&gt; 16.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;2087&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 9.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 7.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 7.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 7.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;1564&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 7.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:12.5%&gt; &amp;nbsp; &lt;/div&gt; 2.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=h&gt; h &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:12.5%&gt; &amp;nbsp; &lt;/div&gt; 2.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (2)&quot;&gt; Other values (2) &lt;/td&gt;&lt;td&gt;1042&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:25.0%&gt; &amp;nbsp; &lt;/div&gt; 4.6% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Uppercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=T&gt; T &lt;/td&gt;&lt;td&gt;1044&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 28.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=S&gt; S &lt;/td&gt;&lt;td&gt;1043&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.9%&gt; 28.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=W&gt; W &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=M&gt; M &lt;/td&gt;&lt;td&gt;522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=F&gt; F &lt;/td&gt;&lt;td&gt;521&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:49.9%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-316640376984829321unicode--316640376984829321scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Latin&gt; Latin &lt;/td&gt;&lt;td&gt;26086&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Latin&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;4174&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 16.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;4173&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 16.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=y&gt; y &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:87.5%&gt; 14.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;2087&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 8.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;1564&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=T&gt; T &lt;/td&gt;&lt;td&gt;1044&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:25.0%&gt; &amp;nbsp; &lt;/div&gt; 4.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=S&gt; S &lt;/td&gt;&lt;td&gt;1043&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:25.0%&gt; &amp;nbsp; &lt;/div&gt; 4.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (7)&quot;&gt; Other values (7) &lt;/td&gt;&lt;td&gt;3651&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:87.5%&gt; 14.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-316640376984829321unicode--316640376984829321blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;26086&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;4174&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 16.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;4173&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 16.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=y&gt; y &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:87.5%&gt; 14.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;2087&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 8.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;1566&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;1564&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:37.5%&gt; &amp;nbsp; &lt;/div&gt; 6.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=T&gt; T &lt;/td&gt;&lt;td&gt;1044&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:25.0%&gt; &amp;nbsp; &lt;/div&gt; 4.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=S&gt; S &lt;/td&gt;&lt;td&gt;1043&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:25.0%&gt; &amp;nbsp; &lt;/div&gt; 4.0% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (7)&quot;&gt; Other values (7) &lt;/td&gt;&lt;td&gt;3651&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:87.5%&gt; 14.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-8835640653131191974&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=Month&gt;&lt;a href=#pp_var_-8835640653131191974&gt;Month&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;12&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;0.3%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;28.7 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; January &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:14.7% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 310&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; March &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:14.7% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 310&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; May &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:14.7% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 310&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; July &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:14.7% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 310&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; August &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:14.7% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 310&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;th width=10%&gt; Other values (7) &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2102&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--8835640653131191974, #minifreqtable-8835640653131191974&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--8835640653131191974 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-8835640653131191974bottom--8835640653131191974overview aria-controls=-8835640653131191974bottom--8835640653131191974overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8835640653131191974bottom--8835640653131191974string aria-controls=-8835640653131191974bottom--8835640653131191974string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8835640653131191974bottom--8835640653131191974word aria-controls=-8835640653131191974bottom--8835640653131191974word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8835640653131191974bottom--8835640653131191974characters aria-controls=-8835640653131191974bottom--8835640653131191974characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-8835640653131191974bottom--8835640653131191974overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;6.1489595&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;22456&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;26&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;2 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8835640653131191974bottom--8835640653131191974string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=January&gt; January &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=March&gt; March &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=May&gt; May &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=July&gt; July &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=August&gt; August &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=October&gt; October &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=December&gt; December &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=April&gt; April &lt;/td&gt;&lt;td&gt;300&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:51.5%&gt; 8.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=June&gt; June &lt;/td&gt;&lt;td&gt;300&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:51.5%&gt; 8.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=September&gt; September &lt;/td&gt;&lt;td&gt;300&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:51.5%&gt; 8.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (2)&quot;&gt; Other values (2) &lt;/td&gt;&lt;td&gt;582&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 15.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:12.168064&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
+       "L 504 216 \n",
+       "L 504 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 54.62 181.126708 \n",
+       "L 493.2 181.126708 \n",
+       "L 493.2 10.8 \n",
+       "L 54.62 10.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(74.417348 203.120222) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(140.868863 203.120222) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(207.320378 203.120222) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(273.771893 203.120222) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(340.223408 203.120222) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.674924 203.120222) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(473.126439 203.120222) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-39 transform=scale(0.015625) d=&quot;M 350 1059 \n",
+       "L 891 1109 \n",
+       "Q 959 728 1153 556 \n",
+       "Q 1347 384 1650 384 \n",
+       "Q 1909 384 2104 503 \n",
+       "Q 2300 622 2425 820 \n",
+       "Q 2550 1019 2634 1356 \n",
+       "Q 2719 1694 2719 2044 \n",
+       "Q 2719 2081 2716 2156 \n",
+       "Q 2547 1888 2255 1720 \n",
+       "Q 1963 1553 1622 1553 \n",
+       "Q 1053 1553 659 1965 \n",
+       "Q 266 2378 266 3053 \n",
+       "Q 266 3750 677 4175 \n",
+       "Q 1088 4600 1706 4600 \n",
+       "Q 2153 4600 2523 4359 \n",
+       "Q 2894 4119 3086 3673 \n",
+       "Q 3278 3228 3278 2384 \n",
+       "Q 3278 1506 3087 986 \n",
+       "Q 2897 466 2520 194 \n",
+       "Q 2144 -78 1638 -78 \n",
+       "Q 1100 -78 759 220 \n",
+       "Q 419 519 350 1059 \n",
+       "z\n",
+       "M 2653 3081 \n",
+       "Q 2653 3566 2395 3850 \n",
+       "Q 2138 4134 1775 4134 \n",
+       "Q 1400 4134 1122 3828 \n",
+       "Q 844 3522 844 3034 \n",
+       "Q 844 2597 1108 2323 \n",
+       "Q 1372 2050 1759 2050 \n",
+       "Q 2150 2050 2401 2323 \n",
+       "Q 2653 2597 2653 3081 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-39 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.059063 184.705614) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 148.334333) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 111.963053) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 75.591772) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.937188 39.220491) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(18.622031 121.946557) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-46 transform=scale(0.015625) d=&quot;M 525 0 \n",
+       "L 525 4581 \n",
+       "L 3616 4581 \n",
+       "L 3616 4041 \n",
+       "L 1131 4041 \n",
+       "L 1131 2622 \n",
+       "L 3281 2622 \n",
+       "L 3281 2081 \n",
+       "L 1131 2081 \n",
+       "L 1131 0 \n",
+       "L 525 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-71 transform=scale(0.015625) d=&quot;M 2538 -1272 \n",
+       "L 2538 353 \n",
+       "Q 2406 169 2170 47 \n",
+       "Q 1934 -75 1669 -75 \n",
+       "Q 1078 -75 651 397 \n",
+       "Q 225 869 225 1691 \n",
+       "Q 225 2191 398 2587 \n",
+       "Q 572 2984 901 3189 \n",
+       "Q 1231 3394 1625 3394 \n",
+       "Q 2241 3394 2594 2875 \n",
+       "L 2594 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 -1272 \n",
+       "L 2538 -1272 \n",
+       "z\n",
+       "M 803 1669 \n",
+       "Q 803 1028 1072 708 \n",
+       "Q 1341 388 1716 388 \n",
+       "Q 2075 388 2334 692 \n",
+       "Q 2594 997 2594 1619 \n",
+       "Q 2594 2281 2320 2615 \n",
+       "Q 2047 2950 1678 2950 \n",
+       "Q 1313 2950 1058 2639 \n",
+       "Q 803 2328 803 1669 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-46 /&gt;&lt;use xlink:href=#ArialMT-72 x=61.083984 /&gt;&lt;use xlink:href=#ArialMT-65 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-71 x=150 /&gt;&lt;use xlink:href=#ArialMT-75 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-65 x=261.230469 /&gt;&lt;use xlink:href=#ArialMT-6e x=316.845703 /&gt;&lt;use xlink:href=#ArialMT-63 x=372.460938 /&gt;&lt;use xlink:href=#ArialMT-79 x=422.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 74.555455 181.126708 \n",
+       "L 131.513896 181.126708 \n",
+       "L 131.513896 124.751223 \n",
+       "L 74.555455 124.751223 \n",
+       "z\n",
+       "&quot; clip-path=url(#p409c24ea43) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 131.513896 181.126708 \n",
+       "L 188.472338 181.126708 \n",
+       "L 188.472338 70.194301 \n",
+       "L 131.513896 70.194301 \n",
+       "z\n",
+       "&quot; clip-path=url(#p409c24ea43) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 188.472338 181.126708 \n",
+       "L 245.430779 181.126708 \n",
+       "L 245.430779 70.194301 \n",
+       "L 188.472338 70.194301 \n",
+       "z\n",
+       "&quot; clip-path=url(#p409c24ea43) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 245.430779 181.126708 \n",
+       "L 302.389221 181.126708 \n",
+       "L 302.389221 124.751223 \n",
+       "L 245.430779 124.751223 \n",
+       "z\n",
+       "&quot; clip-path=url(#p409c24ea43) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 302.389221 181.126708 \n",
+       "L 359.347662 181.126708 \n",
+       "L 359.347662 68.375737 \n",
+       "L 302.389221 68.375737 \n",
+       "z\n",
+       "&quot; clip-path=url(#p409c24ea43) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 359.347662 181.126708 \n",
+       "L 416.306104 181.126708 \n",
+       "L 416.306104 18.910796 \n",
+       "L 359.347662 18.910796 \n",
+       "z\n",
+       "&quot; clip-path=url(#p409c24ea43) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 416.306104 181.126708 \n",
+       "L 473.264545 181.126708 \n",
+       "L 473.264545 126.569787 \n",
+       "L 416.306104 126.569787 \n",
+       "z\n",
+       "&quot; clip-path=url(#p409c24ea43) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 54.62 181.126708 \n",
+       "L 54.62 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 493.2 181.126708 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 54.62 181.126708 \n",
+       "L 493.2 181.126708 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.62 10.8 \n",
+       "L 493.2 10.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p409c24ea43&gt;&lt;rect x=54.62 y=10.8 width=438.58 height=170.326708 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8835640653131191974bottom--8835640653131191974word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=january&gt; january &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=march&gt; march &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=may&gt; may &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=july&gt; july &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=august&gt; august &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=october&gt; october &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=december&gt; december &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:53.3%&gt; 8.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=april&gt; april &lt;/td&gt;&lt;td&gt;300&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:51.5%&gt; 8.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=june&gt; june &lt;/td&gt;&lt;td&gt;300&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:51.5%&gt; 8.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=september&gt; september &lt;/td&gt;&lt;td&gt;300&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:51.5%&gt; 8.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (2)&quot;&gt; Other values (2) &lt;/td&gt;&lt;td&gt;582&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 15.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8835640653131191974bottom--8835640653131191974characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-8835640653131191974unicode--8835640653131191974characters aria-controls=-8835640653131191974unicode--8835640653131191974characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8835640653131191974unicode--8835640653131191974categories aria-controls=-8835640653131191974unicode--8835640653131191974categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8835640653131191974unicode--8835640653131191974scripts aria-controls=-8835640653131191974unicode--8835640653131191974scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8835640653131191974unicode--8835640653131191974blocks aria-controls=-8835640653131191974unicode--8835640653131191974blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-8835640653131191974unicode--8835640653131191974characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;3322&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:49.6%&gt; 14.8% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;2704&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.4%&gt; 12.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;1822&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:27.2%&gt; &amp;nbsp; &lt;/div&gt; 8.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;1522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:22.7%&gt; &amp;nbsp; &lt;/div&gt; 6.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=b&gt; b &lt;/td&gt;&lt;td&gt;1502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:22.4%&gt; &amp;nbsp; &lt;/div&gt; 6.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=y&gt; y &lt;/td&gt;&lt;td&gt;1212&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:18.1%&gt; &amp;nbsp; &lt;/div&gt; 5.4% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;930&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.9%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=J&gt; J &lt;/td&gt;&lt;td&gt;920&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.7%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;920&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.7%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=m&gt; m &lt;/td&gt;&lt;td&gt;910&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.6%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (16)&quot;&gt; Other values (16) &lt;/td&gt;&lt;td&gt;6692&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 29.8% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8835640653131191974unicode--8835640653131191974categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Lowercase Letter&quot;&gt; Lowercase Letter &lt;/td&gt;&lt;td&gt;18804&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 83.7% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&quot;Uppercase Letter&quot;&gt; Uppercase Letter &lt;/td&gt;&lt;td&gt;3652&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:19.4%&gt; &amp;nbsp; &lt;/div&gt; 16.3% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Lowercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;3322&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:99.2%&gt; 17.7% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;2704&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:80.7%&gt; 14.4% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;1822&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:54.4%&gt; 9.7% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;1522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:45.4%&gt; 8.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=b&gt; b &lt;/td&gt;&lt;td&gt;1502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:44.8%&gt; 8.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=y&gt; y &lt;/td&gt;&lt;td&gt;1212&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:36.2%&gt; &amp;nbsp; &lt;/div&gt; 6.4% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;930&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:27.8%&gt; &amp;nbsp; &lt;/div&gt; 4.9% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;920&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:27.5%&gt; &amp;nbsp; &lt;/div&gt; 4.9% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=m&gt; m &lt;/td&gt;&lt;td&gt;910&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:27.2%&gt; &amp;nbsp; &lt;/div&gt; 4.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=l&gt; l &lt;/td&gt;&lt;td&gt;610&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:18.2%&gt; &amp;nbsp; &lt;/div&gt; 3.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (8)&quot;&gt; Other values (8) &lt;/td&gt;&lt;td&gt;3350&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 17.8% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Uppercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=J&gt; J &lt;/td&gt;&lt;td&gt;920&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 25.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=M&gt; M &lt;/td&gt;&lt;td&gt;620&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:67.4%&gt; 17.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=A&gt; A &lt;/td&gt;&lt;td&gt;610&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.3%&gt; 16.7% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=O&gt; O &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.7%&gt; &amp;nbsp; &lt;/div&gt; 8.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=D&gt; D &lt;/td&gt;&lt;td&gt;310&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.7%&gt; &amp;nbsp; &lt;/div&gt; 8.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=S&gt; S &lt;/td&gt;&lt;td&gt;300&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:32.6%&gt; &amp;nbsp; &lt;/div&gt; 8.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=N&gt; N &lt;/td&gt;&lt;td&gt;300&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:32.6%&gt; &amp;nbsp; &lt;/div&gt; 8.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=F&gt; F &lt;/td&gt;&lt;td&gt;282&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:30.7%&gt; &amp;nbsp; &lt;/div&gt; 7.7% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8835640653131191974unicode--8835640653131191974scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Latin&gt; Latin &lt;/td&gt;&lt;td&gt;22456&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Latin&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;3322&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:49.6%&gt; 14.8% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;2704&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.4%&gt; 12.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;1822&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:27.2%&gt; &amp;nbsp; &lt;/div&gt; 8.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;1522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:22.7%&gt; &amp;nbsp; &lt;/div&gt; 6.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=b&gt; b &lt;/td&gt;&lt;td&gt;1502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:22.4%&gt; &amp;nbsp; &lt;/div&gt; 6.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=y&gt; y &lt;/td&gt;&lt;td&gt;1212&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:18.1%&gt; &amp;nbsp; &lt;/div&gt; 5.4% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;930&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.9%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=J&gt; J &lt;/td&gt;&lt;td&gt;920&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.7%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;920&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.7%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=m&gt; m &lt;/td&gt;&lt;td&gt;910&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.6%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (16)&quot;&gt; Other values (16) &lt;/td&gt;&lt;td&gt;6692&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 29.8% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8835640653131191974unicode--8835640653131191974blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;22456&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;3322&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:49.6%&gt; 14.8% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;2704&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.4%&gt; 12.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;1822&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:27.2%&gt; &amp;nbsp; &lt;/div&gt; 8.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;1522&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:22.7%&gt; &amp;nbsp; &lt;/div&gt; 6.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=b&gt; b &lt;/td&gt;&lt;td&gt;1502&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:22.4%&gt; &amp;nbsp; &lt;/div&gt; 6.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=y&gt; y &lt;/td&gt;&lt;td&gt;1212&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:18.1%&gt; &amp;nbsp; &lt;/div&gt; 5.4% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;930&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.9%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=J&gt; J &lt;/td&gt;&lt;td&gt;920&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.7%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;920&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.7%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=m&gt; m &lt;/td&gt;&lt;td&gt;910&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:13.6%&gt; &amp;nbsp; &lt;/div&gt; 4.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (16)&quot;&gt; Other values (16) &lt;/td&gt;&lt;td&gt;6692&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 29.8% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=interactions&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Interactions&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row variable&quot;&gt;&lt;div class=col-sm-2&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions-interactions_passengers aria-controls=interactions-interactions_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_temperature_midday aria-controls=interactions-interactions_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_sunshine_percentage aria-controls=interactions-interactions_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_snow_5days aria-controls=interactions-interactions_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_temperature_deviation aria-controls=interactions-interactions_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_temperature_max aria-controls=interactions-interactions_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_temperature_min aria-controls=interactions-interactions_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_temperature_evening aria-controls=interactions-interactions_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_precipiation_5days aria-controls=interactions-interactions_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_precipiation aria-controls=interactions-interactions_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_wind aria-controls=interactions-interactions_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_year aria-controls=interactions-interactions_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;option role=presentation data-target=#interactions-interactions_day_in_month aria-controls=interactions-interactions_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-10&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions-interactions_passengers&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_passengers-interactions_passengers_day_in_month aria-controls=interactions_passengers-interactions_passengers_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_passengers aria-controls=interactions_passengers-interactions_passengers_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_temperature_midday aria-controls=interactions_passengers-interactions_passengers_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_sunshine_percentage aria-controls=interactions_passengers-interactions_passengers_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_snow_5days aria-controls=interactions_passengers-interactions_passengers_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_temperature_deviation aria-controls=interactions_passengers-interactions_passengers_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_temperature_max aria-controls=interactions_passengers-interactions_passengers_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_temperature_min aria-controls=interactions_passengers-interactions_passengers_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_temperature_evening aria-controls=interactions_passengers-interactions_passengers_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_precipiation_5days aria-controls=interactions_passengers-interactions_passengers_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_precipiation aria-controls=interactions_passengers-interactions_passengers_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_wind aria-controls=interactions_passengers-interactions_passengers_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_passengers-interactions_passengers_year aria-controls=interactions_passengers-interactions_passengers_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_passengers-interactions_passengers_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:35.268109&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_7fef873fd9 d=&quot;M 105.818182 -42.405 \n",
+       "L 105.818182 -53.955 \n",
+       "L 92.290909 -59.73 \n",
+       "L 78.763637 -53.955 \n",
+       "L 78.763637 -42.405 \n",
+       "L 92.290909 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=-0 y=386.76 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=-0 y=352.11 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=-0 y=317.46 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=-0 y=282.81 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=-0 y=248.16 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=-0 y=213.51 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=-0 y=178.86 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=-0 y=144.21 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=-0 y=109.56 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=27.054545 y=386.76 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=27.054545 y=352.11 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=27.054545 y=317.46 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=27.054545 y=282.81 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=27.054545 y=248.16 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=27.054545 y=213.51 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=27.054545 y=178.86 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=27.054545 y=144.21 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=27.054545 y=109.56 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=54.109091 y=386.76 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=54.109091 y=352.11 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=54.109091 y=317.46 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=54.109091 y=282.81 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=54.109091 y=248.16 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=54.109091 y=213.51 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=54.109091 y=178.86 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=54.109091 y=144.21 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=54.109091 y=109.56 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=81.163636 y=386.76 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=81.163636 y=352.11 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=81.163636 y=317.46 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=81.163636 y=282.81 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=81.163636 y=248.16 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=81.163636 y=213.51 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=81.163636 y=178.86 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=81.163636 y=144.21 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=81.163636 y=109.56 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=108.218181 y=386.76 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=108.218181 y=352.11 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=108.218181 y=317.46 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=108.218181 y=282.81 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=108.218181 y=248.16 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=108.218181 y=213.51 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=108.218181 y=178.86 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=108.218181 y=144.21 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=108.218181 y=109.56 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=135.272727 y=386.76 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=135.272727 y=352.11 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=135.272727 y=317.46 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=135.272727 y=282.81 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=135.272727 y=248.16 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=135.272727 y=213.51 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=135.272727 y=178.86 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=135.272727 y=144.21 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=135.272727 y=109.56 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=162.327272 y=386.76 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=162.327272 y=352.11 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=162.327272 y=317.46 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=162.327272 y=282.81 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=162.327272 y=248.16 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=162.327272 y=213.51 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=162.327272 y=178.86 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=162.327272 y=144.21 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=162.327272 y=109.56 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=189.381818 y=386.76 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=189.381818 y=352.11 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=189.381818 y=317.46 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=189.381818 y=282.81 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=189.381818 y=248.16 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=189.381818 y=213.51 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=189.381818 y=178.86 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=189.381818 y=144.21 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=189.381818 y=109.56 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=216.436363 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=216.436363 y=352.11 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=216.436363 y=317.46 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=216.436363 y=282.81 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=216.436363 y=248.16 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=216.436363 y=213.51 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=216.436363 y=178.86 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=216.436363 y=144.21 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=216.436363 y=109.56 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=243.490909 y=386.76 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=243.490909 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=243.490909 y=317.46 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=243.490909 y=282.81 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=243.490909 y=248.16 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=243.490909 y=213.51 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=243.490909 y=178.86 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=243.490909 y=144.21 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=243.490909 y=109.56 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=270.545454 y=386.76 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=270.545454 y=352.11 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=270.545454 y=317.46 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=270.545454 y=282.81 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=270.545454 y=248.16 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=270.545454 y=213.51 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=270.545454 y=178.86 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=270.545454 y=144.21 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=270.545454 y=109.56 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=297.6 y=386.76 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=297.6 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=297.6 y=317.46 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=297.6 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=297.6 y=248.16 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=297.6 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=297.6 y=178.86 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=297.6 y=144.21 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=297.6 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=324.654545 y=386.76 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=324.654545 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=324.654545 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=324.654545 y=282.81 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=324.654545 y=248.16 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=324.654545 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=324.654545 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=324.654545 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=324.654545 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=351.709091 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=351.709091 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=351.709091 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=351.709091 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=351.709091 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=351.709091 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=351.709091 y=178.86 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=351.709091 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=351.709091 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=378.763636 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=378.763636 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=378.763636 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=378.763636 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=378.763636 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=378.763636 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=378.763636 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=378.763636 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=378.763636 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=405.818181 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=405.818181 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=405.818181 y=317.46 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=405.818181 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=405.818181 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=405.818181 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=405.818181 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=405.818181 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=405.818181 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=13.527272 y=369.435 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=13.527272 y=334.785 style=&quot;fill: #4d8bbf; stroke: #4d8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=13.527272 y=300.135 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=13.527272 y=265.485 style=&quot;fill: #3c81ba; stroke: #3c81ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=13.527272 y=230.835 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=13.527272 y=196.185 style=&quot;fill: #4386bc; stroke: #4386bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=13.527272 y=161.535 style=&quot;fill: #4285bb; stroke: #4285bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=13.527272 y=126.885 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=40.581818 y=369.435 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=40.581818 y=334.785 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=40.581818 y=300.135 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=40.581818 y=265.485 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=40.581818 y=230.835 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=40.581818 y=196.185 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=40.581818 y=161.535 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=40.581818 y=126.885 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=67.636363 y=369.435 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=67.636363 y=334.785 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=67.636363 y=300.135 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=67.636363 y=265.485 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=67.636363 y=230.835 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=67.636363 y=196.185 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=67.636363 y=161.535 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=67.636363 y=126.885 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=94.690909 y=369.435 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=94.690909 y=334.785 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=94.690909 y=300.135 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=94.690909 y=265.485 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=94.690909 y=230.835 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=94.690909 y=196.185 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=94.690909 y=161.535 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=94.690909 y=126.885 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=121.745454 y=369.435 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=121.745454 y=334.785 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=121.745454 y=300.135 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=121.745454 y=265.485 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=121.745454 y=230.835 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=121.745454 y=196.185 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=121.745454 y=161.535 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=121.745454 y=126.885 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=148.8 y=369.435 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=148.8 y=334.785 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=148.8 y=300.135 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=148.8 y=265.485 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=148.8 y=230.835 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=148.8 y=196.185 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=148.8 y=161.535 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=148.8 y=126.885 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=175.854545 y=369.435 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=175.854545 y=334.785 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=175.854545 y=300.135 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=175.854545 y=265.485 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=175.854545 y=230.835 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=175.854545 y=196.185 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=175.854545 y=161.535 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=175.854545 y=126.885 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=202.909091 y=369.435 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=202.909091 y=334.785 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=202.909091 y=300.135 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=202.909091 y=265.485 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=202.909091 y=230.835 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=202.909091 y=196.185 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=202.909091 y=161.535 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=202.909091 y=126.885 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=229.963636 y=369.435 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=229.963636 y=334.785 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=229.963636 y=300.135 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=229.963636 y=265.485 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=229.963636 y=230.835 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=229.963636 y=196.185 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=229.963636 y=161.535 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=229.963636 y=126.885 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=257.018181 y=369.435 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=257.018181 y=334.785 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=257.018181 y=300.135 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=257.018181 y=265.485 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=257.018181 y=230.835 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=257.018181 y=196.185 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=257.018181 y=161.535 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=257.018181 y=126.885 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=284.072727 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=284.072727 y=334.785 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=284.072727 y=300.135 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=284.072727 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=284.072727 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=284.072727 y=196.185 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=284.072727 y=161.535 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=284.072727 y=126.885 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=311.127272 y=369.435 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=311.127272 y=334.785 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=311.127272 y=300.135 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=311.127272 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=311.127272 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=311.127272 y=196.185 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=311.127272 y=161.535 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=311.127272 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=338.181818 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=338.181818 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=338.181818 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=338.181818 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=338.181818 y=230.835 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=338.181818 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=338.181818 y=161.535 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=338.181818 y=126.885 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=365.236363 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=365.236363 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=365.236363 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=365.236363 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=365.236363 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=365.236363 y=196.185 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=365.236363 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=365.236363 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=392.290909 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=392.290909 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=392.290909 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=392.290909 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=392.290909 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=392.290909 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=392.290909 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2a88a8ed21)&gt;&lt;use xlink:href=#C0_0_7fef873fd9 x=392.290909 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2a88a8ed21&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:16.631816&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_7e5e9dbac9 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=-0 y=396 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=-0 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=-0 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=-0 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=27.054545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=27.054545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=54.109091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=54.109091 y=361.35 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=81.163636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=81.163636 y=326.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=108.218181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=108.218181 y=326.7 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=135.272727 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=135.272727 y=292.05 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=162.327272 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=162.327272 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=189.381818 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=189.381818 y=257.4 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=216.436363 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=243.490909 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=270.545454 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=297.6 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=324.654545 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=13.527272 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=13.527272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=13.527272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=13.527272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=13.527272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=40.581818 y=378.675 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=40.581818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=67.636363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=67.636363 y=344.025 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=94.690909 y=344.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=121.745454 y=309.375 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=175.854545 y=274.725 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=229.963636 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=284.072727 y=205.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=338.181818 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0f25c120b7)&gt;&lt;use xlink:href=#C0_0_7e5e9dbac9 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p0f25c120b7&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:21.621314&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_92da4ee8c0 d=&quot;M 105.818182 -122.365729 \n",
+       "L 105.818182 -133.915729 \n",
+       "L 92.290909 -139.690729 \n",
+       "L 78.763637 -133.915729 \n",
+       "L 78.763637 -122.365729 \n",
+       "L 92.290909 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=-0 y=466.720729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=-0 y=432.070729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=-0 y=397.420729 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=-0 y=362.770729 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=-0 y=328.120729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=-0 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=-0 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=-0 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=-0 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=27.054545 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=27.054545 y=432.070729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=27.054545 y=397.420729 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=27.054545 y=362.770729 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=27.054545 y=328.120729 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=27.054545 y=293.470729 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=27.054545 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=27.054545 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=27.054545 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=54.109091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=54.109091 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=54.109091 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=54.109091 y=362.770729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=54.109091 y=328.120729 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=54.109091 y=293.470729 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=54.109091 y=258.820729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=54.109091 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=54.109091 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=81.163636 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=81.163636 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=81.163636 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=81.163636 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=81.163636 y=328.120729 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=81.163636 y=293.470729 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=81.163636 y=258.820729 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=81.163636 y=224.170729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=81.163636 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=108.218181 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=108.218181 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=108.218181 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=108.218181 y=362.770729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=108.218181 y=328.120729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=108.218181 y=293.470729 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=108.218181 y=258.820729 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=108.218181 y=224.170729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=108.218181 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=135.272727 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=135.272727 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=135.272727 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=135.272727 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=135.272727 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=135.272727 y=293.470729 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=135.272727 y=258.820729 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=135.272727 y=224.170729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=135.272727 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=162.327272 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=162.327272 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=162.327272 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=162.327272 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=162.327272 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=162.327272 y=293.470729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=162.327272 y=258.820729 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=162.327272 y=224.170729 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=162.327272 y=189.520729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=189.381818 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=189.381818 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=189.381818 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=189.381818 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=189.381818 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=189.381818 y=293.470729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=189.381818 y=258.820729 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=189.381818 y=224.170729 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=189.381818 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=216.436363 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=216.436363 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=216.436363 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=216.436363 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=216.436363 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=216.436363 y=293.470729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=216.436363 y=258.820729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=216.436363 y=224.170729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=216.436363 y=189.520729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=243.490909 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=243.490909 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=243.490909 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=243.490909 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=243.490909 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=243.490909 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=243.490909 y=258.820729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=243.490909 y=224.170729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=243.490909 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=270.545454 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=270.545454 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=270.545454 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=270.545454 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=270.545454 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=270.545454 y=293.470729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=270.545454 y=258.820729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=270.545454 y=224.170729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=270.545454 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=297.6 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=297.6 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=297.6 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=297.6 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=297.6 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=297.6 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=297.6 y=258.820729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=297.6 y=224.170729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=297.6 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=324.654545 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=324.654545 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=324.654545 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=324.654545 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=324.654545 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=324.654545 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=324.654545 y=258.820729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=324.654545 y=224.170729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=324.654545 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=351.709091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=351.709091 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=351.709091 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=351.709091 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=351.709091 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=351.709091 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=351.709091 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=351.709091 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=351.709091 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=378.763636 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=378.763636 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=378.763636 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=378.763636 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=378.763636 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=378.763636 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=378.763636 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=378.763636 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=378.763636 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=405.818181 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=405.818181 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=405.818181 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=405.818181 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=405.818181 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=405.818181 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=405.818181 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=405.818181 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=405.818181 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=13.527272 y=449.395729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=13.527272 y=414.745729 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=13.527272 y=380.095729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=13.527272 y=345.445729 style=&quot;fill: #4a8abe; stroke: #4a8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=13.527272 y=310.795729 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=13.527272 y=276.145729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=13.527272 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=13.527272 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=40.581818 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=40.581818 y=414.745729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=40.581818 y=380.095729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=40.581818 y=345.445729 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=40.581818 y=310.795729 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=40.581818 y=276.145729 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=40.581818 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=40.581818 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=67.636363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=67.636363 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=67.636363 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=67.636363 y=345.445729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=67.636363 y=310.795729 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=67.636363 y=276.145729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=67.636363 y=241.495729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=67.636363 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=94.690909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=94.690909 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=94.690909 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=94.690909 y=345.445729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=94.690909 y=310.795729 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=94.690909 y=276.145729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=94.690909 y=241.495729 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=94.690909 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=121.745454 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=121.745454 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=121.745454 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=121.745454 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=121.745454 y=310.795729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=121.745454 y=276.145729 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=121.745454 y=241.495729 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=121.745454 y=206.845729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=148.8 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=148.8 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=148.8 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=148.8 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=148.8 y=310.795729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=148.8 y=276.145729 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=148.8 y=241.495729 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=148.8 y=206.845729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=175.854545 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=175.854545 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=175.854545 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=175.854545 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=175.854545 y=310.795729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=175.854545 y=276.145729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=175.854545 y=241.495729 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=175.854545 y=206.845729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=202.909091 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=202.909091 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=202.909091 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=202.909091 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=202.909091 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=202.909091 y=276.145729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=202.909091 y=241.495729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=202.909091 y=206.845729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=229.963636 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=229.963636 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=229.963636 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=229.963636 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=229.963636 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=229.963636 y=276.145729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=229.963636 y=241.495729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=229.963636 y=206.845729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=257.018181 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=257.018181 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=257.018181 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=257.018181 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=257.018181 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=257.018181 y=276.145729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=257.018181 y=241.495729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=257.018181 y=206.845729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=284.072727 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=284.072727 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=284.072727 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=284.072727 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=284.072727 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=284.072727 y=276.145729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=284.072727 y=241.495729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=284.072727 y=206.845729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=311.127272 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=311.127272 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=311.127272 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=311.127272 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=311.127272 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=311.127272 y=276.145729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=311.127272 y=241.495729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=311.127272 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=338.181818 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=338.181818 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=338.181818 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=338.181818 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=338.181818 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=338.181818 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=338.181818 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=338.181818 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=365.236363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=365.236363 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=365.236363 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=365.236363 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=365.236363 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=365.236363 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=365.236363 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=365.236363 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=392.290909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=392.290909 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=392.290909 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=392.290909 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=392.290909 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=392.290909 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=392.290909 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4eaff3adea)&gt;&lt;use xlink:href=#C0_0_92da4ee8c0 x=392.290909 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p4eaff3adea&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:26.765651&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_117cf4d1c9 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=-0 y=396 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=-0 y=361.35 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=-0 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=-0 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=-0 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=-0 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=-0 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=-0 y=153.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=-0 y=118.8 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=27.054545 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=27.054545 y=361.35 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=27.054545 y=326.7 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=27.054545 y=292.05 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=27.054545 y=257.4 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=27.054545 y=222.75 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=27.054545 y=188.1 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=27.054545 y=153.45 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=27.054545 y=118.8 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=54.109091 y=396 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=54.109091 y=361.35 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=54.109091 y=326.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=54.109091 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=54.109091 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=54.109091 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=54.109091 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=54.109091 y=153.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=54.109091 y=118.8 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=81.163636 y=396 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=81.163636 y=361.35 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=81.163636 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=81.163636 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=81.163636 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=81.163636 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=81.163636 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=81.163636 y=153.45 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=81.163636 y=118.8 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=108.218181 y=396 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=108.218181 y=361.35 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=108.218181 y=326.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=108.218181 y=292.05 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=108.218181 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=108.218181 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=108.218181 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=108.218181 y=153.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=108.218181 y=118.8 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=135.272727 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=135.272727 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=135.272727 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=135.272727 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=135.272727 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=135.272727 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=135.272727 y=188.1 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=135.272727 y=153.45 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=135.272727 y=118.8 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=162.327272 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=162.327272 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=162.327272 y=326.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=162.327272 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=162.327272 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=162.327272 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=162.327272 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=162.327272 y=153.45 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=162.327272 y=118.8 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=189.381818 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=189.381818 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=189.381818 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=189.381818 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=189.381818 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=189.381818 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=189.381818 y=188.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=189.381818 y=153.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=189.381818 y=118.8 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=216.436363 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=216.436363 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=216.436363 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=216.436363 y=188.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=216.436363 y=153.45 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=216.436363 y=118.8 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=243.490909 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=243.490909 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=243.490909 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=243.490909 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=243.490909 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=243.490909 y=118.8 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=270.545454 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=270.545454 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=270.545454 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=270.545454 y=118.8 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=297.6 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=297.6 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=324.654545 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=324.654545 y=118.8 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=13.527272 y=378.675 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=13.527272 y=344.025 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=13.527272 y=309.375 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=13.527272 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=13.527272 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=13.527272 y=205.425 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=13.527272 y=170.775 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=13.527272 y=136.125 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=40.581818 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=40.581818 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=40.581818 y=309.375 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=40.581818 y=274.725 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=40.581818 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=40.581818 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=40.581818 y=170.775 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=40.581818 y=136.125 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=67.636363 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=67.636363 y=344.025 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=67.636363 y=309.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=67.636363 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=67.636363 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=67.636363 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=67.636363 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=67.636363 y=136.125 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=94.690909 y=378.675 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=94.690909 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=94.690909 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=94.690909 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=94.690909 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=94.690909 y=205.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=94.690909 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=94.690909 y=136.125 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=121.745454 y=378.675 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=121.745454 y=344.025 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=121.745454 y=309.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=121.745454 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=121.745454 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=121.745454 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=121.745454 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=121.745454 y=136.125 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=148.8 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=148.8 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=148.8 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=148.8 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=148.8 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=148.8 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=148.8 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=148.8 y=136.125 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=175.854545 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=175.854545 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=175.854545 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=175.854545 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=175.854545 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=175.854545 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=175.854545 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=175.854545 y=136.125 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=202.909091 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=202.909091 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=202.909091 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=202.909091 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=202.909091 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=202.909091 y=170.775 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=202.909091 y=136.125 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=229.963636 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=229.963636 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=229.963636 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=229.963636 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=229.963636 y=170.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=229.963636 y=136.125 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=257.018181 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=257.018181 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=257.018181 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=257.018181 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=257.018181 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=257.018181 y=136.125 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=284.072727 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=284.072727 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=284.072727 y=136.125 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=311.127272 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=311.127272 y=136.125 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=365.236363 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf4e5311b7a)&gt;&lt;use xlink:href=#C0_0_117cf4d1c9 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf4e5311b7a&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:31.983159&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_7ba7ffb83b d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=-0 y=396 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=-0 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=-0 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=-0 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=-0 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=27.054545 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=27.054545 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=27.054545 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=27.054545 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=54.109091 y=396 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=54.109091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=81.163636 y=396 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=81.163636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=108.218181 y=396 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=108.218181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=135.272727 y=396 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=162.327272 y=396 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=189.381818 y=396 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=216.436363 y=396 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=243.490909 y=396 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=270.545454 y=396 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=297.6 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=324.654545 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=13.527272 y=378.675 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=13.527272 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=13.527272 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=13.527272 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=13.527272 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=13.527272 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=13.527272 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=40.581818 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=40.581818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=67.636363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=67.636363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=94.690909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=121.745454 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p937b6a53d4)&gt;&lt;use xlink:href=#C0_0_7ba7ffb83b x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p937b6a53d4&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:38.846586&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_0a955fe231 d=&quot;M 105.818182 -176.697632 \n",
+       "L 105.818182 -188.247632 \n",
+       "L 92.290909 -194.022632 \n",
+       "L 78.763637 -188.247632 \n",
+       "L 78.763637 -176.697632 \n",
+       "L 92.290909 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=-0 y=521.052632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=-0 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=-0 y=451.752632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=-0 y=417.102632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=-0 y=382.452632 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=-0 y=347.802632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=-0 y=313.152632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=-0 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=-0 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=27.054545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=27.054545 y=486.402632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=27.054545 y=451.752632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=27.054545 y=417.102632 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=27.054545 y=382.452632 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=27.054545 y=347.802632 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=27.054545 y=313.152632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=27.054545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=27.054545 y=243.852632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=54.109091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=54.109091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=54.109091 y=451.752632 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=54.109091 y=417.102632 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=54.109091 y=382.452632 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=54.109091 y=347.802632 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=54.109091 y=313.152632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=54.109091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=54.109091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=81.163636 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=81.163636 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=81.163636 y=451.752632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=81.163636 y=417.102632 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=81.163636 y=382.452632 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=81.163636 y=347.802632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=81.163636 y=313.152632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=81.163636 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=81.163636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=108.218181 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=108.218181 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=108.218181 y=451.752632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=108.218181 y=417.102632 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=108.218181 y=382.452632 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=108.218181 y=347.802632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=108.218181 y=313.152632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=108.218181 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=108.218181 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=135.272727 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=135.272727 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=135.272727 y=451.752632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=135.272727 y=417.102632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=135.272727 y=382.452632 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=135.272727 y=347.802632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=135.272727 y=313.152632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=135.272727 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=135.272727 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=162.327272 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=162.327272 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=162.327272 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=162.327272 y=417.102632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=162.327272 y=382.452632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=162.327272 y=347.802632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=162.327272 y=313.152632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=162.327272 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=162.327272 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=189.381818 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=189.381818 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=189.381818 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=189.381818 y=417.102632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=189.381818 y=382.452632 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=189.381818 y=347.802632 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=189.381818 y=313.152632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=189.381818 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=189.381818 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=216.436363 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=216.436363 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=216.436363 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=216.436363 y=417.102632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=216.436363 y=382.452632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=216.436363 y=347.802632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=216.436363 y=313.152632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=216.436363 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=216.436363 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=243.490909 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=243.490909 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=243.490909 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=243.490909 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=243.490909 y=382.452632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=243.490909 y=347.802632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=243.490909 y=313.152632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=243.490909 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=243.490909 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=270.545454 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=270.545454 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=270.545454 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=270.545454 y=417.102632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=270.545454 y=382.452632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=270.545454 y=347.802632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=270.545454 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=270.545454 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=270.545454 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=297.6 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=297.6 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=297.6 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=297.6 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=297.6 y=382.452632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=297.6 y=347.802632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=297.6 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=297.6 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=297.6 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=324.654545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=324.654545 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=324.654545 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=324.654545 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=324.654545 y=382.452632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=324.654545 y=347.802632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=324.654545 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=324.654545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=324.654545 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=351.709091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=351.709091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=351.709091 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=351.709091 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=351.709091 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=351.709091 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=351.709091 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=351.709091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=351.709091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=378.763636 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=378.763636 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=378.763636 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=378.763636 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=378.763636 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=378.763636 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=378.763636 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=378.763636 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=378.763636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=405.818181 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=405.818181 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=405.818181 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=405.818181 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=405.818181 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=405.818181 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=405.818181 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=405.818181 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=405.818181 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=13.527272 y=503.727632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=13.527272 y=469.077632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=13.527272 y=434.427632 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=13.527272 y=399.777632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=13.527272 y=365.127632 style=&quot;fill: #4b8abe; stroke: #4b8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=13.527272 y=330.477632 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=13.527272 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=13.527272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=40.581818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=40.581818 y=469.077632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=40.581818 y=434.427632 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=40.581818 y=399.777632 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=40.581818 y=365.127632 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=40.581818 y=330.477632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=40.581818 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=40.581818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=67.636363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=67.636363 y=469.077632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=67.636363 y=434.427632 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=67.636363 y=399.777632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=67.636363 y=365.127632 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=67.636363 y=330.477632 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=67.636363 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=67.636363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=94.690909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=94.690909 y=469.077632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=94.690909 y=434.427632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=94.690909 y=399.777632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=94.690909 y=365.127632 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=94.690909 y=330.477632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=94.690909 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=94.690909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=121.745454 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=121.745454 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=121.745454 y=434.427632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=121.745454 y=399.777632 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=121.745454 y=365.127632 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=121.745454 y=330.477632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=121.745454 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=121.745454 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=148.8 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=148.8 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=148.8 y=434.427632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=148.8 y=399.777632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=148.8 y=365.127632 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=148.8 y=330.477632 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=148.8 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=148.8 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=175.854545 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=175.854545 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=175.854545 y=434.427632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=175.854545 y=399.777632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=175.854545 y=365.127632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=175.854545 y=330.477632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=175.854545 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=175.854545 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=202.909091 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=202.909091 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=202.909091 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=202.909091 y=399.777632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=202.909091 y=365.127632 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=202.909091 y=330.477632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=202.909091 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=202.909091 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=229.963636 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=229.963636 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=229.963636 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=229.963636 y=399.777632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=229.963636 y=365.127632 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=229.963636 y=330.477632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=229.963636 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=229.963636 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=257.018181 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=257.018181 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=257.018181 y=434.427632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=257.018181 y=399.777632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=257.018181 y=365.127632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=257.018181 y=330.477632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=257.018181 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=257.018181 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=284.072727 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=284.072727 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=284.072727 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=284.072727 y=399.777632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=284.072727 y=365.127632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=284.072727 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=284.072727 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=284.072727 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=311.127272 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=311.127272 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=311.127272 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=311.127272 y=399.777632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=311.127272 y=365.127632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=311.127272 y=330.477632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=311.127272 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=311.127272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=338.181818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=338.181818 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=338.181818 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=338.181818 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=338.181818 y=365.127632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=338.181818 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=338.181818 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=338.181818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=365.236363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=365.236363 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=365.236363 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=365.236363 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=365.236363 y=365.127632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=365.236363 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=365.236363 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=365.236363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=392.290909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=392.290909 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=392.290909 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=392.290909 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=392.290909 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=392.290909 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=392.290909 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1888f60ce8)&gt;&lt;use xlink:href=#C0_0_0a955fe231 x=392.290909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1888f60ce8&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:46.127841&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_bff2119ff6 d=&quot;M 105.818182 -109.969887 \n",
+       "L 105.818182 -121.519887 \n",
+       "L 92.290909 -127.294887 \n",
+       "L 78.763637 -121.519887 \n",
+       "L 78.763637 -109.969887 \n",
+       "L 92.290909 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=-0 y=454.324887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=-0 y=419.674887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=-0 y=385.024887 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=-0 y=350.374887 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=-0 y=315.724887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=-0 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=-0 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=-0 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=-0 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=27.054545 y=454.324887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=27.054545 y=419.674887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=27.054545 y=385.024887 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=27.054545 y=350.374887 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=27.054545 y=315.724887 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=27.054545 y=281.074887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=27.054545 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=27.054545 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=27.054545 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=54.109091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=54.109091 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=54.109091 y=385.024887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=54.109091 y=350.374887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=54.109091 y=315.724887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=54.109091 y=281.074887 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=54.109091 y=246.424887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=54.109091 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=54.109091 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=81.163636 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=81.163636 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=81.163636 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=81.163636 y=350.374887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=81.163636 y=315.724887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=81.163636 y=281.074887 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=81.163636 y=246.424887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=81.163636 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=81.163636 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=108.218181 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=108.218181 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=108.218181 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=108.218181 y=350.374887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=108.218181 y=315.724887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=108.218181 y=281.074887 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=108.218181 y=246.424887 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=108.218181 y=211.774887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=108.218181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=135.272727 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=135.272727 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=135.272727 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=135.272727 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=135.272727 y=315.724887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=135.272727 y=281.074887 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=135.272727 y=246.424887 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=135.272727 y=211.774887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=135.272727 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=162.327272 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=162.327272 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=162.327272 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=162.327272 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=162.327272 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=162.327272 y=281.074887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=162.327272 y=246.424887 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=162.327272 y=211.774887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=162.327272 y=177.124887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=189.381818 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=189.381818 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=189.381818 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=189.381818 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=189.381818 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=189.381818 y=281.074887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=189.381818 y=246.424887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=189.381818 y=211.774887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=189.381818 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=216.436363 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=216.436363 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=216.436363 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=216.436363 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=216.436363 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=216.436363 y=281.074887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=216.436363 y=246.424887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=216.436363 y=211.774887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=216.436363 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=243.490909 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=243.490909 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=243.490909 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=243.490909 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=243.490909 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=243.490909 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=243.490909 y=246.424887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=243.490909 y=211.774887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=243.490909 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=270.545454 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=270.545454 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=270.545454 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=270.545454 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=270.545454 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=270.545454 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=270.545454 y=246.424887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=270.545454 y=211.774887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=270.545454 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=297.6 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=297.6 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=297.6 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=297.6 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=297.6 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=297.6 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=297.6 y=246.424887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=297.6 y=211.774887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=297.6 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=324.654545 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=324.654545 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=324.654545 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=324.654545 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=324.654545 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=324.654545 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=324.654545 y=246.424887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=324.654545 y=211.774887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=324.654545 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=351.709091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=351.709091 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=351.709091 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=351.709091 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=351.709091 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=351.709091 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=351.709091 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=351.709091 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=351.709091 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=378.763636 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=378.763636 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=378.763636 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=378.763636 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=378.763636 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=378.763636 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=378.763636 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=378.763636 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=378.763636 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=405.818181 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=405.818181 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=405.818181 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=405.818181 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=405.818181 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=405.818181 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=405.818181 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=405.818181 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=405.818181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=13.527272 y=436.999887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=13.527272 y=402.349887 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=13.527272 y=367.699887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=13.527272 y=333.049887 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=13.527272 y=298.399887 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=13.527272 y=263.749887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=13.527272 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=13.527272 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=40.581818 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=40.581818 y=402.349887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=40.581818 y=367.699887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=40.581818 y=333.049887 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=40.581818 y=298.399887 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=40.581818 y=263.749887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=40.581818 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=40.581818 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=67.636363 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=67.636363 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=67.636363 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=67.636363 y=333.049887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=67.636363 y=298.399887 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=67.636363 y=263.749887 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=67.636363 y=229.099887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=67.636363 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=94.690909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=94.690909 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=94.690909 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=94.690909 y=333.049887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=94.690909 y=298.399887 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=94.690909 y=263.749887 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=94.690909 y=229.099887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=94.690909 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=121.745454 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=121.745454 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=121.745454 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=121.745454 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=121.745454 y=298.399887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=121.745454 y=263.749887 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=121.745454 y=229.099887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=121.745454 y=194.449887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=148.8 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=148.8 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=148.8 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=148.8 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=148.8 y=298.399887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=148.8 y=263.749887 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=148.8 y=229.099887 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=148.8 y=194.449887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=175.854545 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=175.854545 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=175.854545 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=175.854545 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=175.854545 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=175.854545 y=263.749887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=175.854545 y=229.099887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=175.854545 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=202.909091 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=202.909091 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=202.909091 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=202.909091 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=202.909091 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=202.909091 y=263.749887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=202.909091 y=229.099887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=202.909091 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=229.963636 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=229.963636 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=229.963636 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=229.963636 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=229.963636 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=229.963636 y=263.749887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=229.963636 y=229.099887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=229.963636 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=257.018181 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=257.018181 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=257.018181 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=257.018181 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=257.018181 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=257.018181 y=263.749887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=257.018181 y=229.099887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=257.018181 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=284.072727 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=284.072727 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=284.072727 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=284.072727 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=284.072727 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=284.072727 y=263.749887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=284.072727 y=229.099887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=284.072727 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=311.127272 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=311.127272 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=311.127272 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=311.127272 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=311.127272 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=311.127272 y=263.749887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=311.127272 y=229.099887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=311.127272 y=194.449887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=338.181818 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=338.181818 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=338.181818 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=338.181818 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=338.181818 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=338.181818 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=338.181818 y=229.099887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=338.181818 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=365.236363 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=365.236363 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=365.236363 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=365.236363 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=365.236363 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=365.236363 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=365.236363 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=365.236363 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=392.290909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=392.290909 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=392.290909 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=392.290909 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=392.290909 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=392.290909 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=392.290909 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05b1f7ab27)&gt;&lt;use xlink:href=#C0_0_bff2119ff6 x=392.290909 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p05b1f7ab27&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:52.294123&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_4c3019ce5c d=&quot;M 105.818182 -170.339681 \n",
+       "L 105.818182 -181.889681 \n",
+       "L 92.290909 -187.664681 \n",
+       "L 78.763637 -181.889681 \n",
+       "L 78.763637 -170.339681 \n",
+       "L 92.290909 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=-0 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=-0 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=-0 y=445.394681 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=-0 y=410.744681 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=-0 y=376.094681 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=-0 y=341.444681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=-0 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=-0 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=-0 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=27.054545 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=27.054545 y=480.044681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=27.054545 y=445.394681 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=27.054545 y=410.744681 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=27.054545 y=376.094681 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=27.054545 y=341.444681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=27.054545 y=306.794681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=27.054545 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=27.054545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=54.109091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=54.109091 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=54.109091 y=445.394681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=54.109091 y=410.744681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=54.109091 y=376.094681 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=54.109091 y=341.444681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=54.109091 y=306.794681 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=54.109091 y=272.144681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=54.109091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=81.163636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=81.163636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=81.163636 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=81.163636 y=410.744681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=81.163636 y=376.094681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=81.163636 y=341.444681 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=81.163636 y=306.794681 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=81.163636 y=272.144681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=81.163636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=108.218181 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=108.218181 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=108.218181 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=108.218181 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=108.218181 y=376.094681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=108.218181 y=341.444681 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=108.218181 y=306.794681 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=108.218181 y=272.144681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=108.218181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=135.272727 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=135.272727 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=135.272727 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=135.272727 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=135.272727 y=376.094681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=135.272727 y=341.444681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=135.272727 y=306.794681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=135.272727 y=272.144681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=135.272727 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=162.327272 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=162.327272 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=162.327272 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=162.327272 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=162.327272 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=162.327272 y=341.444681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=162.327272 y=306.794681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=162.327272 y=272.144681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=162.327272 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=189.381818 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=189.381818 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=189.381818 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=189.381818 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=189.381818 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=189.381818 y=341.444681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=189.381818 y=306.794681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=189.381818 y=272.144681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=189.381818 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=216.436363 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=216.436363 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=216.436363 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=216.436363 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=216.436363 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=216.436363 y=341.444681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=216.436363 y=306.794681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=216.436363 y=272.144681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=216.436363 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=243.490909 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=243.490909 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=243.490909 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=243.490909 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=243.490909 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=243.490909 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=243.490909 y=306.794681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=243.490909 y=272.144681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=243.490909 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=270.545454 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=270.545454 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=270.545454 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=270.545454 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=270.545454 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=270.545454 y=341.444681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=270.545454 y=306.794681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=270.545454 y=272.144681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=270.545454 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=297.6 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=297.6 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=297.6 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=297.6 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=297.6 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=297.6 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=297.6 y=306.794681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=297.6 y=272.144681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=297.6 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=324.654545 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=324.654545 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=324.654545 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=324.654545 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=324.654545 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=324.654545 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=324.654545 y=306.794681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=324.654545 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=324.654545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=351.709091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=351.709091 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=351.709091 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=351.709091 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=351.709091 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=351.709091 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=351.709091 y=306.794681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=351.709091 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=351.709091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=378.763636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=378.763636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=378.763636 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=378.763636 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=378.763636 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=378.763636 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=378.763636 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=378.763636 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=378.763636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=405.818181 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=405.818181 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=405.818181 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=405.818181 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=405.818181 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=405.818181 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=405.818181 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=405.818181 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=405.818181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=13.527272 y=497.369681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=13.527272 y=462.719681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=13.527272 y=428.069681 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=13.527272 y=393.419681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=13.527272 y=358.769681 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=13.527272 y=324.119681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=13.527272 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=13.527272 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=40.581818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=40.581818 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=40.581818 y=428.069681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=40.581818 y=393.419681 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=40.581818 y=358.769681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=40.581818 y=324.119681 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=40.581818 y=289.469681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=40.581818 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=67.636363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=67.636363 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=67.636363 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=67.636363 y=393.419681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=67.636363 y=358.769681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=67.636363 y=324.119681 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=67.636363 y=289.469681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=67.636363 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=94.690909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=94.690909 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=94.690909 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=94.690909 y=393.419681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=94.690909 y=358.769681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=94.690909 y=324.119681 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=94.690909 y=289.469681 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=94.690909 y=254.819681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=121.745454 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=121.745454 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=121.745454 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=121.745454 y=393.419681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=121.745454 y=358.769681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=121.745454 y=324.119681 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=121.745454 y=289.469681 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=121.745454 y=254.819681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=148.8 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=148.8 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=148.8 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=148.8 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=148.8 y=358.769681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=148.8 y=324.119681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=148.8 y=289.469681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=148.8 y=254.819681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=175.854545 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=175.854545 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=175.854545 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=175.854545 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=175.854545 y=358.769681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=175.854545 y=324.119681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=175.854545 y=289.469681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=175.854545 y=254.819681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=202.909091 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=202.909091 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=202.909091 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=202.909091 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=202.909091 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=202.909091 y=324.119681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=202.909091 y=289.469681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=202.909091 y=254.819681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=229.963636 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=229.963636 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=229.963636 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=229.963636 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=229.963636 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=229.963636 y=324.119681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=229.963636 y=289.469681 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=229.963636 y=254.819681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=257.018181 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=257.018181 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=257.018181 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=257.018181 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=257.018181 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=257.018181 y=324.119681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=257.018181 y=289.469681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=257.018181 y=254.819681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=284.072727 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=284.072727 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=284.072727 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=284.072727 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=284.072727 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=284.072727 y=324.119681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=284.072727 y=289.469681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=284.072727 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=311.127272 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=311.127272 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=311.127272 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=311.127272 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=311.127272 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=311.127272 y=324.119681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=311.127272 y=289.469681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=311.127272 y=254.819681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=338.181818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=338.181818 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=338.181818 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=338.181818 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=338.181818 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=338.181818 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=338.181818 y=289.469681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=338.181818 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=365.236363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=365.236363 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=365.236363 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=365.236363 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=365.236363 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=365.236363 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=365.236363 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=365.236363 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=392.290909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=392.290909 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=392.290909 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=392.290909 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=392.290909 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=392.290909 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=392.290909 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd15004791a)&gt;&lt;use xlink:href=#C0_0_4c3019ce5c x=392.290909 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pd15004791a&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:58.426017&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_e0ea975840 d=&quot;M 105.818182 -119.986935 \n",
+       "L 105.818182 -131.536935 \n",
+       "L 92.290909 -137.311935 \n",
+       "L 78.763637 -131.536935 \n",
+       "L 78.763637 -119.986935 \n",
+       "L 92.290909 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=-0 y=464.341935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=-0 y=429.691935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=-0 y=395.041935 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=-0 y=360.391935 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=-0 y=325.741935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=-0 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=-0 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=-0 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=-0 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=27.054545 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=27.054545 y=429.691935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=27.054545 y=395.041935 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=27.054545 y=360.391935 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=27.054545 y=325.741935 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=27.054545 y=291.091935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=27.054545 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=27.054545 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=27.054545 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=54.109091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=54.109091 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=54.109091 y=395.041935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=54.109091 y=360.391935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=54.109091 y=325.741935 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=54.109091 y=291.091935 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=54.109091 y=256.441935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=54.109091 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=54.109091 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=81.163636 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=81.163636 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=81.163636 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=81.163636 y=360.391935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=81.163636 y=325.741935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=81.163636 y=291.091935 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=81.163636 y=256.441935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=81.163636 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=81.163636 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=108.218181 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=108.218181 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=108.218181 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=108.218181 y=360.391935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=108.218181 y=325.741935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=108.218181 y=291.091935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=108.218181 y=256.441935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=108.218181 y=221.791935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=108.218181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=135.272727 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=135.272727 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=135.272727 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=135.272727 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=135.272727 y=325.741935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=135.272727 y=291.091935 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=135.272727 y=256.441935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=135.272727 y=221.791935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=135.272727 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=162.327272 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=162.327272 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=162.327272 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=162.327272 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=162.327272 y=325.741935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=162.327272 y=291.091935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=162.327272 y=256.441935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=162.327272 y=221.791935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=162.327272 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=189.381818 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=189.381818 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=189.381818 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=189.381818 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=189.381818 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=189.381818 y=291.091935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=189.381818 y=256.441935 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=189.381818 y=221.791935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=189.381818 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=216.436363 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=216.436363 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=216.436363 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=216.436363 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=216.436363 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=216.436363 y=291.091935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=216.436363 y=256.441935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=216.436363 y=221.791935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=216.436363 y=187.141935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=243.490909 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=243.490909 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=243.490909 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=243.490909 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=243.490909 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=243.490909 y=291.091935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=243.490909 y=256.441935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=243.490909 y=221.791935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=243.490909 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=270.545454 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=270.545454 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=270.545454 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=270.545454 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=270.545454 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=270.545454 y=291.091935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=270.545454 y=256.441935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=270.545454 y=221.791935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=270.545454 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=297.6 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=297.6 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=297.6 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=297.6 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=297.6 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=297.6 y=291.091935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=297.6 y=256.441935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=297.6 y=221.791935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=297.6 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=324.654545 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=324.654545 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=324.654545 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=324.654545 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=324.654545 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=324.654545 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=324.654545 y=256.441935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=324.654545 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=324.654545 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=351.709091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=351.709091 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=351.709091 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=351.709091 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=351.709091 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=351.709091 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=351.709091 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=351.709091 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=351.709091 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=378.763636 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=378.763636 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=378.763636 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=378.763636 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=378.763636 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=378.763636 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=378.763636 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=378.763636 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=378.763636 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=405.818181 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=405.818181 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=405.818181 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=405.818181 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=405.818181 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=405.818181 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=405.818181 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=405.818181 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=405.818181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=13.527272 y=447.016935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=13.527272 y=412.366935 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=13.527272 y=377.716935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=13.527272 y=343.066935 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=13.527272 y=308.416935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=13.527272 y=273.766935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=13.527272 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=13.527272 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=40.581818 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=40.581818 y=412.366935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=40.581818 y=377.716935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=40.581818 y=343.066935 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=40.581818 y=308.416935 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=40.581818 y=273.766935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=40.581818 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=40.581818 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=67.636363 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=67.636363 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=67.636363 y=377.716935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=67.636363 y=343.066935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=67.636363 y=308.416935 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=67.636363 y=273.766935 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=67.636363 y=239.116935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=67.636363 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=94.690909 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=94.690909 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=94.690909 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=94.690909 y=343.066935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=94.690909 y=308.416935 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=94.690909 y=273.766935 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=94.690909 y=239.116935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=94.690909 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=121.745454 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=121.745454 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=121.745454 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=121.745454 y=343.066935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=121.745454 y=308.416935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=121.745454 y=273.766935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=121.745454 y=239.116935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=121.745454 y=204.466935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=148.8 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=148.8 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=148.8 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=148.8 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=148.8 y=308.416935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=148.8 y=273.766935 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=148.8 y=239.116935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=148.8 y=204.466935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=175.854545 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=175.854545 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=175.854545 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=175.854545 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=175.854545 y=308.416935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=175.854545 y=273.766935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=175.854545 y=239.116935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=175.854545 y=204.466935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=202.909091 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=202.909091 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=202.909091 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=202.909091 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=202.909091 y=308.416935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=202.909091 y=273.766935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=202.909091 y=239.116935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=202.909091 y=204.466935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=229.963636 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=229.963636 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=229.963636 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=229.963636 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=229.963636 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=229.963636 y=273.766935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=229.963636 y=239.116935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=229.963636 y=204.466935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=257.018181 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=257.018181 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=257.018181 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=257.018181 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=257.018181 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=257.018181 y=273.766935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=257.018181 y=239.116935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=257.018181 y=204.466935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=284.072727 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=284.072727 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=284.072727 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=284.072727 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=284.072727 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=284.072727 y=273.766935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=284.072727 y=239.116935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=284.072727 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=311.127272 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=311.127272 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=311.127272 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=311.127272 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=311.127272 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=311.127272 y=273.766935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=311.127272 y=239.116935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=311.127272 y=204.466935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=338.181818 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=338.181818 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=338.181818 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=338.181818 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=338.181818 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=338.181818 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=338.181818 y=239.116935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=338.181818 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=365.236363 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=365.236363 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=365.236363 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=365.236363 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=365.236363 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=365.236363 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=365.236363 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=365.236363 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=392.290909 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=392.290909 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=392.290909 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=392.290909 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=392.290909 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=392.290909 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=392.290909 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4f024c348d)&gt;&lt;use xlink:href=#C0_0_e0ea975840 x=392.290909 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p4f024c348d&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:05.030890&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_99b99fa2e6 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=-0 y=396 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=-0 y=361.35 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=-0 y=326.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=-0 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=27.054545 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=27.054545 y=361.35 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=27.054545 y=326.7 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=27.054545 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=27.054545 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=27.054545 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=54.109091 y=396 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=54.109091 y=361.35 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=54.109091 y=326.7 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=54.109091 y=292.05 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=54.109091 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=54.109091 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=54.109091 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=81.163636 y=396 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=81.163636 y=361.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=81.163636 y=326.7 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=81.163636 y=292.05 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=81.163636 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=81.163636 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=81.163636 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=81.163636 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=81.163636 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=108.218181 y=396 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=108.218181 y=361.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=108.218181 y=326.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=108.218181 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=108.218181 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=108.218181 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=135.272727 y=396 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=135.272727 y=361.35 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=135.272727 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=135.272727 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=135.272727 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=135.272727 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=135.272727 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=162.327272 y=396 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=162.327272 y=361.35 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=162.327272 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=162.327272 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=162.327272 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=162.327272 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=189.381818 y=396 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=189.381818 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=189.381818 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=189.381818 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=189.381818 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=189.381818 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=216.436363 y=396 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=216.436363 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=216.436363 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=216.436363 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=216.436363 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=216.436363 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=243.490909 y=396 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=243.490909 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=243.490909 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=270.545454 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=270.545454 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=270.545454 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=270.545454 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=297.6 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=297.6 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=297.6 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=324.654545 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=324.654545 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=351.709091 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=13.527272 y=378.675 style=&quot;fill: #4c8bbf; stroke: #4c8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=13.527272 y=344.025 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=13.527272 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=13.527272 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=13.527272 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=40.581818 y=378.675 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=40.581818 y=344.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=40.581818 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=40.581818 y=274.725 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=40.581818 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=40.581818 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=67.636363 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=67.636363 y=344.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=67.636363 y=309.375 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=67.636363 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=67.636363 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=67.636363 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=67.636363 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=67.636363 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=94.690909 y=378.675 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=94.690909 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=94.690909 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=94.690909 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=94.690909 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=94.690909 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=121.745454 y=378.675 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=121.745454 y=344.025 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=121.745454 y=309.375 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=121.745454 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=121.745454 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=121.745454 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=121.745454 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=148.8 y=378.675 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=148.8 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=148.8 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=148.8 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=148.8 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=175.854545 y=378.675 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=175.854545 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=175.854545 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=175.854545 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=175.854545 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=202.909091 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=202.909091 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=202.909091 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=202.909091 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=202.909091 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=229.963636 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=229.963636 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=229.963636 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=229.963636 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=257.018181 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=257.018181 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=257.018181 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=284.072727 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=284.072727 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=311.127272 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=311.127272 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=338.181818 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb9d0b38584)&gt;&lt;use xlink:href=#C0_0_99b99fa2e6 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pb9d0b38584&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:11.113468&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_050da85563 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=-0 y=396 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=-0 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=-0 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=-0 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=27.054545 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=27.054545 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=27.054545 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=27.054545 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=54.109091 y=396 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=54.109091 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=54.109091 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=54.109091 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=54.109091 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=81.163636 y=396 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=81.163636 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=81.163636 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=81.163636 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=108.218181 y=396 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=108.218181 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=108.218181 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=108.218181 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=135.272727 y=396 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=135.272727 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=162.327272 y=396 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=162.327272 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=189.381818 y=396 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=189.381818 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=189.381818 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=216.436363 y=396 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=216.436363 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=243.490909 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=270.545454 y=396 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=297.6 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=324.654545 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=351.709091 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=13.527272 y=378.675 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=13.527272 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=13.527272 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=13.527272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=13.527272 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=40.581818 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=40.581818 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=40.581818 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=67.636363 y=378.675 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=67.636363 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=67.636363 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=67.636363 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=67.636363 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=94.690909 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=94.690909 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=94.690909 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=94.690909 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=121.745454 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=121.745454 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=121.745454 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=121.745454 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=148.8 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=148.8 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=175.854545 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=175.854545 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=202.909091 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=202.909091 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2cfe007a19)&gt;&lt;use xlink:href=#C0_0_050da85563 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2cfe007a19&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:17.128145&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_9f39f36185 d=&quot;M 105.818182 -30.54327 \n",
+       "L 105.818182 -42.09327 \n",
+       "L 92.290909 -47.86827 \n",
+       "L 78.763637 -42.09327 \n",
+       "L 78.763637 -30.54327 \n",
+       "L 92.290909 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=-0 y=374.89827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=-0 y=340.24827 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=-0 y=305.59827 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=-0 y=270.94827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=-0 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=-0 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=-0 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=-0 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=-0 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=27.054545 y=374.89827 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=27.054545 y=340.24827 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=27.054545 y=305.59827 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=27.054545 y=270.94827 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=27.054545 y=236.29827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=27.054545 y=201.64827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=27.054545 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=27.054545 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=27.054545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=54.109091 y=374.89827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=54.109091 y=340.24827 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=54.109091 y=305.59827 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=54.109091 y=270.94827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=54.109091 y=236.29827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=54.109091 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=54.109091 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=54.109091 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=54.109091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=81.163636 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=81.163636 y=340.24827 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=81.163636 y=305.59827 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=81.163636 y=270.94827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=81.163636 y=236.29827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=81.163636 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=81.163636 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=81.163636 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=81.163636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=108.218181 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=108.218181 y=340.24827 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=108.218181 y=305.59827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=108.218181 y=270.94827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=108.218181 y=236.29827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=108.218181 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=108.218181 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=108.218181 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=108.218181 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=135.272727 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=135.272727 y=340.24827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=135.272727 y=305.59827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=135.272727 y=270.94827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=135.272727 y=236.29827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=135.272727 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=135.272727 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=135.272727 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=135.272727 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=162.327272 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=162.327272 y=340.24827 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=162.327272 y=305.59827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=162.327272 y=270.94827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=162.327272 y=236.29827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=162.327272 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=162.327272 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=162.327272 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=162.327272 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=189.381818 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=189.381818 y=340.24827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=189.381818 y=305.59827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=189.381818 y=270.94827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=189.381818 y=236.29827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=189.381818 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=189.381818 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=189.381818 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=189.381818 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=216.436363 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=216.436363 y=340.24827 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=216.436363 y=305.59827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=216.436363 y=270.94827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=216.436363 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=216.436363 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=216.436363 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=216.436363 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=216.436363 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=243.490909 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=243.490909 y=340.24827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=243.490909 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=243.490909 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=243.490909 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=243.490909 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=243.490909 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=243.490909 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=243.490909 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=270.545454 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=270.545454 y=340.24827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=270.545454 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=270.545454 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=270.545454 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=270.545454 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=270.545454 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=270.545454 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=270.545454 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=297.6 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=297.6 y=340.24827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=297.6 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=297.6 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=297.6 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=297.6 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=297.6 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=297.6 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=297.6 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=324.654545 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=324.654545 y=340.24827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=324.654545 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=324.654545 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=324.654545 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=324.654545 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=324.654545 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=324.654545 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=324.654545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=351.709091 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=351.709091 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=351.709091 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=351.709091 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=351.709091 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=351.709091 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=351.709091 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=351.709091 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=351.709091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=378.763636 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=378.763636 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=378.763636 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=378.763636 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=378.763636 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=378.763636 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=378.763636 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=378.763636 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=378.763636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=405.818181 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=405.818181 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=405.818181 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=405.818181 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=405.818181 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=405.818181 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=405.818181 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=405.818181 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=405.818181 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=13.527272 y=357.57327 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=13.527272 y=322.92327 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=13.527272 y=288.27327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=13.527272 y=253.62327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=13.527272 y=218.97327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=13.527272 y=184.32327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=13.527272 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=13.527272 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=40.581818 y=357.57327 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=40.581818 y=322.92327 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=40.581818 y=288.27327 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=40.581818 y=253.62327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=40.581818 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=40.581818 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=40.581818 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=40.581818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=67.636363 y=357.57327 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=67.636363 y=322.92327 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=67.636363 y=288.27327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=67.636363 y=253.62327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=67.636363 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=67.636363 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=67.636363 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=67.636363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=94.690909 y=357.57327 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=94.690909 y=322.92327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=94.690909 y=288.27327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=94.690909 y=253.62327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=94.690909 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=94.690909 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=94.690909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=94.690909 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=121.745454 y=357.57327 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=121.745454 y=322.92327 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=121.745454 y=288.27327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=121.745454 y=253.62327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=121.745454 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=121.745454 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=121.745454 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=121.745454 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=148.8 y=357.57327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=148.8 y=322.92327 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=148.8 y=288.27327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=148.8 y=253.62327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=148.8 y=218.97327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=148.8 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=148.8 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=148.8 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=175.854545 y=357.57327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=175.854545 y=322.92327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=175.854545 y=288.27327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=175.854545 y=253.62327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=175.854545 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=175.854545 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=175.854545 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=175.854545 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=202.909091 y=357.57327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=202.909091 y=322.92327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=202.909091 y=288.27327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=202.909091 y=253.62327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=202.909091 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=202.909091 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=202.909091 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=202.909091 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=229.963636 y=357.57327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=229.963636 y=322.92327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=229.963636 y=288.27327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=229.963636 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=229.963636 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=229.963636 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=229.963636 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=229.963636 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=257.018181 y=357.57327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=257.018181 y=322.92327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=257.018181 y=288.27327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=257.018181 y=253.62327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=257.018181 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=257.018181 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=257.018181 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=257.018181 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=284.072727 y=357.57327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=284.072727 y=322.92327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=284.072727 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=284.072727 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=284.072727 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=284.072727 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=284.072727 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=284.072727 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=311.127272 y=357.57327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=311.127272 y=322.92327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=311.127272 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=311.127272 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=311.127272 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=311.127272 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=311.127272 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=311.127272 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=338.181818 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=338.181818 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=338.181818 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=338.181818 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=338.181818 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=338.181818 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=338.181818 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=338.181818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=365.236363 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=365.236363 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=365.236363 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=365.236363 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=365.236363 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=365.236363 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=365.236363 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=365.236363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=392.290909 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=392.290909 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=392.290909 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=392.290909 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=392.290909 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=392.290909 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=392.290909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39f1bcd3e8)&gt;&lt;use xlink:href=#C0_0_9f39f36185 x=392.290909 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p39f1bcd3e8&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_passengers-interactions_passengers_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:23.902736&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(139.345848 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.742193 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.919007 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(311.09582 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.272634 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.449447 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.626261 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.157422 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_a12de73920 d=&quot;M 105.818182 61733.155 \n",
+       "L 105.818182 61721.605 \n",
+       "L 92.290909 61715.83 \n",
+       "L 78.763637 61721.605 \n",
+       "L 78.763637 61733.155 \n",
+       "L 92.290909 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=-0 y=-61388.8 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=-0 y=-61423.45 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=-0 y=-61458.1 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=-0 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=-0 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=-0 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=-0 y=-61596.7 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=-0 y=-61631.35 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=-0 y=-61666 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=27.054545 y=-61388.8 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=27.054545 y=-61423.45 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=27.054545 y=-61458.1 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=27.054545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=27.054545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=27.054545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=27.054545 y=-61596.7 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=27.054545 y=-61631.35 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=27.054545 y=-61666 style=&quot;fill: #4d8bbf; stroke: #4d8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=54.109091 y=-61388.8 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=54.109091 y=-61423.45 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=54.109091 y=-61458.1 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=54.109091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=54.109091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=54.109091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=54.109091 y=-61596.7 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=54.109091 y=-61631.35 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=54.109091 y=-61666 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=81.163636 y=-61388.8 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=81.163636 y=-61423.45 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=81.163636 y=-61458.1 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=81.163636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=81.163636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=81.163636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=81.163636 y=-61596.7 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=81.163636 y=-61631.35 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=81.163636 y=-61666 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=108.218181 y=-61388.8 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=108.218181 y=-61423.45 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=108.218181 y=-61458.1 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=108.218181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=108.218181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=108.218181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=108.218181 y=-61596.7 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=108.218181 y=-61631.35 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=108.218181 y=-61666 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=135.272727 y=-61388.8 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=135.272727 y=-61423.45 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=135.272727 y=-61458.1 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=135.272727 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=135.272727 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=135.272727 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=135.272727 y=-61596.7 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=135.272727 y=-61631.35 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=135.272727 y=-61666 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=162.327272 y=-61388.8 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=162.327272 y=-61423.45 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=162.327272 y=-61458.1 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=162.327272 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=162.327272 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=162.327272 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=162.327272 y=-61596.7 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=162.327272 y=-61631.35 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=162.327272 y=-61666 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=189.381818 y=-61388.8 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=189.381818 y=-61423.45 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=189.381818 y=-61458.1 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=189.381818 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=189.381818 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=189.381818 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=189.381818 y=-61596.7 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=189.381818 y=-61631.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=189.381818 y=-61666 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=216.436363 y=-61388.8 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=216.436363 y=-61423.45 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=216.436363 y=-61458.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=216.436363 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=216.436363 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=216.436363 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=216.436363 y=-61596.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=216.436363 y=-61631.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=216.436363 y=-61666 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=243.490909 y=-61388.8 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=243.490909 y=-61423.45 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=243.490909 y=-61458.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=243.490909 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=243.490909 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=243.490909 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=243.490909 y=-61596.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=243.490909 y=-61631.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=243.490909 y=-61666 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=270.545454 y=-61388.8 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=270.545454 y=-61423.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=270.545454 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=270.545454 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=270.545454 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=270.545454 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=270.545454 y=-61596.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=270.545454 y=-61631.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=270.545454 y=-61666 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=297.6 y=-61388.8 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=297.6 y=-61423.45 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=297.6 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=297.6 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=297.6 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=297.6 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=297.6 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=297.6 y=-61631.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=297.6 y=-61666 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=324.654545 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=324.654545 y=-61423.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=324.654545 y=-61458.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=324.654545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=324.654545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=324.654545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=324.654545 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=324.654545 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=324.654545 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=351.709091 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=351.709091 y=-61423.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=351.709091 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=351.709091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=351.709091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=351.709091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=351.709091 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=351.709091 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=351.709091 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=378.763636 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=378.763636 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=378.763636 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=378.763636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=378.763636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=378.763636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=378.763636 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=378.763636 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=378.763636 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=405.818181 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=405.818181 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=405.818181 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=405.818181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=405.818181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=405.818181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=405.818181 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=405.818181 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=405.818181 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=13.527272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=13.527272 y=-61440.775 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=13.527272 y=-61475.425 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=13.527272 y=-61510.075 style=&quot;fill: #4184bb; stroke: #4184bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=13.527272 y=-61544.725 style=&quot;fill: #4386bc; stroke: #4386bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=13.527272 y=-61579.375 style=&quot;fill: #4889bd; stroke: #4889bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=13.527272 y=-61614.025 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=13.527272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=40.581818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=40.581818 y=-61440.775 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=40.581818 y=-61475.425 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=40.581818 y=-61510.075 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=40.581818 y=-61544.725 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=40.581818 y=-61579.375 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=40.581818 y=-61614.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=40.581818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=67.636363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=67.636363 y=-61440.775 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=67.636363 y=-61475.425 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=67.636363 y=-61510.075 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=67.636363 y=-61544.725 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=67.636363 y=-61579.375 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=67.636363 y=-61614.025 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=67.636363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=94.690909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=94.690909 y=-61440.775 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=94.690909 y=-61475.425 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=94.690909 y=-61510.075 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=94.690909 y=-61544.725 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=94.690909 y=-61579.375 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=94.690909 y=-61614.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=94.690909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=121.745454 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=121.745454 y=-61440.775 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=121.745454 y=-61475.425 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=121.745454 y=-61510.075 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=121.745454 y=-61544.725 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=121.745454 y=-61579.375 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=121.745454 y=-61614.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=121.745454 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=148.8 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=148.8 y=-61440.775 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=148.8 y=-61475.425 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=148.8 y=-61510.075 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=148.8 y=-61544.725 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=148.8 y=-61579.375 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=148.8 y=-61614.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=148.8 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=175.854545 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=175.854545 y=-61440.775 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=175.854545 y=-61475.425 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=175.854545 y=-61510.075 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=175.854545 y=-61544.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=175.854545 y=-61579.375 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=175.854545 y=-61614.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=175.854545 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=202.909091 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=202.909091 y=-61440.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=202.909091 y=-61475.425 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=202.909091 y=-61510.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=202.909091 y=-61544.725 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=202.909091 y=-61579.375 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=202.909091 y=-61614.025 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=202.909091 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=229.963636 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=229.963636 y=-61440.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=229.963636 y=-61475.425 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=229.963636 y=-61510.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=229.963636 y=-61544.725 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=229.963636 y=-61579.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=229.963636 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=229.963636 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=257.018181 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=257.018181 y=-61440.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=257.018181 y=-61475.425 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=257.018181 y=-61510.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=257.018181 y=-61544.725 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=257.018181 y=-61579.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=257.018181 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=257.018181 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=284.072727 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=284.072727 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=284.072727 y=-61475.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=284.072727 y=-61510.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=284.072727 y=-61544.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=284.072727 y=-61579.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=284.072727 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=284.072727 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=311.127272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=311.127272 y=-61440.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=311.127272 y=-61475.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=311.127272 y=-61510.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=311.127272 y=-61544.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=311.127272 y=-61579.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=311.127272 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=311.127272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=338.181818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=338.181818 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=338.181818 y=-61475.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=338.181818 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=338.181818 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=338.181818 y=-61579.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=338.181818 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=338.181818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=365.236363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=365.236363 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=365.236363 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=365.236363 y=-61510.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=365.236363 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=365.236363 y=-61579.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=365.236363 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=365.236363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=392.290909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=392.290909 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=392.290909 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=392.290909 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=392.290909 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=392.290909 y=-61579.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=392.290909 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29707e5ca0)&gt;&lt;use xlink:href=#C0_0_a12de73920 x=392.290909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p29707e5ca0&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_temperature_midday&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_temperature_midday-interactions_temperature_midday_day_in_month aria-controls=interactions_temperature_midday-interactions_temperature_midday_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_passengers aria-controls=interactions_temperature_midday-interactions_temperature_midday_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_temperature_midday aria-controls=interactions_temperature_midday-interactions_temperature_midday_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_sunshine_percentage aria-controls=interactions_temperature_midday-interactions_temperature_midday_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_snow_5days aria-controls=interactions_temperature_midday-interactions_temperature_midday_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_temperature_deviation aria-controls=interactions_temperature_midday-interactions_temperature_midday_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_temperature_max aria-controls=interactions_temperature_midday-interactions_temperature_midday_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_temperature_min aria-controls=interactions_temperature_midday-interactions_temperature_midday_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_temperature_evening aria-controls=interactions_temperature_midday-interactions_temperature_midday_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_precipiation_5days aria-controls=interactions_temperature_midday-interactions_temperature_midday_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_precipiation aria-controls=interactions_temperature_midday-interactions_temperature_midday_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_wind aria-controls=interactions_temperature_midday-interactions_temperature_midday_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_midday-interactions_temperature_midday_year aria-controls=interactions_temperature_midday-interactions_temperature_midday_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_temperature_midday-interactions_temperature_midday_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:35.976300&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_55b79f7417 d=&quot;M 209.352661 -42.405 \n",
+       "L 209.352661 -53.955 \n",
+       "L 195.825388 -59.73 \n",
+       "L 182.298116 -53.955 \n",
+       "L 182.298116 -42.405 \n",
+       "L 195.825388 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-103.534479 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-103.534479 y=352.11 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-103.534479 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-103.534479 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-103.534479 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-103.534479 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-103.534479 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-103.534479 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-103.534479 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-76.479934 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-76.479934 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-76.479934 y=317.46 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-76.479934 y=282.81 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-76.479934 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-76.479934 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-76.479934 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-76.479934 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-76.479934 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-49.425388 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-49.425388 y=352.11 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-49.425388 y=317.46 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-49.425388 y=282.81 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-49.425388 y=248.16 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-49.425388 y=213.51 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-49.425388 y=178.86 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-49.425388 y=144.21 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-49.425388 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-22.370843 y=386.76 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-22.370843 y=352.11 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-22.370843 y=317.46 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-22.370843 y=282.81 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-22.370843 y=248.16 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-22.370843 y=213.51 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-22.370843 y=178.86 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-22.370843 y=144.21 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-22.370843 y=109.56 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=4.683702 y=386.76 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=4.683702 y=352.11 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=4.683702 y=317.46 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=4.683702 y=282.81 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=4.683702 y=248.16 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=4.683702 y=213.51 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=4.683702 y=178.86 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=4.683702 y=144.21 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=4.683702 y=109.56 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=31.738248 y=386.76 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=31.738248 y=352.11 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=31.738248 y=317.46 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=31.738248 y=282.81 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=31.738248 y=248.16 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=31.738248 y=213.51 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=31.738248 y=178.86 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=31.738248 y=144.21 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=31.738248 y=109.56 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=58.792793 y=386.76 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=58.792793 y=352.11 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=58.792793 y=317.46 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=58.792793 y=282.81 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=58.792793 y=248.16 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=58.792793 y=213.51 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=58.792793 y=178.86 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=58.792793 y=144.21 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=58.792793 y=109.56 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=85.847339 y=386.76 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=85.847339 y=352.11 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=85.847339 y=317.46 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=85.847339 y=282.81 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=85.847339 y=248.16 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=85.847339 y=213.51 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=85.847339 y=178.86 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=85.847339 y=144.21 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=85.847339 y=109.56 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=112.901884 y=386.76 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=112.901884 y=352.11 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=112.901884 y=317.46 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=112.901884 y=282.81 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=112.901884 y=248.16 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=112.901884 y=213.51 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=112.901884 y=178.86 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=112.901884 y=144.21 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=112.901884 y=109.56 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=139.95643 y=386.76 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=139.95643 y=352.11 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=139.95643 y=317.46 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=139.95643 y=282.81 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=139.95643 y=248.16 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=139.95643 y=213.51 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=139.95643 y=178.86 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=139.95643 y=144.21 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=139.95643 y=109.56 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=167.010975 y=386.76 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=167.010975 y=352.11 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=167.010975 y=317.46 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=167.010975 y=282.81 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=167.010975 y=248.16 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=167.010975 y=213.51 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=167.010975 y=178.86 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=167.010975 y=144.21 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=167.010975 y=109.56 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=194.065521 y=386.76 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=194.065521 y=352.11 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=194.065521 y=317.46 style=&quot;fill: #4a8abe; stroke: #4a8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=194.065521 y=282.81 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=194.065521 y=248.16 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=194.065521 y=213.51 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=194.065521 y=178.86 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=194.065521 y=144.21 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=194.065521 y=109.56 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=221.120066 y=386.76 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=221.120066 y=352.11 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=221.120066 y=317.46 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=221.120066 y=282.81 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=221.120066 y=248.16 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=221.120066 y=213.51 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=221.120066 y=178.86 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=221.120066 y=144.21 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=221.120066 y=109.56 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=248.174612 y=386.76 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=248.174612 y=352.11 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=248.174612 y=317.46 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=248.174612 y=282.81 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=248.174612 y=248.16 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=248.174612 y=213.51 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=248.174612 y=178.86 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=248.174612 y=144.21 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=248.174612 y=109.56 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=275.229157 y=386.76 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=275.229157 y=352.11 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=275.229157 y=317.46 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=275.229157 y=282.81 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=275.229157 y=248.16 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=275.229157 y=213.51 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=275.229157 y=178.86 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=275.229157 y=144.21 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=275.229157 y=109.56 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=302.283702 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=302.283702 y=352.11 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=302.283702 y=317.46 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=302.283702 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=302.283702 y=248.16 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=302.283702 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=302.283702 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=302.283702 y=144.21 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=302.283702 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-90.007207 y=369.435 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-90.007207 y=334.785 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-90.007207 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-90.007207 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-90.007207 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-90.007207 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-90.007207 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-90.007207 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-62.952661 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-62.952661 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-62.952661 y=300.135 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-62.952661 y=265.485 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-62.952661 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-62.952661 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-62.952661 y=161.535 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-62.952661 y=126.885 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-35.898116 y=369.435 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-35.898116 y=334.785 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-35.898116 y=300.135 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-35.898116 y=265.485 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-35.898116 y=230.835 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-35.898116 y=196.185 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-35.898116 y=161.535 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-35.898116 y=126.885 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-8.84357 y=369.435 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-8.84357 y=334.785 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-8.84357 y=300.135 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-8.84357 y=265.485 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-8.84357 y=230.835 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-8.84357 y=196.185 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-8.84357 y=161.535 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=-8.84357 y=126.885 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=18.210975 y=369.435 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=18.210975 y=334.785 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=18.210975 y=300.135 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=18.210975 y=265.485 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=18.210975 y=230.835 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=18.210975 y=196.185 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=18.210975 y=161.535 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=18.210975 y=126.885 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=45.265521 y=369.435 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=45.265521 y=334.785 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=45.265521 y=300.135 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=45.265521 y=265.485 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=45.265521 y=230.835 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=45.265521 y=196.185 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=45.265521 y=161.535 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=45.265521 y=126.885 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=72.320066 y=369.435 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=72.320066 y=334.785 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=72.320066 y=300.135 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=72.320066 y=265.485 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=72.320066 y=230.835 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=72.320066 y=196.185 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=72.320066 y=161.535 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=72.320066 y=126.885 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=99.374612 y=369.435 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=99.374612 y=334.785 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=99.374612 y=300.135 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=99.374612 y=265.485 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=99.374612 y=230.835 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=99.374612 y=196.185 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=99.374612 y=161.535 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=99.374612 y=126.885 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=126.429157 y=369.435 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=126.429157 y=334.785 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=126.429157 y=300.135 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=126.429157 y=265.485 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=126.429157 y=230.835 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=126.429157 y=196.185 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=126.429157 y=161.535 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=126.429157 y=126.885 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=153.483702 y=369.435 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=153.483702 y=334.785 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=153.483702 y=300.135 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=153.483702 y=265.485 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=153.483702 y=230.835 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=153.483702 y=196.185 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=153.483702 y=161.535 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=153.483702 y=126.885 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=180.538248 y=369.435 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=180.538248 y=334.785 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=180.538248 y=300.135 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=180.538248 y=265.485 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=180.538248 y=230.835 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=180.538248 y=196.185 style=&quot;fill: #3b81b9; stroke: #3b81b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=180.538248 y=161.535 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=180.538248 y=126.885 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=207.592793 y=369.435 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=207.592793 y=334.785 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=207.592793 y=300.135 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=207.592793 y=265.485 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=207.592793 y=230.835 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=207.592793 y=196.185 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=207.592793 y=161.535 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=207.592793 y=126.885 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=234.647339 y=369.435 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=234.647339 y=334.785 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=234.647339 y=300.135 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=234.647339 y=265.485 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=234.647339 y=230.835 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=234.647339 y=196.185 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=234.647339 y=161.535 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=234.647339 y=126.885 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=261.701884 y=369.435 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=261.701884 y=334.785 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=261.701884 y=300.135 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=261.701884 y=265.485 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=261.701884 y=230.835 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=261.701884 y=196.185 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=261.701884 y=161.535 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=261.701884 y=126.885 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=288.75643 y=369.435 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=288.75643 y=334.785 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=288.75643 y=300.135 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=288.75643 y=265.485 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=288.75643 y=230.835 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=288.75643 y=196.185 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=288.75643 y=161.535 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4075eb9500)&gt;&lt;use xlink:href=#C0_0_55b79f7417 x=288.75643 y=126.885 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p4075eb9500&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:17.047525&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_37b506dd0b d=&quot;M 209.352661 -51.645 \n",
+       "L 209.352661 -63.195 \n",
+       "L 195.825388 -68.97 \n",
+       "L 182.298116 -63.195 \n",
+       "L 182.298116 -51.645 \n",
+       "L 195.825388 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-103.534479 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-103.534479 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-103.534479 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-103.534479 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-103.534479 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-103.534479 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-103.534479 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-103.534479 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-103.534479 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-76.479934 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-76.479934 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-76.479934 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-76.479934 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-76.479934 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-76.479934 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-76.479934 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-76.479934 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-76.479934 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-49.425388 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-49.425388 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-49.425388 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-49.425388 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-49.425388 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-49.425388 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-49.425388 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-49.425388 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-49.425388 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-22.370843 y=396 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-22.370843 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-22.370843 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-22.370843 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-22.370843 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-22.370843 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-22.370843 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-22.370843 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-22.370843 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=4.683702 y=396 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=4.683702 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=4.683702 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=4.683702 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=4.683702 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=4.683702 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=4.683702 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=4.683702 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=4.683702 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=31.738248 y=396 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=31.738248 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=31.738248 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=31.738248 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=31.738248 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=31.738248 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=31.738248 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=31.738248 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=31.738248 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=58.792793 y=396 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=58.792793 y=361.35 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=58.792793 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=58.792793 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=58.792793 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=58.792793 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=58.792793 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=58.792793 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=58.792793 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=85.847339 y=396 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=85.847339 y=361.35 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=85.847339 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=85.847339 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=85.847339 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=85.847339 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=85.847339 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=85.847339 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=85.847339 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=112.901884 y=396 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=112.901884 y=361.35 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=112.901884 y=326.7 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=112.901884 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=112.901884 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=112.901884 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=112.901884 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=112.901884 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=112.901884 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=139.95643 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=139.95643 y=361.35 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=139.95643 y=326.7 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=139.95643 y=292.05 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=139.95643 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=139.95643 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=139.95643 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=139.95643 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=139.95643 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=167.010975 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=167.010975 y=361.35 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=167.010975 y=326.7 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=167.010975 y=292.05 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=167.010975 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=167.010975 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=167.010975 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=167.010975 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=167.010975 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=194.065521 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=194.065521 y=361.35 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=194.065521 y=326.7 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=194.065521 y=292.05 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=194.065521 y=257.4 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=194.065521 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=194.065521 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=194.065521 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=194.065521 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=221.120066 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=221.120066 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=221.120066 y=326.7 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=221.120066 y=292.05 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=221.120066 y=257.4 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=221.120066 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=221.120066 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=221.120066 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=221.120066 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=248.174612 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=248.174612 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=248.174612 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=248.174612 y=292.05 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=248.174612 y=257.4 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=248.174612 y=222.75 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=248.174612 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=248.174612 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=248.174612 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=275.229157 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=275.229157 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=275.229157 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=275.229157 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=275.229157 y=257.4 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=275.229157 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=275.229157 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=275.229157 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=275.229157 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=302.283702 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=302.283702 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=302.283702 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=302.283702 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=302.283702 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=302.283702 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=302.283702 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=302.283702 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=302.283702 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-90.007207 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-90.007207 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-90.007207 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-90.007207 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-90.007207 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-90.007207 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-90.007207 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-90.007207 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-62.952661 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-62.952661 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-62.952661 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-62.952661 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-62.952661 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-62.952661 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-62.952661 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-62.952661 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-35.898116 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-35.898116 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-35.898116 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-35.898116 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-35.898116 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-35.898116 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-35.898116 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-35.898116 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-8.84357 y=378.675 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-8.84357 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-8.84357 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-8.84357 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-8.84357 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-8.84357 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-8.84357 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=-8.84357 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=18.210975 y=378.675 style=&quot;fill: #659bc7; stroke: #659bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=18.210975 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=18.210975 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=18.210975 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=18.210975 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=18.210975 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=18.210975 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=18.210975 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=45.265521 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=45.265521 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=45.265521 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=45.265521 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=45.265521 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=45.265521 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=45.265521 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=45.265521 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=72.320066 y=378.675 style=&quot;fill: #387eb8; stroke: #387eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=72.320066 y=344.025 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=72.320066 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=72.320066 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=72.320066 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=72.320066 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=72.320066 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=72.320066 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=99.374612 y=378.675 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=99.374612 y=344.025 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=99.374612 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=99.374612 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=99.374612 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=99.374612 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=99.374612 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=99.374612 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=126.429157 y=378.675 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=126.429157 y=344.025 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=126.429157 y=309.375 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=126.429157 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=126.429157 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=126.429157 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=126.429157 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=126.429157 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=153.483702 y=378.675 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=153.483702 y=344.025 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=153.483702 y=309.375 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=153.483702 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=153.483702 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=153.483702 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=153.483702 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=153.483702 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=180.538248 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=180.538248 y=344.025 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=180.538248 y=309.375 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=180.538248 y=274.725 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=180.538248 y=240.075 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=180.538248 y=205.425 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=180.538248 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=180.538248 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=207.592793 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=207.592793 y=344.025 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=207.592793 y=309.375 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=207.592793 y=274.725 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=207.592793 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=207.592793 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=207.592793 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=207.592793 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=234.647339 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=234.647339 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=234.647339 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=234.647339 y=274.725 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=234.647339 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=234.647339 y=205.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=234.647339 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=234.647339 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=261.701884 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=261.701884 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=261.701884 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=261.701884 y=274.725 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=261.701884 y=240.075 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=261.701884 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=261.701884 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=261.701884 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=288.75643 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=288.75643 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=288.75643 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=288.75643 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=288.75643 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=288.75643 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=288.75643 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa6edccd5ce)&gt;&lt;use xlink:href=#C0_0_37b506dd0b x=288.75643 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pa6edccd5ce&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:22.033744&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_bf6961a6a8 d=&quot;M 209.352661 -122.365729 \n",
+       "L 209.352661 -133.915729 \n",
+       "L 195.825388 -139.690729 \n",
+       "L 182.298116 -133.915729 \n",
+       "L 182.298116 -122.365729 \n",
+       "L 195.825388 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-103.534479 y=466.720729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-103.534479 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-103.534479 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-103.534479 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-103.534479 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-103.534479 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-103.534479 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-103.534479 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-103.534479 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-76.479934 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-76.479934 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-76.479934 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-76.479934 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-76.479934 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-76.479934 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-76.479934 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-76.479934 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-76.479934 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-49.425388 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-49.425388 y=432.070729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-49.425388 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-49.425388 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-49.425388 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-49.425388 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-49.425388 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-49.425388 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-49.425388 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-22.370843 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-22.370843 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-22.370843 y=397.420729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-22.370843 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-22.370843 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-22.370843 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-22.370843 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-22.370843 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-22.370843 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=4.683702 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=4.683702 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=4.683702 y=397.420729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=4.683702 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=4.683702 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=4.683702 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=4.683702 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=4.683702 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=4.683702 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=31.738248 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=31.738248 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=31.738248 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=31.738248 y=362.770729 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=31.738248 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=31.738248 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=31.738248 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=31.738248 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=31.738248 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=58.792793 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=58.792793 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=58.792793 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=58.792793 y=362.770729 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=58.792793 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=58.792793 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=58.792793 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=58.792793 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=58.792793 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=85.847339 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=85.847339 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=85.847339 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=85.847339 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=85.847339 y=328.120729 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=85.847339 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=85.847339 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=85.847339 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=85.847339 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=112.901884 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=112.901884 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=112.901884 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=112.901884 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=112.901884 y=328.120729 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=112.901884 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=112.901884 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=112.901884 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=112.901884 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=139.95643 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=139.95643 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=139.95643 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=139.95643 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=139.95643 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=139.95643 y=293.470729 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=139.95643 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=139.95643 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=139.95643 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=167.010975 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=167.010975 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=167.010975 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=167.010975 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=167.010975 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=167.010975 y=293.470729 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=167.010975 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=167.010975 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=167.010975 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=194.065521 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=194.065521 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=194.065521 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=194.065521 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=194.065521 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=194.065521 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=194.065521 y=258.820729 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=194.065521 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=194.065521 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=221.120066 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=221.120066 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=221.120066 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=221.120066 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=221.120066 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=221.120066 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=221.120066 y=258.820729 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=221.120066 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=221.120066 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=248.174612 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=248.174612 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=248.174612 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=248.174612 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=248.174612 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=248.174612 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=248.174612 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=248.174612 y=224.170729 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=248.174612 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=275.229157 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=275.229157 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=275.229157 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=275.229157 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=275.229157 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=275.229157 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=275.229157 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=275.229157 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=275.229157 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=302.283702 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=302.283702 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=302.283702 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=302.283702 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=302.283702 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=302.283702 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=302.283702 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=302.283702 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=302.283702 y=189.520729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-90.007207 y=449.395729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-90.007207 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-90.007207 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-90.007207 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-90.007207 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-90.007207 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-90.007207 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-90.007207 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-62.952661 y=449.395729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-62.952661 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-62.952661 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-62.952661 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-62.952661 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-62.952661 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-62.952661 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-62.952661 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-35.898116 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-35.898116 y=414.745729 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-35.898116 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-35.898116 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-35.898116 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-35.898116 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-35.898116 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-35.898116 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-8.84357 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-8.84357 y=414.745729 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-8.84357 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-8.84357 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-8.84357 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-8.84357 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-8.84357 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=-8.84357 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=18.210975 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=18.210975 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=18.210975 y=380.095729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=18.210975 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=18.210975 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=18.210975 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=18.210975 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=18.210975 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=45.265521 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=45.265521 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=45.265521 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=45.265521 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=45.265521 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=45.265521 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=45.265521 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=45.265521 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=72.320066 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=72.320066 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=72.320066 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=72.320066 y=345.445729 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=72.320066 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=72.320066 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=72.320066 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=72.320066 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=99.374612 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=99.374612 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=99.374612 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=99.374612 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=99.374612 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=99.374612 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=99.374612 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=99.374612 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=126.429157 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=126.429157 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=126.429157 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=126.429157 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=126.429157 y=310.795729 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=126.429157 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=126.429157 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=126.429157 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=153.483702 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=153.483702 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=153.483702 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=153.483702 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=153.483702 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=153.483702 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=153.483702 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=153.483702 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=180.538248 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=180.538248 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=180.538248 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=180.538248 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=180.538248 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=180.538248 y=276.145729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=180.538248 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=180.538248 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=207.592793 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=207.592793 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=207.592793 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=207.592793 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=207.592793 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=207.592793 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=207.592793 y=241.495729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=207.592793 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=234.647339 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=234.647339 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=234.647339 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=234.647339 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=234.647339 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=234.647339 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=234.647339 y=241.495729 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=234.647339 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=261.701884 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=261.701884 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=261.701884 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=261.701884 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=261.701884 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=261.701884 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=261.701884 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=261.701884 y=206.845729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=288.75643 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=288.75643 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=288.75643 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=288.75643 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=288.75643 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=288.75643 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=288.75643 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd0ec352f00)&gt;&lt;use xlink:href=#C0_0_bf6961a6a8 x=288.75643 y=206.845729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pd0ec352f00&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:27.202756&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_451635e296 d=&quot;M 209.352661 -51.645 \n",
+       "L 209.352661 -63.195 \n",
+       "L 195.825388 -68.97 \n",
+       "L 182.298116 -63.195 \n",
+       "L 182.298116 -51.645 \n",
+       "L 195.825388 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-103.534479 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-103.534479 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-103.534479 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-103.534479 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-103.534479 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-103.534479 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-103.534479 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-103.534479 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-103.534479 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-76.479934 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-76.479934 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-76.479934 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-76.479934 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-76.479934 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-76.479934 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-76.479934 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-76.479934 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-76.479934 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-49.425388 y=396 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-49.425388 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-49.425388 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-49.425388 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-49.425388 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-49.425388 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-49.425388 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-49.425388 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-49.425388 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-22.370843 y=396 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-22.370843 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-22.370843 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-22.370843 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-22.370843 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-22.370843 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-22.370843 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-22.370843 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-22.370843 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=4.683702 y=396 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=4.683702 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=4.683702 y=326.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=4.683702 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=4.683702 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=4.683702 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=4.683702 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=4.683702 y=153.45 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=4.683702 y=118.8 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=31.738248 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=31.738248 y=361.35 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=31.738248 y=326.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=31.738248 y=292.05 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=31.738248 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=31.738248 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=31.738248 y=188.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=31.738248 y=153.45 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=31.738248 y=118.8 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=58.792793 y=396 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=58.792793 y=361.35 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=58.792793 y=326.7 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=58.792793 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=58.792793 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=58.792793 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=58.792793 y=188.1 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=58.792793 y=153.45 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=58.792793 y=118.8 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=85.847339 y=396 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=85.847339 y=361.35 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=85.847339 y=326.7 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=85.847339 y=292.05 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=85.847339 y=257.4 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=85.847339 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=85.847339 y=188.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=85.847339 y=153.45 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=85.847339 y=118.8 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=112.901884 y=396 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=112.901884 y=361.35 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=112.901884 y=326.7 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=112.901884 y=292.05 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=112.901884 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=112.901884 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=112.901884 y=188.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=112.901884 y=153.45 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=112.901884 y=118.8 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=139.95643 y=396 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=139.95643 y=361.35 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=139.95643 y=326.7 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=139.95643 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=139.95643 y=257.4 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=139.95643 y=222.75 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=139.95643 y=188.1 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=139.95643 y=153.45 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=139.95643 y=118.8 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=167.010975 y=396 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=167.010975 y=361.35 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=167.010975 y=326.7 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=167.010975 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=167.010975 y=257.4 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=167.010975 y=222.75 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=167.010975 y=188.1 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=167.010975 y=153.45 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=167.010975 y=118.8 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=194.065521 y=396 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=194.065521 y=361.35 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=194.065521 y=326.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=194.065521 y=292.05 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=194.065521 y=257.4 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=194.065521 y=222.75 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=194.065521 y=188.1 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=194.065521 y=153.45 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=194.065521 y=118.8 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=221.120066 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=221.120066 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=221.120066 y=326.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=221.120066 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=221.120066 y=257.4 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=221.120066 y=222.75 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=221.120066 y=188.1 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=221.120066 y=153.45 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=221.120066 y=118.8 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=248.174612 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=248.174612 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=248.174612 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=248.174612 y=292.05 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=248.174612 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=248.174612 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=248.174612 y=188.1 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=248.174612 y=153.45 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=248.174612 y=118.8 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=275.229157 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=275.229157 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=275.229157 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=275.229157 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=275.229157 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=275.229157 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=275.229157 y=188.1 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=275.229157 y=153.45 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=275.229157 y=118.8 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=302.283702 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=302.283702 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=302.283702 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=302.283702 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=302.283702 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=302.283702 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=302.283702 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=302.283702 y=153.45 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=302.283702 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-90.007207 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-90.007207 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-90.007207 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-90.007207 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-90.007207 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-90.007207 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-90.007207 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-90.007207 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-62.952661 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-62.952661 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-62.952661 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-62.952661 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-62.952661 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-62.952661 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-62.952661 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-62.952661 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-35.898116 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-35.898116 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-35.898116 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-35.898116 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-35.898116 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-35.898116 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-35.898116 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-35.898116 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-8.84357 y=378.675 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-8.84357 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-8.84357 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-8.84357 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-8.84357 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-8.84357 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-8.84357 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=-8.84357 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=18.210975 y=378.675 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=18.210975 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=18.210975 y=309.375 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=18.210975 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=18.210975 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=18.210975 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=18.210975 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=18.210975 y=136.125 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=45.265521 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=45.265521 y=344.025 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=45.265521 y=309.375 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=45.265521 y=274.725 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=45.265521 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=45.265521 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=45.265521 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=45.265521 y=136.125 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=72.320066 y=378.675 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=72.320066 y=344.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=72.320066 y=309.375 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=72.320066 y=274.725 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=72.320066 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=72.320066 y=205.425 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=72.320066 y=170.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=72.320066 y=136.125 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=99.374612 y=378.675 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=99.374612 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=99.374612 y=309.375 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=99.374612 y=274.725 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=99.374612 y=240.075 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=99.374612 y=205.425 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=99.374612 y=170.775 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=99.374612 y=136.125 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=126.429157 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=126.429157 y=344.025 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=126.429157 y=309.375 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=126.429157 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=126.429157 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=126.429157 y=205.425 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=126.429157 y=170.775 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=126.429157 y=136.125 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=153.483702 y=378.675 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=153.483702 y=344.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=153.483702 y=309.375 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=153.483702 y=274.725 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=153.483702 y=240.075 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=153.483702 y=205.425 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=153.483702 y=170.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=153.483702 y=136.125 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=180.538248 y=378.675 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=180.538248 y=344.025 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=180.538248 y=309.375 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=180.538248 y=274.725 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=180.538248 y=240.075 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=180.538248 y=205.425 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=180.538248 y=170.775 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=180.538248 y=136.125 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=207.592793 y=378.675 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=207.592793 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=207.592793 y=309.375 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=207.592793 y=274.725 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=207.592793 y=240.075 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=207.592793 y=205.425 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=207.592793 y=170.775 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=207.592793 y=136.125 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=234.647339 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=234.647339 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=234.647339 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=234.647339 y=274.725 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=234.647339 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=234.647339 y=205.425 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=234.647339 y=170.775 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=234.647339 y=136.125 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=261.701884 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=261.701884 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=261.701884 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=261.701884 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=261.701884 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=261.701884 y=205.425 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=261.701884 y=170.775 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=261.701884 y=136.125 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=288.75643 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=288.75643 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=288.75643 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=288.75643 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=288.75643 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=288.75643 y=205.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=288.75643 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p95fb0b8732)&gt;&lt;use xlink:href=#C0_0_451635e296 x=288.75643 y=136.125 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p95fb0b8732&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:32.475148&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_c879797645 d=&quot;M 209.352661 -51.645 \n",
+       "L 209.352661 -63.195 \n",
+       "L 195.825388 -68.97 \n",
+       "L 182.298116 -63.195 \n",
+       "L 182.298116 -51.645 \n",
+       "L 195.825388 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-103.534479 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-103.534479 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-103.534479 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-103.534479 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-103.534479 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-103.534479 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-103.534479 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-103.534479 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-103.534479 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-76.479934 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-76.479934 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-76.479934 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-76.479934 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-76.479934 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-76.479934 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-76.479934 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-76.479934 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-76.479934 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-49.425388 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-49.425388 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-49.425388 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-49.425388 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-49.425388 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-49.425388 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-49.425388 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-49.425388 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-49.425388 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-22.370843 y=396 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-22.370843 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-22.370843 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-22.370843 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-22.370843 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-22.370843 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-22.370843 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-22.370843 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-22.370843 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=4.683702 y=396 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=4.683702 y=361.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=4.683702 y=326.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=4.683702 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=4.683702 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=4.683702 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=4.683702 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=4.683702 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=4.683702 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=31.738248 y=396 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=31.738248 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=31.738248 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=31.738248 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=31.738248 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=31.738248 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=31.738248 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=31.738248 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=31.738248 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=58.792793 y=396 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=58.792793 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=58.792793 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=58.792793 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=58.792793 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=58.792793 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=58.792793 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=58.792793 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=58.792793 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=85.847339 y=396 style=&quot;fill: #4c8bbf; stroke: #4c8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=85.847339 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=85.847339 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=85.847339 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=85.847339 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=85.847339 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=85.847339 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=85.847339 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=85.847339 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=112.901884 y=396 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=112.901884 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=112.901884 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=112.901884 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=112.901884 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=112.901884 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=112.901884 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=112.901884 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=112.901884 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=139.95643 y=396 style=&quot;fill: #3c81ba; stroke: #3c81ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=139.95643 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=139.95643 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=139.95643 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=139.95643 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=139.95643 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=139.95643 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=139.95643 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=139.95643 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=167.010975 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=167.010975 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=167.010975 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=167.010975 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=167.010975 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=167.010975 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=167.010975 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=167.010975 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=167.010975 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=194.065521 y=396 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=194.065521 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=194.065521 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=194.065521 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=194.065521 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=194.065521 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=194.065521 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=194.065521 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=194.065521 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=221.120066 y=396 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=221.120066 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=221.120066 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=221.120066 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=221.120066 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=221.120066 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=221.120066 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=221.120066 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=221.120066 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=248.174612 y=396 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=248.174612 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=248.174612 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=248.174612 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=248.174612 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=248.174612 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=248.174612 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=248.174612 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=248.174612 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=275.229157 y=396 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=275.229157 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=275.229157 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=275.229157 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=275.229157 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=275.229157 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=275.229157 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=275.229157 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=275.229157 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=302.283702 y=396 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=302.283702 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=302.283702 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=302.283702 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=302.283702 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=302.283702 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=302.283702 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=302.283702 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=302.283702 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-90.007207 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-90.007207 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-90.007207 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-90.007207 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-90.007207 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-90.007207 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-90.007207 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-90.007207 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-62.952661 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-62.952661 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-62.952661 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-62.952661 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-62.952661 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-62.952661 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-62.952661 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-62.952661 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-35.898116 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-35.898116 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-35.898116 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-35.898116 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-35.898116 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-35.898116 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-35.898116 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-35.898116 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-8.84357 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-8.84357 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-8.84357 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-8.84357 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-8.84357 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-8.84357 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-8.84357 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=-8.84357 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=18.210975 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=18.210975 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=18.210975 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=18.210975 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=18.210975 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=18.210975 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=18.210975 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=18.210975 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=45.265521 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=45.265521 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=45.265521 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=45.265521 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=45.265521 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=45.265521 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=45.265521 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=45.265521 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=72.320066 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=72.320066 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=72.320066 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=72.320066 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=72.320066 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=72.320066 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=72.320066 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=72.320066 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=99.374612 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=99.374612 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=99.374612 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=99.374612 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=99.374612 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=99.374612 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=99.374612 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=99.374612 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=126.429157 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=126.429157 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=126.429157 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=126.429157 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=126.429157 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=126.429157 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=126.429157 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=126.429157 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=153.483702 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=153.483702 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=153.483702 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=153.483702 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=153.483702 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=153.483702 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=153.483702 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=153.483702 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=180.538248 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=180.538248 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=180.538248 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=180.538248 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=180.538248 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=180.538248 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=180.538248 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=180.538248 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=207.592793 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=207.592793 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=207.592793 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=207.592793 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=207.592793 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=207.592793 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=207.592793 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=207.592793 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=234.647339 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=234.647339 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=234.647339 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=234.647339 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=234.647339 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=234.647339 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=234.647339 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=234.647339 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=261.701884 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=261.701884 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=261.701884 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=261.701884 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=261.701884 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=261.701884 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=261.701884 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=261.701884 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=288.75643 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=288.75643 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=288.75643 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=288.75643 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=288.75643 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=288.75643 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=288.75643 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09523dd606)&gt;&lt;use xlink:href=#C0_0_c879797645 x=288.75643 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p09523dd606&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:39.460950&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_d37e4efdec d=&quot;M 209.352661 -176.697632 \n",
+       "L 209.352661 -188.247632 \n",
+       "L 195.825388 -194.022632 \n",
+       "L 182.298116 -188.247632 \n",
+       "L 182.298116 -176.697632 \n",
+       "L 195.825388 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-103.534479 y=521.052632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-103.534479 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-103.534479 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-103.534479 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-103.534479 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-103.534479 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-103.534479 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-103.534479 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-103.534479 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-76.479934 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-76.479934 y=486.402632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-76.479934 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-76.479934 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-76.479934 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-76.479934 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-76.479934 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-76.479934 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-76.479934 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-49.425388 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-49.425388 y=486.402632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-49.425388 y=451.752632 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-49.425388 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-49.425388 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-49.425388 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-49.425388 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-49.425388 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-49.425388 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-22.370843 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-22.370843 y=486.402632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-22.370843 y=451.752632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-22.370843 y=417.102632 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-22.370843 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-22.370843 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-22.370843 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-22.370843 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-22.370843 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=4.683702 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=4.683702 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=4.683702 y=451.752632 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=4.683702 y=417.102632 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=4.683702 y=382.452632 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=4.683702 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=4.683702 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=4.683702 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=4.683702 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=31.738248 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=31.738248 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=31.738248 y=451.752632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=31.738248 y=417.102632 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=31.738248 y=382.452632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=31.738248 y=347.802632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=31.738248 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=31.738248 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=31.738248 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=58.792793 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=58.792793 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=58.792793 y=451.752632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=58.792793 y=417.102632 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=58.792793 y=382.452632 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=58.792793 y=347.802632 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=58.792793 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=58.792793 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=58.792793 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=85.847339 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=85.847339 y=486.402632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=85.847339 y=451.752632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=85.847339 y=417.102632 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=85.847339 y=382.452632 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=85.847339 y=347.802632 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=85.847339 y=313.152632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=85.847339 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=85.847339 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=112.901884 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=112.901884 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=112.901884 y=451.752632 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=112.901884 y=417.102632 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=112.901884 y=382.452632 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=112.901884 y=347.802632 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=112.901884 y=313.152632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=112.901884 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=112.901884 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=139.95643 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=139.95643 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=139.95643 y=451.752632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=139.95643 y=417.102632 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=139.95643 y=382.452632 style=&quot;fill: #659bc7; stroke: #659bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=139.95643 y=347.802632 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=139.95643 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=139.95643 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=139.95643 y=243.852632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=167.010975 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=167.010975 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=167.010975 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=167.010975 y=417.102632 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=167.010975 y=382.452632 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=167.010975 y=347.802632 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=167.010975 y=313.152632 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=167.010975 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=167.010975 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=194.065521 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=194.065521 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=194.065521 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=194.065521 y=417.102632 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=194.065521 y=382.452632 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=194.065521 y=347.802632 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=194.065521 y=313.152632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=194.065521 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=194.065521 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=221.120066 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=221.120066 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=221.120066 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=221.120066 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=221.120066 y=382.452632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=221.120066 y=347.802632 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=221.120066 y=313.152632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=221.120066 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=221.120066 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=248.174612 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=248.174612 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=248.174612 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=248.174612 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=248.174612 y=382.452632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=248.174612 y=347.802632 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=248.174612 y=313.152632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=248.174612 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=248.174612 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=275.229157 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=275.229157 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=275.229157 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=275.229157 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=275.229157 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=275.229157 y=347.802632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=275.229157 y=313.152632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=275.229157 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=275.229157 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=302.283702 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=302.283702 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=302.283702 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=302.283702 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=302.283702 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=302.283702 y=347.802632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=302.283702 y=313.152632 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=302.283702 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=302.283702 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-90.007207 y=503.727632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-90.007207 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-90.007207 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-90.007207 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-90.007207 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-90.007207 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-90.007207 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-90.007207 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-62.952661 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-62.952661 y=469.077632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-62.952661 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-62.952661 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-62.952661 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-62.952661 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-62.952661 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-62.952661 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-35.898116 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-35.898116 y=469.077632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-35.898116 y=434.427632 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-35.898116 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-35.898116 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-35.898116 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-35.898116 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-35.898116 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-8.84357 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-8.84357 y=469.077632 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-8.84357 y=434.427632 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-8.84357 y=399.777632 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-8.84357 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-8.84357 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-8.84357 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=-8.84357 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=18.210975 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=18.210975 y=469.077632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=18.210975 y=434.427632 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=18.210975 y=399.777632 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=18.210975 y=365.127632 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=18.210975 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=18.210975 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=18.210975 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=45.265521 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=45.265521 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=45.265521 y=434.427632 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=45.265521 y=399.777632 style=&quot;fill: #4687bd; stroke: #4687bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=45.265521 y=365.127632 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=45.265521 y=330.477632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=45.265521 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=45.265521 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=72.320066 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=72.320066 y=469.077632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=72.320066 y=434.427632 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=72.320066 y=399.777632 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=72.320066 y=365.127632 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=72.320066 y=330.477632 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=72.320066 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=72.320066 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=99.374612 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=99.374612 y=469.077632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=99.374612 y=434.427632 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=99.374612 y=399.777632 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=99.374612 y=365.127632 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=99.374612 y=330.477632 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=99.374612 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=99.374612 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=126.429157 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=126.429157 y=469.077632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=126.429157 y=434.427632 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=126.429157 y=399.777632 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=126.429157 y=365.127632 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=126.429157 y=330.477632 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=126.429157 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=126.429157 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=153.483702 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=153.483702 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=153.483702 y=434.427632 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=153.483702 y=399.777632 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=153.483702 y=365.127632 style=&quot;fill: #5f97c5; stroke: #5f97c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=153.483702 y=330.477632 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=153.483702 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=153.483702 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=180.538248 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=180.538248 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=180.538248 y=434.427632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=180.538248 y=399.777632 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=180.538248 y=365.127632 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=180.538248 y=330.477632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=180.538248 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=180.538248 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=207.592793 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=207.592793 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=207.592793 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=207.592793 y=399.777632 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=207.592793 y=365.127632 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=207.592793 y=330.477632 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=207.592793 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=207.592793 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=234.647339 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=234.647339 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=234.647339 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=234.647339 y=399.777632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=234.647339 y=365.127632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=234.647339 y=330.477632 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=234.647339 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=234.647339 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=261.701884 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=261.701884 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=261.701884 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=261.701884 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=261.701884 y=365.127632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=261.701884 y=330.477632 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=261.701884 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=261.701884 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=288.75643 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=288.75643 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=288.75643 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=288.75643 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=288.75643 y=365.127632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=288.75643 y=330.477632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=288.75643 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4c7269a67d)&gt;&lt;use xlink:href=#C0_0_d37e4efdec x=288.75643 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p4c7269a67d&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:46.679005&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_fa2e4eb091 d=&quot;M 209.352661 -109.969887 \n",
+       "L 209.352661 -121.519887 \n",
+       "L 195.825388 -127.294887 \n",
+       "L 182.298116 -121.519887 \n",
+       "L 182.298116 -109.969887 \n",
+       "L 195.825388 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-103.534479 y=454.324887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-103.534479 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-103.534479 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-103.534479 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-103.534479 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-103.534479 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-103.534479 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-103.534479 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-103.534479 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-76.479934 y=454.324887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-76.479934 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-76.479934 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-76.479934 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-76.479934 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-76.479934 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-76.479934 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-76.479934 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-76.479934 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-49.425388 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-49.425388 y=419.674887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-49.425388 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-49.425388 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-49.425388 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-49.425388 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-49.425388 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-49.425388 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-49.425388 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-22.370843 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-22.370843 y=419.674887 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-22.370843 y=385.024887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-22.370843 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-22.370843 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-22.370843 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-22.370843 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-22.370843 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-22.370843 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=4.683702 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=4.683702 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=4.683702 y=385.024887 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=4.683702 y=350.374887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=4.683702 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=4.683702 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=4.683702 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=4.683702 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=4.683702 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=31.738248 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=31.738248 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=31.738248 y=385.024887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=31.738248 y=350.374887 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=31.738248 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=31.738248 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=31.738248 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=31.738248 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=31.738248 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=58.792793 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=58.792793 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=58.792793 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=58.792793 y=350.374887 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=58.792793 y=315.724887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=58.792793 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=58.792793 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=58.792793 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=58.792793 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=85.847339 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=85.847339 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=85.847339 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=85.847339 y=350.374887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=85.847339 y=315.724887 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=85.847339 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=85.847339 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=85.847339 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=85.847339 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=112.901884 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=112.901884 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=112.901884 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=112.901884 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=112.901884 y=315.724887 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=112.901884 y=281.074887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=112.901884 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=112.901884 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=112.901884 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=139.95643 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=139.95643 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=139.95643 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=139.95643 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=139.95643 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=139.95643 y=281.074887 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=139.95643 y=246.424887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=139.95643 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=139.95643 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=167.010975 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=167.010975 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=167.010975 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=167.010975 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=167.010975 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=167.010975 y=281.074887 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=167.010975 y=246.424887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=167.010975 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=167.010975 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=194.065521 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=194.065521 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=194.065521 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=194.065521 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=194.065521 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=194.065521 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=194.065521 y=246.424887 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=194.065521 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=194.065521 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=221.120066 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=221.120066 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=221.120066 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=221.120066 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=221.120066 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=221.120066 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=221.120066 y=246.424887 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=221.120066 y=211.774887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=221.120066 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=248.174612 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=248.174612 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=248.174612 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=248.174612 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=248.174612 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=248.174612 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=248.174612 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=248.174612 y=211.774887 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=248.174612 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=275.229157 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=275.229157 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=275.229157 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=275.229157 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=275.229157 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=275.229157 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=275.229157 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=275.229157 y=211.774887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=275.229157 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=302.283702 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=302.283702 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=302.283702 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=302.283702 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=302.283702 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=302.283702 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=302.283702 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=302.283702 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=302.283702 y=177.124887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-90.007207 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-90.007207 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-90.007207 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-90.007207 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-90.007207 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-90.007207 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-90.007207 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-90.007207 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-62.952661 y=436.999887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-62.952661 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-62.952661 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-62.952661 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-62.952661 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-62.952661 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-62.952661 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-62.952661 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-35.898116 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-35.898116 y=402.349887 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-35.898116 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-35.898116 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-35.898116 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-35.898116 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-35.898116 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-35.898116 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-8.84357 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-8.84357 y=402.349887 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-8.84357 y=367.699887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-8.84357 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-8.84357 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-8.84357 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-8.84357 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=-8.84357 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=18.210975 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=18.210975 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=18.210975 y=367.699887 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=18.210975 y=333.049887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=18.210975 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=18.210975 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=18.210975 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=18.210975 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=45.265521 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=45.265521 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=45.265521 y=367.699887 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=45.265521 y=333.049887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=45.265521 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=45.265521 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=45.265521 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=45.265521 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=72.320066 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=72.320066 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=72.320066 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=72.320066 y=333.049887 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=72.320066 y=298.399887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=72.320066 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=72.320066 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=72.320066 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=99.374612 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=99.374612 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=99.374612 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=99.374612 y=333.049887 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=99.374612 y=298.399887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=99.374612 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=99.374612 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=99.374612 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=126.429157 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=126.429157 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=126.429157 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=126.429157 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=126.429157 y=298.399887 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=126.429157 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=126.429157 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=126.429157 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=153.483702 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=153.483702 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=153.483702 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=153.483702 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=153.483702 y=298.399887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=153.483702 y=263.749887 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=153.483702 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=153.483702 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=180.538248 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=180.538248 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=180.538248 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=180.538248 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=180.538248 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=180.538248 y=263.749887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=180.538248 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=180.538248 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=207.592793 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=207.592793 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=207.592793 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=207.592793 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=207.592793 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=207.592793 y=263.749887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=207.592793 y=229.099887 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=207.592793 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=234.647339 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=234.647339 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=234.647339 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=234.647339 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=234.647339 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=234.647339 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=234.647339 y=229.099887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=234.647339 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=261.701884 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=261.701884 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=261.701884 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=261.701884 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=261.701884 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=261.701884 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=261.701884 y=229.099887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=261.701884 y=194.449887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=288.75643 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=288.75643 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=288.75643 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=288.75643 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=288.75643 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=288.75643 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=288.75643 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6465500206)&gt;&lt;use xlink:href=#C0_0_fa2e4eb091 x=288.75643 y=194.449887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p6465500206&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:52.811669&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_983e4b966b d=&quot;M 209.352661 -170.339681 \n",
+       "L 209.352661 -181.889681 \n",
+       "L 195.825388 -187.664681 \n",
+       "L 182.298116 -181.889681 \n",
+       "L 182.298116 -170.339681 \n",
+       "L 195.825388 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-103.534479 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-103.534479 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-103.534479 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-103.534479 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-103.534479 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-103.534479 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-103.534479 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-103.534479 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-103.534479 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-76.479934 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-76.479934 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-76.479934 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-76.479934 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-76.479934 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-76.479934 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-76.479934 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-76.479934 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-76.479934 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-49.425388 y=514.694681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-49.425388 y=480.044681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-49.425388 y=445.394681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-49.425388 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-49.425388 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-49.425388 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-49.425388 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-49.425388 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-49.425388 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-22.370843 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-22.370843 y=480.044681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-22.370843 y=445.394681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-22.370843 y=410.744681 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-22.370843 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-22.370843 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-22.370843 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-22.370843 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-22.370843 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=4.683702 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=4.683702 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=4.683702 y=445.394681 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=4.683702 y=410.744681 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=4.683702 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=4.683702 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=4.683702 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=4.683702 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=4.683702 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=31.738248 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=31.738248 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=31.738248 y=445.394681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=31.738248 y=410.744681 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=31.738248 y=376.094681 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=31.738248 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=31.738248 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=31.738248 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=31.738248 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=58.792793 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=58.792793 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=58.792793 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=58.792793 y=410.744681 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=58.792793 y=376.094681 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=58.792793 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=58.792793 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=58.792793 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=58.792793 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=85.847339 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=85.847339 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=85.847339 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=85.847339 y=410.744681 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=85.847339 y=376.094681 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=85.847339 y=341.444681 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=85.847339 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=85.847339 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=85.847339 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=112.901884 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=112.901884 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=112.901884 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=112.901884 y=410.744681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=112.901884 y=376.094681 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=112.901884 y=341.444681 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=112.901884 y=306.794681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=112.901884 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=112.901884 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=139.95643 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=139.95643 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=139.95643 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=139.95643 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=139.95643 y=376.094681 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=139.95643 y=341.444681 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=139.95643 y=306.794681 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=139.95643 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=139.95643 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=167.010975 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=167.010975 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=167.010975 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=167.010975 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=167.010975 y=376.094681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=167.010975 y=341.444681 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=167.010975 y=306.794681 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=167.010975 y=272.144681 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=167.010975 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=194.065521 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=194.065521 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=194.065521 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=194.065521 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=194.065521 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=194.065521 y=341.444681 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=194.065521 y=306.794681 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=194.065521 y=272.144681 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=194.065521 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=221.120066 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=221.120066 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=221.120066 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=221.120066 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=221.120066 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=221.120066 y=341.444681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=221.120066 y=306.794681 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=221.120066 y=272.144681 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=221.120066 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=248.174612 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=248.174612 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=248.174612 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=248.174612 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=248.174612 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=248.174612 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=248.174612 y=306.794681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=248.174612 y=272.144681 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=248.174612 y=237.494681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=275.229157 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=275.229157 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=275.229157 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=275.229157 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=275.229157 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=275.229157 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=275.229157 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=275.229157 y=272.144681 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=275.229157 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=302.283702 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=302.283702 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=302.283702 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=302.283702 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=302.283702 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=302.283702 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=302.283702 y=306.794681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=302.283702 y=272.144681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=302.283702 y=237.494681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-90.007207 y=497.369681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-90.007207 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-90.007207 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-90.007207 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-90.007207 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-90.007207 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-90.007207 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-90.007207 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-62.952661 y=497.369681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-62.952661 y=462.719681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-62.952661 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-62.952661 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-62.952661 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-62.952661 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-62.952661 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-62.952661 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-35.898116 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-35.898116 y=462.719681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-35.898116 y=428.069681 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-35.898116 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-35.898116 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-35.898116 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-35.898116 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-35.898116 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-8.84357 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-8.84357 y=462.719681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-8.84357 y=428.069681 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-8.84357 y=393.419681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-8.84357 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-8.84357 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-8.84357 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=-8.84357 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=18.210975 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=18.210975 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=18.210975 y=428.069681 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=18.210975 y=393.419681 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=18.210975 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=18.210975 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=18.210975 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=18.210975 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=45.265521 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=45.265521 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=45.265521 y=428.069681 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=45.265521 y=393.419681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=45.265521 y=358.769681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=45.265521 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=45.265521 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=45.265521 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=72.320066 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=72.320066 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=72.320066 y=428.069681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=72.320066 y=393.419681 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=72.320066 y=358.769681 style=&quot;fill: #659bc7; stroke: #659bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=72.320066 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=72.320066 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=72.320066 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=99.374612 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=99.374612 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=99.374612 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=99.374612 y=393.419681 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=99.374612 y=358.769681 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=99.374612 y=324.119681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=99.374612 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=99.374612 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=126.429157 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=126.429157 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=126.429157 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=126.429157 y=393.419681 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=126.429157 y=358.769681 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=126.429157 y=324.119681 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=126.429157 y=289.469681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=126.429157 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=153.483702 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=153.483702 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=153.483702 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=153.483702 y=393.419681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=153.483702 y=358.769681 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=153.483702 y=324.119681 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=153.483702 y=289.469681 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=153.483702 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=180.538248 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=180.538248 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=180.538248 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=180.538248 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=180.538248 y=358.769681 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=180.538248 y=324.119681 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=180.538248 y=289.469681 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=180.538248 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=207.592793 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=207.592793 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=207.592793 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=207.592793 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=207.592793 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=207.592793 y=324.119681 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=207.592793 y=289.469681 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=207.592793 y=254.819681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=234.647339 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=234.647339 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=234.647339 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=234.647339 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=234.647339 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=234.647339 y=324.119681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=234.647339 y=289.469681 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=234.647339 y=254.819681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=261.701884 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=261.701884 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=261.701884 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=261.701884 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=261.701884 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=261.701884 y=324.119681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=261.701884 y=289.469681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=261.701884 y=254.819681 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=288.75643 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=288.75643 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=288.75643 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=288.75643 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=288.75643 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=288.75643 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=288.75643 y=289.469681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3bd3a27fd9)&gt;&lt;use xlink:href=#C0_0_983e4b966b x=288.75643 y=254.819681 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p3bd3a27fd9&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:58.979121&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_51898d9034 d=&quot;M 209.352661 -119.986935 \n",
+       "L 209.352661 -131.536935 \n",
+       "L 195.825388 -137.311935 \n",
+       "L 182.298116 -131.536935 \n",
+       "L 182.298116 -119.986935 \n",
+       "L 195.825388 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-103.534479 y=464.341935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-103.534479 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-103.534479 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-103.534479 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-103.534479 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-103.534479 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-103.534479 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-103.534479 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-103.534479 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-76.479934 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-76.479934 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-76.479934 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-76.479934 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-76.479934 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-76.479934 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-76.479934 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-76.479934 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-76.479934 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-49.425388 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-49.425388 y=429.691935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-49.425388 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-49.425388 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-49.425388 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-49.425388 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-49.425388 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-49.425388 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-49.425388 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-22.370843 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-22.370843 y=429.691935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-22.370843 y=395.041935 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-22.370843 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-22.370843 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-22.370843 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-22.370843 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-22.370843 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-22.370843 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=4.683702 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=4.683702 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=4.683702 y=395.041935 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=4.683702 y=360.391935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=4.683702 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=4.683702 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=4.683702 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=4.683702 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=4.683702 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=31.738248 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=31.738248 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=31.738248 y=395.041935 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=31.738248 y=360.391935 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=31.738248 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=31.738248 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=31.738248 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=31.738248 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=31.738248 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=58.792793 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=58.792793 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=58.792793 y=395.041935 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=58.792793 y=360.391935 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=58.792793 y=325.741935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=58.792793 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=58.792793 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=58.792793 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=58.792793 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=85.847339 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=85.847339 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=85.847339 y=395.041935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=85.847339 y=360.391935 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=85.847339 y=325.741935 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=85.847339 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=85.847339 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=85.847339 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=85.847339 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=112.901884 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=112.901884 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=112.901884 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=112.901884 y=360.391935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=112.901884 y=325.741935 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=112.901884 y=291.091935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=112.901884 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=112.901884 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=112.901884 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=139.95643 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=139.95643 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=139.95643 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=139.95643 y=360.391935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=139.95643 y=325.741935 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=139.95643 y=291.091935 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=139.95643 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=139.95643 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=139.95643 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=167.010975 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=167.010975 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=167.010975 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=167.010975 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=167.010975 y=325.741935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=167.010975 y=291.091935 style=&quot;fill: #508dc0; stroke: #508dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=167.010975 y=256.441935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=167.010975 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=167.010975 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=194.065521 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=194.065521 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=194.065521 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=194.065521 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=194.065521 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=194.065521 y=291.091935 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=194.065521 y=256.441935 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=194.065521 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=194.065521 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=221.120066 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=221.120066 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=221.120066 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=221.120066 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=221.120066 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=221.120066 y=291.091935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=221.120066 y=256.441935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=221.120066 y=221.791935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=221.120066 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=248.174612 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=248.174612 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=248.174612 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=248.174612 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=248.174612 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=248.174612 y=291.091935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=248.174612 y=256.441935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=248.174612 y=221.791935 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=248.174612 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=275.229157 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=275.229157 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=275.229157 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=275.229157 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=275.229157 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=275.229157 y=291.091935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=275.229157 y=256.441935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=275.229157 y=221.791935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=275.229157 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=302.283702 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=302.283702 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=302.283702 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=302.283702 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=302.283702 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=302.283702 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=302.283702 y=256.441935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=302.283702 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=302.283702 y=187.141935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-90.007207 y=447.016935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-90.007207 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-90.007207 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-90.007207 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-90.007207 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-90.007207 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-90.007207 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-90.007207 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-62.952661 y=447.016935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-62.952661 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-62.952661 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-62.952661 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-62.952661 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-62.952661 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-62.952661 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-62.952661 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-35.898116 y=447.016935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-35.898116 y=412.366935 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-35.898116 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-35.898116 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-35.898116 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-35.898116 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-35.898116 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-35.898116 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-8.84357 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-8.84357 y=412.366935 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-8.84357 y=377.716935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-8.84357 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-8.84357 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-8.84357 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-8.84357 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=-8.84357 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=18.210975 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=18.210975 y=412.366935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=18.210975 y=377.716935 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=18.210975 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=18.210975 y=308.416935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=18.210975 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=18.210975 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=18.210975 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=45.265521 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=45.265521 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=45.265521 y=377.716935 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=45.265521 y=343.066935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=45.265521 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=45.265521 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=45.265521 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=45.265521 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=72.320066 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=72.320066 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=72.320066 y=377.716935 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=72.320066 y=343.066935 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=72.320066 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=72.320066 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=72.320066 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=72.320066 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=99.374612 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=99.374612 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=99.374612 y=377.716935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=99.374612 y=343.066935 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=99.374612 y=308.416935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=99.374612 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=99.374612 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=99.374612 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=126.429157 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=126.429157 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=126.429157 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=126.429157 y=343.066935 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=126.429157 y=308.416935 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=126.429157 y=273.766935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=126.429157 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=126.429157 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=153.483702 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=153.483702 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=153.483702 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=153.483702 y=343.066935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=153.483702 y=308.416935 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=153.483702 y=273.766935 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=153.483702 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=153.483702 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=180.538248 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=180.538248 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=180.538248 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=180.538248 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=180.538248 y=308.416935 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=180.538248 y=273.766935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=180.538248 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=180.538248 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=207.592793 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=207.592793 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=207.592793 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=207.592793 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=207.592793 y=308.416935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=207.592793 y=273.766935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=207.592793 y=239.116935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=207.592793 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=234.647339 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=234.647339 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=234.647339 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=234.647339 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=234.647339 y=308.416935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=234.647339 y=273.766935 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=234.647339 y=239.116935 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=234.647339 y=204.466935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=261.701884 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=261.701884 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=261.701884 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=261.701884 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=261.701884 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=261.701884 y=273.766935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=261.701884 y=239.116935 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=261.701884 y=204.466935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=288.75643 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=288.75643 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=288.75643 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=288.75643 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=288.75643 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=288.75643 y=273.766935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=288.75643 y=239.116935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p28dac6cc5b)&gt;&lt;use xlink:href=#C0_0_51898d9034 x=288.75643 y=204.466935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p28dac6cc5b&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:05.468920&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_5e974f23b6 d=&quot;M 209.352661 -51.645 \n",
+       "L 209.352661 -63.195 \n",
+       "L 195.825388 -68.97 \n",
+       "L 182.298116 -63.195 \n",
+       "L 182.298116 -51.645 \n",
+       "L 195.825388 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-103.534479 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-103.534479 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-103.534479 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-103.534479 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-103.534479 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-103.534479 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-103.534479 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-103.534479 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-103.534479 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-76.479934 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-76.479934 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-76.479934 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-76.479934 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-76.479934 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-76.479934 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-76.479934 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-76.479934 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-76.479934 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-49.425388 y=396 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-49.425388 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-49.425388 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-49.425388 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-49.425388 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-49.425388 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-49.425388 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-49.425388 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-49.425388 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-22.370843 y=396 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-22.370843 y=361.35 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-22.370843 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-22.370843 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-22.370843 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-22.370843 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-22.370843 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-22.370843 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-22.370843 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=4.683702 y=396 style=&quot;fill: #538fc1; stroke: #538fc1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=4.683702 y=361.35 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=4.683702 y=326.7 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=4.683702 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=4.683702 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=4.683702 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=4.683702 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=4.683702 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=4.683702 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=31.738248 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=31.738248 y=361.35 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=31.738248 y=326.7 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=31.738248 y=292.05 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=31.738248 y=257.4 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=31.738248 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=31.738248 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=31.738248 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=31.738248 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=58.792793 y=396 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=58.792793 y=361.35 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=58.792793 y=326.7 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=58.792793 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=58.792793 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=58.792793 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=58.792793 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=58.792793 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=58.792793 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=85.847339 y=396 style=&quot;fill: #387fb8; stroke: #387fb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=85.847339 y=361.35 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=85.847339 y=326.7 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=85.847339 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=85.847339 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=85.847339 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=85.847339 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=85.847339 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=85.847339 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=112.901884 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=112.901884 y=361.35 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=112.901884 y=326.7 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=112.901884 y=292.05 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=112.901884 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=112.901884 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=112.901884 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=112.901884 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=112.901884 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=139.95643 y=396 style=&quot;fill: #4989be; stroke: #4989be&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=139.95643 y=361.35 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=139.95643 y=326.7 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=139.95643 y=292.05 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=139.95643 y=257.4 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=139.95643 y=222.75 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=139.95643 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=139.95643 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=139.95643 y=118.8 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=167.010975 y=396 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=167.010975 y=361.35 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=167.010975 y=326.7 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=167.010975 y=292.05 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=167.010975 y=257.4 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=167.010975 y=222.75 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=167.010975 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=167.010975 y=153.45 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=167.010975 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=194.065521 y=396 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=194.065521 y=361.35 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=194.065521 y=326.7 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=194.065521 y=292.05 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=194.065521 y=257.4 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=194.065521 y=222.75 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=194.065521 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=194.065521 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=194.065521 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=221.120066 y=396 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=221.120066 y=361.35 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=221.120066 y=326.7 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=221.120066 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=221.120066 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=221.120066 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=221.120066 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=221.120066 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=221.120066 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=248.174612 y=396 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=248.174612 y=361.35 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=248.174612 y=326.7 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=248.174612 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=248.174612 y=257.4 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=248.174612 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=248.174612 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=248.174612 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=248.174612 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=275.229157 y=396 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=275.229157 y=361.35 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=275.229157 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=275.229157 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=275.229157 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=275.229157 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=275.229157 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=275.229157 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=275.229157 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=302.283702 y=396 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=302.283702 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=302.283702 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=302.283702 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=302.283702 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=302.283702 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=302.283702 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=302.283702 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=302.283702 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-90.007207 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-90.007207 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-90.007207 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-90.007207 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-90.007207 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-90.007207 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-90.007207 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-90.007207 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-62.952661 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-62.952661 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-62.952661 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-62.952661 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-62.952661 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-62.952661 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-62.952661 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-62.952661 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-35.898116 y=378.675 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-35.898116 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-35.898116 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-35.898116 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-35.898116 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-35.898116 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-35.898116 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-35.898116 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-8.84357 y=378.675 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-8.84357 y=344.025 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-8.84357 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-8.84357 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-8.84357 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-8.84357 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-8.84357 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=-8.84357 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=18.210975 y=378.675 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=18.210975 y=344.025 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=18.210975 y=309.375 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=18.210975 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=18.210975 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=18.210975 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=18.210975 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=18.210975 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=45.265521 y=378.675 style=&quot;fill: #4989be; stroke: #4989be&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=45.265521 y=344.025 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=45.265521 y=309.375 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=45.265521 y=274.725 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=45.265521 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=45.265521 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=45.265521 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=45.265521 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=72.320066 y=378.675 style=&quot;fill: #4486bc; stroke: #4486bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=72.320066 y=344.025 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=72.320066 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=72.320066 y=274.725 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=72.320066 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=72.320066 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=72.320066 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=72.320066 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=99.374612 y=378.675 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=99.374612 y=344.025 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=99.374612 y=309.375 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=99.374612 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=99.374612 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=99.374612 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=99.374612 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=99.374612 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=126.429157 y=378.675 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=126.429157 y=344.025 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=126.429157 y=309.375 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=126.429157 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=126.429157 y=240.075 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=126.429157 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=126.429157 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=126.429157 y=136.125 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=153.483702 y=378.675 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=153.483702 y=344.025 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=153.483702 y=309.375 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=153.483702 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=153.483702 y=240.075 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=153.483702 y=205.425 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=153.483702 y=170.775 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=153.483702 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=180.538248 y=378.675 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=180.538248 y=344.025 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=180.538248 y=309.375 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=180.538248 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=180.538248 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=180.538248 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=180.538248 y=170.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=180.538248 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=207.592793 y=378.675 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=207.592793 y=344.025 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=207.592793 y=309.375 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=207.592793 y=274.725 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=207.592793 y=240.075 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=207.592793 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=207.592793 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=207.592793 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=234.647339 y=378.675 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=234.647339 y=344.025 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=234.647339 y=309.375 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=234.647339 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=234.647339 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=234.647339 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=234.647339 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=234.647339 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=261.701884 y=378.675 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=261.701884 y=344.025 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=261.701884 y=309.375 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=261.701884 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=261.701884 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=261.701884 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=261.701884 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=261.701884 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=288.75643 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=288.75643 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=288.75643 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=288.75643 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=288.75643 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=288.75643 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=288.75643 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1f22537966)&gt;&lt;use xlink:href=#C0_0_5e974f23b6 x=288.75643 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1f22537966&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:11.625379&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_67474c38fd d=&quot;M 209.352661 -51.645 \n",
+       "L 209.352661 -63.195 \n",
+       "L 195.825388 -68.97 \n",
+       "L 182.298116 -63.195 \n",
+       "L 182.298116 -51.645 \n",
+       "L 195.825388 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-103.534479 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-103.534479 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-103.534479 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-103.534479 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-103.534479 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-103.534479 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-103.534479 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-103.534479 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-103.534479 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-76.479934 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-76.479934 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-76.479934 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-76.479934 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-76.479934 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-76.479934 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-76.479934 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-76.479934 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-76.479934 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-49.425388 y=396 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-49.425388 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-49.425388 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-49.425388 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-49.425388 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-49.425388 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-49.425388 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-49.425388 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-49.425388 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-22.370843 y=396 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-22.370843 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-22.370843 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-22.370843 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-22.370843 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-22.370843 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-22.370843 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-22.370843 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-22.370843 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=4.683702 y=396 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=4.683702 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=4.683702 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=4.683702 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=4.683702 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=4.683702 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=4.683702 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=4.683702 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=4.683702 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=31.738248 y=396 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=31.738248 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=31.738248 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=31.738248 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=31.738248 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=31.738248 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=31.738248 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=31.738248 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=31.738248 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=58.792793 y=396 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=58.792793 y=361.35 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=58.792793 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=58.792793 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=58.792793 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=58.792793 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=58.792793 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=58.792793 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=58.792793 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=85.847339 y=396 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=85.847339 y=361.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=85.847339 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=85.847339 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=85.847339 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=85.847339 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=85.847339 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=85.847339 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=85.847339 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=112.901884 y=396 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=112.901884 y=361.35 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=112.901884 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=112.901884 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=112.901884 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=112.901884 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=112.901884 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=112.901884 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=112.901884 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=139.95643 y=396 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=139.95643 y=361.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=139.95643 y=326.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=139.95643 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=139.95643 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=139.95643 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=139.95643 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=139.95643 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=139.95643 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=167.010975 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=167.010975 y=361.35 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=167.010975 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=167.010975 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=167.010975 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=167.010975 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=167.010975 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=167.010975 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=167.010975 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=194.065521 y=396 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=194.065521 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=194.065521 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=194.065521 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=194.065521 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=194.065521 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=194.065521 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=194.065521 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=194.065521 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=221.120066 y=396 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=221.120066 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=221.120066 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=221.120066 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=221.120066 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=221.120066 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=221.120066 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=221.120066 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=221.120066 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=248.174612 y=396 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=248.174612 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=248.174612 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=248.174612 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=248.174612 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=248.174612 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=248.174612 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=248.174612 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=248.174612 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=275.229157 y=396 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=275.229157 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=275.229157 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=275.229157 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=275.229157 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=275.229157 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=275.229157 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=275.229157 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=275.229157 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=302.283702 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=302.283702 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=302.283702 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=302.283702 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=302.283702 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=302.283702 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=302.283702 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=302.283702 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=302.283702 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-90.007207 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-90.007207 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-90.007207 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-90.007207 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-90.007207 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-90.007207 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-90.007207 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-90.007207 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-62.952661 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-62.952661 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-62.952661 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-62.952661 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-62.952661 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-62.952661 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-62.952661 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-62.952661 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-35.898116 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-35.898116 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-35.898116 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-35.898116 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-35.898116 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-35.898116 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-35.898116 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-35.898116 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-8.84357 y=378.675 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-8.84357 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-8.84357 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-8.84357 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-8.84357 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-8.84357 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-8.84357 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=-8.84357 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=18.210975 y=378.675 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=18.210975 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=18.210975 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=18.210975 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=18.210975 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=18.210975 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=18.210975 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=18.210975 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=45.265521 y=378.675 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=45.265521 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=45.265521 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=45.265521 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=45.265521 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=45.265521 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=45.265521 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=45.265521 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=72.320066 y=378.675 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=72.320066 y=344.025 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=72.320066 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=72.320066 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=72.320066 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=72.320066 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=72.320066 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=72.320066 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=99.374612 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=99.374612 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=99.374612 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=99.374612 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=99.374612 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=99.374612 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=99.374612 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=99.374612 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=126.429157 y=378.675 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=126.429157 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=126.429157 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=126.429157 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=126.429157 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=126.429157 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=126.429157 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=126.429157 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=153.483702 y=378.675 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=153.483702 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=153.483702 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=153.483702 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=153.483702 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=153.483702 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=153.483702 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=153.483702 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=180.538248 y=378.675 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=180.538248 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=180.538248 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=180.538248 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=180.538248 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=180.538248 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=180.538248 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=180.538248 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=207.592793 y=378.675 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=207.592793 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=207.592793 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=207.592793 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=207.592793 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=207.592793 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=207.592793 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=207.592793 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=234.647339 y=378.675 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=234.647339 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=234.647339 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=234.647339 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=234.647339 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=234.647339 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=234.647339 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=234.647339 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=261.701884 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=261.701884 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=261.701884 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=261.701884 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=261.701884 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=261.701884 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=261.701884 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=261.701884 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=288.75643 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=288.75643 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=288.75643 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=288.75643 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=288.75643 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=288.75643 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=288.75643 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p58b7d465fd)&gt;&lt;use xlink:href=#C0_0_67474c38fd x=288.75643 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p58b7d465fd&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:17.561172&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_d3f4fae368 d=&quot;M 209.352661 -30.54327 \n",
+       "L 209.352661 -42.09327 \n",
+       "L 195.825388 -47.86827 \n",
+       "L 182.298116 -42.09327 \n",
+       "L 182.298116 -30.54327 \n",
+       "L 195.825388 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-103.534479 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-103.534479 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-103.534479 y=305.59827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-103.534479 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-103.534479 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-103.534479 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-103.534479 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-103.534479 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-103.534479 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-76.479934 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-76.479934 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-76.479934 y=305.59827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-76.479934 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-76.479934 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-76.479934 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-76.479934 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-76.479934 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-76.479934 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-49.425388 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-49.425388 y=340.24827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-49.425388 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-49.425388 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-49.425388 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-49.425388 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-49.425388 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-49.425388 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-49.425388 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-22.370843 y=374.89827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-22.370843 y=340.24827 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-22.370843 y=305.59827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-22.370843 y=270.94827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-22.370843 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-22.370843 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-22.370843 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-22.370843 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-22.370843 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=4.683702 y=374.89827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=4.683702 y=340.24827 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=4.683702 y=305.59827 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=4.683702 y=270.94827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=4.683702 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=4.683702 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=4.683702 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=4.683702 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=4.683702 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=31.738248 y=374.89827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=31.738248 y=340.24827 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=31.738248 y=305.59827 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=31.738248 y=270.94827 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=31.738248 y=236.29827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=31.738248 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=31.738248 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=31.738248 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=31.738248 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=58.792793 y=374.89827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=58.792793 y=340.24827 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=58.792793 y=305.59827 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=58.792793 y=270.94827 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=58.792793 y=236.29827 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=58.792793 y=201.64827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=58.792793 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=58.792793 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=58.792793 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=85.847339 y=374.89827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=85.847339 y=340.24827 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=85.847339 y=305.59827 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=85.847339 y=270.94827 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=85.847339 y=236.29827 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=85.847339 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=85.847339 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=85.847339 y=132.34827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=85.847339 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=112.901884 y=374.89827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=112.901884 y=340.24827 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=112.901884 y=305.59827 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=112.901884 y=270.94827 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=112.901884 y=236.29827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=112.901884 y=201.64827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=112.901884 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=112.901884 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=112.901884 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=139.95643 y=374.89827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=139.95643 y=340.24827 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=139.95643 y=305.59827 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=139.95643 y=270.94827 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=139.95643 y=236.29827 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=139.95643 y=201.64827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=139.95643 y=166.99827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=139.95643 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=139.95643 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=167.010975 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=167.010975 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=167.010975 y=305.59827 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=167.010975 y=270.94827 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=167.010975 y=236.29827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=167.010975 y=201.64827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=167.010975 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=167.010975 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=167.010975 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=194.065521 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=194.065521 y=340.24827 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=194.065521 y=305.59827 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=194.065521 y=270.94827 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=194.065521 y=236.29827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=194.065521 y=201.64827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=194.065521 y=166.99827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=194.065521 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=194.065521 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=221.120066 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=221.120066 y=340.24827 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=221.120066 y=305.59827 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=221.120066 y=270.94827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=221.120066 y=236.29827 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=221.120066 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=221.120066 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=221.120066 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=221.120066 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=248.174612 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=248.174612 y=340.24827 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=248.174612 y=305.59827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=248.174612 y=270.94827 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=248.174612 y=236.29827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=248.174612 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=248.174612 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=248.174612 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=248.174612 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=275.229157 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=275.229157 y=340.24827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=275.229157 y=305.59827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=275.229157 y=270.94827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=275.229157 y=236.29827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=275.229157 y=201.64827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=275.229157 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=275.229157 y=132.34827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=275.229157 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=302.283702 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=302.283702 y=340.24827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=302.283702 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=302.283702 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=302.283702 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=302.283702 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=302.283702 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=302.283702 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=302.283702 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-90.007207 y=357.57327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-90.007207 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-90.007207 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-90.007207 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-90.007207 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-90.007207 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-90.007207 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-90.007207 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-62.952661 y=357.57327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-62.952661 y=322.92327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-62.952661 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-62.952661 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-62.952661 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-62.952661 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-62.952661 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-62.952661 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-35.898116 y=357.57327 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-35.898116 y=322.92327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-35.898116 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-35.898116 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-35.898116 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-35.898116 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-35.898116 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-35.898116 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-8.84357 y=357.57327 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-8.84357 y=322.92327 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-8.84357 y=288.27327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-8.84357 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-8.84357 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-8.84357 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-8.84357 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=-8.84357 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=18.210975 y=357.57327 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=18.210975 y=322.92327 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=18.210975 y=288.27327 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=18.210975 y=253.62327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=18.210975 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=18.210975 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=18.210975 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=18.210975 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=45.265521 y=357.57327 style=&quot;fill: #3f83bb; stroke: #3f83bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=45.265521 y=322.92327 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=45.265521 y=288.27327 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=45.265521 y=253.62327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=45.265521 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=45.265521 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=45.265521 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=45.265521 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=72.320066 y=357.57327 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=72.320066 y=322.92327 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=72.320066 y=288.27327 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=72.320066 y=253.62327 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=72.320066 y=218.97327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=72.320066 y=184.32327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=72.320066 y=149.67327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=72.320066 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=99.374612 y=357.57327 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=99.374612 y=322.92327 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=99.374612 y=288.27327 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=99.374612 y=253.62327 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=99.374612 y=218.97327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=99.374612 y=184.32327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=99.374612 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=99.374612 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=126.429157 y=357.57327 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=126.429157 y=322.92327 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=126.429157 y=288.27327 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=126.429157 y=253.62327 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=126.429157 y=218.97327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=126.429157 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=126.429157 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=126.429157 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=153.483702 y=357.57327 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=153.483702 y=322.92327 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=153.483702 y=288.27327 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=153.483702 y=253.62327 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=153.483702 y=218.97327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=153.483702 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=153.483702 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=153.483702 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=180.538248 y=357.57327 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=180.538248 y=322.92327 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=180.538248 y=288.27327 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=180.538248 y=253.62327 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=180.538248 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=180.538248 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=180.538248 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=180.538248 y=115.02327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=207.592793 y=357.57327 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=207.592793 y=322.92327 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=207.592793 y=288.27327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=207.592793 y=253.62327 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=207.592793 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=207.592793 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=207.592793 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=207.592793 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=234.647339 y=357.57327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=234.647339 y=322.92327 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=234.647339 y=288.27327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=234.647339 y=253.62327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=234.647339 y=218.97327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=234.647339 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=234.647339 y=149.67327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=234.647339 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=261.701884 y=357.57327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=261.701884 y=322.92327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=261.701884 y=288.27327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=261.701884 y=253.62327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=261.701884 y=218.97327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=261.701884 y=184.32327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=261.701884 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=261.701884 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=288.75643 y=357.57327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=288.75643 y=322.92327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=288.75643 y=288.27327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=288.75643 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=288.75643 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=288.75643 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=288.75643 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pae774fcfa3)&gt;&lt;use xlink:href=#C0_0_d3f4fae368 x=288.75643 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pae774fcfa3&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_midday-interactions_temperature_midday_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:24.788104&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.902639 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.04492 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.70595 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.147449 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.588948 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.542109 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_452c10fe2b d=&quot;M 209.352661 61733.155 \n",
+       "L 209.352661 61721.605 \n",
+       "L 195.825388 61715.83 \n",
+       "L 182.298116 61721.605 \n",
+       "L 182.298116 61733.155 \n",
+       "L 195.825388 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-103.534479 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-103.534479 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-103.534479 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-103.534479 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-103.534479 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-103.534479 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-103.534479 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-103.534479 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-103.534479 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-76.479934 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-76.479934 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-76.479934 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-76.479934 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-76.479934 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-76.479934 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-76.479934 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-76.479934 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-76.479934 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-49.425388 y=-61388.8 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-49.425388 y=-61423.45 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-49.425388 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-49.425388 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-49.425388 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-49.425388 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-49.425388 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-49.425388 y=-61631.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-49.425388 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-22.370843 y=-61388.8 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-22.370843 y=-61423.45 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-22.370843 y=-61458.1 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-22.370843 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-22.370843 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-22.370843 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-22.370843 y=-61596.7 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-22.370843 y=-61631.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-22.370843 y=-61666 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=4.683702 y=-61388.8 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=4.683702 y=-61423.45 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=4.683702 y=-61458.1 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=4.683702 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=4.683702 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=4.683702 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=4.683702 y=-61596.7 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=4.683702 y=-61631.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=4.683702 y=-61666 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=31.738248 y=-61388.8 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=31.738248 y=-61423.45 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=31.738248 y=-61458.1 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=31.738248 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=31.738248 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=31.738248 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=31.738248 y=-61596.7 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=31.738248 y=-61631.35 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=31.738248 y=-61666 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=58.792793 y=-61388.8 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=58.792793 y=-61423.45 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=58.792793 y=-61458.1 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=58.792793 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=58.792793 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=58.792793 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=58.792793 y=-61596.7 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=58.792793 y=-61631.35 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=58.792793 y=-61666 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=85.847339 y=-61388.8 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=85.847339 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=85.847339 y=-61458.1 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=85.847339 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=85.847339 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=85.847339 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=85.847339 y=-61596.7 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=85.847339 y=-61631.35 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=85.847339 y=-61666 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=112.901884 y=-61388.8 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=112.901884 y=-61423.45 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=112.901884 y=-61458.1 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=112.901884 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=112.901884 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=112.901884 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=112.901884 y=-61596.7 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=112.901884 y=-61631.35 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=112.901884 y=-61666 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=139.95643 y=-61388.8 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=139.95643 y=-61423.45 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=139.95643 y=-61458.1 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=139.95643 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=139.95643 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=139.95643 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=139.95643 y=-61596.7 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=139.95643 y=-61631.35 style=&quot;fill: #4889bd; stroke: #4889bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=139.95643 y=-61666 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=167.010975 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=167.010975 y=-61423.45 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=167.010975 y=-61458.1 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=167.010975 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=167.010975 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=167.010975 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=167.010975 y=-61596.7 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=167.010975 y=-61631.35 style=&quot;fill: #3a80b9; stroke: #3a80b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=167.010975 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=194.065521 y=-61388.8 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=194.065521 y=-61423.45 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=194.065521 y=-61458.1 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=194.065521 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=194.065521 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=194.065521 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=194.065521 y=-61596.7 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=194.065521 y=-61631.35 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=194.065521 y=-61666 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=221.120066 y=-61388.8 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=221.120066 y=-61423.45 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=221.120066 y=-61458.1 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=221.120066 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=221.120066 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=221.120066 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=221.120066 y=-61596.7 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=221.120066 y=-61631.35 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=221.120066 y=-61666 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=248.174612 y=-61388.8 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=248.174612 y=-61423.45 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=248.174612 y=-61458.1 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=248.174612 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=248.174612 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=248.174612 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=248.174612 y=-61596.7 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=248.174612 y=-61631.35 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=248.174612 y=-61666 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=275.229157 y=-61388.8 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=275.229157 y=-61423.45 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=275.229157 y=-61458.1 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=275.229157 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=275.229157 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=275.229157 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=275.229157 y=-61596.7 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=275.229157 y=-61631.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=275.229157 y=-61666 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=302.283702 y=-61388.8 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=302.283702 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=302.283702 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=302.283702 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=302.283702 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=302.283702 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=302.283702 y=-61596.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=302.283702 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=302.283702 y=-61666 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-90.007207 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-90.007207 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-90.007207 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-90.007207 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-90.007207 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-90.007207 y=-61579.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-90.007207 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-90.007207 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-62.952661 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-62.952661 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-62.952661 y=-61475.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-62.952661 y=-61510.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-62.952661 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-62.952661 y=-61579.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-62.952661 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-62.952661 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-35.898116 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-35.898116 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-35.898116 y=-61475.425 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-35.898116 y=-61510.075 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-35.898116 y=-61544.725 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-35.898116 y=-61579.375 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-35.898116 y=-61614.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-35.898116 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-8.84357 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-8.84357 y=-61440.775 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-8.84357 y=-61475.425 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-8.84357 y=-61510.075 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-8.84357 y=-61544.725 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-8.84357 y=-61579.375 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-8.84357 y=-61614.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=-8.84357 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=18.210975 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=18.210975 y=-61440.775 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=18.210975 y=-61475.425 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=18.210975 y=-61510.075 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=18.210975 y=-61544.725 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=18.210975 y=-61579.375 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=18.210975 y=-61614.025 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=18.210975 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=45.265521 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=45.265521 y=-61440.775 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=45.265521 y=-61475.425 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=45.265521 y=-61510.075 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=45.265521 y=-61544.725 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=45.265521 y=-61579.375 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=45.265521 y=-61614.025 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=45.265521 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=72.320066 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=72.320066 y=-61440.775 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=72.320066 y=-61475.425 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=72.320066 y=-61510.075 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=72.320066 y=-61544.725 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=72.320066 y=-61579.375 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=72.320066 y=-61614.025 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=72.320066 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=99.374612 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=99.374612 y=-61440.775 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=99.374612 y=-61475.425 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=99.374612 y=-61510.075 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=99.374612 y=-61544.725 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=99.374612 y=-61579.375 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=99.374612 y=-61614.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=99.374612 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=126.429157 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=126.429157 y=-61440.775 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=126.429157 y=-61475.425 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=126.429157 y=-61510.075 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=126.429157 y=-61544.725 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=126.429157 y=-61579.375 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=126.429157 y=-61614.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=126.429157 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=153.483702 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=153.483702 y=-61440.775 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=153.483702 y=-61475.425 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=153.483702 y=-61510.075 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=153.483702 y=-61544.725 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=153.483702 y=-61579.375 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=153.483702 y=-61614.025 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=153.483702 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=180.538248 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=180.538248 y=-61440.775 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=180.538248 y=-61475.425 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=180.538248 y=-61510.075 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=180.538248 y=-61544.725 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=180.538248 y=-61579.375 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=180.538248 y=-61614.025 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=180.538248 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=207.592793 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=207.592793 y=-61440.775 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=207.592793 y=-61475.425 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=207.592793 y=-61510.075 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=207.592793 y=-61544.725 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=207.592793 y=-61579.375 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=207.592793 y=-61614.025 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=207.592793 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=234.647339 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=234.647339 y=-61440.775 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=234.647339 y=-61475.425 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=234.647339 y=-61510.075 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=234.647339 y=-61544.725 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=234.647339 y=-61579.375 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=234.647339 y=-61614.025 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=234.647339 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=261.701884 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=261.701884 y=-61440.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=261.701884 y=-61475.425 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=261.701884 y=-61510.075 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=261.701884 y=-61544.725 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=261.701884 y=-61579.375 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=261.701884 y=-61614.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=261.701884 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=288.75643 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=288.75643 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=288.75643 y=-61475.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=288.75643 y=-61510.075 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=288.75643 y=-61544.725 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=288.75643 y=-61579.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=288.75643 y=-61614.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe8cab1d665)&gt;&lt;use xlink:href=#C0_0_452c10fe2b x=288.75643 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe8cab1d665&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_sunshine_percentage&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_day_in_month aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_passengers aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_midday aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_sunshine_percentage aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_snow_5days aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_deviation aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_max aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_min aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_evening aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_precipiation_5days aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_precipiation aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_wind aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_sunshine_percentage-interactions_sunshine_percentage_year aria-controls=interactions_sunshine_percentage-interactions_sunshine_percentage_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:36.470390&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_375358c6ef d=&quot;M 105.818182 -42.405 \n",
+       "L 105.818182 -53.955 \n",
+       "L 92.290909 -59.73 \n",
+       "L 78.763637 -53.955 \n",
+       "L 78.763637 -42.405 \n",
+       "L 92.290909 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=-0 y=386.76 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=-0 y=352.11 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=-0 y=317.46 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=-0 y=282.81 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=-0 y=248.16 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=-0 y=213.51 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=-0 y=178.86 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=-0 y=144.21 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=-0 y=109.56 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=27.054545 y=386.76 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=27.054545 y=352.11 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=27.054545 y=317.46 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=27.054545 y=282.81 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=27.054545 y=248.16 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=27.054545 y=213.51 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=27.054545 y=178.86 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=27.054545 y=144.21 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=27.054545 y=109.56 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=54.109091 y=386.76 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=54.109091 y=352.11 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=54.109091 y=317.46 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=54.109091 y=282.81 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=54.109091 y=248.16 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=54.109091 y=213.51 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=54.109091 y=178.86 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=54.109091 y=144.21 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=54.109091 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=81.163636 y=386.76 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=81.163636 y=352.11 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=81.163636 y=317.46 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=81.163636 y=282.81 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=81.163636 y=248.16 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=81.163636 y=213.51 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=81.163636 y=178.86 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=81.163636 y=144.21 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=81.163636 y=109.56 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=108.218181 y=386.76 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=108.218181 y=352.11 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=108.218181 y=317.46 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=108.218181 y=282.81 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=108.218181 y=248.16 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=108.218181 y=213.51 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=108.218181 y=178.86 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=108.218181 y=144.21 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=108.218181 y=109.56 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=135.272727 y=386.76 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=135.272727 y=352.11 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=135.272727 y=317.46 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=135.272727 y=282.81 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=135.272727 y=248.16 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=135.272727 y=213.51 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=135.272727 y=178.86 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=135.272727 y=144.21 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=135.272727 y=109.56 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=162.327272 y=386.76 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=162.327272 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=162.327272 y=317.46 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=162.327272 y=282.81 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=162.327272 y=248.16 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=162.327272 y=213.51 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=162.327272 y=178.86 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=162.327272 y=144.21 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=162.327272 y=109.56 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=189.381818 y=386.76 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=189.381818 y=352.11 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=189.381818 y=317.46 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=189.381818 y=282.81 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=189.381818 y=248.16 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=189.381818 y=213.51 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=189.381818 y=178.86 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=189.381818 y=144.21 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=189.381818 y=109.56 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=216.436363 y=386.76 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=216.436363 y=352.11 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=216.436363 y=317.46 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=216.436363 y=282.81 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=216.436363 y=248.16 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=216.436363 y=213.51 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=216.436363 y=178.86 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=216.436363 y=144.21 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=216.436363 y=109.56 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=243.490909 y=386.76 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=243.490909 y=352.11 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=243.490909 y=317.46 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=243.490909 y=282.81 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=243.490909 y=248.16 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=243.490909 y=213.51 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=243.490909 y=178.86 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=243.490909 y=144.21 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=243.490909 y=109.56 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=270.545454 y=386.76 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=270.545454 y=352.11 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=270.545454 y=317.46 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=270.545454 y=282.81 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=270.545454 y=248.16 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=270.545454 y=213.51 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=270.545454 y=178.86 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=270.545454 y=144.21 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=270.545454 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=297.6 y=386.76 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=297.6 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=297.6 y=317.46 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=297.6 y=282.81 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=297.6 y=248.16 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=297.6 y=213.51 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=297.6 y=178.86 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=297.6 y=144.21 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=297.6 y=109.56 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=324.654545 y=386.76 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=324.654545 y=352.11 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=324.654545 y=317.46 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=324.654545 y=282.81 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=324.654545 y=248.16 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=324.654545 y=213.51 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=324.654545 y=178.86 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=324.654545 y=144.21 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=324.654545 y=109.56 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=351.709091 y=386.76 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=351.709091 y=352.11 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=351.709091 y=317.46 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=351.709091 y=282.81 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=351.709091 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=351.709091 y=213.51 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=351.709091 y=178.86 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=351.709091 y=144.21 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=351.709091 y=109.56 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=378.763636 y=386.76 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=378.763636 y=352.11 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=378.763636 y=317.46 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=378.763636 y=282.81 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=378.763636 y=248.16 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=378.763636 y=213.51 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=378.763636 y=178.86 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=378.763636 y=144.21 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=378.763636 y=109.56 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=405.818181 y=386.76 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=405.818181 y=352.11 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=405.818181 y=317.46 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=405.818181 y=282.81 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=405.818181 y=248.16 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=405.818181 y=213.51 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=405.818181 y=178.86 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=405.818181 y=144.21 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=405.818181 y=109.56 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=13.527272 y=369.435 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=13.527272 y=334.785 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=13.527272 y=300.135 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=13.527272 y=265.485 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=13.527272 y=230.835 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=13.527272 y=196.185 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=13.527272 y=161.535 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=13.527272 y=126.885 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=40.581818 y=369.435 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=40.581818 y=334.785 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=40.581818 y=300.135 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=40.581818 y=265.485 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=40.581818 y=230.835 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=40.581818 y=196.185 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=40.581818 y=161.535 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=40.581818 y=126.885 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=67.636363 y=369.435 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=67.636363 y=334.785 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=67.636363 y=300.135 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=67.636363 y=265.485 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=67.636363 y=230.835 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=67.636363 y=196.185 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=67.636363 y=161.535 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=67.636363 y=126.885 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=94.690909 y=369.435 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=94.690909 y=334.785 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=94.690909 y=300.135 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=94.690909 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=94.690909 y=230.835 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=94.690909 y=196.185 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=94.690909 y=161.535 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=94.690909 y=126.885 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=121.745454 y=369.435 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=121.745454 y=334.785 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=121.745454 y=300.135 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=121.745454 y=265.485 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=121.745454 y=230.835 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=121.745454 y=196.185 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=121.745454 y=161.535 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=121.745454 y=126.885 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=148.8 y=369.435 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=148.8 y=334.785 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=148.8 y=300.135 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=148.8 y=265.485 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=148.8 y=230.835 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=148.8 y=196.185 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=148.8 y=161.535 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=148.8 y=126.885 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=175.854545 y=369.435 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=175.854545 y=334.785 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=175.854545 y=300.135 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=175.854545 y=265.485 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=175.854545 y=230.835 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=175.854545 y=196.185 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=175.854545 y=161.535 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=175.854545 y=126.885 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=202.909091 y=369.435 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=202.909091 y=334.785 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=202.909091 y=300.135 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=202.909091 y=265.485 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=202.909091 y=230.835 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=202.909091 y=196.185 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=202.909091 y=161.535 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=202.909091 y=126.885 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=229.963636 y=369.435 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=229.963636 y=334.785 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=229.963636 y=300.135 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=229.963636 y=265.485 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=229.963636 y=230.835 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=229.963636 y=196.185 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=229.963636 y=161.535 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=229.963636 y=126.885 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=257.018181 y=369.435 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=257.018181 y=334.785 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=257.018181 y=300.135 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=257.018181 y=265.485 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=257.018181 y=230.835 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=257.018181 y=196.185 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=257.018181 y=161.535 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=257.018181 y=126.885 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=284.072727 y=369.435 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=284.072727 y=334.785 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=284.072727 y=300.135 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=284.072727 y=265.485 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=284.072727 y=230.835 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=284.072727 y=196.185 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=284.072727 y=161.535 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=284.072727 y=126.885 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=311.127272 y=369.435 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=311.127272 y=334.785 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=311.127272 y=300.135 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=311.127272 y=265.485 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=311.127272 y=230.835 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=311.127272 y=196.185 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=311.127272 y=161.535 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=311.127272 y=126.885 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=338.181818 y=369.435 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=338.181818 y=334.785 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=338.181818 y=300.135 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=338.181818 y=265.485 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=338.181818 y=230.835 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=338.181818 y=196.185 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=338.181818 y=161.535 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=338.181818 y=126.885 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=365.236363 y=369.435 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=365.236363 y=334.785 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=365.236363 y=300.135 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=365.236363 y=265.485 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=365.236363 y=230.835 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=365.236363 y=196.185 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=365.236363 y=161.535 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=365.236363 y=126.885 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=392.290909 y=369.435 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=392.290909 y=334.785 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=392.290909 y=300.135 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=392.290909 y=265.485 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=392.290909 y=230.835 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=392.290909 y=196.185 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=392.290909 y=161.535 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5f81955844)&gt;&lt;use xlink:href=#C0_0_375358c6ef x=392.290909 y=126.885 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p5f81955844&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:17.385131&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_b275e7f68f d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=-0 y=361.35 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=-0 y=326.7 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=-0 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=-0 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=27.054545 y=396 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=27.054545 y=361.35 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=27.054545 y=326.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=27.054545 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=54.109091 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=54.109091 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=54.109091 y=326.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=54.109091 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=54.109091 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=81.163636 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=81.163636 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=81.163636 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=81.163636 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=108.218181 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=108.218181 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=108.218181 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=108.218181 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=135.272727 y=396 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=135.272727 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=135.272727 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=135.272727 y=292.05 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=135.272727 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=135.272727 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=162.327272 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=162.327272 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=162.327272 y=326.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=162.327272 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=162.327272 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=189.381818 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=189.381818 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=189.381818 y=326.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=189.381818 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=189.381818 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=189.381818 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=216.436363 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=216.436363 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=216.436363 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=216.436363 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=216.436363 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=216.436363 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=243.490909 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=243.490909 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=243.490909 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=243.490909 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=243.490909 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=243.490909 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=270.545454 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=270.545454 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=270.545454 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=270.545454 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=270.545454 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=270.545454 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=270.545454 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=297.6 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=297.6 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=297.6 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=297.6 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=297.6 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=297.6 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=297.6 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=324.654545 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=324.654545 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=324.654545 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=324.654545 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=324.654545 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=324.654545 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=324.654545 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=351.709091 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=351.709091 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=351.709091 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=351.709091 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=351.709091 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=351.709091 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=378.763636 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=378.763636 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=378.763636 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=378.763636 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=378.763636 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=378.763636 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=378.763636 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=378.763636 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=405.818181 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=405.818181 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=405.818181 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=405.818181 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=405.818181 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=405.818181 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=405.818181 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=13.527272 y=378.675 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=13.527272 y=344.025 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=13.527272 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=13.527272 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=13.527272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=40.581818 y=378.675 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=40.581818 y=344.025 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=40.581818 y=309.375 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=40.581818 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=67.636363 y=378.675 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=67.636363 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=67.636363 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=67.636363 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=94.690909 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=94.690909 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=94.690909 y=309.375 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=94.690909 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=121.745454 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=121.745454 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=121.745454 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=121.745454 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=121.745454 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=148.8 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=148.8 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=148.8 y=309.375 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=148.8 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=148.8 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=175.854545 y=378.675 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=175.854545 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=175.854545 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=175.854545 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=175.854545 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=175.854545 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=202.909091 y=378.675 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=202.909091 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=202.909091 y=309.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=202.909091 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=202.909091 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=229.963636 y=378.675 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=229.963636 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=229.963636 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=229.963636 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=229.963636 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=257.018181 y=378.675 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=257.018181 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=257.018181 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=257.018181 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=257.018181 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=284.072727 y=378.675 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=284.072727 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=284.072727 y=309.375 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=284.072727 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=284.072727 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=284.072727 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=284.072727 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=311.127272 y=378.675 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=311.127272 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=311.127272 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=311.127272 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=311.127272 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=311.127272 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=338.181818 y=378.675 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=338.181818 y=344.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=338.181818 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=338.181818 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=338.181818 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=338.181818 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=365.236363 y=378.675 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=365.236363 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=365.236363 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=365.236363 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=365.236363 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=365.236363 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=392.290909 y=378.675 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=392.290909 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=392.290909 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=392.290909 y=274.725 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=392.290909 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=392.290909 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=392.290909 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p303148cb85)&gt;&lt;use xlink:href=#C0_0_b275e7f68f x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p303148cb85&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:22.387949&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_9ec2afec73 d=&quot;M 105.818182 -122.365729 \n",
+       "L 105.818182 -133.915729 \n",
+       "L 92.290909 -139.690729 \n",
+       "L 78.763637 -133.915729 \n",
+       "L 78.763637 -122.365729 \n",
+       "L 92.290909 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=-0 y=466.720729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=-0 y=432.070729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=-0 y=397.420729 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=-0 y=362.770729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=-0 y=328.120729 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=-0 y=293.470729 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=-0 y=258.820729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=-0 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=-0 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=27.054545 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=27.054545 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=27.054545 y=397.420729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=27.054545 y=362.770729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=27.054545 y=328.120729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=27.054545 y=293.470729 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=27.054545 y=258.820729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=27.054545 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=27.054545 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=54.109091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=54.109091 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=54.109091 y=397.420729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=54.109091 y=362.770729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=54.109091 y=328.120729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=54.109091 y=293.470729 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=54.109091 y=258.820729 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=54.109091 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=54.109091 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=81.163636 y=466.720729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=81.163636 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=81.163636 y=397.420729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=81.163636 y=362.770729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=81.163636 y=328.120729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=81.163636 y=293.470729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=81.163636 y=258.820729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=81.163636 y=224.170729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=81.163636 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=108.218181 y=466.720729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=108.218181 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=108.218181 y=397.420729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=108.218181 y=362.770729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=108.218181 y=328.120729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=108.218181 y=293.470729 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=108.218181 y=258.820729 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=108.218181 y=224.170729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=108.218181 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=135.272727 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=135.272727 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=135.272727 y=397.420729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=135.272727 y=362.770729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=135.272727 y=328.120729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=135.272727 y=293.470729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=135.272727 y=258.820729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=135.272727 y=224.170729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=135.272727 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=162.327272 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=162.327272 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=162.327272 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=162.327272 y=362.770729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=162.327272 y=328.120729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=162.327272 y=293.470729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=162.327272 y=258.820729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=162.327272 y=224.170729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=162.327272 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=189.381818 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=189.381818 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=189.381818 y=397.420729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=189.381818 y=362.770729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=189.381818 y=328.120729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=189.381818 y=293.470729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=189.381818 y=258.820729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=189.381818 y=224.170729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=189.381818 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=216.436363 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=216.436363 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=216.436363 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=216.436363 y=362.770729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=216.436363 y=328.120729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=216.436363 y=293.470729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=216.436363 y=258.820729 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=216.436363 y=224.170729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=216.436363 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=243.490909 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=243.490909 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=243.490909 y=397.420729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=243.490909 y=362.770729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=243.490909 y=328.120729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=243.490909 y=293.470729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=243.490909 y=258.820729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=243.490909 y=224.170729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=243.490909 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=270.545454 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=270.545454 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=270.545454 y=397.420729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=270.545454 y=362.770729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=270.545454 y=328.120729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=270.545454 y=293.470729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=270.545454 y=258.820729 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=270.545454 y=224.170729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=270.545454 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=297.6 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=297.6 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=297.6 y=397.420729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=297.6 y=362.770729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=297.6 y=328.120729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=297.6 y=293.470729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=297.6 y=258.820729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=297.6 y=224.170729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=297.6 y=189.520729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=324.654545 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=324.654545 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=324.654545 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=324.654545 y=362.770729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=324.654545 y=328.120729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=324.654545 y=293.470729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=324.654545 y=258.820729 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=324.654545 y=224.170729 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=324.654545 y=189.520729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=351.709091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=351.709091 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=351.709091 y=397.420729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=351.709091 y=362.770729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=351.709091 y=328.120729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=351.709091 y=293.470729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=351.709091 y=258.820729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=351.709091 y=224.170729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=351.709091 y=189.520729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=378.763636 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=378.763636 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=378.763636 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=378.763636 y=362.770729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=378.763636 y=328.120729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=378.763636 y=293.470729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=378.763636 y=258.820729 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=378.763636 y=224.170729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=378.763636 y=189.520729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=405.818181 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=405.818181 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=405.818181 y=397.420729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=405.818181 y=362.770729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=405.818181 y=328.120729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=405.818181 y=293.470729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=405.818181 y=258.820729 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=405.818181 y=224.170729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=405.818181 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=13.527272 y=449.395729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=13.527272 y=414.745729 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=13.527272 y=380.095729 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=13.527272 y=345.445729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=13.527272 y=310.795729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=13.527272 y=276.145729 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=13.527272 y=241.495729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=13.527272 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=40.581818 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=40.581818 y=414.745729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=40.581818 y=380.095729 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=40.581818 y=345.445729 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=40.581818 y=310.795729 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=40.581818 y=276.145729 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=40.581818 y=241.495729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=40.581818 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=67.636363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=67.636363 y=414.745729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=67.636363 y=380.095729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=67.636363 y=345.445729 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=67.636363 y=310.795729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=67.636363 y=276.145729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=67.636363 y=241.495729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=67.636363 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=94.690909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=94.690909 y=414.745729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=94.690909 y=380.095729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=94.690909 y=345.445729 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=94.690909 y=310.795729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=94.690909 y=276.145729 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=94.690909 y=241.495729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=94.690909 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=121.745454 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=121.745454 y=414.745729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=121.745454 y=380.095729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=121.745454 y=345.445729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=121.745454 y=310.795729 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=121.745454 y=276.145729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=121.745454 y=241.495729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=121.745454 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=148.8 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=148.8 y=414.745729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=148.8 y=380.095729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=148.8 y=345.445729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=148.8 y=310.795729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=148.8 y=276.145729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=148.8 y=241.495729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=148.8 y=206.845729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=175.854545 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=175.854545 y=414.745729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=175.854545 y=380.095729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=175.854545 y=345.445729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=175.854545 y=310.795729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=175.854545 y=276.145729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=175.854545 y=241.495729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=175.854545 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=202.909091 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=202.909091 y=414.745729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=202.909091 y=380.095729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=202.909091 y=345.445729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=202.909091 y=310.795729 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=202.909091 y=276.145729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=202.909091 y=241.495729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=202.909091 y=206.845729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=229.963636 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=229.963636 y=414.745729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=229.963636 y=380.095729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=229.963636 y=345.445729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=229.963636 y=310.795729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=229.963636 y=276.145729 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=229.963636 y=241.495729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=229.963636 y=206.845729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=257.018181 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=257.018181 y=414.745729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=257.018181 y=380.095729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=257.018181 y=345.445729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=257.018181 y=310.795729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=257.018181 y=276.145729 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=257.018181 y=241.495729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=257.018181 y=206.845729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=284.072727 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=284.072727 y=414.745729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=284.072727 y=380.095729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=284.072727 y=345.445729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=284.072727 y=310.795729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=284.072727 y=276.145729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=284.072727 y=241.495729 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=284.072727 y=206.845729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=311.127272 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=311.127272 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=311.127272 y=380.095729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=311.127272 y=345.445729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=311.127272 y=310.795729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=311.127272 y=276.145729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=311.127272 y=241.495729 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=311.127272 y=206.845729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=338.181818 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=338.181818 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=338.181818 y=380.095729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=338.181818 y=345.445729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=338.181818 y=310.795729 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=338.181818 y=276.145729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=338.181818 y=241.495729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=338.181818 y=206.845729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=365.236363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=365.236363 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=365.236363 y=380.095729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=365.236363 y=345.445729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=365.236363 y=310.795729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=365.236363 y=276.145729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=365.236363 y=241.495729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=365.236363 y=206.845729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=392.290909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=392.290909 y=414.745729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=392.290909 y=380.095729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=392.290909 y=345.445729 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=392.290909 y=310.795729 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=392.290909 y=276.145729 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=392.290909 y=241.495729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p867b9cbefe)&gt;&lt;use xlink:href=#C0_0_9ec2afec73 x=392.290909 y=206.845729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p867b9cbefe&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:27.492037&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_9447963bf3 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=-0 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=-0 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=-0 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=27.054545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=27.054545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=54.109091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=54.109091 y=361.35 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=81.163636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=81.163636 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=108.218181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=108.218181 y=326.7 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=135.272727 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=135.272727 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=162.327272 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=162.327272 y=292.05 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=189.381818 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=189.381818 y=257.4 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=216.436363 y=257.4 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=243.490909 y=222.75 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=270.545454 y=222.75 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=297.6 y=188.1 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=324.654545 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=351.709091 y=153.45 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=405.818181 y=118.8 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=13.527272 y=378.675 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=13.527272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=13.527272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=13.527272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=13.527272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=40.581818 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=40.581818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=67.636363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=67.636363 y=344.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=94.690909 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=121.745454 y=309.375 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=175.854545 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=229.963636 y=240.075 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=284.072727 y=205.425 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=311.127272 y=170.775 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=338.181818 y=170.775 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=365.236363 y=136.125 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#paf7e0c825f)&gt;&lt;use xlink:href=#C0_0_9447963bf3 x=392.290909 y=136.125 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=paf7e0c825f&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:32.932379&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_ada74c13f9 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=-0 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=-0 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=-0 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=-0 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=-0 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=-0 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=27.054545 y=396 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=27.054545 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=54.109091 y=396 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=54.109091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=81.163636 y=396 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=81.163636 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=81.163636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=108.218181 y=396 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=108.218181 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=108.218181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=135.272727 y=396 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=135.272727 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=162.327272 y=396 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=189.381818 y=396 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=216.436363 y=396 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=243.490909 y=396 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=270.545454 y=396 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=270.545454 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=297.6 y=396 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=324.654545 y=396 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=351.709091 y=396 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=378.763636 y=396 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=405.818181 y=396 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=13.527272 y=378.675 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=13.527272 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=13.527272 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=13.527272 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=13.527272 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=13.527272 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=13.527272 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=40.581818 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=40.581818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=67.636363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=67.636363 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=94.690909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=121.745454 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=175.854545 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=365.236363 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa51b77b22)&gt;&lt;use xlink:href=#C0_0_ada74c13f9 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pfa51b77b22&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:39.871323&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_5597396976 d=&quot;M 105.818182 -176.697632 \n",
+       "L 105.818182 -188.247632 \n",
+       "L 92.290909 -194.022632 \n",
+       "L 78.763637 -188.247632 \n",
+       "L 78.763637 -176.697632 \n",
+       "L 92.290909 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=-0 y=521.052632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=-0 y=486.402632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=-0 y=451.752632 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=-0 y=417.102632 style=&quot;fill: #3a80b9; stroke: #3a80b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=-0 y=382.452632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=-0 y=347.802632 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=-0 y=313.152632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=-0 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=-0 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=27.054545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=27.054545 y=486.402632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=27.054545 y=451.752632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=27.054545 y=417.102632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=27.054545 y=382.452632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=27.054545 y=347.802632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=27.054545 y=313.152632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=27.054545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=27.054545 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=54.109091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=54.109091 y=486.402632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=54.109091 y=451.752632 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=54.109091 y=417.102632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=54.109091 y=382.452632 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=54.109091 y=347.802632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=54.109091 y=313.152632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=54.109091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=54.109091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=81.163636 y=521.052632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=81.163636 y=486.402632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=81.163636 y=451.752632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=81.163636 y=417.102632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=81.163636 y=382.452632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=81.163636 y=347.802632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=81.163636 y=313.152632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=81.163636 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=81.163636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=108.218181 y=521.052632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=108.218181 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=108.218181 y=451.752632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=108.218181 y=417.102632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=108.218181 y=382.452632 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=108.218181 y=347.802632 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=108.218181 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=108.218181 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=108.218181 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=135.272727 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=135.272727 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=135.272727 y=451.752632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=135.272727 y=417.102632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=135.272727 y=382.452632 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=135.272727 y=347.802632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=135.272727 y=313.152632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=135.272727 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=135.272727 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=162.327272 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=162.327272 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=162.327272 y=451.752632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=162.327272 y=417.102632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=162.327272 y=382.452632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=162.327272 y=347.802632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=162.327272 y=313.152632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=162.327272 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=162.327272 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=189.381818 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=189.381818 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=189.381818 y=451.752632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=189.381818 y=417.102632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=189.381818 y=382.452632 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=189.381818 y=347.802632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=189.381818 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=189.381818 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=189.381818 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=216.436363 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=216.436363 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=216.436363 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=216.436363 y=417.102632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=216.436363 y=382.452632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=216.436363 y=347.802632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=216.436363 y=313.152632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=216.436363 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=216.436363 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=243.490909 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=243.490909 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=243.490909 y=451.752632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=243.490909 y=417.102632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=243.490909 y=382.452632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=243.490909 y=347.802632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=243.490909 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=243.490909 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=243.490909 y=243.852632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=270.545454 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=270.545454 y=486.402632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=270.545454 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=270.545454 y=417.102632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=270.545454 y=382.452632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=270.545454 y=347.802632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=270.545454 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=270.545454 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=270.545454 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=297.6 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=297.6 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=297.6 y=451.752632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=297.6 y=417.102632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=297.6 y=382.452632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=297.6 y=347.802632 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=297.6 y=313.152632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=297.6 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=297.6 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=324.654545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=324.654545 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=324.654545 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=324.654545 y=417.102632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=324.654545 y=382.452632 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=324.654545 y=347.802632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=324.654545 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=324.654545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=324.654545 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=351.709091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=351.709091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=351.709091 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=351.709091 y=417.102632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=351.709091 y=382.452632 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=351.709091 y=347.802632 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=351.709091 y=313.152632 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=351.709091 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=351.709091 y=243.852632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=378.763636 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=378.763636 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=378.763636 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=378.763636 y=417.102632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=378.763636 y=382.452632 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=378.763636 y=347.802632 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=378.763636 y=313.152632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=378.763636 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=378.763636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=405.818181 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=405.818181 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=405.818181 y=451.752632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=405.818181 y=417.102632 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=405.818181 y=382.452632 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=405.818181 y=347.802632 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=405.818181 y=313.152632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=405.818181 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=405.818181 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=13.527272 y=503.727632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=13.527272 y=469.077632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=13.527272 y=434.427632 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=13.527272 y=399.777632 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=13.527272 y=365.127632 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=13.527272 y=330.477632 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=13.527272 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=13.527272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=40.581818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=40.581818 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=40.581818 y=434.427632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=40.581818 y=399.777632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=40.581818 y=365.127632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=40.581818 y=330.477632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=40.581818 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=40.581818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=67.636363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=67.636363 y=469.077632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=67.636363 y=434.427632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=67.636363 y=399.777632 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=67.636363 y=365.127632 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=67.636363 y=330.477632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=67.636363 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=67.636363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=94.690909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=94.690909 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=94.690909 y=434.427632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=94.690909 y=399.777632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=94.690909 y=365.127632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=94.690909 y=330.477632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=94.690909 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=94.690909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=121.745454 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=121.745454 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=121.745454 y=434.427632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=121.745454 y=399.777632 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=121.745454 y=365.127632 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=121.745454 y=330.477632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=121.745454 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=121.745454 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=148.8 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=148.8 y=469.077632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=148.8 y=434.427632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=148.8 y=399.777632 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=148.8 y=365.127632 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=148.8 y=330.477632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=148.8 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=148.8 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=175.854545 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=175.854545 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=175.854545 y=434.427632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=175.854545 y=399.777632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=175.854545 y=365.127632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=175.854545 y=330.477632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=175.854545 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=175.854545 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=202.909091 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=202.909091 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=202.909091 y=434.427632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=202.909091 y=399.777632 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=202.909091 y=365.127632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=202.909091 y=330.477632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=202.909091 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=202.909091 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=229.963636 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=229.963636 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=229.963636 y=434.427632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=229.963636 y=399.777632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=229.963636 y=365.127632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=229.963636 y=330.477632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=229.963636 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=229.963636 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=257.018181 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=257.018181 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=257.018181 y=434.427632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=257.018181 y=399.777632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=257.018181 y=365.127632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=257.018181 y=330.477632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=257.018181 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=257.018181 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=284.072727 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=284.072727 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=284.072727 y=434.427632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=284.072727 y=399.777632 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=284.072727 y=365.127632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=284.072727 y=330.477632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=284.072727 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=284.072727 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=311.127272 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=311.127272 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=311.127272 y=434.427632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=311.127272 y=399.777632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=311.127272 y=365.127632 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=311.127272 y=330.477632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=311.127272 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=311.127272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=338.181818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=338.181818 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=338.181818 y=434.427632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=338.181818 y=399.777632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=338.181818 y=365.127632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=338.181818 y=330.477632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=338.181818 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=338.181818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=365.236363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=365.236363 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=365.236363 y=434.427632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=365.236363 y=399.777632 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=365.236363 y=365.127632 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=365.236363 y=330.477632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=365.236363 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=365.236363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=392.290909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=392.290909 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=392.290909 y=434.427632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=392.290909 y=399.777632 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=392.290909 y=365.127632 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=392.290909 y=330.477632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=392.290909 y=295.827632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p90017708f5)&gt;&lt;use xlink:href=#C0_0_5597396976 x=392.290909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p90017708f5&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:47.046873&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_be7c22015e d=&quot;M 105.818182 -109.969887 \n",
+       "L 105.818182 -121.519887 \n",
+       "L 92.290909 -127.294887 \n",
+       "L 78.763637 -121.519887 \n",
+       "L 78.763637 -109.969887 \n",
+       "L 92.290909 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=-0 y=454.324887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=-0 y=419.674887 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=-0 y=385.024887 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=-0 y=350.374887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=-0 y=315.724887 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=-0 y=281.074887 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=-0 y=246.424887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=-0 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=-0 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=27.054545 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=27.054545 y=419.674887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=27.054545 y=385.024887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=27.054545 y=350.374887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=27.054545 y=315.724887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=27.054545 y=281.074887 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=27.054545 y=246.424887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=27.054545 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=27.054545 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=54.109091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=54.109091 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=54.109091 y=385.024887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=54.109091 y=350.374887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=54.109091 y=315.724887 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=54.109091 y=281.074887 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=54.109091 y=246.424887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=54.109091 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=54.109091 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=81.163636 y=454.324887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=81.163636 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=81.163636 y=385.024887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=81.163636 y=350.374887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=81.163636 y=315.724887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=81.163636 y=281.074887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=81.163636 y=246.424887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=81.163636 y=211.774887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=81.163636 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=108.218181 y=454.324887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=108.218181 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=108.218181 y=385.024887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=108.218181 y=350.374887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=108.218181 y=315.724887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=108.218181 y=281.074887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=108.218181 y=246.424887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=108.218181 y=211.774887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=108.218181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=135.272727 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=135.272727 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=135.272727 y=385.024887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=135.272727 y=350.374887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=135.272727 y=315.724887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=135.272727 y=281.074887 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=135.272727 y=246.424887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=135.272727 y=211.774887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=135.272727 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=162.327272 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=162.327272 y=419.674887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=162.327272 y=385.024887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=162.327272 y=350.374887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=162.327272 y=315.724887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=162.327272 y=281.074887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=162.327272 y=246.424887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=162.327272 y=211.774887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=162.327272 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=189.381818 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=189.381818 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=189.381818 y=385.024887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=189.381818 y=350.374887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=189.381818 y=315.724887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=189.381818 y=281.074887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=189.381818 y=246.424887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=189.381818 y=211.774887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=189.381818 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=216.436363 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=216.436363 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=216.436363 y=385.024887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=216.436363 y=350.374887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=216.436363 y=315.724887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=216.436363 y=281.074887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=216.436363 y=246.424887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=216.436363 y=211.774887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=216.436363 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=243.490909 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=243.490909 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=243.490909 y=385.024887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=243.490909 y=350.374887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=243.490909 y=315.724887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=243.490909 y=281.074887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=243.490909 y=246.424887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=243.490909 y=211.774887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=243.490909 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=270.545454 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=270.545454 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=270.545454 y=385.024887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=270.545454 y=350.374887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=270.545454 y=315.724887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=270.545454 y=281.074887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=270.545454 y=246.424887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=270.545454 y=211.774887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=270.545454 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=297.6 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=297.6 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=297.6 y=385.024887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=297.6 y=350.374887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=297.6 y=315.724887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=297.6 y=281.074887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=297.6 y=246.424887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=297.6 y=211.774887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=297.6 y=177.124887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=324.654545 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=324.654545 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=324.654545 y=385.024887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=324.654545 y=350.374887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=324.654545 y=315.724887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=324.654545 y=281.074887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=324.654545 y=246.424887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=324.654545 y=211.774887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=324.654545 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=351.709091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=351.709091 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=351.709091 y=385.024887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=351.709091 y=350.374887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=351.709091 y=315.724887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=351.709091 y=281.074887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=351.709091 y=246.424887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=351.709091 y=211.774887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=351.709091 y=177.124887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=378.763636 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=378.763636 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=378.763636 y=385.024887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=378.763636 y=350.374887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=378.763636 y=315.724887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=378.763636 y=281.074887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=378.763636 y=246.424887 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=378.763636 y=211.774887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=378.763636 y=177.124887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=405.818181 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=405.818181 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=405.818181 y=385.024887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=405.818181 y=350.374887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=405.818181 y=315.724887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=405.818181 y=281.074887 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=405.818181 y=246.424887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=405.818181 y=211.774887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=405.818181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=13.527272 y=436.999887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=13.527272 y=402.349887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=13.527272 y=367.699887 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=13.527272 y=333.049887 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=13.527272 y=298.399887 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=13.527272 y=263.749887 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=13.527272 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=13.527272 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=40.581818 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=40.581818 y=402.349887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=40.581818 y=367.699887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=40.581818 y=333.049887 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=40.581818 y=298.399887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=40.581818 y=263.749887 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=40.581818 y=229.099887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=40.581818 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=67.636363 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=67.636363 y=402.349887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=67.636363 y=367.699887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=67.636363 y=333.049887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=67.636363 y=298.399887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=67.636363 y=263.749887 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=67.636363 y=229.099887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=67.636363 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=94.690909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=94.690909 y=402.349887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=94.690909 y=367.699887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=94.690909 y=333.049887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=94.690909 y=298.399887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=94.690909 y=263.749887 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=94.690909 y=229.099887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=94.690909 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=121.745454 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=121.745454 y=402.349887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=121.745454 y=367.699887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=121.745454 y=333.049887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=121.745454 y=298.399887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=121.745454 y=263.749887 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=121.745454 y=229.099887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=121.745454 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=148.8 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=148.8 y=402.349887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=148.8 y=367.699887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=148.8 y=333.049887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=148.8 y=298.399887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=148.8 y=263.749887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=148.8 y=229.099887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=148.8 y=194.449887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=175.854545 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=175.854545 y=402.349887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=175.854545 y=367.699887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=175.854545 y=333.049887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=175.854545 y=298.399887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=175.854545 y=263.749887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=175.854545 y=229.099887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=175.854545 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=202.909091 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=202.909091 y=402.349887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=202.909091 y=367.699887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=202.909091 y=333.049887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=202.909091 y=298.399887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=202.909091 y=263.749887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=202.909091 y=229.099887 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=202.909091 y=194.449887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=229.963636 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=229.963636 y=402.349887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=229.963636 y=367.699887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=229.963636 y=333.049887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=229.963636 y=298.399887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=229.963636 y=263.749887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=229.963636 y=229.099887 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=229.963636 y=194.449887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=257.018181 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=257.018181 y=402.349887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=257.018181 y=367.699887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=257.018181 y=333.049887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=257.018181 y=298.399887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=257.018181 y=263.749887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=257.018181 y=229.099887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=257.018181 y=194.449887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=284.072727 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=284.072727 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=284.072727 y=367.699887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=284.072727 y=333.049887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=284.072727 y=298.399887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=284.072727 y=263.749887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=284.072727 y=229.099887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=284.072727 y=194.449887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=311.127272 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=311.127272 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=311.127272 y=367.699887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=311.127272 y=333.049887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=311.127272 y=298.399887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=311.127272 y=263.749887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=311.127272 y=229.099887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=311.127272 y=194.449887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=338.181818 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=338.181818 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=338.181818 y=367.699887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=338.181818 y=333.049887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=338.181818 y=298.399887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=338.181818 y=263.749887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=338.181818 y=229.099887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=338.181818 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=365.236363 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=365.236363 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=365.236363 y=367.699887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=365.236363 y=333.049887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=365.236363 y=298.399887 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=365.236363 y=263.749887 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=365.236363 y=229.099887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=365.236363 y=194.449887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=392.290909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=392.290909 y=402.349887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=392.290909 y=367.699887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=392.290909 y=333.049887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=392.290909 y=298.399887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=392.290909 y=263.749887 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=392.290909 y=229.099887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbf292a541a)&gt;&lt;use xlink:href=#C0_0_be7c22015e x=392.290909 y=194.449887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pbf292a541a&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:53.306609&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_12ee24eb35 d=&quot;M 105.818182 -170.339681 \n",
+       "L 105.818182 -181.889681 \n",
+       "L 92.290909 -187.664681 \n",
+       "L 78.763637 -181.889681 \n",
+       "L 78.763637 -170.339681 \n",
+       "L 92.290909 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=-0 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=-0 y=480.044681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=-0 y=445.394681 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=-0 y=410.744681 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=-0 y=376.094681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=-0 y=341.444681 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=-0 y=306.794681 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=-0 y=272.144681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=-0 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=27.054545 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=27.054545 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=27.054545 y=445.394681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=27.054545 y=410.744681 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=27.054545 y=376.094681 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=27.054545 y=341.444681 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=27.054545 y=306.794681 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=27.054545 y=272.144681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=27.054545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=54.109091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=54.109091 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=54.109091 y=445.394681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=54.109091 y=410.744681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=54.109091 y=376.094681 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=54.109091 y=341.444681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=54.109091 y=306.794681 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=54.109091 y=272.144681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=54.109091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=81.163636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=81.163636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=81.163636 y=445.394681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=81.163636 y=410.744681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=81.163636 y=376.094681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=81.163636 y=341.444681 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=81.163636 y=306.794681 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=81.163636 y=272.144681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=81.163636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=108.218181 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=108.218181 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=108.218181 y=445.394681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=108.218181 y=410.744681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=108.218181 y=376.094681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=108.218181 y=341.444681 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=108.218181 y=306.794681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=108.218181 y=272.144681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=108.218181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=135.272727 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=135.272727 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=135.272727 y=445.394681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=135.272727 y=410.744681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=135.272727 y=376.094681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=135.272727 y=341.444681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=135.272727 y=306.794681 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=135.272727 y=272.144681 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=135.272727 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=162.327272 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=162.327272 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=162.327272 y=445.394681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=162.327272 y=410.744681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=162.327272 y=376.094681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=162.327272 y=341.444681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=162.327272 y=306.794681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=162.327272 y=272.144681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=162.327272 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=189.381818 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=189.381818 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=189.381818 y=445.394681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=189.381818 y=410.744681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=189.381818 y=376.094681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=189.381818 y=341.444681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=189.381818 y=306.794681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=189.381818 y=272.144681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=189.381818 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=216.436363 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=216.436363 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=216.436363 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=216.436363 y=410.744681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=216.436363 y=376.094681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=216.436363 y=341.444681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=216.436363 y=306.794681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=216.436363 y=272.144681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=216.436363 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=243.490909 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=243.490909 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=243.490909 y=445.394681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=243.490909 y=410.744681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=243.490909 y=376.094681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=243.490909 y=341.444681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=243.490909 y=306.794681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=243.490909 y=272.144681 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=243.490909 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=270.545454 y=514.694681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=270.545454 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=270.545454 y=445.394681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=270.545454 y=410.744681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=270.545454 y=376.094681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=270.545454 y=341.444681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=270.545454 y=306.794681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=270.545454 y=272.144681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=270.545454 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=297.6 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=297.6 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=297.6 y=445.394681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=297.6 y=410.744681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=297.6 y=376.094681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=297.6 y=341.444681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=297.6 y=306.794681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=297.6 y=272.144681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=297.6 y=237.494681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=324.654545 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=324.654545 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=324.654545 y=445.394681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=324.654545 y=410.744681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=324.654545 y=376.094681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=324.654545 y=341.444681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=324.654545 y=306.794681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=324.654545 y=272.144681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=324.654545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=351.709091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=351.709091 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=351.709091 y=445.394681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=351.709091 y=410.744681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=351.709091 y=376.094681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=351.709091 y=341.444681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=351.709091 y=306.794681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=351.709091 y=272.144681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=351.709091 y=237.494681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=378.763636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=378.763636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=378.763636 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=378.763636 y=410.744681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=378.763636 y=376.094681 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=378.763636 y=341.444681 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=378.763636 y=306.794681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=378.763636 y=272.144681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=378.763636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=405.818181 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=405.818181 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=405.818181 y=445.394681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=405.818181 y=410.744681 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=405.818181 y=376.094681 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=405.818181 y=341.444681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=405.818181 y=306.794681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=405.818181 y=272.144681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=405.818181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=13.527272 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=13.527272 y=462.719681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=13.527272 y=428.069681 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=13.527272 y=393.419681 style=&quot;fill: #4385bc; stroke: #4385bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=13.527272 y=358.769681 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=13.527272 y=324.119681 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=13.527272 y=289.469681 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=13.527272 y=254.819681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=40.581818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=40.581818 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=40.581818 y=428.069681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=40.581818 y=393.419681 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=40.581818 y=358.769681 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=40.581818 y=324.119681 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=40.581818 y=289.469681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=40.581818 y=254.819681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=67.636363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=67.636363 y=462.719681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=67.636363 y=428.069681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=67.636363 y=393.419681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=67.636363 y=358.769681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=67.636363 y=324.119681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=67.636363 y=289.469681 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=67.636363 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=94.690909 y=497.369681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=94.690909 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=94.690909 y=428.069681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=94.690909 y=393.419681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=94.690909 y=358.769681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=94.690909 y=324.119681 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=94.690909 y=289.469681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=94.690909 y=254.819681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=121.745454 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=121.745454 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=121.745454 y=428.069681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=121.745454 y=393.419681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=121.745454 y=358.769681 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=121.745454 y=324.119681 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=121.745454 y=289.469681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=121.745454 y=254.819681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=148.8 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=148.8 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=148.8 y=428.069681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=148.8 y=393.419681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=148.8 y=358.769681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=148.8 y=324.119681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=148.8 y=289.469681 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=148.8 y=254.819681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=175.854545 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=175.854545 y=462.719681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=175.854545 y=428.069681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=175.854545 y=393.419681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=175.854545 y=358.769681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=175.854545 y=324.119681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=175.854545 y=289.469681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=175.854545 y=254.819681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=202.909091 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=202.909091 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=202.909091 y=428.069681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=202.909091 y=393.419681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=202.909091 y=358.769681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=202.909091 y=324.119681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=202.909091 y=289.469681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=202.909091 y=254.819681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=229.963636 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=229.963636 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=229.963636 y=428.069681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=229.963636 y=393.419681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=229.963636 y=358.769681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=229.963636 y=324.119681 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=229.963636 y=289.469681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=229.963636 y=254.819681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=257.018181 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=257.018181 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=257.018181 y=428.069681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=257.018181 y=393.419681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=257.018181 y=358.769681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=257.018181 y=324.119681 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=257.018181 y=289.469681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=257.018181 y=254.819681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=284.072727 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=284.072727 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=284.072727 y=428.069681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=284.072727 y=393.419681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=284.072727 y=358.769681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=284.072727 y=324.119681 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=284.072727 y=289.469681 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=284.072727 y=254.819681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=311.127272 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=311.127272 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=311.127272 y=428.069681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=311.127272 y=393.419681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=311.127272 y=358.769681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=311.127272 y=324.119681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=311.127272 y=289.469681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=311.127272 y=254.819681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=338.181818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=338.181818 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=338.181818 y=428.069681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=338.181818 y=393.419681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=338.181818 y=358.769681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=338.181818 y=324.119681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=338.181818 y=289.469681 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=338.181818 y=254.819681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=365.236363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=365.236363 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=365.236363 y=428.069681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=365.236363 y=393.419681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=365.236363 y=358.769681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=365.236363 y=324.119681 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=365.236363 y=289.469681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=365.236363 y=254.819681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=392.290909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=392.290909 y=462.719681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=392.290909 y=428.069681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=392.290909 y=393.419681 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=392.290909 y=358.769681 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=392.290909 y=324.119681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=392.290909 y=289.469681 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2dc698306f)&gt;&lt;use xlink:href=#C0_0_12ee24eb35 x=392.290909 y=254.819681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2dc698306f&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:59.486644&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_6212f26609 d=&quot;M 105.818182 -119.986935 \n",
+       "L 105.818182 -131.536935 \n",
+       "L 92.290909 -137.311935 \n",
+       "L 78.763637 -131.536935 \n",
+       "L 78.763637 -119.986935 \n",
+       "L 92.290909 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=-0 y=464.341935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=-0 y=429.691935 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=-0 y=395.041935 style=&quot;fill: #4385bc; stroke: #4385bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=-0 y=360.391935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=-0 y=325.741935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=-0 y=291.091935 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=-0 y=256.441935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=-0 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=-0 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=27.054545 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=27.054545 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=27.054545 y=395.041935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=27.054545 y=360.391935 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=27.054545 y=325.741935 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=27.054545 y=291.091935 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=27.054545 y=256.441935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=27.054545 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=27.054545 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=54.109091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=54.109091 y=429.691935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=54.109091 y=395.041935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=54.109091 y=360.391935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=54.109091 y=325.741935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=54.109091 y=291.091935 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=54.109091 y=256.441935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=54.109091 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=54.109091 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=81.163636 y=464.341935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=81.163636 y=429.691935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=81.163636 y=395.041935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=81.163636 y=360.391935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=81.163636 y=325.741935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=81.163636 y=291.091935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=81.163636 y=256.441935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=81.163636 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=81.163636 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=108.218181 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=108.218181 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=108.218181 y=395.041935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=108.218181 y=360.391935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=108.218181 y=325.741935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=108.218181 y=291.091935 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=108.218181 y=256.441935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=108.218181 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=108.218181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=135.272727 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=135.272727 y=429.691935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=135.272727 y=395.041935 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=135.272727 y=360.391935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=135.272727 y=325.741935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=135.272727 y=291.091935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=135.272727 y=256.441935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=135.272727 y=221.791935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=135.272727 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=162.327272 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=162.327272 y=429.691935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=162.327272 y=395.041935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=162.327272 y=360.391935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=162.327272 y=325.741935 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=162.327272 y=291.091935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=162.327272 y=256.441935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=162.327272 y=221.791935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=162.327272 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=189.381818 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=189.381818 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=189.381818 y=395.041935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=189.381818 y=360.391935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=189.381818 y=325.741935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=189.381818 y=291.091935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=189.381818 y=256.441935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=189.381818 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=189.381818 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=216.436363 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=216.436363 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=216.436363 y=395.041935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=216.436363 y=360.391935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=216.436363 y=325.741935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=216.436363 y=291.091935 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=216.436363 y=256.441935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=216.436363 y=221.791935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=216.436363 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=243.490909 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=243.490909 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=243.490909 y=395.041935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=243.490909 y=360.391935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=243.490909 y=325.741935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=243.490909 y=291.091935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=243.490909 y=256.441935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=243.490909 y=221.791935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=243.490909 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=270.545454 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=270.545454 y=429.691935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=270.545454 y=395.041935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=270.545454 y=360.391935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=270.545454 y=325.741935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=270.545454 y=291.091935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=270.545454 y=256.441935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=270.545454 y=221.791935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=270.545454 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=297.6 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=297.6 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=297.6 y=395.041935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=297.6 y=360.391935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=297.6 y=325.741935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=297.6 y=291.091935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=297.6 y=256.441935 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=297.6 y=221.791935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=297.6 y=187.141935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=324.654545 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=324.654545 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=324.654545 y=395.041935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=324.654545 y=360.391935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=324.654545 y=325.741935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=324.654545 y=291.091935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=324.654545 y=256.441935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=324.654545 y=221.791935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=324.654545 y=187.141935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=351.709091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=351.709091 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=351.709091 y=395.041935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=351.709091 y=360.391935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=351.709091 y=325.741935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=351.709091 y=291.091935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=351.709091 y=256.441935 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=351.709091 y=221.791935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=351.709091 y=187.141935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=378.763636 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=378.763636 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=378.763636 y=395.041935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=378.763636 y=360.391935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=378.763636 y=325.741935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=378.763636 y=291.091935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=378.763636 y=256.441935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=378.763636 y=221.791935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=378.763636 y=187.141935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=405.818181 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=405.818181 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=405.818181 y=395.041935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=405.818181 y=360.391935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=405.818181 y=325.741935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=405.818181 y=291.091935 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=405.818181 y=256.441935 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=405.818181 y=221.791935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=405.818181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=13.527272 y=447.016935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=13.527272 y=412.366935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=13.527272 y=377.716935 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=13.527272 y=343.066935 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=13.527272 y=308.416935 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=13.527272 y=273.766935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=13.527272 y=239.116935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=13.527272 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=40.581818 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=40.581818 y=412.366935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=40.581818 y=377.716935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=40.581818 y=343.066935 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=40.581818 y=308.416935 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=40.581818 y=273.766935 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=40.581818 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=40.581818 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=67.636363 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=67.636363 y=412.366935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=67.636363 y=377.716935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=67.636363 y=343.066935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=67.636363 y=308.416935 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=67.636363 y=273.766935 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=67.636363 y=239.116935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=67.636363 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=94.690909 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=94.690909 y=412.366935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=94.690909 y=377.716935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=94.690909 y=343.066935 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=94.690909 y=308.416935 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=94.690909 y=273.766935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=94.690909 y=239.116935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=94.690909 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=121.745454 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=121.745454 y=412.366935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=121.745454 y=377.716935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=121.745454 y=343.066935 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=121.745454 y=308.416935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=121.745454 y=273.766935 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=121.745454 y=239.116935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=121.745454 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=148.8 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=148.8 y=412.366935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=148.8 y=377.716935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=148.8 y=343.066935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=148.8 y=308.416935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=148.8 y=273.766935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=148.8 y=239.116935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=148.8 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=175.854545 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=175.854545 y=412.366935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=175.854545 y=377.716935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=175.854545 y=343.066935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=175.854545 y=308.416935 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=175.854545 y=273.766935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=175.854545 y=239.116935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=175.854545 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=202.909091 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=202.909091 y=412.366935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=202.909091 y=377.716935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=202.909091 y=343.066935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=202.909091 y=308.416935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=202.909091 y=273.766935 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=202.909091 y=239.116935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=202.909091 y=204.466935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=229.963636 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=229.963636 y=412.366935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=229.963636 y=377.716935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=229.963636 y=343.066935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=229.963636 y=308.416935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=229.963636 y=273.766935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=229.963636 y=239.116935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=229.963636 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=257.018181 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=257.018181 y=412.366935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=257.018181 y=377.716935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=257.018181 y=343.066935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=257.018181 y=308.416935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=257.018181 y=273.766935 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=257.018181 y=239.116935 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=257.018181 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=284.072727 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=284.072727 y=412.366935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=284.072727 y=377.716935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=284.072727 y=343.066935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=284.072727 y=308.416935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=284.072727 y=273.766935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=284.072727 y=239.116935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=284.072727 y=204.466935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=311.127272 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=311.127272 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=311.127272 y=377.716935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=311.127272 y=343.066935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=311.127272 y=308.416935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=311.127272 y=273.766935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=311.127272 y=239.116935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=311.127272 y=204.466935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=338.181818 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=338.181818 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=338.181818 y=377.716935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=338.181818 y=343.066935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=338.181818 y=308.416935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=338.181818 y=273.766935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=338.181818 y=239.116935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=338.181818 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=365.236363 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=365.236363 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=365.236363 y=377.716935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=365.236363 y=343.066935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=365.236363 y=308.416935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=365.236363 y=273.766935 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=365.236363 y=239.116935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=365.236363 y=204.466935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=392.290909 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=392.290909 y=412.366935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=392.290909 y=377.716935 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=392.290909 y=343.066935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=392.290909 y=308.416935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=392.290909 y=273.766935 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=392.290909 y=239.116935 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p81e4a037b9)&gt;&lt;use xlink:href=#C0_0_6212f26609 x=392.290909 y=204.466935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p81e4a037b9&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:05.861758&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_a625c25c9c d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=-0 y=361.35 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=-0 y=326.7 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=-0 y=292.05 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=-0 y=257.4 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=-0 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=-0 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=-0 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=-0 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=27.054545 y=396 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=27.054545 y=361.35 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=27.054545 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=27.054545 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=27.054545 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=27.054545 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=27.054545 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=27.054545 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=54.109091 y=396 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=54.109091 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=54.109091 y=326.7 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=54.109091 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=54.109091 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=54.109091 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=81.163636 y=396 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=81.163636 y=361.35 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=81.163636 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=81.163636 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=81.163636 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=108.218181 y=396 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=108.218181 y=361.35 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=108.218181 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=108.218181 y=292.05 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=108.218181 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=108.218181 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=135.272727 y=396 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=135.272727 y=361.35 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=135.272727 y=326.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=135.272727 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=135.272727 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=162.327272 y=396 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=162.327272 y=361.35 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=162.327272 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=162.327272 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=162.327272 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=189.381818 y=396 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=189.381818 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=189.381818 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=189.381818 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=189.381818 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=189.381818 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=216.436363 y=396 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=216.436363 y=361.35 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=216.436363 y=326.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=216.436363 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=216.436363 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=243.490909 y=396 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=243.490909 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=243.490909 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=270.545454 y=396 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=270.545454 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=270.545454 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=270.545454 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=270.545454 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=297.6 y=396 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=297.6 y=361.35 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=297.6 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=297.6 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=297.6 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=324.654545 y=396 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=324.654545 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=324.654545 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=324.654545 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=351.709091 y=396 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=351.709091 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=351.709091 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=351.709091 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=378.763636 y=396 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=378.763636 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=378.763636 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=378.763636 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=378.763636 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=378.763636 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=405.818181 y=396 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=405.818181 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=405.818181 y=326.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=405.818181 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=405.818181 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=13.527272 y=378.675 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=13.527272 y=344.025 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=13.527272 y=309.375 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=13.527272 y=274.725 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=13.527272 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=13.527272 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=13.527272 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=13.527272 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=40.581818 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=40.581818 y=344.025 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=40.581818 y=309.375 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=40.581818 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=40.581818 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=40.581818 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=67.636363 y=378.675 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=67.636363 y=344.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=67.636363 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=67.636363 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=67.636363 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=94.690909 y=378.675 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=94.690909 y=344.025 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=94.690909 y=309.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=94.690909 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=121.745454 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=121.745454 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=121.745454 y=309.375 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=121.745454 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=121.745454 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=121.745454 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=148.8 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=148.8 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=148.8 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=148.8 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=148.8 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=148.8 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=175.854545 y=378.675 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=175.854545 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=175.854545 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=175.854545 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=175.854545 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=202.909091 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=202.909091 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=202.909091 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=202.909091 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=202.909091 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=229.963636 y=378.675 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=229.963636 y=344.025 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=229.963636 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=257.018181 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=257.018181 y=344.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=257.018181 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=257.018181 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=257.018181 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=284.072727 y=378.675 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=284.072727 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=284.072727 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=311.127272 y=378.675 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=311.127272 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=311.127272 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=311.127272 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=338.181818 y=378.675 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=338.181818 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=338.181818 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=365.236363 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=365.236363 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=365.236363 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=365.236363 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=392.290909 y=378.675 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=392.290909 y=344.025 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=392.290909 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=392.290909 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=392.290909 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p590113f098)&gt;&lt;use xlink:href=#C0_0_a625c25c9c x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p590113f098&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:12.043044&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_62abe92f6e d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=-0 y=361.35 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=-0 y=326.7 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=-0 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=-0 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=-0 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=27.054545 y=396 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=27.054545 y=361.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=27.054545 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=27.054545 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=54.109091 y=396 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=54.109091 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=54.109091 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=81.163636 y=396 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=81.163636 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=81.163636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=108.218181 y=396 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=108.218181 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=108.218181 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=135.272727 y=396 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=135.272727 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=135.272727 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=135.272727 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=162.327272 y=396 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=162.327272 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=189.381818 y=396 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=189.381818 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=216.436363 y=396 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=216.436363 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=216.436363 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=243.490909 y=396 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=243.490909 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=270.545454 y=396 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=270.545454 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=297.6 y=396 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=297.6 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=324.654545 y=396 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=351.709091 y=396 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=378.763636 y=396 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=405.818181 y=396 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=13.527272 y=378.675 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=13.527272 y=344.025 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=13.527272 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=13.527272 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=13.527272 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=13.527272 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=40.581818 y=378.675 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=40.581818 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=40.581818 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=67.636363 y=378.675 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=67.636363 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=94.690909 y=378.675 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=94.690909 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=121.745454 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=121.745454 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=121.745454 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=148.8 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=148.8 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=175.854545 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=175.854545 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=202.909091 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=202.909091 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=229.963636 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=229.963636 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=257.018181 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=257.018181 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=284.072727 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=284.072727 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=311.127272 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=338.181818 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p194e88cadf)&gt;&lt;use xlink:href=#C0_0_62abe92f6e x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p194e88cadf&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:17.937520&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_b5efeca37a d=&quot;M 105.818182 -30.54327 \n",
+       "L 105.818182 -42.09327 \n",
+       "L 92.290909 -47.86827 \n",
+       "L 78.763637 -42.09327 \n",
+       "L 78.763637 -30.54327 \n",
+       "L 92.290909 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=-0 y=374.89827 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=-0 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=-0 y=305.59827 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=-0 y=270.94827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=-0 y=236.29827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=-0 y=201.64827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=-0 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=-0 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=-0 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=27.054545 y=374.89827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=27.054545 y=340.24827 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=27.054545 y=305.59827 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=27.054545 y=270.94827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=27.054545 y=236.29827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=27.054545 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=27.054545 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=27.054545 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=27.054545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=54.109091 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=54.109091 y=340.24827 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=54.109091 y=305.59827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=54.109091 y=270.94827 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=54.109091 y=236.29827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=54.109091 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=54.109091 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=54.109091 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=54.109091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=81.163636 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=81.163636 y=340.24827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=81.163636 y=305.59827 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=81.163636 y=270.94827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=81.163636 y=236.29827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=81.163636 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=81.163636 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=81.163636 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=81.163636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=108.218181 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=108.218181 y=340.24827 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=108.218181 y=305.59827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=108.218181 y=270.94827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=108.218181 y=236.29827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=108.218181 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=108.218181 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=108.218181 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=108.218181 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=135.272727 y=374.89827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=135.272727 y=340.24827 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=135.272727 y=305.59827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=135.272727 y=270.94827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=135.272727 y=236.29827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=135.272727 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=135.272727 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=135.272727 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=135.272727 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=162.327272 y=374.89827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=162.327272 y=340.24827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=162.327272 y=305.59827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=162.327272 y=270.94827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=162.327272 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=162.327272 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=162.327272 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=162.327272 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=162.327272 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=189.381818 y=374.89827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=189.381818 y=340.24827 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=189.381818 y=305.59827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=189.381818 y=270.94827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=189.381818 y=236.29827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=189.381818 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=189.381818 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=189.381818 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=189.381818 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=216.436363 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=216.436363 y=340.24827 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=216.436363 y=305.59827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=216.436363 y=270.94827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=216.436363 y=236.29827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=216.436363 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=216.436363 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=216.436363 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=216.436363 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=243.490909 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=243.490909 y=340.24827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=243.490909 y=305.59827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=243.490909 y=270.94827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=243.490909 y=236.29827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=243.490909 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=243.490909 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=243.490909 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=243.490909 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=270.545454 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=270.545454 y=340.24827 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=270.545454 y=305.59827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=270.545454 y=270.94827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=270.545454 y=236.29827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=270.545454 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=270.545454 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=270.545454 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=270.545454 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=297.6 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=297.6 y=340.24827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=297.6 y=305.59827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=297.6 y=270.94827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=297.6 y=236.29827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=297.6 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=297.6 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=297.6 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=297.6 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=324.654545 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=324.654545 y=340.24827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=324.654545 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=324.654545 y=270.94827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=324.654545 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=324.654545 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=324.654545 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=324.654545 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=324.654545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=351.709091 y=374.89827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=351.709091 y=340.24827 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=351.709091 y=305.59827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=351.709091 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=351.709091 y=236.29827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=351.709091 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=351.709091 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=351.709091 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=351.709091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=378.763636 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=378.763636 y=340.24827 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=378.763636 y=305.59827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=378.763636 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=378.763636 y=236.29827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=378.763636 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=378.763636 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=378.763636 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=378.763636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=405.818181 y=374.89827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=405.818181 y=340.24827 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=405.818181 y=305.59827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=405.818181 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=405.818181 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=405.818181 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=405.818181 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=405.818181 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=405.818181 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=13.527272 y=357.57327 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=13.527272 y=322.92327 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=13.527272 y=288.27327 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=13.527272 y=253.62327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=13.527272 y=218.97327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=13.527272 y=184.32327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=13.527272 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=13.527272 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=40.581818 y=357.57327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=40.581818 y=322.92327 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=40.581818 y=288.27327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=40.581818 y=253.62327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=40.581818 y=218.97327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=40.581818 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=40.581818 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=40.581818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=67.636363 y=357.57327 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=67.636363 y=322.92327 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=67.636363 y=288.27327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=67.636363 y=253.62327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=67.636363 y=218.97327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=67.636363 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=67.636363 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=67.636363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=94.690909 y=357.57327 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=94.690909 y=322.92327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=94.690909 y=288.27327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=94.690909 y=253.62327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=94.690909 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=94.690909 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=94.690909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=94.690909 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=121.745454 y=357.57327 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=121.745454 y=322.92327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=121.745454 y=288.27327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=121.745454 y=253.62327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=121.745454 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=121.745454 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=121.745454 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=121.745454 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=148.8 y=357.57327 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=148.8 y=322.92327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=148.8 y=288.27327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=148.8 y=253.62327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=148.8 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=148.8 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=148.8 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=148.8 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=175.854545 y=357.57327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=175.854545 y=322.92327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=175.854545 y=288.27327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=175.854545 y=253.62327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=175.854545 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=175.854545 y=184.32327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=175.854545 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=175.854545 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=202.909091 y=357.57327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=202.909091 y=322.92327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=202.909091 y=288.27327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=202.909091 y=253.62327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=202.909091 y=218.97327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=202.909091 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=202.909091 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=202.909091 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=229.963636 y=357.57327 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=229.963636 y=322.92327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=229.963636 y=288.27327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=229.963636 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=229.963636 y=218.97327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=229.963636 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=229.963636 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=229.963636 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=257.018181 y=357.57327 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=257.018181 y=322.92327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=257.018181 y=288.27327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=257.018181 y=253.62327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=257.018181 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=257.018181 y=184.32327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=257.018181 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=257.018181 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=284.072727 y=357.57327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=284.072727 y=322.92327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=284.072727 y=288.27327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=284.072727 y=253.62327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=284.072727 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=284.072727 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=284.072727 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=284.072727 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=311.127272 y=357.57327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=311.127272 y=322.92327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=311.127272 y=288.27327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=311.127272 y=253.62327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=311.127272 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=311.127272 y=184.32327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=311.127272 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=311.127272 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=338.181818 y=357.57327 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=338.181818 y=322.92327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=338.181818 y=288.27327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=338.181818 y=253.62327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=338.181818 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=338.181818 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=338.181818 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=338.181818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=365.236363 y=357.57327 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=365.236363 y=322.92327 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=365.236363 y=288.27327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=365.236363 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=365.236363 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=365.236363 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=365.236363 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=365.236363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=392.290909 y=357.57327 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=392.290909 y=322.92327 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=392.290909 y=288.27327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=392.290909 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=392.290909 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=392.290909 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=392.290909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p997cfbcc3c)&gt;&lt;use xlink:href=#C0_0_b5efeca37a x=392.290909 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p997cfbcc3c&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_sunshine_percentage-interactions_sunshine_percentage_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:25.508629&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(167.090008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.450044 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(327.81008 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(408.170115 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(485.749682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.079141 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_811561658a d=&quot;M 105.818182 61733.155 \n",
+       "L 105.818182 61721.605 \n",
+       "L 92.290909 61715.83 \n",
+       "L 78.763637 61721.605 \n",
+       "L 78.763637 61733.155 \n",
+       "L 92.290909 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=-0 y=-61388.8 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=-0 y=-61423.45 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=-0 y=-61458.1 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=-0 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=-0 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=-0 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=-0 y=-61596.7 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=-0 y=-61631.35 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=-0 y=-61666 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=27.054545 y=-61388.8 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=27.054545 y=-61423.45 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=27.054545 y=-61458.1 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=27.054545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=27.054545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=27.054545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=27.054545 y=-61596.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=27.054545 y=-61631.35 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=27.054545 y=-61666 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=54.109091 y=-61388.8 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=54.109091 y=-61423.45 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=54.109091 y=-61458.1 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=54.109091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=54.109091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=54.109091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=54.109091 y=-61596.7 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=54.109091 y=-61631.35 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=54.109091 y=-61666 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=81.163636 y=-61388.8 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=81.163636 y=-61423.45 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=81.163636 y=-61458.1 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=81.163636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=81.163636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=81.163636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=81.163636 y=-61596.7 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=81.163636 y=-61631.35 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=81.163636 y=-61666 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=108.218181 y=-61388.8 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=108.218181 y=-61423.45 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=108.218181 y=-61458.1 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=108.218181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=108.218181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=108.218181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=108.218181 y=-61596.7 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=108.218181 y=-61631.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=108.218181 y=-61666 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=135.272727 y=-61388.8 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=135.272727 y=-61423.45 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=135.272727 y=-61458.1 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=135.272727 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=135.272727 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=135.272727 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=135.272727 y=-61596.7 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=135.272727 y=-61631.35 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=135.272727 y=-61666 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=162.327272 y=-61388.8 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=162.327272 y=-61423.45 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=162.327272 y=-61458.1 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=162.327272 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=162.327272 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=162.327272 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=162.327272 y=-61596.7 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=162.327272 y=-61631.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=162.327272 y=-61666 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=189.381818 y=-61388.8 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=189.381818 y=-61423.45 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=189.381818 y=-61458.1 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=189.381818 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=189.381818 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=189.381818 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=189.381818 y=-61596.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=189.381818 y=-61631.35 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=189.381818 y=-61666 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=216.436363 y=-61388.8 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=216.436363 y=-61423.45 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=216.436363 y=-61458.1 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=216.436363 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=216.436363 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=216.436363 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=216.436363 y=-61596.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=216.436363 y=-61631.35 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=216.436363 y=-61666 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=243.490909 y=-61388.8 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=243.490909 y=-61423.45 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=243.490909 y=-61458.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=243.490909 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=243.490909 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=243.490909 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=243.490909 y=-61596.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=243.490909 y=-61631.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=243.490909 y=-61666 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=270.545454 y=-61388.8 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=270.545454 y=-61423.45 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=270.545454 y=-61458.1 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=270.545454 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=270.545454 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=270.545454 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=270.545454 y=-61596.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=270.545454 y=-61631.35 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=270.545454 y=-61666 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=297.6 y=-61388.8 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=297.6 y=-61423.45 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=297.6 y=-61458.1 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=297.6 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=297.6 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=297.6 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=297.6 y=-61596.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=297.6 y=-61631.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=297.6 y=-61666 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=324.654545 y=-61388.8 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=324.654545 y=-61423.45 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=324.654545 y=-61458.1 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=324.654545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=324.654545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=324.654545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=324.654545 y=-61596.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=324.654545 y=-61631.35 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=324.654545 y=-61666 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=351.709091 y=-61388.8 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=351.709091 y=-61423.45 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=351.709091 y=-61458.1 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=351.709091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=351.709091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=351.709091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=351.709091 y=-61596.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=351.709091 y=-61631.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=351.709091 y=-61666 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=378.763636 y=-61388.8 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=378.763636 y=-61423.45 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=378.763636 y=-61458.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=378.763636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=378.763636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=378.763636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=378.763636 y=-61596.7 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=378.763636 y=-61631.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=378.763636 y=-61666 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=405.818181 y=-61388.8 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=405.818181 y=-61423.45 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=405.818181 y=-61458.1 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=405.818181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=405.818181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=405.818181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=405.818181 y=-61596.7 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=405.818181 y=-61631.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=405.818181 y=-61666 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=13.527272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=13.527272 y=-61440.775 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=13.527272 y=-61475.425 style=&quot;fill: #5f97c5; stroke: #5f97c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=13.527272 y=-61510.075 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=13.527272 y=-61544.725 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=13.527272 y=-61579.375 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=13.527272 y=-61614.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=13.527272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=40.581818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=40.581818 y=-61440.775 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=40.581818 y=-61475.425 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=40.581818 y=-61510.075 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=40.581818 y=-61544.725 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=40.581818 y=-61579.375 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=40.581818 y=-61614.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=40.581818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=67.636363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=67.636363 y=-61440.775 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=67.636363 y=-61475.425 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=67.636363 y=-61510.075 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=67.636363 y=-61544.725 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=67.636363 y=-61579.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=67.636363 y=-61614.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=67.636363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=94.690909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=94.690909 y=-61440.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=94.690909 y=-61475.425 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=94.690909 y=-61510.075 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=94.690909 y=-61544.725 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=94.690909 y=-61579.375 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=94.690909 y=-61614.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=94.690909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=121.745454 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=121.745454 y=-61440.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=121.745454 y=-61475.425 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=121.745454 y=-61510.075 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=121.745454 y=-61544.725 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=121.745454 y=-61579.375 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=121.745454 y=-61614.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=121.745454 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=148.8 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=148.8 y=-61440.775 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=148.8 y=-61475.425 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=148.8 y=-61510.075 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=148.8 y=-61544.725 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=148.8 y=-61579.375 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=148.8 y=-61614.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=148.8 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=175.854545 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=175.854545 y=-61440.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=175.854545 y=-61475.425 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=175.854545 y=-61510.075 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=175.854545 y=-61544.725 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=175.854545 y=-61579.375 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=175.854545 y=-61614.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=175.854545 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=202.909091 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=202.909091 y=-61440.775 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=202.909091 y=-61475.425 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=202.909091 y=-61510.075 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=202.909091 y=-61544.725 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=202.909091 y=-61579.375 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=202.909091 y=-61614.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=202.909091 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=229.963636 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=229.963636 y=-61440.775 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=229.963636 y=-61475.425 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=229.963636 y=-61510.075 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=229.963636 y=-61544.725 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=229.963636 y=-61579.375 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=229.963636 y=-61614.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=229.963636 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=257.018181 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=257.018181 y=-61440.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=257.018181 y=-61475.425 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=257.018181 y=-61510.075 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=257.018181 y=-61544.725 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=257.018181 y=-61579.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=257.018181 y=-61614.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=257.018181 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=284.072727 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=284.072727 y=-61440.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=284.072727 y=-61475.425 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=284.072727 y=-61510.075 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=284.072727 y=-61544.725 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=284.072727 y=-61579.375 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=284.072727 y=-61614.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=284.072727 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=311.127272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=311.127272 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=311.127272 y=-61475.425 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=311.127272 y=-61510.075 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=311.127272 y=-61544.725 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=311.127272 y=-61579.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=311.127272 y=-61614.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=311.127272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=338.181818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=338.181818 y=-61440.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=338.181818 y=-61475.425 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=338.181818 y=-61510.075 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=338.181818 y=-61544.725 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=338.181818 y=-61579.375 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=338.181818 y=-61614.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=338.181818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=365.236363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=365.236363 y=-61440.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=365.236363 y=-61475.425 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=365.236363 y=-61510.075 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=365.236363 y=-61544.725 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=365.236363 y=-61579.375 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=365.236363 y=-61614.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=365.236363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=392.290909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=392.290909 y=-61440.775 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=392.290909 y=-61475.425 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=392.290909 y=-61510.075 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=392.290909 y=-61544.725 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=392.290909 y=-61579.375 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=392.290909 y=-61614.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1913602b6b)&gt;&lt;use xlink:href=#C0_0_811561658a x=392.290909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1913602b6b&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_snow_5days&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_snow_5days-interactions_snow_5days_day_in_month aria-controls=interactions_snow_5days-interactions_snow_5days_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_passengers aria-controls=interactions_snow_5days-interactions_snow_5days_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_temperature_midday aria-controls=interactions_snow_5days-interactions_snow_5days_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_sunshine_percentage aria-controls=interactions_snow_5days-interactions_snow_5days_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_snow_5days aria-controls=interactions_snow_5days-interactions_snow_5days_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_temperature_deviation aria-controls=interactions_snow_5days-interactions_snow_5days_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_temperature_max aria-controls=interactions_snow_5days-interactions_snow_5days_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_temperature_min aria-controls=interactions_snow_5days-interactions_snow_5days_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_temperature_evening aria-controls=interactions_snow_5days-interactions_snow_5days_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_precipiation_5days aria-controls=interactions_snow_5days-interactions_snow_5days_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_precipiation aria-controls=interactions_snow_5days-interactions_snow_5days_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_wind aria-controls=interactions_snow_5days-interactions_snow_5days_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_snow_5days-interactions_snow_5days_year aria-controls=interactions_snow_5days-interactions_snow_5days_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_snow_5days-interactions_snow_5days_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:37.244366&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_2794ad4f75 d=&quot;M 105.818182 -42.405 \n",
+       "L 105.818182 -53.955 \n",
+       "L 92.290909 -59.73 \n",
+       "L 78.763637 -53.955 \n",
+       "L 78.763637 -42.405 \n",
+       "L 92.290909 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=-0 y=386.76 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=-0 y=352.11 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=-0 y=317.46 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=-0 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=-0 y=248.16 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=-0 y=213.51 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=-0 y=178.86 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=-0 y=144.21 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=-0 y=109.56 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=27.054545 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=27.054545 y=352.11 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=27.054545 y=317.46 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=27.054545 y=282.81 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=27.054545 y=248.16 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=27.054545 y=213.51 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=27.054545 y=178.86 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=27.054545 y=144.21 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=27.054545 y=109.56 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=54.109091 y=386.76 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=54.109091 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=54.109091 y=317.46 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=54.109091 y=282.81 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=54.109091 y=248.16 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=54.109091 y=213.51 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=54.109091 y=178.86 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=54.109091 y=144.21 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=54.109091 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=81.163636 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=81.163636 y=352.11 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=81.163636 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=81.163636 y=282.81 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=81.163636 y=248.16 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=81.163636 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=81.163636 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=81.163636 y=144.21 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=81.163636 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=108.218181 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=108.218181 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=108.218181 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=108.218181 y=282.81 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=108.218181 y=248.16 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=108.218181 y=213.51 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=108.218181 y=178.86 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=108.218181 y=144.21 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=108.218181 y=109.56 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=135.272727 y=386.76 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=135.272727 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=135.272727 y=317.46 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=135.272727 y=282.81 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=135.272727 y=248.16 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=135.272727 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=135.272727 y=178.86 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=135.272727 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=135.272727 y=109.56 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=162.327272 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=162.327272 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=162.327272 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=162.327272 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=162.327272 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=162.327272 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=162.327272 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=162.327272 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=162.327272 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=189.381818 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=189.381818 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=189.381818 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=189.381818 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=189.381818 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=189.381818 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=189.381818 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=189.381818 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=189.381818 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=216.436363 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=216.436363 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=216.436363 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=216.436363 y=282.81 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=216.436363 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=216.436363 y=213.51 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=216.436363 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=216.436363 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=216.436363 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=243.490909 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=243.490909 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=243.490909 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=243.490909 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=243.490909 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=243.490909 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=243.490909 y=178.86 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=243.490909 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=243.490909 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=270.545454 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=270.545454 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=270.545454 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=270.545454 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=270.545454 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=270.545454 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=270.545454 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=270.545454 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=270.545454 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=297.6 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=297.6 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=297.6 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=297.6 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=297.6 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=297.6 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=297.6 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=297.6 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=297.6 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=324.654545 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=324.654545 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=324.654545 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=324.654545 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=324.654545 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=324.654545 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=324.654545 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=324.654545 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=324.654545 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=351.709091 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=351.709091 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=351.709091 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=351.709091 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=351.709091 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=351.709091 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=351.709091 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=351.709091 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=351.709091 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=378.763636 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=378.763636 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=378.763636 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=378.763636 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=378.763636 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=378.763636 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=378.763636 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=378.763636 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=378.763636 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=405.818181 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=405.818181 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=405.818181 y=317.46 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=405.818181 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=405.818181 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=405.818181 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=405.818181 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=405.818181 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=405.818181 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=13.527272 y=369.435 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=13.527272 y=334.785 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=13.527272 y=300.135 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=13.527272 y=265.485 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=13.527272 y=230.835 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=13.527272 y=196.185 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=13.527272 y=161.535 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=13.527272 y=126.885 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=40.581818 y=369.435 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=40.581818 y=334.785 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=40.581818 y=300.135 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=40.581818 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=40.581818 y=230.835 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=40.581818 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=40.581818 y=161.535 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=40.581818 y=126.885 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=67.636363 y=369.435 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=67.636363 y=334.785 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=67.636363 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=67.636363 y=265.485 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=67.636363 y=230.835 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=67.636363 y=196.185 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=67.636363 y=161.535 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=67.636363 y=126.885 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=94.690909 y=369.435 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=94.690909 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=94.690909 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=94.690909 y=265.485 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=94.690909 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=94.690909 y=196.185 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=94.690909 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=94.690909 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=121.745454 y=369.435 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=121.745454 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=121.745454 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=121.745454 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=121.745454 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=121.745454 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=121.745454 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=121.745454 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=148.8 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=148.8 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=148.8 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=148.8 y=265.485 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=148.8 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=148.8 y=196.185 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=148.8 y=161.535 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=148.8 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=175.854545 y=369.435 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=175.854545 y=334.785 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=175.854545 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=175.854545 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=175.854545 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=175.854545 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=175.854545 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=175.854545 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=202.909091 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=202.909091 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=202.909091 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=202.909091 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=202.909091 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=202.909091 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=202.909091 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=202.909091 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=229.963636 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=229.963636 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=229.963636 y=300.135 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=229.963636 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=229.963636 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=229.963636 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=229.963636 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=229.963636 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=257.018181 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=257.018181 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=257.018181 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=257.018181 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=257.018181 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=257.018181 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=257.018181 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=257.018181 y=126.885 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=284.072727 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=284.072727 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=284.072727 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=284.072727 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=284.072727 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=284.072727 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=284.072727 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=284.072727 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=311.127272 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=311.127272 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=311.127272 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=311.127272 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=311.127272 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=311.127272 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=311.127272 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=311.127272 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=338.181818 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=338.181818 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=338.181818 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=338.181818 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=338.181818 y=230.835 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=338.181818 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=338.181818 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=338.181818 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=365.236363 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=365.236363 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=365.236363 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=365.236363 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=365.236363 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=365.236363 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=365.236363 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=365.236363 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=392.290909 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=392.290909 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=392.290909 y=300.135 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=392.290909 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=392.290909 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=392.290909 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=392.290909 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9cda244a64)&gt;&lt;use xlink:href=#C0_0_2794ad4f75 x=392.290909 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p9cda244a64&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:17.731999&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_5d9602b877 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=-0 y=396 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=-0 y=361.35 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=-0 y=326.7 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=-0 y=292.05 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=-0 y=257.4 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=-0 y=222.75 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=-0 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=-0 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=27.054545 y=396 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=27.054545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=54.109091 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=54.109091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=81.163636 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=81.163636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=108.218181 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=108.218181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=135.272727 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=162.327272 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=189.381818 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=216.436363 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=243.490909 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=13.527272 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=13.527272 y=344.025 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=13.527272 y=309.375 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=13.527272 y=274.725 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=13.527272 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=13.527272 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=13.527272 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=40.581818 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=40.581818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=67.636363 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=67.636363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=94.690909 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=94.690909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=121.745454 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=121.745454 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=148.8 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=175.854545 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=202.909091 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=229.963636 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=257.018181 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=284.072727 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=338.181818 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=392.290909 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p328d64b5d7)&gt;&lt;use xlink:href=#C0_0_5d9602b877 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p328d64b5d7&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:22.842738&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_2dfda69d04 d=&quot;M 105.818182 -122.365729 \n",
+       "L 105.818182 -133.915729 \n",
+       "L 92.290909 -139.690729 \n",
+       "L 78.763637 -133.915729 \n",
+       "L 78.763637 -122.365729 \n",
+       "L 92.290909 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=-0 y=466.720729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=-0 y=432.070729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=-0 y=397.420729 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=-0 y=362.770729 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=-0 y=328.120729 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=-0 y=293.470729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=-0 y=258.820729 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=-0 y=224.170729 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=-0 y=189.520729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=27.054545 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=27.054545 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=27.054545 y=397.420729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=27.054545 y=362.770729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=27.054545 y=328.120729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=27.054545 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=27.054545 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=27.054545 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=27.054545 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=54.109091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=54.109091 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=54.109091 y=397.420729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=54.109091 y=362.770729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=54.109091 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=54.109091 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=54.109091 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=54.109091 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=54.109091 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=81.163636 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=81.163636 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=81.163636 y=397.420729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=81.163636 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=81.163636 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=81.163636 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=81.163636 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=81.163636 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=81.163636 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=108.218181 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=108.218181 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=108.218181 y=397.420729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=108.218181 y=362.770729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=108.218181 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=108.218181 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=108.218181 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=108.218181 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=108.218181 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=135.272727 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=135.272727 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=135.272727 y=397.420729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=135.272727 y=362.770729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=135.272727 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=135.272727 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=135.272727 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=135.272727 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=135.272727 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=162.327272 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=162.327272 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=162.327272 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=162.327272 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=162.327272 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=162.327272 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=162.327272 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=162.327272 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=162.327272 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=189.381818 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=189.381818 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=189.381818 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=189.381818 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=189.381818 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=189.381818 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=189.381818 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=189.381818 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=189.381818 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=216.436363 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=216.436363 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=216.436363 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=216.436363 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=216.436363 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=216.436363 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=216.436363 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=216.436363 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=216.436363 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=243.490909 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=243.490909 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=243.490909 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=243.490909 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=243.490909 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=243.490909 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=243.490909 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=243.490909 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=243.490909 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=270.545454 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=270.545454 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=270.545454 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=270.545454 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=270.545454 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=270.545454 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=270.545454 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=270.545454 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=270.545454 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=297.6 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=297.6 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=297.6 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=297.6 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=297.6 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=297.6 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=297.6 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=297.6 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=297.6 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=324.654545 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=324.654545 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=324.654545 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=324.654545 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=324.654545 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=324.654545 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=324.654545 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=324.654545 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=324.654545 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=351.709091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=351.709091 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=351.709091 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=351.709091 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=351.709091 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=351.709091 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=351.709091 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=351.709091 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=351.709091 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=378.763636 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=378.763636 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=378.763636 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=378.763636 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=378.763636 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=378.763636 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=378.763636 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=378.763636 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=378.763636 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=405.818181 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=405.818181 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=405.818181 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=405.818181 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=405.818181 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=405.818181 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=405.818181 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=405.818181 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=405.818181 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=13.527272 y=449.395729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=13.527272 y=414.745729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=13.527272 y=380.095729 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=13.527272 y=345.445729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=13.527272 y=310.795729 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=13.527272 y=276.145729 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=13.527272 y=241.495729 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=13.527272 y=206.845729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=40.581818 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=40.581818 y=414.745729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=40.581818 y=380.095729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=40.581818 y=345.445729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=40.581818 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=40.581818 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=40.581818 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=40.581818 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=67.636363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=67.636363 y=414.745729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=67.636363 y=380.095729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=67.636363 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=67.636363 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=67.636363 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=67.636363 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=67.636363 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=94.690909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=94.690909 y=414.745729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=94.690909 y=380.095729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=94.690909 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=94.690909 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=94.690909 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=94.690909 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=94.690909 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=121.745454 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=121.745454 y=414.745729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=121.745454 y=380.095729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=121.745454 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=121.745454 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=121.745454 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=121.745454 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=121.745454 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=148.8 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=148.8 y=414.745729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=148.8 y=380.095729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=148.8 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=148.8 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=148.8 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=148.8 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=148.8 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=175.854545 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=175.854545 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=175.854545 y=380.095729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=175.854545 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=175.854545 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=175.854545 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=175.854545 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=175.854545 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=202.909091 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=202.909091 y=414.745729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=202.909091 y=380.095729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=202.909091 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=202.909091 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=202.909091 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=202.909091 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=202.909091 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=229.963636 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=229.963636 y=414.745729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=229.963636 y=380.095729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=229.963636 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=229.963636 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=229.963636 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=229.963636 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=229.963636 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=257.018181 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=257.018181 y=414.745729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=257.018181 y=380.095729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=257.018181 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=257.018181 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=257.018181 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=257.018181 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=257.018181 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=284.072727 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=284.072727 y=414.745729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=284.072727 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=284.072727 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=284.072727 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=284.072727 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=284.072727 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=284.072727 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=311.127272 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=311.127272 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=311.127272 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=311.127272 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=311.127272 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=311.127272 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=311.127272 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=311.127272 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=338.181818 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=338.181818 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=338.181818 y=380.095729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=338.181818 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=338.181818 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=338.181818 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=338.181818 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=338.181818 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=365.236363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=365.236363 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=365.236363 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=365.236363 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=365.236363 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=365.236363 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=365.236363 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=365.236363 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=392.290909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=392.290909 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=392.290909 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=392.290909 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=392.290909 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=392.290909 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=392.290909 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pee57869f22)&gt;&lt;use xlink:href=#C0_0_2dfda69d04 x=392.290909 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pee57869f22&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:27.824109&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_ab6a5ec2f8 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=-0 y=361.35 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=-0 y=326.7 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=-0 y=292.05 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=-0 y=257.4 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=-0 y=222.75 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=-0 y=188.1 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=-0 y=153.45 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=-0 y=118.8 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=27.054545 y=396 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=27.054545 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=27.054545 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=54.109091 y=396 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=54.109091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=54.109091 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=54.109091 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=81.163636 y=396 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=81.163636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=108.218181 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=108.218181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=135.272727 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=162.327272 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=189.381818 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=216.436363 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=243.490909 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=270.545454 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=324.654545 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=405.818181 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=13.527272 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=13.527272 y=344.025 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=13.527272 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=13.527272 y=274.725 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=13.527272 y=240.075 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=13.527272 y=205.425 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=13.527272 y=170.775 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=13.527272 y=136.125 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=40.581818 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=40.581818 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=67.636363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=67.636363 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=67.636363 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=94.690909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=121.745454 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=148.8 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p849b7ac1e0)&gt;&lt;use xlink:href=#C0_0_ab6a5ec2f8 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p849b7ac1e0&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:33.387874&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_89eda09aa7 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=-0 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=-0 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=-0 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=27.054545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=27.054545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=54.109091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=54.109091 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=81.163636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=81.163636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=108.218181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=108.218181 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=135.272727 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=162.327272 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=189.381818 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=13.527272 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=13.527272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=13.527272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=13.527272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=13.527272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=40.581818 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=40.581818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=67.636363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=67.636363 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=94.690909 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=121.745454 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=148.8 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd694a82a2)&gt;&lt;use xlink:href=#C0_0_89eda09aa7 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pfd694a82a2&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:40.282718&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_c117fef6c4 d=&quot;M 105.818182 -176.697632 \n",
+       "L 105.818182 -188.247632 \n",
+       "L 92.290909 -194.022632 \n",
+       "L 78.763637 -188.247632 \n",
+       "L 78.763637 -176.697632 \n",
+       "L 92.290909 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=-0 y=521.052632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=-0 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=-0 y=451.752632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=-0 y=417.102632 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=-0 y=382.452632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=-0 y=347.802632 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=-0 y=313.152632 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=-0 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=-0 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=27.054545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=27.054545 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=27.054545 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=27.054545 y=417.102632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=27.054545 y=382.452632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=27.054545 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=27.054545 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=27.054545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=27.054545 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=54.109091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=54.109091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=54.109091 y=451.752632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=54.109091 y=417.102632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=54.109091 y=382.452632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=54.109091 y=347.802632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=54.109091 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=54.109091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=54.109091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=81.163636 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=81.163636 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=81.163636 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=81.163636 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=81.163636 y=382.452632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=81.163636 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=81.163636 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=81.163636 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=81.163636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=108.218181 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=108.218181 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=108.218181 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=108.218181 y=417.102632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=108.218181 y=382.452632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=108.218181 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=108.218181 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=108.218181 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=108.218181 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=135.272727 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=135.272727 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=135.272727 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=135.272727 y=417.102632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=135.272727 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=135.272727 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=135.272727 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=135.272727 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=135.272727 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=162.327272 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=162.327272 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=162.327272 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=162.327272 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=162.327272 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=162.327272 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=162.327272 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=162.327272 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=162.327272 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=189.381818 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=189.381818 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=189.381818 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=189.381818 y=417.102632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=189.381818 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=189.381818 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=189.381818 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=189.381818 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=189.381818 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=216.436363 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=216.436363 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=216.436363 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=216.436363 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=216.436363 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=216.436363 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=216.436363 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=216.436363 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=216.436363 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=243.490909 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=243.490909 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=243.490909 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=243.490909 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=243.490909 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=243.490909 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=243.490909 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=243.490909 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=243.490909 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=270.545454 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=270.545454 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=270.545454 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=270.545454 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=270.545454 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=270.545454 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=270.545454 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=270.545454 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=270.545454 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=297.6 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=297.6 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=297.6 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=297.6 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=297.6 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=297.6 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=297.6 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=297.6 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=297.6 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=324.654545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=324.654545 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=324.654545 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=324.654545 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=324.654545 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=324.654545 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=324.654545 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=324.654545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=324.654545 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=351.709091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=351.709091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=351.709091 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=351.709091 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=351.709091 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=351.709091 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=351.709091 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=351.709091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=351.709091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=378.763636 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=378.763636 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=378.763636 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=378.763636 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=378.763636 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=378.763636 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=378.763636 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=378.763636 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=378.763636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=405.818181 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=405.818181 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=405.818181 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=405.818181 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=405.818181 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=405.818181 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=405.818181 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=405.818181 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=405.818181 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=13.527272 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=13.527272 y=469.077632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=13.527272 y=434.427632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=13.527272 y=399.777632 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=13.527272 y=365.127632 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=13.527272 y=330.477632 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=13.527272 y=295.827632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=13.527272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=40.581818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=40.581818 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=40.581818 y=434.427632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=40.581818 y=399.777632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=40.581818 y=365.127632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=40.581818 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=40.581818 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=40.581818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=67.636363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=67.636363 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=67.636363 y=434.427632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=67.636363 y=399.777632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=67.636363 y=365.127632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=67.636363 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=67.636363 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=67.636363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=94.690909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=94.690909 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=94.690909 y=434.427632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=94.690909 y=399.777632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=94.690909 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=94.690909 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=94.690909 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=94.690909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=121.745454 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=121.745454 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=121.745454 y=434.427632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=121.745454 y=399.777632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=121.745454 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=121.745454 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=121.745454 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=121.745454 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=148.8 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=148.8 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=148.8 y=434.427632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=148.8 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=148.8 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=148.8 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=148.8 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=148.8 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=175.854545 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=175.854545 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=175.854545 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=175.854545 y=399.777632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=175.854545 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=175.854545 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=175.854545 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=175.854545 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=202.909091 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=202.909091 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=202.909091 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=202.909091 y=399.777632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=202.909091 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=202.909091 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=202.909091 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=202.909091 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=229.963636 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=229.963636 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=229.963636 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=229.963636 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=229.963636 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=229.963636 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=229.963636 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=229.963636 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=257.018181 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=257.018181 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=257.018181 y=434.427632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=257.018181 y=399.777632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=257.018181 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=257.018181 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=257.018181 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=257.018181 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=284.072727 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=284.072727 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=284.072727 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=284.072727 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=284.072727 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=284.072727 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=284.072727 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=284.072727 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=311.127272 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=311.127272 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=311.127272 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=311.127272 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=311.127272 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=311.127272 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=311.127272 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=311.127272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=338.181818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=338.181818 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=338.181818 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=338.181818 y=399.777632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=338.181818 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=338.181818 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=338.181818 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=338.181818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=365.236363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=365.236363 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=365.236363 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=365.236363 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=365.236363 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=365.236363 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=365.236363 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=365.236363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=392.290909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=392.290909 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=392.290909 y=434.427632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=392.290909 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=392.290909 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=392.290909 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=392.290909 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb1520c250c)&gt;&lt;use xlink:href=#C0_0_c117fef6c4 x=392.290909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pb1520c250c&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:47.445155&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_2ac3e3c924 d=&quot;M 105.818182 -109.969887 \n",
+       "L 105.818182 -121.519887 \n",
+       "L 92.290909 -127.294887 \n",
+       "L 78.763637 -121.519887 \n",
+       "L 78.763637 -109.969887 \n",
+       "L 92.290909 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=-0 y=454.324887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=-0 y=419.674887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=-0 y=385.024887 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=-0 y=350.374887 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=-0 y=315.724887 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=-0 y=281.074887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=-0 y=246.424887 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=-0 y=211.774887 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=-0 y=177.124887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=27.054545 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=27.054545 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=27.054545 y=385.024887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=27.054545 y=350.374887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=27.054545 y=315.724887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=27.054545 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=27.054545 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=27.054545 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=27.054545 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=54.109091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=54.109091 y=419.674887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=54.109091 y=385.024887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=54.109091 y=350.374887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=54.109091 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=54.109091 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=54.109091 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=54.109091 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=54.109091 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=81.163636 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=81.163636 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=81.163636 y=385.024887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=81.163636 y=350.374887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=81.163636 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=81.163636 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=81.163636 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=81.163636 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=81.163636 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=108.218181 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=108.218181 y=419.674887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=108.218181 y=385.024887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=108.218181 y=350.374887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=108.218181 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=108.218181 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=108.218181 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=108.218181 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=108.218181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=135.272727 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=135.272727 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=135.272727 y=385.024887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=135.272727 y=350.374887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=135.272727 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=135.272727 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=135.272727 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=135.272727 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=135.272727 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=162.327272 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=162.327272 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=162.327272 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=162.327272 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=162.327272 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=162.327272 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=162.327272 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=162.327272 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=162.327272 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=189.381818 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=189.381818 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=189.381818 y=385.024887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=189.381818 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=189.381818 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=189.381818 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=189.381818 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=189.381818 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=189.381818 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=216.436363 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=216.436363 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=216.436363 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=216.436363 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=216.436363 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=216.436363 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=216.436363 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=216.436363 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=216.436363 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=243.490909 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=243.490909 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=243.490909 y=385.024887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=243.490909 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=243.490909 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=243.490909 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=243.490909 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=243.490909 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=243.490909 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=270.545454 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=270.545454 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=270.545454 y=385.024887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=270.545454 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=270.545454 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=270.545454 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=270.545454 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=270.545454 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=270.545454 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=297.6 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=297.6 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=297.6 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=297.6 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=297.6 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=297.6 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=297.6 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=297.6 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=297.6 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=324.654545 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=324.654545 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=324.654545 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=324.654545 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=324.654545 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=324.654545 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=324.654545 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=324.654545 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=324.654545 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=351.709091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=351.709091 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=351.709091 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=351.709091 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=351.709091 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=351.709091 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=351.709091 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=351.709091 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=351.709091 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=378.763636 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=378.763636 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=378.763636 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=378.763636 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=378.763636 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=378.763636 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=378.763636 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=378.763636 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=378.763636 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=405.818181 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=405.818181 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=405.818181 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=405.818181 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=405.818181 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=405.818181 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=405.818181 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=405.818181 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=405.818181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=13.527272 y=436.999887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=13.527272 y=402.349887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=13.527272 y=367.699887 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=13.527272 y=333.049887 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=13.527272 y=298.399887 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=13.527272 y=263.749887 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=13.527272 y=229.099887 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=13.527272 y=194.449887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=40.581818 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=40.581818 y=402.349887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=40.581818 y=367.699887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=40.581818 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=40.581818 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=40.581818 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=40.581818 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=40.581818 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=67.636363 y=436.999887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=67.636363 y=402.349887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=67.636363 y=367.699887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=67.636363 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=67.636363 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=67.636363 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=67.636363 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=67.636363 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=94.690909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=94.690909 y=402.349887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=94.690909 y=367.699887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=94.690909 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=94.690909 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=94.690909 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=94.690909 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=94.690909 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=121.745454 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=121.745454 y=402.349887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=121.745454 y=367.699887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=121.745454 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=121.745454 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=121.745454 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=121.745454 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=121.745454 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=148.8 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=148.8 y=402.349887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=148.8 y=367.699887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=148.8 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=148.8 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=148.8 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=148.8 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=148.8 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=175.854545 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=175.854545 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=175.854545 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=175.854545 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=175.854545 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=175.854545 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=175.854545 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=175.854545 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=202.909091 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=202.909091 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=202.909091 y=367.699887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=202.909091 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=202.909091 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=202.909091 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=202.909091 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=202.909091 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=229.963636 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=229.963636 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=229.963636 y=367.699887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=229.963636 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=229.963636 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=229.963636 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=229.963636 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=229.963636 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=257.018181 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=257.018181 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=257.018181 y=367.699887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=257.018181 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=257.018181 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=257.018181 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=257.018181 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=257.018181 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=284.072727 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=284.072727 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=284.072727 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=284.072727 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=284.072727 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=284.072727 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=284.072727 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=284.072727 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=311.127272 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=311.127272 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=311.127272 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=311.127272 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=311.127272 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=311.127272 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=311.127272 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=311.127272 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=338.181818 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=338.181818 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=338.181818 y=367.699887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=338.181818 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=338.181818 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=338.181818 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=338.181818 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=338.181818 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=365.236363 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=365.236363 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=365.236363 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=365.236363 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=365.236363 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=365.236363 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=365.236363 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=365.236363 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=392.290909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=392.290909 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=392.290909 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=392.290909 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=392.290909 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=392.290909 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=392.290909 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p916a324533)&gt;&lt;use xlink:href=#C0_0_2ac3e3c924 x=392.290909 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p916a324533&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:54.113350&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_6ee2688219 d=&quot;M 105.818182 -170.339681 \n",
+       "L 105.818182 -181.889681 \n",
+       "L 92.290909 -187.664681 \n",
+       "L 78.763637 -181.889681 \n",
+       "L 78.763637 -170.339681 \n",
+       "L 92.290909 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=-0 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=-0 y=480.044681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=-0 y=445.394681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=-0 y=410.744681 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=-0 y=376.094681 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=-0 y=341.444681 style=&quot;fill: #4084bb; stroke: #4084bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=-0 y=306.794681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=-0 y=272.144681 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=-0 y=237.494681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=27.054545 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=27.054545 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=27.054545 y=445.394681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=27.054545 y=410.744681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=27.054545 y=376.094681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=27.054545 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=27.054545 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=27.054545 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=27.054545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=54.109091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=54.109091 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=54.109091 y=445.394681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=54.109091 y=410.744681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=54.109091 y=376.094681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=54.109091 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=54.109091 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=54.109091 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=54.109091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=81.163636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=81.163636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=81.163636 y=445.394681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=81.163636 y=410.744681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=81.163636 y=376.094681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=81.163636 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=81.163636 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=81.163636 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=81.163636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=108.218181 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=108.218181 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=108.218181 y=445.394681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=108.218181 y=410.744681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=108.218181 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=108.218181 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=108.218181 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=108.218181 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=108.218181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=135.272727 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=135.272727 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=135.272727 y=445.394681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=135.272727 y=410.744681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=135.272727 y=376.094681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=135.272727 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=135.272727 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=135.272727 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=135.272727 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=162.327272 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=162.327272 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=162.327272 y=445.394681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=162.327272 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=162.327272 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=162.327272 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=162.327272 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=162.327272 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=162.327272 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=189.381818 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=189.381818 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=189.381818 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=189.381818 y=410.744681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=189.381818 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=189.381818 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=189.381818 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=189.381818 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=189.381818 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=216.436363 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=216.436363 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=216.436363 y=445.394681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=216.436363 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=216.436363 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=216.436363 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=216.436363 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=216.436363 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=216.436363 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=243.490909 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=243.490909 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=243.490909 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=243.490909 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=243.490909 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=243.490909 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=243.490909 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=243.490909 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=243.490909 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=270.545454 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=270.545454 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=270.545454 y=445.394681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=270.545454 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=270.545454 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=270.545454 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=270.545454 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=270.545454 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=270.545454 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=297.6 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=297.6 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=297.6 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=297.6 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=297.6 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=297.6 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=297.6 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=297.6 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=297.6 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=324.654545 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=324.654545 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=324.654545 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=324.654545 y=410.744681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=324.654545 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=324.654545 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=324.654545 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=324.654545 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=324.654545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=351.709091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=351.709091 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=351.709091 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=351.709091 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=351.709091 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=351.709091 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=351.709091 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=351.709091 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=351.709091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=378.763636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=378.763636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=378.763636 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=378.763636 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=378.763636 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=378.763636 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=378.763636 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=378.763636 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=378.763636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=405.818181 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=405.818181 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=405.818181 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=405.818181 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=405.818181 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=405.818181 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=405.818181 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=405.818181 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=405.818181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=13.527272 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=13.527272 y=462.719681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=13.527272 y=428.069681 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=13.527272 y=393.419681 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=13.527272 y=358.769681 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=13.527272 y=324.119681 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=13.527272 y=289.469681 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=13.527272 y=254.819681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=40.581818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=40.581818 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=40.581818 y=428.069681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=40.581818 y=393.419681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=40.581818 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=40.581818 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=40.581818 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=40.581818 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=67.636363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=67.636363 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=67.636363 y=428.069681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=67.636363 y=393.419681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=67.636363 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=67.636363 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=67.636363 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=67.636363 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=94.690909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=94.690909 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=94.690909 y=428.069681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=94.690909 y=393.419681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=94.690909 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=94.690909 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=94.690909 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=94.690909 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=121.745454 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=121.745454 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=121.745454 y=428.069681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=121.745454 y=393.419681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=121.745454 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=121.745454 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=121.745454 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=121.745454 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=148.8 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=148.8 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=148.8 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=148.8 y=393.419681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=148.8 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=148.8 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=148.8 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=148.8 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=175.854545 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=175.854545 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=175.854545 y=428.069681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=175.854545 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=175.854545 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=175.854545 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=175.854545 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=175.854545 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=202.909091 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=202.909091 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=202.909091 y=428.069681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=202.909091 y=393.419681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=202.909091 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=202.909091 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=202.909091 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=202.909091 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=229.963636 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=229.963636 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=229.963636 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=229.963636 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=229.963636 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=229.963636 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=229.963636 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=229.963636 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=257.018181 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=257.018181 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=257.018181 y=428.069681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=257.018181 y=393.419681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=257.018181 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=257.018181 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=257.018181 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=257.018181 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=284.072727 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=284.072727 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=284.072727 y=428.069681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=284.072727 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=284.072727 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=284.072727 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=284.072727 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=284.072727 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=311.127272 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=311.127272 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=311.127272 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=311.127272 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=311.127272 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=311.127272 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=311.127272 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=311.127272 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=338.181818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=338.181818 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=338.181818 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=338.181818 y=393.419681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=338.181818 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=338.181818 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=338.181818 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=338.181818 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=365.236363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=365.236363 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=365.236363 y=428.069681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=365.236363 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=365.236363 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=365.236363 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=365.236363 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=365.236363 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=392.290909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=392.290909 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=392.290909 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=392.290909 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=392.290909 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=392.290909 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=392.290909 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb966d6b91a)&gt;&lt;use xlink:href=#C0_0_6ee2688219 x=392.290909 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pb966d6b91a&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:59.862624&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_7302b8943c d=&quot;M 105.818182 -119.986935 \n",
+       "L 105.818182 -131.536935 \n",
+       "L 92.290909 -137.311935 \n",
+       "L 78.763637 -131.536935 \n",
+       "L 78.763637 -119.986935 \n",
+       "L 92.290909 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=-0 y=464.341935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=-0 y=429.691935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=-0 y=395.041935 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=-0 y=360.391935 style=&quot;fill: #4d8bbf; stroke: #4d8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=-0 y=325.741935 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=-0 y=291.091935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=-0 y=256.441935 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=-0 y=221.791935 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=-0 y=187.141935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=27.054545 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=27.054545 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=27.054545 y=395.041935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=27.054545 y=360.391935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=27.054545 y=325.741935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=27.054545 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=27.054545 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=27.054545 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=27.054545 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=54.109091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=54.109091 y=429.691935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=54.109091 y=395.041935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=54.109091 y=360.391935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=54.109091 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=54.109091 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=54.109091 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=54.109091 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=54.109091 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=81.163636 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=81.163636 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=81.163636 y=395.041935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=81.163636 y=360.391935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=81.163636 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=81.163636 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=81.163636 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=81.163636 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=81.163636 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=108.218181 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=108.218181 y=429.691935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=108.218181 y=395.041935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=108.218181 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=108.218181 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=108.218181 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=108.218181 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=108.218181 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=108.218181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=135.272727 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=135.272727 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=135.272727 y=395.041935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=135.272727 y=360.391935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=135.272727 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=135.272727 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=135.272727 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=135.272727 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=135.272727 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=162.327272 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=162.327272 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=162.327272 y=395.041935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=162.327272 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=162.327272 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=162.327272 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=162.327272 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=162.327272 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=162.327272 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=189.381818 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=189.381818 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=189.381818 y=395.041935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=189.381818 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=189.381818 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=189.381818 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=189.381818 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=189.381818 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=189.381818 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=216.436363 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=216.436363 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=216.436363 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=216.436363 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=216.436363 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=216.436363 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=216.436363 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=216.436363 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=216.436363 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=243.490909 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=243.490909 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=243.490909 y=395.041935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=243.490909 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=243.490909 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=243.490909 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=243.490909 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=243.490909 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=243.490909 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=270.545454 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=270.545454 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=270.545454 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=270.545454 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=270.545454 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=270.545454 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=270.545454 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=270.545454 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=270.545454 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=297.6 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=297.6 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=297.6 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=297.6 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=297.6 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=297.6 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=297.6 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=297.6 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=297.6 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=324.654545 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=324.654545 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=324.654545 y=395.041935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=324.654545 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=324.654545 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=324.654545 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=324.654545 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=324.654545 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=324.654545 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=351.709091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=351.709091 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=351.709091 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=351.709091 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=351.709091 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=351.709091 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=351.709091 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=351.709091 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=351.709091 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=378.763636 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=378.763636 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=378.763636 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=378.763636 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=378.763636 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=378.763636 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=378.763636 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=378.763636 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=378.763636 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=405.818181 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=405.818181 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=405.818181 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=405.818181 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=405.818181 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=405.818181 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=405.818181 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=405.818181 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=405.818181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=13.527272 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=13.527272 y=412.366935 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=13.527272 y=377.716935 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=13.527272 y=343.066935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=13.527272 y=308.416935 style=&quot;fill: #94b8d5; stroke: #94b8d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=13.527272 y=273.766935 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=13.527272 y=239.116935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=13.527272 y=204.466935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=40.581818 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=40.581818 y=412.366935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=40.581818 y=377.716935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=40.581818 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=40.581818 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=40.581818 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=40.581818 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=40.581818 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=67.636363 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=67.636363 y=412.366935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=67.636363 y=377.716935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=67.636363 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=67.636363 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=67.636363 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=67.636363 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=67.636363 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=94.690909 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=94.690909 y=412.366935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=94.690909 y=377.716935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=94.690909 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=94.690909 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=94.690909 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=94.690909 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=94.690909 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=121.745454 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=121.745454 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=121.745454 y=377.716935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=121.745454 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=121.745454 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=121.745454 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=121.745454 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=121.745454 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=148.8 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=148.8 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=148.8 y=377.716935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=148.8 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=148.8 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=148.8 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=148.8 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=148.8 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=175.854545 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=175.854545 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=175.854545 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=175.854545 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=175.854545 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=175.854545 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=175.854545 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=175.854545 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=202.909091 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=202.909091 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=202.909091 y=377.716935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=202.909091 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=202.909091 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=202.909091 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=202.909091 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=202.909091 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=229.963636 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=229.963636 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=229.963636 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=229.963636 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=229.963636 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=229.963636 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=229.963636 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=229.963636 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=257.018181 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=257.018181 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=257.018181 y=377.716935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=257.018181 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=257.018181 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=257.018181 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=257.018181 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=257.018181 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=284.072727 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=284.072727 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=284.072727 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=284.072727 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=284.072727 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=284.072727 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=284.072727 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=284.072727 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=311.127272 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=311.127272 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=311.127272 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=311.127272 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=311.127272 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=311.127272 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=311.127272 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=311.127272 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=338.181818 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=338.181818 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=338.181818 y=377.716935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=338.181818 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=338.181818 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=338.181818 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=338.181818 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=338.181818 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=365.236363 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=365.236363 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=365.236363 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=365.236363 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=365.236363 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=365.236363 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=365.236363 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=365.236363 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=392.290909 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=392.290909 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=392.290909 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=392.290909 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=392.290909 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=392.290909 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=392.290909 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfe3c41db69)&gt;&lt;use xlink:href=#C0_0_7302b8943c x=392.290909 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pfe3c41db69&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:06.259440&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.096959) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.035012) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 194.973066) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.911119) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 96.849172) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_7f45060467 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=-0 y=361.35 style=&quot;fill: #94b8d5; stroke: #94b8d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=-0 y=326.7 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=-0 y=292.05 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=-0 y=257.4 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=-0 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=-0 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=-0 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=27.054545 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=27.054545 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=27.054545 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=54.109091 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=54.109091 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=81.163636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=81.163636 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=81.163636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=108.218181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=108.218181 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=108.218181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=135.272727 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=135.272727 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=162.327272 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=189.381818 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=270.545454 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=13.527272 y=378.675 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=13.527272 y=344.025 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=13.527272 y=309.375 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=13.527272 y=274.725 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=13.527272 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=13.527272 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=13.527272 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=40.581818 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=40.581818 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=67.636363 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=67.636363 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=67.636363 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=94.690909 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=94.690909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=121.745454 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=121.745454 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=121.745454 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=148.8 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=229.963636 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e33578c6f)&gt;&lt;use xlink:href=#C0_0_7f45060467 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2e33578c6f&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:12.489641&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_dfd6b6e3a9 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=-0 y=361.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=-0 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=-0 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=-0 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=27.054545 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=27.054545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=54.109091 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=54.109091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=81.163636 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=81.163636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=108.218181 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=108.218181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=135.272727 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=162.327272 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=189.381818 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=13.527272 y=378.675 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=13.527272 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=13.527272 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=13.527272 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=13.527272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=40.581818 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=40.581818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=67.636363 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=67.636363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=94.690909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=121.745454 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe824ae9a74)&gt;&lt;use xlink:href=#C0_0_dfd6b6e3a9 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe824ae9a74&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:18.338696&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_43772803ca d=&quot;M 105.818182 -30.54327 \n",
+       "L 105.818182 -42.09327 \n",
+       "L 92.290909 -47.86827 \n",
+       "L 78.763637 -42.09327 \n",
+       "L 78.763637 -30.54327 \n",
+       "L 92.290909 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=-0 y=374.89827 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=-0 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=-0 y=305.59827 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=-0 y=270.94827 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=-0 y=236.29827 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=-0 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=-0 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=-0 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=-0 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=27.054545 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=27.054545 y=340.24827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=27.054545 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=27.054545 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=27.054545 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=27.054545 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=27.054545 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=27.054545 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=27.054545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=54.109091 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=54.109091 y=340.24827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=54.109091 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=54.109091 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=54.109091 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=54.109091 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=54.109091 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=54.109091 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=54.109091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=81.163636 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=81.163636 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=81.163636 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=81.163636 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=81.163636 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=81.163636 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=81.163636 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=81.163636 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=81.163636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=108.218181 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=108.218181 y=340.24827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=108.218181 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=108.218181 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=108.218181 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=108.218181 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=108.218181 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=108.218181 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=108.218181 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=135.272727 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=135.272727 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=135.272727 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=135.272727 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=135.272727 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=135.272727 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=135.272727 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=135.272727 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=135.272727 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=162.327272 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=162.327272 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=162.327272 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=162.327272 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=162.327272 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=162.327272 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=162.327272 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=162.327272 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=162.327272 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=189.381818 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=189.381818 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=189.381818 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=189.381818 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=189.381818 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=189.381818 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=189.381818 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=189.381818 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=189.381818 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=216.436363 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=216.436363 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=216.436363 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=216.436363 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=216.436363 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=216.436363 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=216.436363 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=216.436363 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=216.436363 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=243.490909 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=243.490909 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=243.490909 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=243.490909 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=243.490909 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=243.490909 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=243.490909 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=243.490909 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=243.490909 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=270.545454 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=270.545454 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=270.545454 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=270.545454 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=270.545454 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=270.545454 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=270.545454 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=270.545454 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=270.545454 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=297.6 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=297.6 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=297.6 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=297.6 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=297.6 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=297.6 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=297.6 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=297.6 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=297.6 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=324.654545 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=324.654545 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=324.654545 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=324.654545 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=324.654545 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=324.654545 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=324.654545 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=324.654545 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=324.654545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=351.709091 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=351.709091 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=351.709091 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=351.709091 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=351.709091 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=351.709091 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=351.709091 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=351.709091 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=351.709091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=378.763636 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=378.763636 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=378.763636 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=378.763636 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=378.763636 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=378.763636 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=378.763636 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=378.763636 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=378.763636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=405.818181 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=405.818181 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=405.818181 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=405.818181 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=405.818181 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=405.818181 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=405.818181 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=405.818181 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=405.818181 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=13.527272 y=357.57327 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=13.527272 y=322.92327 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=13.527272 y=288.27327 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=13.527272 y=253.62327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=13.527272 y=218.97327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=13.527272 y=184.32327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=13.527272 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=13.527272 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=40.581818 y=357.57327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=40.581818 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=40.581818 y=288.27327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=40.581818 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=40.581818 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=40.581818 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=40.581818 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=40.581818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=67.636363 y=357.57327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=67.636363 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=67.636363 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=67.636363 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=67.636363 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=67.636363 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=67.636363 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=67.636363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=94.690909 y=357.57327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=94.690909 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=94.690909 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=94.690909 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=94.690909 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=94.690909 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=94.690909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=94.690909 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=121.745454 y=357.57327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=121.745454 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=121.745454 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=121.745454 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=121.745454 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=121.745454 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=121.745454 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=121.745454 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=148.8 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=148.8 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=148.8 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=148.8 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=148.8 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=148.8 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=148.8 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=148.8 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=175.854545 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=175.854545 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=175.854545 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=175.854545 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=175.854545 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=175.854545 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=175.854545 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=175.854545 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=202.909091 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=202.909091 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=202.909091 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=202.909091 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=202.909091 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=202.909091 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=202.909091 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=202.909091 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=229.963636 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=229.963636 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=229.963636 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=229.963636 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=229.963636 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=229.963636 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=229.963636 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=229.963636 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=257.018181 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=257.018181 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=257.018181 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=257.018181 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=257.018181 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=257.018181 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=257.018181 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=257.018181 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=284.072727 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=284.072727 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=284.072727 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=284.072727 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=284.072727 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=284.072727 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=284.072727 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=284.072727 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=311.127272 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=311.127272 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=311.127272 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=311.127272 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=311.127272 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=311.127272 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=311.127272 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=311.127272 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=338.181818 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=338.181818 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=338.181818 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=338.181818 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=338.181818 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=338.181818 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=338.181818 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=338.181818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=365.236363 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=365.236363 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=365.236363 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=365.236363 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=365.236363 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=365.236363 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=365.236363 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=365.236363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=392.290909 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=392.290909 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=392.290909 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=392.290909 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=392.290909 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=392.290909 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=392.290909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#ped3573d0e0)&gt;&lt;use xlink:href=#C0_0_43772803ca x=392.290909 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=ped3573d0e0&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_snow_5days-interactions_snow_5days_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:26.569849&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(145.874077 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.457244 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.820881 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.184517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.548153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.91179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(481.275426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(262.794688 386.592969) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_d28ace1e84 d=&quot;M 105.818182 61733.155 \n",
+       "L 105.818182 61721.605 \n",
+       "L 92.290909 61715.83 \n",
+       "L 78.763637 61721.605 \n",
+       "L 78.763637 61733.155 \n",
+       "L 92.290909 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=-0 y=-61388.8 style=&quot;fill: #4a8abe; stroke: #4a8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=-0 y=-61423.45 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=-0 y=-61458.1 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=-0 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=-0 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=-0 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=-0 y=-61596.7 style=&quot;fill: #4b8abe; stroke: #4b8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=-0 y=-61631.35 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=-0 y=-61666 style=&quot;fill: #397fb9; stroke: #397fb9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=27.054545 y=-61388.8 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=27.054545 y=-61423.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=27.054545 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=27.054545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=27.054545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=27.054545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=27.054545 y=-61596.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=27.054545 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=27.054545 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=54.109091 y=-61388.8 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=54.109091 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=54.109091 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=54.109091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=54.109091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=54.109091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=54.109091 y=-61596.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=54.109091 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=54.109091 y=-61666 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=81.163636 y=-61388.8 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=81.163636 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=81.163636 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=81.163636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=81.163636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=81.163636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=81.163636 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=81.163636 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=81.163636 y=-61666 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=108.218181 y=-61388.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=108.218181 y=-61423.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=108.218181 y=-61458.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=108.218181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=108.218181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=108.218181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=108.218181 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=108.218181 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=108.218181 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=135.272727 y=-61388.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=135.272727 y=-61423.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=135.272727 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=135.272727 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=135.272727 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=135.272727 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=135.272727 y=-61596.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=135.272727 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=135.272727 y=-61666 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=162.327272 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=162.327272 y=-61423.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=162.327272 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=162.327272 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=162.327272 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=162.327272 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=162.327272 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=162.327272 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=162.327272 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=189.381818 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=189.381818 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=189.381818 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=189.381818 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=189.381818 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=189.381818 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=189.381818 y=-61596.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=189.381818 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=189.381818 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=216.436363 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=216.436363 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=216.436363 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=216.436363 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=216.436363 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=216.436363 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=216.436363 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=216.436363 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=216.436363 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=243.490909 y=-61388.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=243.490909 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=243.490909 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=243.490909 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=243.490909 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=243.490909 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=243.490909 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=243.490909 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=243.490909 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=270.545454 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=270.545454 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=270.545454 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=270.545454 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=270.545454 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=270.545454 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=270.545454 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=270.545454 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=270.545454 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=297.6 y=-61388.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=297.6 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=297.6 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=297.6 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=297.6 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=297.6 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=297.6 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=297.6 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=297.6 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=324.654545 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=324.654545 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=324.654545 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=324.654545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=324.654545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=324.654545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=324.654545 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=324.654545 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=324.654545 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=351.709091 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=351.709091 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=351.709091 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=351.709091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=351.709091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=351.709091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=351.709091 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=351.709091 y=-61631.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=351.709091 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=378.763636 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=378.763636 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=378.763636 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=378.763636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=378.763636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=378.763636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=378.763636 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=378.763636 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=378.763636 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=405.818181 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=405.818181 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=405.818181 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=405.818181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=405.818181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=405.818181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=405.818181 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=405.818181 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=405.818181 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=13.527272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=13.527272 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=13.527272 y=-61475.425 style=&quot;fill: #4889bd; stroke: #4889bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=13.527272 y=-61510.075 style=&quot;fill: #5390c1; stroke: #5390c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=13.527272 y=-61544.725 style=&quot;fill: #3c81ba; stroke: #3c81ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=13.527272 y=-61579.375 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=13.527272 y=-61614.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=13.527272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=40.581818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=40.581818 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=40.581818 y=-61475.425 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=40.581818 y=-61510.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=40.581818 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=40.581818 y=-61579.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=40.581818 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=40.581818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=67.636363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=67.636363 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=67.636363 y=-61475.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=67.636363 y=-61510.075 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=67.636363 y=-61544.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=67.636363 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=67.636363 y=-61614.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=67.636363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=94.690909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=94.690909 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=94.690909 y=-61475.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=94.690909 y=-61510.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=94.690909 y=-61544.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=94.690909 y=-61579.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=94.690909 y=-61614.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=94.690909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=121.745454 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=121.745454 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=121.745454 y=-61475.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=121.745454 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=121.745454 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=121.745454 y=-61579.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=121.745454 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=121.745454 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=148.8 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=148.8 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=148.8 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=148.8 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=148.8 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=148.8 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=148.8 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=148.8 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=175.854545 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=175.854545 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=175.854545 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=175.854545 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=175.854545 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=175.854545 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=175.854545 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=175.854545 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=202.909091 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=202.909091 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=202.909091 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=202.909091 y=-61510.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=202.909091 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=202.909091 y=-61579.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=202.909091 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=202.909091 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=229.963636 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=229.963636 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=229.963636 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=229.963636 y=-61510.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=229.963636 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=229.963636 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=229.963636 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=229.963636 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=257.018181 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=257.018181 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=257.018181 y=-61475.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=257.018181 y=-61510.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=257.018181 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=257.018181 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=257.018181 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=257.018181 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=284.072727 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=284.072727 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=284.072727 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=284.072727 y=-61510.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=284.072727 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=284.072727 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=284.072727 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=284.072727 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=311.127272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=311.127272 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=311.127272 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=311.127272 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=311.127272 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=311.127272 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=311.127272 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=311.127272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=338.181818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=338.181818 y=-61440.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=338.181818 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=338.181818 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=338.181818 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=338.181818 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=338.181818 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=338.181818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=365.236363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=365.236363 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=365.236363 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=365.236363 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=365.236363 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=365.236363 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=365.236363 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=365.236363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=392.290909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=392.290909 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=392.290909 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=392.290909 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=392.290909 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=392.290909 y=-61579.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=392.290909 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf995d584e8)&gt;&lt;use xlink:href=#C0_0_d28ace1e84 x=392.290909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf995d584e8&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_temperature_deviation&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_temperature_deviation-interactions_temperature_deviation_day_in_month aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_passengers aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_temperature_midday aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_sunshine_percentage aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_snow_5days aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_temperature_deviation aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_temperature_max aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_temperature_min aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_temperature_evening aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_precipiation_5days aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_precipiation aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_wind aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_deviation-interactions_temperature_deviation_year aria-controls=interactions_temperature_deviation-interactions_temperature_deviation_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:38.032580&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_1bb6376c4c d=&quot;M 288.894053 -42.405 \n",
+       "L 288.894053 -53.955 \n",
+       "L 275.366781 -59.73 \n",
+       "L 261.839508 -53.955 \n",
+       "L 261.839508 -42.405 \n",
+       "L 275.366781 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-183.075872 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-183.075872 y=352.11 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-183.075872 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-183.075872 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-183.075872 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-183.075872 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-183.075872 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-183.075872 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-183.075872 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-156.021326 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-156.021326 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-156.021326 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-156.021326 y=282.81 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-156.021326 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-156.021326 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-156.021326 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-156.021326 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-156.021326 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-128.966781 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-128.966781 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-128.966781 y=317.46 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-128.966781 y=282.81 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-128.966781 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-128.966781 y=213.51 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-128.966781 y=178.86 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-128.966781 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-128.966781 y=109.56 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-101.912235 y=386.76 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-101.912235 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-101.912235 y=317.46 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-101.912235 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-101.912235 y=248.16 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-101.912235 y=213.51 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-101.912235 y=178.86 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-101.912235 y=144.21 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-101.912235 y=109.56 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-74.85769 y=386.76 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-74.85769 y=352.11 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-74.85769 y=317.46 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-74.85769 y=282.81 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-74.85769 y=248.16 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-74.85769 y=213.51 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-74.85769 y=178.86 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-74.85769 y=144.21 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-74.85769 y=109.56 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-47.803144 y=386.76 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-47.803144 y=352.11 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-47.803144 y=317.46 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-47.803144 y=282.81 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-47.803144 y=248.16 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-47.803144 y=213.51 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-47.803144 y=178.86 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-47.803144 y=144.21 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-47.803144 y=109.56 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-20.748599 y=386.76 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-20.748599 y=352.11 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-20.748599 y=317.46 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-20.748599 y=282.81 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-20.748599 y=248.16 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-20.748599 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-20.748599 y=178.86 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-20.748599 y=144.21 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-20.748599 y=109.56 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=6.305947 y=386.76 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=6.305947 y=352.11 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=6.305947 y=317.46 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=6.305947 y=282.81 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=6.305947 y=248.16 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=6.305947 y=213.51 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=6.305947 y=178.86 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=6.305947 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=6.305947 y=109.56 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=33.360492 y=386.76 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=33.360492 y=352.11 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=33.360492 y=317.46 style=&quot;fill: #518ec0; stroke: #518ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=33.360492 y=282.81 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=33.360492 y=248.16 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=33.360492 y=213.51 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=33.360492 y=178.86 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=33.360492 y=144.21 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=33.360492 y=109.56 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=60.415038 y=386.76 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=60.415038 y=352.11 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=60.415038 y=317.46 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=60.415038 y=282.81 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=60.415038 y=248.16 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=60.415038 y=213.51 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=60.415038 y=178.86 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=60.415038 y=144.21 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=60.415038 y=109.56 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=87.469583 y=386.76 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=87.469583 y=352.11 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=87.469583 y=317.46 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=87.469583 y=282.81 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=87.469583 y=248.16 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=87.469583 y=213.51 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=87.469583 y=178.86 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=87.469583 y=144.21 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=87.469583 y=109.56 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=114.524128 y=386.76 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=114.524128 y=352.11 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=114.524128 y=317.46 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=114.524128 y=282.81 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=114.524128 y=248.16 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=114.524128 y=213.51 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=114.524128 y=178.86 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=114.524128 y=144.21 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=114.524128 y=109.56 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=141.578674 y=386.76 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=141.578674 y=352.11 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=141.578674 y=317.46 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=141.578674 y=282.81 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=141.578674 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=141.578674 y=213.51 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=141.578674 y=178.86 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=141.578674 y=144.21 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=141.578674 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=168.633219 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=168.633219 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=168.633219 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=168.633219 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=168.633219 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=168.633219 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=168.633219 y=178.86 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=168.633219 y=144.21 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=168.633219 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=195.687765 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=195.687765 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=195.687765 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=195.687765 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=195.687765 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=195.687765 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=195.687765 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=195.687765 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=195.687765 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=222.74231 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=222.74231 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=222.74231 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=222.74231 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=222.74231 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=222.74231 y=213.51 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=222.74231 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=222.74231 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=222.74231 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-169.548599 y=369.435 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-169.548599 y=334.785 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-169.548599 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-169.548599 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-169.548599 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-169.548599 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-169.548599 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-169.548599 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-142.494053 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-142.494053 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-142.494053 y=300.135 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-142.494053 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-142.494053 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-142.494053 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-142.494053 y=161.535 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-142.494053 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-115.439508 y=369.435 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-115.439508 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-115.439508 y=300.135 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-115.439508 y=265.485 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-115.439508 y=230.835 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-115.439508 y=196.185 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-115.439508 y=161.535 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-115.439508 y=126.885 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-88.384962 y=369.435 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-88.384962 y=334.785 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-88.384962 y=300.135 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-88.384962 y=265.485 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-88.384962 y=230.835 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-88.384962 y=196.185 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-88.384962 y=161.535 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-88.384962 y=126.885 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-61.330417 y=369.435 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-61.330417 y=334.785 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-61.330417 y=300.135 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-61.330417 y=265.485 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-61.330417 y=230.835 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-61.330417 y=196.185 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-61.330417 y=161.535 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-61.330417 y=126.885 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-34.275872 y=369.435 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-34.275872 y=334.785 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-34.275872 y=300.135 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-34.275872 y=265.485 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-34.275872 y=230.835 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-34.275872 y=196.185 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-34.275872 y=161.535 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-34.275872 y=126.885 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-7.221326 y=369.435 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-7.221326 y=334.785 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-7.221326 y=300.135 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-7.221326 y=265.485 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-7.221326 y=230.835 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-7.221326 y=196.185 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-7.221326 y=161.535 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=-7.221326 y=126.885 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=19.833219 y=369.435 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=19.833219 y=334.785 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=19.833219 y=300.135 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=19.833219 y=265.485 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=19.833219 y=230.835 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=19.833219 y=196.185 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=19.833219 y=161.535 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=19.833219 y=126.885 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=46.887765 y=369.435 style=&quot;fill: #4e8cbf; stroke: #4e8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=46.887765 y=334.785 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=46.887765 y=300.135 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=46.887765 y=265.485 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=46.887765 y=230.835 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=46.887765 y=196.185 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=46.887765 y=161.535 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=46.887765 y=126.885 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=73.94231 y=369.435 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=73.94231 y=334.785 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=73.94231 y=300.135 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=73.94231 y=265.485 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=73.94231 y=230.835 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=73.94231 y=196.185 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=73.94231 y=161.535 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=73.94231 y=126.885 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=100.996856 y=369.435 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=100.996856 y=334.785 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=100.996856 y=300.135 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=100.996856 y=265.485 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=100.996856 y=230.835 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=100.996856 y=196.185 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=100.996856 y=161.535 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=100.996856 y=126.885 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=128.051401 y=369.435 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=128.051401 y=334.785 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=128.051401 y=300.135 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=128.051401 y=265.485 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=128.051401 y=230.835 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=128.051401 y=196.185 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=128.051401 y=161.535 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=128.051401 y=126.885 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=155.105947 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=155.105947 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=155.105947 y=300.135 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=155.105947 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=155.105947 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=155.105947 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=155.105947 y=161.535 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=155.105947 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=182.160492 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=182.160492 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=182.160492 y=300.135 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=182.160492 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=182.160492 y=230.835 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=182.160492 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=182.160492 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=182.160492 y=126.885 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=209.215038 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=209.215038 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=209.215038 y=300.135 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=209.215038 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=209.215038 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=209.215038 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=209.215038 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p202b2d07e1)&gt;&lt;use xlink:href=#C0_0_1bb6376c4c x=209.215038 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p202b2d07e1&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:18.158305&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_e181b455da d=&quot;M 288.894053 -51.645 \n",
+       "L 288.894053 -63.195 \n",
+       "L 275.366781 -68.97 \n",
+       "L 261.839508 -63.195 \n",
+       "L 261.839508 -51.645 \n",
+       "L 275.366781 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-183.075872 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-183.075872 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-183.075872 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-183.075872 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-183.075872 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-183.075872 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-183.075872 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-183.075872 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-183.075872 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-156.021326 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-156.021326 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-156.021326 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-156.021326 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-156.021326 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-156.021326 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-156.021326 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-156.021326 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-156.021326 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-128.966781 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-128.966781 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-128.966781 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-128.966781 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-128.966781 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-128.966781 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-128.966781 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-128.966781 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-128.966781 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-101.912235 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-101.912235 y=361.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-101.912235 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-101.912235 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-101.912235 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-101.912235 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-101.912235 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-101.912235 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-101.912235 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-74.85769 y=396 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-74.85769 y=361.35 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-74.85769 y=326.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-74.85769 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-74.85769 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-74.85769 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-74.85769 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-74.85769 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-74.85769 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-47.803144 y=396 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-47.803144 y=361.35 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-47.803144 y=326.7 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-47.803144 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-47.803144 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-47.803144 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-47.803144 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-47.803144 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-47.803144 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-20.748599 y=396 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-20.748599 y=361.35 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-20.748599 y=326.7 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-20.748599 y=292.05 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-20.748599 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-20.748599 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-20.748599 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-20.748599 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-20.748599 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=6.305947 y=396 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=6.305947 y=361.35 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=6.305947 y=326.7 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=6.305947 y=292.05 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=6.305947 y=257.4 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=6.305947 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=6.305947 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=6.305947 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=6.305947 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=33.360492 y=396 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=33.360492 y=361.35 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=33.360492 y=326.7 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=33.360492 y=292.05 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=33.360492 y=257.4 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=33.360492 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=33.360492 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=33.360492 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=33.360492 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=60.415038 y=396 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=60.415038 y=361.35 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=60.415038 y=326.7 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=60.415038 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=60.415038 y=257.4 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=60.415038 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=60.415038 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=60.415038 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=60.415038 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=87.469583 y=396 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=87.469583 y=361.35 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=87.469583 y=326.7 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=87.469583 y=292.05 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=87.469583 y=257.4 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=87.469583 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=87.469583 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=87.469583 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=87.469583 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=114.524128 y=396 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=114.524128 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=114.524128 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=114.524128 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=114.524128 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=114.524128 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=114.524128 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=114.524128 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=114.524128 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=141.578674 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=141.578674 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=141.578674 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=141.578674 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=141.578674 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=141.578674 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=141.578674 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=141.578674 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=141.578674 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=168.633219 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=168.633219 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=168.633219 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=168.633219 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=168.633219 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=168.633219 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=168.633219 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=168.633219 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=168.633219 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=195.687765 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=195.687765 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=195.687765 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=195.687765 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=195.687765 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=195.687765 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=195.687765 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=195.687765 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=195.687765 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=222.74231 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=222.74231 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=222.74231 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=222.74231 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=222.74231 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=222.74231 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=222.74231 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=222.74231 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=222.74231 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-169.548599 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-169.548599 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-169.548599 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-169.548599 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-169.548599 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-169.548599 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-169.548599 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-169.548599 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-142.494053 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-142.494053 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-142.494053 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-142.494053 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-142.494053 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-142.494053 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-142.494053 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-142.494053 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-115.439508 y=378.675 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-115.439508 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-115.439508 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-115.439508 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-115.439508 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-115.439508 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-115.439508 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-115.439508 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-88.384962 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-88.384962 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-88.384962 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-88.384962 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-88.384962 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-88.384962 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-88.384962 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-88.384962 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-61.330417 y=378.675 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-61.330417 y=344.025 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-61.330417 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-61.330417 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-61.330417 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-61.330417 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-61.330417 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-61.330417 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-34.275872 y=378.675 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-34.275872 y=344.025 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-34.275872 y=309.375 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-34.275872 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-34.275872 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-34.275872 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-34.275872 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-34.275872 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-7.221326 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-7.221326 y=344.025 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-7.221326 y=309.375 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-7.221326 y=274.725 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-7.221326 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-7.221326 y=205.425 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-7.221326 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=-7.221326 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=19.833219 y=378.675 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=19.833219 y=344.025 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=19.833219 y=309.375 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=19.833219 y=274.725 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=19.833219 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=19.833219 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=19.833219 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=19.833219 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=46.887765 y=378.675 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=46.887765 y=344.025 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=46.887765 y=309.375 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=46.887765 y=274.725 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=46.887765 y=240.075 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=46.887765 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=46.887765 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=46.887765 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=73.94231 y=378.675 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=73.94231 y=344.025 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=73.94231 y=309.375 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=73.94231 y=274.725 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=73.94231 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=73.94231 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=73.94231 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=73.94231 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=100.996856 y=378.675 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=100.996856 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=100.996856 y=309.375 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=100.996856 y=274.725 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=100.996856 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=100.996856 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=100.996856 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=100.996856 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=128.051401 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=128.051401 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=128.051401 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=128.051401 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=128.051401 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=128.051401 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=128.051401 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=128.051401 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=155.105947 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=155.105947 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=155.105947 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=155.105947 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=155.105947 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=155.105947 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=155.105947 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=155.105947 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=182.160492 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=182.160492 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=182.160492 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=182.160492 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=182.160492 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=182.160492 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=182.160492 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=182.160492 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=209.215038 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=209.215038 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=209.215038 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=209.215038 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=209.215038 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=209.215038 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=209.215038 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e8a5c27b4)&gt;&lt;use xlink:href=#C0_0_e181b455da x=209.215038 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2e8a5c27b4&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:23.194399&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_63045d9dfd d=&quot;M 288.894053 -122.365729 \n",
+       "L 288.894053 -133.915729 \n",
+       "L 275.366781 -139.690729 \n",
+       "L 261.839508 -133.915729 \n",
+       "L 261.839508 -122.365729 \n",
+       "L 275.366781 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-183.075872 y=466.720729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-183.075872 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-183.075872 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-183.075872 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-183.075872 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-183.075872 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-183.075872 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-183.075872 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-183.075872 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-156.021326 y=466.720729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-156.021326 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-156.021326 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-156.021326 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-156.021326 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-156.021326 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-156.021326 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-156.021326 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-156.021326 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-128.966781 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-128.966781 y=432.070729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-128.966781 y=397.420729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-128.966781 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-128.966781 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-128.966781 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-128.966781 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-128.966781 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-128.966781 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-101.912235 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-101.912235 y=432.070729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-101.912235 y=397.420729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-101.912235 y=362.770729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-101.912235 y=328.120729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-101.912235 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-101.912235 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-101.912235 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-101.912235 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-74.85769 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-74.85769 y=432.070729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-74.85769 y=397.420729 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-74.85769 y=362.770729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-74.85769 y=328.120729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-74.85769 y=293.470729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-74.85769 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-74.85769 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-74.85769 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-47.803144 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-47.803144 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-47.803144 y=397.420729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-47.803144 y=362.770729 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-47.803144 y=328.120729 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-47.803144 y=293.470729 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-47.803144 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-47.803144 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-47.803144 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-20.748599 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-20.748599 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-20.748599 y=397.420729 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-20.748599 y=362.770729 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-20.748599 y=328.120729 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-20.748599 y=293.470729 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-20.748599 y=258.820729 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-20.748599 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-20.748599 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=6.305947 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=6.305947 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=6.305947 y=397.420729 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=6.305947 y=362.770729 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=6.305947 y=328.120729 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=6.305947 y=293.470729 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=6.305947 y=258.820729 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=6.305947 y=224.170729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=6.305947 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=33.360492 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=33.360492 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=33.360492 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=33.360492 y=362.770729 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=33.360492 y=328.120729 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=33.360492 y=293.470729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=33.360492 y=258.820729 style=&quot;fill: #518ec0; stroke: #518ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=33.360492 y=224.170729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=33.360492 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=60.415038 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=60.415038 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=60.415038 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=60.415038 y=362.770729 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=60.415038 y=328.120729 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=60.415038 y=293.470729 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=60.415038 y=258.820729 style=&quot;fill: #518ec0; stroke: #518ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=60.415038 y=224.170729 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=60.415038 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=87.469583 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=87.469583 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=87.469583 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=87.469583 y=362.770729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=87.469583 y=328.120729 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=87.469583 y=293.470729 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=87.469583 y=258.820729 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=87.469583 y=224.170729 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=87.469583 y=189.520729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=114.524128 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=114.524128 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=114.524128 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=114.524128 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=114.524128 y=328.120729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=114.524128 y=293.470729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=114.524128 y=258.820729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=114.524128 y=224.170729 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=114.524128 y=189.520729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=141.578674 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=141.578674 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=141.578674 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=141.578674 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=141.578674 y=328.120729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=141.578674 y=293.470729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=141.578674 y=258.820729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=141.578674 y=224.170729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=141.578674 y=189.520729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=168.633219 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=168.633219 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=168.633219 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=168.633219 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=168.633219 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=168.633219 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=168.633219 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=168.633219 y=224.170729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=168.633219 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=195.687765 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=195.687765 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=195.687765 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=195.687765 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=195.687765 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=195.687765 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=195.687765 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=195.687765 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=195.687765 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=222.74231 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=222.74231 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=222.74231 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=222.74231 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=222.74231 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=222.74231 y=293.470729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=222.74231 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=222.74231 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=222.74231 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-169.548599 y=449.395729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-169.548599 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-169.548599 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-169.548599 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-169.548599 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-169.548599 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-169.548599 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-169.548599 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-142.494053 y=449.395729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-142.494053 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-142.494053 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-142.494053 y=345.445729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-142.494053 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-142.494053 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-142.494053 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-142.494053 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-115.439508 y=449.395729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-115.439508 y=414.745729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-115.439508 y=380.095729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-115.439508 y=345.445729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-115.439508 y=310.795729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-115.439508 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-115.439508 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-115.439508 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-88.384962 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-88.384962 y=414.745729 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-88.384962 y=380.095729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-88.384962 y=345.445729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-88.384962 y=310.795729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-88.384962 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-88.384962 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-88.384962 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-61.330417 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-61.330417 y=414.745729 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-61.330417 y=380.095729 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-61.330417 y=345.445729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-61.330417 y=310.795729 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-61.330417 y=276.145729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-61.330417 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-61.330417 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-34.275872 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-34.275872 y=414.745729 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-34.275872 y=380.095729 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-34.275872 y=345.445729 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-34.275872 y=310.795729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-34.275872 y=276.145729 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-34.275872 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-34.275872 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-7.221326 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-7.221326 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-7.221326 y=380.095729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-7.221326 y=345.445729 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-7.221326 y=310.795729 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-7.221326 y=276.145729 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-7.221326 y=241.495729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=-7.221326 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=19.833219 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=19.833219 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=19.833219 y=380.095729 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=19.833219 y=345.445729 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=19.833219 y=310.795729 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=19.833219 y=276.145729 style=&quot;fill: #508dc0; stroke: #508dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=19.833219 y=241.495729 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=19.833219 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=46.887765 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=46.887765 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=46.887765 y=380.095729 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=46.887765 y=345.445729 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=46.887765 y=310.795729 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=46.887765 y=276.145729 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=46.887765 y=241.495729 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=46.887765 y=206.845729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=73.94231 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=73.94231 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=73.94231 y=380.095729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=73.94231 y=345.445729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=73.94231 y=310.795729 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=73.94231 y=276.145729 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=73.94231 y=241.495729 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=73.94231 y=206.845729 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=100.996856 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=100.996856 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=100.996856 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=100.996856 y=345.445729 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=100.996856 y=310.795729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=100.996856 y=276.145729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=100.996856 y=241.495729 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=100.996856 y=206.845729 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=128.051401 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=128.051401 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=128.051401 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=128.051401 y=345.445729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=128.051401 y=310.795729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=128.051401 y=276.145729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=128.051401 y=241.495729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=128.051401 y=206.845729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=155.105947 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=155.105947 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=155.105947 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=155.105947 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=155.105947 y=310.795729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=155.105947 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=155.105947 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=155.105947 y=206.845729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=182.160492 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=182.160492 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=182.160492 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=182.160492 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=182.160492 y=310.795729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=182.160492 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=182.160492 y=241.495729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=182.160492 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=209.215038 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=209.215038 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=209.215038 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=209.215038 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=209.215038 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=209.215038 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=209.215038 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p43390ed573)&gt;&lt;use xlink:href=#C0_0_63045d9dfd x=209.215038 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p43390ed573&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:28.171213&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_e7ed737af7 d=&quot;M 288.894053 -51.645 \n",
+       "L 288.894053 -63.195 \n",
+       "L 275.366781 -68.97 \n",
+       "L 261.839508 -63.195 \n",
+       "L 261.839508 -51.645 \n",
+       "L 275.366781 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-183.075872 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-183.075872 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-183.075872 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-183.075872 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-183.075872 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-183.075872 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-183.075872 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-183.075872 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-183.075872 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-156.021326 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-156.021326 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-156.021326 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-156.021326 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-156.021326 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-156.021326 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-156.021326 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-156.021326 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-156.021326 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-128.966781 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-128.966781 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-128.966781 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-128.966781 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-128.966781 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-128.966781 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-128.966781 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-128.966781 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-128.966781 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-101.912235 y=396 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-101.912235 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-101.912235 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-101.912235 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-101.912235 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-101.912235 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-101.912235 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-101.912235 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-101.912235 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-74.85769 y=396 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-74.85769 y=361.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-74.85769 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-74.85769 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-74.85769 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-74.85769 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-74.85769 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-74.85769 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-74.85769 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-47.803144 y=396 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-47.803144 y=361.35 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-47.803144 y=326.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-47.803144 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-47.803144 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-47.803144 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-47.803144 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-47.803144 y=153.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-47.803144 y=118.8 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-20.748599 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-20.748599 y=361.35 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-20.748599 y=326.7 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-20.748599 y=292.05 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-20.748599 y=257.4 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-20.748599 y=222.75 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-20.748599 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-20.748599 y=153.45 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-20.748599 y=118.8 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=6.305947 y=396 style=&quot;fill: #3f83bb; stroke: #3f83bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=6.305947 y=361.35 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=6.305947 y=326.7 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=6.305947 y=292.05 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=6.305947 y=257.4 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=6.305947 y=222.75 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=6.305947 y=188.1 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=6.305947 y=153.45 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=6.305947 y=118.8 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=33.360492 y=396 style=&quot;fill: #5f97c5; stroke: #5f97c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=33.360492 y=361.35 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=33.360492 y=326.7 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=33.360492 y=292.05 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=33.360492 y=257.4 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=33.360492 y=222.75 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=33.360492 y=188.1 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=33.360492 y=153.45 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=33.360492 y=118.8 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=60.415038 y=396 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=60.415038 y=361.35 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=60.415038 y=326.7 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=60.415038 y=292.05 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=60.415038 y=257.4 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=60.415038 y=222.75 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=60.415038 y=188.1 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=60.415038 y=153.45 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=60.415038 y=118.8 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=87.469583 y=396 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=87.469583 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=87.469583 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=87.469583 y=292.05 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=87.469583 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=87.469583 y=222.75 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=87.469583 y=188.1 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=87.469583 y=153.45 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=87.469583 y=118.8 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=114.524128 y=396 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=114.524128 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=114.524128 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=114.524128 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=114.524128 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=114.524128 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=114.524128 y=188.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=114.524128 y=153.45 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=114.524128 y=118.8 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=141.578674 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=141.578674 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=141.578674 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=141.578674 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=141.578674 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=141.578674 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=141.578674 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=141.578674 y=153.45 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=141.578674 y=118.8 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=168.633219 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=168.633219 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=168.633219 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=168.633219 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=168.633219 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=168.633219 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=168.633219 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=168.633219 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=168.633219 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=195.687765 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=195.687765 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=195.687765 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=195.687765 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=195.687765 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=195.687765 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=195.687765 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=195.687765 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=195.687765 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=222.74231 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=222.74231 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=222.74231 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=222.74231 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=222.74231 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=222.74231 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=222.74231 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=222.74231 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=222.74231 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-169.548599 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-169.548599 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-169.548599 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-169.548599 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-169.548599 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-169.548599 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-169.548599 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-169.548599 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-142.494053 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-142.494053 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-142.494053 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-142.494053 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-142.494053 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-142.494053 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-142.494053 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-142.494053 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-115.439508 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-115.439508 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-115.439508 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-115.439508 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-115.439508 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-115.439508 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-115.439508 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-115.439508 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-88.384962 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-88.384962 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-88.384962 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-88.384962 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-88.384962 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-88.384962 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-88.384962 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-88.384962 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-61.330417 y=378.675 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-61.330417 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-61.330417 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-61.330417 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-61.330417 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-61.330417 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-61.330417 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-61.330417 y=136.125 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-34.275872 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-34.275872 y=344.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-34.275872 y=309.375 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-34.275872 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-34.275872 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-34.275872 y=205.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-34.275872 y=170.775 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-34.275872 y=136.125 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-7.221326 y=378.675 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-7.221326 y=344.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-7.221326 y=309.375 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-7.221326 y=274.725 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-7.221326 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-7.221326 y=205.425 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-7.221326 y=170.775 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=-7.221326 y=136.125 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=19.833219 y=378.675 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=19.833219 y=344.025 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=19.833219 y=309.375 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=19.833219 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=19.833219 y=240.075 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=19.833219 y=205.425 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=19.833219 y=170.775 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=19.833219 y=136.125 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=46.887765 y=378.675 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=46.887765 y=344.025 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=46.887765 y=309.375 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=46.887765 y=274.725 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=46.887765 y=240.075 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=46.887765 y=205.425 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=46.887765 y=170.775 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=46.887765 y=136.125 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=73.94231 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=73.94231 y=344.025 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=73.94231 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=73.94231 y=274.725 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=73.94231 y=240.075 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=73.94231 y=205.425 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=73.94231 y=170.775 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=73.94231 y=136.125 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=100.996856 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=100.996856 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=100.996856 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=100.996856 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=100.996856 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=100.996856 y=205.425 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=100.996856 y=170.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=100.996856 y=136.125 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=128.051401 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=128.051401 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=128.051401 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=128.051401 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=128.051401 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=128.051401 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=128.051401 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=128.051401 y=136.125 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=155.105947 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=155.105947 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=155.105947 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=155.105947 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=155.105947 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=155.105947 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=155.105947 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=155.105947 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=182.160492 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=182.160492 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=182.160492 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=182.160492 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=182.160492 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=182.160492 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=182.160492 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=182.160492 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=209.215038 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=209.215038 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=209.215038 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=209.215038 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=209.215038 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=209.215038 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=209.215038 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p92864796ec)&gt;&lt;use xlink:href=#C0_0_e7ed737af7 x=209.215038 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p92864796ec&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:33.791139&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_678b03c0cb d=&quot;M 288.894053 -51.645 \n",
+       "L 288.894053 -63.195 \n",
+       "L 275.366781 -68.97 \n",
+       "L 261.839508 -63.195 \n",
+       "L 261.839508 -51.645 \n",
+       "L 275.366781 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-183.075872 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-183.075872 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-183.075872 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-183.075872 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-183.075872 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-183.075872 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-183.075872 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-183.075872 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-183.075872 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-156.021326 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-156.021326 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-156.021326 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-156.021326 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-156.021326 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-156.021326 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-156.021326 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-156.021326 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-156.021326 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-128.966781 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-128.966781 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-128.966781 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-128.966781 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-128.966781 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-128.966781 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-128.966781 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-128.966781 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-128.966781 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-101.912235 y=396 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-101.912235 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-101.912235 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-101.912235 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-101.912235 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-101.912235 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-101.912235 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-101.912235 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-101.912235 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-74.85769 y=396 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-74.85769 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-74.85769 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-74.85769 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-74.85769 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-74.85769 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-74.85769 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-74.85769 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-74.85769 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-47.803144 y=396 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-47.803144 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-47.803144 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-47.803144 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-47.803144 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-47.803144 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-47.803144 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-47.803144 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-47.803144 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-20.748599 y=396 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-20.748599 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-20.748599 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-20.748599 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-20.748599 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-20.748599 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-20.748599 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-20.748599 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-20.748599 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=6.305947 y=396 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=6.305947 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=6.305947 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=6.305947 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=6.305947 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=6.305947 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=6.305947 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=6.305947 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=6.305947 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=33.360492 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=33.360492 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=33.360492 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=33.360492 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=33.360492 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=33.360492 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=33.360492 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=33.360492 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=33.360492 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=60.415038 y=396 style=&quot;fill: #5390c1; stroke: #5390c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=60.415038 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=60.415038 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=60.415038 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=60.415038 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=60.415038 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=60.415038 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=60.415038 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=60.415038 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=87.469583 y=396 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=87.469583 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=87.469583 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=87.469583 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=87.469583 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=87.469583 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=87.469583 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=87.469583 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=87.469583 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=114.524128 y=396 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=114.524128 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=114.524128 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=114.524128 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=114.524128 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=114.524128 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=114.524128 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=114.524128 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=114.524128 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=141.578674 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=141.578674 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=141.578674 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=141.578674 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=141.578674 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=141.578674 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=141.578674 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=141.578674 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=141.578674 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=168.633219 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=168.633219 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=168.633219 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=168.633219 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=168.633219 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=168.633219 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=168.633219 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=168.633219 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=168.633219 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=195.687765 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=195.687765 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=195.687765 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=195.687765 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=195.687765 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=195.687765 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=195.687765 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=195.687765 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=195.687765 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=222.74231 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=222.74231 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=222.74231 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=222.74231 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=222.74231 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=222.74231 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=222.74231 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=222.74231 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=222.74231 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-169.548599 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-169.548599 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-169.548599 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-169.548599 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-169.548599 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-169.548599 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-169.548599 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-169.548599 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-142.494053 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-142.494053 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-142.494053 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-142.494053 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-142.494053 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-142.494053 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-142.494053 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-142.494053 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-115.439508 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-115.439508 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-115.439508 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-115.439508 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-115.439508 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-115.439508 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-115.439508 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-115.439508 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-88.384962 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-88.384962 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-88.384962 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-88.384962 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-88.384962 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-88.384962 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-88.384962 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-88.384962 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-61.330417 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-61.330417 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-61.330417 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-61.330417 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-61.330417 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-61.330417 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-61.330417 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-61.330417 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-34.275872 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-34.275872 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-34.275872 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-34.275872 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-34.275872 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-34.275872 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-34.275872 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-34.275872 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-7.221326 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-7.221326 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-7.221326 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-7.221326 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-7.221326 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-7.221326 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-7.221326 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=-7.221326 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=19.833219 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=19.833219 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=19.833219 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=19.833219 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=19.833219 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=19.833219 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=19.833219 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=19.833219 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=46.887765 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=46.887765 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=46.887765 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=46.887765 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=46.887765 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=46.887765 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=46.887765 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=46.887765 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=73.94231 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=73.94231 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=73.94231 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=73.94231 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=73.94231 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=73.94231 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=73.94231 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=73.94231 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=100.996856 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=100.996856 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=100.996856 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=100.996856 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=100.996856 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=100.996856 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=100.996856 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=100.996856 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=128.051401 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=128.051401 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=128.051401 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=128.051401 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=128.051401 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=128.051401 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=128.051401 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=128.051401 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=155.105947 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=155.105947 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=155.105947 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=155.105947 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=155.105947 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=155.105947 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=155.105947 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=155.105947 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=182.160492 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=182.160492 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=182.160492 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=182.160492 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=182.160492 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=182.160492 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=182.160492 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=182.160492 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=209.215038 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=209.215038 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=209.215038 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=209.215038 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=209.215038 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=209.215038 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=209.215038 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p76dd41b1fa)&gt;&lt;use xlink:href=#C0_0_678b03c0cb x=209.215038 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p76dd41b1fa&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:40.703323&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_51f1d8984a d=&quot;M 288.894053 -176.697632 \n",
+       "L 288.894053 -188.247632 \n",
+       "L 275.366781 -194.022632 \n",
+       "L 261.839508 -188.247632 \n",
+       "L 261.839508 -176.697632 \n",
+       "L 275.366781 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-183.075872 y=521.052632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-183.075872 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-183.075872 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-183.075872 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-183.075872 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-183.075872 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-183.075872 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-183.075872 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-183.075872 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-156.021326 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-156.021326 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-156.021326 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-156.021326 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-156.021326 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-156.021326 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-156.021326 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-156.021326 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-156.021326 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-128.966781 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-128.966781 y=486.402632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-128.966781 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-128.966781 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-128.966781 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-128.966781 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-128.966781 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-128.966781 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-128.966781 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-101.912235 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-101.912235 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-101.912235 y=451.752632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-101.912235 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-101.912235 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-101.912235 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-101.912235 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-101.912235 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-101.912235 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-74.85769 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-74.85769 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-74.85769 y=451.752632 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-74.85769 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-74.85769 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-74.85769 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-74.85769 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-74.85769 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-74.85769 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-47.803144 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-47.803144 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-47.803144 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-47.803144 y=417.102632 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-47.803144 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-47.803144 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-47.803144 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-47.803144 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-47.803144 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-20.748599 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-20.748599 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-20.748599 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-20.748599 y=417.102632 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-20.748599 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-20.748599 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-20.748599 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-20.748599 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-20.748599 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=6.305947 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=6.305947 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=6.305947 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=6.305947 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=6.305947 y=382.452632 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=6.305947 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=6.305947 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=6.305947 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=6.305947 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=33.360492 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=33.360492 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=33.360492 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=33.360492 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=33.360492 y=382.452632 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=33.360492 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=33.360492 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=33.360492 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=33.360492 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=60.415038 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=60.415038 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=60.415038 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=60.415038 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=60.415038 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=60.415038 y=347.802632 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=60.415038 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=60.415038 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=60.415038 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=87.469583 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=87.469583 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=87.469583 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=87.469583 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=87.469583 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=87.469583 y=347.802632 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=87.469583 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=87.469583 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=87.469583 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=114.524128 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=114.524128 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=114.524128 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=114.524128 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=114.524128 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=114.524128 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=114.524128 y=313.152632 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=114.524128 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=114.524128 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=141.578674 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=141.578674 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=141.578674 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=141.578674 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=141.578674 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=141.578674 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=141.578674 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=141.578674 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=141.578674 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=168.633219 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=168.633219 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=168.633219 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=168.633219 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=168.633219 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=168.633219 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=168.633219 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=168.633219 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=168.633219 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=195.687765 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=195.687765 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=195.687765 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=195.687765 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=195.687765 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=195.687765 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=195.687765 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=195.687765 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=195.687765 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=222.74231 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=222.74231 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=222.74231 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=222.74231 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=222.74231 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=222.74231 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=222.74231 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=222.74231 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=222.74231 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-169.548599 y=503.727632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-169.548599 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-169.548599 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-169.548599 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-169.548599 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-169.548599 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-169.548599 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-169.548599 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-142.494053 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-142.494053 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-142.494053 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-142.494053 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-142.494053 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-142.494053 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-142.494053 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-142.494053 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-115.439508 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-115.439508 y=469.077632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-115.439508 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-115.439508 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-115.439508 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-115.439508 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-115.439508 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-115.439508 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-88.384962 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-88.384962 y=469.077632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-88.384962 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-88.384962 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-88.384962 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-88.384962 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-88.384962 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-88.384962 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-61.330417 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-61.330417 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-61.330417 y=434.427632 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-61.330417 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-61.330417 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-61.330417 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-61.330417 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-61.330417 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-34.275872 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-34.275872 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-34.275872 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-34.275872 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-34.275872 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-34.275872 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-34.275872 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-34.275872 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-7.221326 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-7.221326 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-7.221326 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-7.221326 y=399.777632 style=&quot;fill: #4385bc; stroke: #4385bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-7.221326 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-7.221326 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-7.221326 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=-7.221326 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=19.833219 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=19.833219 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=19.833219 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=19.833219 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=19.833219 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=19.833219 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=19.833219 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=19.833219 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=46.887765 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=46.887765 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=46.887765 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=46.887765 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=46.887765 y=365.127632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=46.887765 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=46.887765 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=46.887765 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=73.94231 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=73.94231 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=73.94231 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=73.94231 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=73.94231 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=73.94231 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=73.94231 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=73.94231 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=100.996856 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=100.996856 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=100.996856 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=100.996856 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=100.996856 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=100.996856 y=330.477632 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=100.996856 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=100.996856 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=128.051401 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=128.051401 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=128.051401 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=128.051401 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=128.051401 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=128.051401 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=128.051401 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=128.051401 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=155.105947 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=155.105947 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=155.105947 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=155.105947 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=155.105947 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=155.105947 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=155.105947 y=295.827632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=155.105947 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=182.160492 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=182.160492 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=182.160492 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=182.160492 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=182.160492 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=182.160492 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=182.160492 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=182.160492 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=209.215038 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=209.215038 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=209.215038 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=209.215038 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=209.215038 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=209.215038 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=209.215038 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec50a0f4b9)&gt;&lt;use xlink:href=#C0_0_51f1d8984a x=209.215038 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pec50a0f4b9&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:47.862726&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_c8778eb9ce d=&quot;M 288.894053 -109.969887 \n",
+       "L 288.894053 -121.519887 \n",
+       "L 275.366781 -127.294887 \n",
+       "L 261.839508 -121.519887 \n",
+       "L 261.839508 -109.969887 \n",
+       "L 275.366781 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-183.075872 y=454.324887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-183.075872 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-183.075872 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-183.075872 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-183.075872 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-183.075872 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-183.075872 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-183.075872 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-183.075872 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-156.021326 y=454.324887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-156.021326 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-156.021326 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-156.021326 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-156.021326 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-156.021326 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-156.021326 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-156.021326 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-156.021326 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-128.966781 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-128.966781 y=419.674887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-128.966781 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-128.966781 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-128.966781 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-128.966781 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-128.966781 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-128.966781 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-128.966781 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-101.912235 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-101.912235 y=419.674887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-101.912235 y=385.024887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-101.912235 y=350.374887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-101.912235 y=315.724887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-101.912235 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-101.912235 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-101.912235 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-101.912235 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-74.85769 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-74.85769 y=419.674887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-74.85769 y=385.024887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-74.85769 y=350.374887 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-74.85769 y=315.724887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-74.85769 y=281.074887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-74.85769 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-74.85769 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-74.85769 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-47.803144 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-47.803144 y=419.674887 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-47.803144 y=385.024887 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-47.803144 y=350.374887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-47.803144 y=315.724887 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-47.803144 y=281.074887 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-47.803144 y=246.424887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-47.803144 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-47.803144 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-20.748599 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-20.748599 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-20.748599 y=385.024887 style=&quot;fill: #4386bc; stroke: #4386bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-20.748599 y=350.374887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-20.748599 y=315.724887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-20.748599 y=281.074887 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-20.748599 y=246.424887 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-20.748599 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-20.748599 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=6.305947 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=6.305947 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=6.305947 y=385.024887 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=6.305947 y=350.374887 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=6.305947 y=315.724887 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=6.305947 y=281.074887 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=6.305947 y=246.424887 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=6.305947 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=6.305947 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=33.360492 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=33.360492 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=33.360492 y=385.024887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=33.360492 y=350.374887 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=33.360492 y=315.724887 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=33.360492 y=281.074887 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=33.360492 y=246.424887 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=33.360492 y=211.774887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=33.360492 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=60.415038 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=60.415038 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=60.415038 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=60.415038 y=350.374887 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=60.415038 y=315.724887 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=60.415038 y=281.074887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=60.415038 y=246.424887 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=60.415038 y=211.774887 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=60.415038 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=87.469583 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=87.469583 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=87.469583 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=87.469583 y=350.374887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=87.469583 y=315.724887 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=87.469583 y=281.074887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=87.469583 y=246.424887 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=87.469583 y=211.774887 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=87.469583 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=114.524128 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=114.524128 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=114.524128 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=114.524128 y=350.374887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=114.524128 y=315.724887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=114.524128 y=281.074887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=114.524128 y=246.424887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=114.524128 y=211.774887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=114.524128 y=177.124887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=141.578674 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=141.578674 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=141.578674 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=141.578674 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=141.578674 y=315.724887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=141.578674 y=281.074887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=141.578674 y=246.424887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=141.578674 y=211.774887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=141.578674 y=177.124887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=168.633219 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=168.633219 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=168.633219 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=168.633219 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=168.633219 y=315.724887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=168.633219 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=168.633219 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=168.633219 y=211.774887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=168.633219 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=195.687765 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=195.687765 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=195.687765 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=195.687765 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=195.687765 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=195.687765 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=195.687765 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=195.687765 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=195.687765 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=222.74231 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=222.74231 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=222.74231 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=222.74231 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=222.74231 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=222.74231 y=281.074887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=222.74231 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=222.74231 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=222.74231 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-169.548599 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-169.548599 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-169.548599 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-169.548599 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-169.548599 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-169.548599 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-169.548599 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-169.548599 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-142.494053 y=436.999887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-142.494053 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-142.494053 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-142.494053 y=333.049887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-142.494053 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-142.494053 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-142.494053 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-142.494053 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-115.439508 y=436.999887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-115.439508 y=402.349887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-115.439508 y=367.699887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-115.439508 y=333.049887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-115.439508 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-115.439508 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-115.439508 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-115.439508 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-88.384962 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-88.384962 y=402.349887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-88.384962 y=367.699887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-88.384962 y=333.049887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-88.384962 y=298.399887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-88.384962 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-88.384962 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-88.384962 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-61.330417 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-61.330417 y=402.349887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-61.330417 y=367.699887 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-61.330417 y=333.049887 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-61.330417 y=298.399887 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-61.330417 y=263.749887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-61.330417 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-61.330417 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-34.275872 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-34.275872 y=402.349887 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-34.275872 y=367.699887 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-34.275872 y=333.049887 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-34.275872 y=298.399887 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-34.275872 y=263.749887 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-34.275872 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-34.275872 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-7.221326 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-7.221326 y=402.349887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-7.221326 y=367.699887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-7.221326 y=333.049887 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-7.221326 y=298.399887 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-7.221326 y=263.749887 style=&quot;fill: #3b80b9; stroke: #3b80b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-7.221326 y=229.099887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=-7.221326 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=19.833219 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=19.833219 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=19.833219 y=367.699887 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=19.833219 y=333.049887 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=19.833219 y=298.399887 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=19.833219 y=263.749887 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=19.833219 y=229.099887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=19.833219 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=46.887765 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=46.887765 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=46.887765 y=367.699887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=46.887765 y=333.049887 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=46.887765 y=298.399887 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=46.887765 y=263.749887 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=46.887765 y=229.099887 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=46.887765 y=194.449887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=73.94231 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=73.94231 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=73.94231 y=367.699887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=73.94231 y=333.049887 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=73.94231 y=298.399887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=73.94231 y=263.749887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=73.94231 y=229.099887 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=73.94231 y=194.449887 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=100.996856 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=100.996856 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=100.996856 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=100.996856 y=333.049887 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=100.996856 y=298.399887 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=100.996856 y=263.749887 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=100.996856 y=229.099887 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=100.996856 y=194.449887 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=128.051401 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=128.051401 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=128.051401 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=128.051401 y=333.049887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=128.051401 y=298.399887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=128.051401 y=263.749887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=128.051401 y=229.099887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=128.051401 y=194.449887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=155.105947 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=155.105947 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=155.105947 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=155.105947 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=155.105947 y=298.399887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=155.105947 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=155.105947 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=155.105947 y=194.449887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=182.160492 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=182.160492 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=182.160492 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=182.160492 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=182.160492 y=298.399887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=182.160492 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=182.160492 y=229.099887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=182.160492 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=209.215038 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=209.215038 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=209.215038 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=209.215038 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=209.215038 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=209.215038 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=209.215038 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8123be2737)&gt;&lt;use xlink:href=#C0_0_c8778eb9ce x=209.215038 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p8123be2737&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:54.541202&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_15bd17d78c d=&quot;M 288.894053 -170.339681 \n",
+       "L 288.894053 -181.889681 \n",
+       "L 275.366781 -187.664681 \n",
+       "L 261.839508 -181.889681 \n",
+       "L 261.839508 -170.339681 \n",
+       "L 275.366781 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-183.075872 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-183.075872 y=480.044681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-183.075872 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-183.075872 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-183.075872 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-183.075872 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-183.075872 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-183.075872 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-183.075872 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-156.021326 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-156.021326 y=480.044681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-156.021326 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-156.021326 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-156.021326 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-156.021326 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-156.021326 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-156.021326 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-156.021326 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-128.966781 y=514.694681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-128.966781 y=480.044681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-128.966781 y=445.394681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-128.966781 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-128.966781 y=376.094681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-128.966781 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-128.966781 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-128.966781 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-128.966781 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-101.912235 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-101.912235 y=480.044681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-101.912235 y=445.394681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-101.912235 y=410.744681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-101.912235 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-101.912235 y=341.444681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-101.912235 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-101.912235 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-101.912235 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-74.85769 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-74.85769 y=480.044681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-74.85769 y=445.394681 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-74.85769 y=410.744681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-74.85769 y=376.094681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-74.85769 y=341.444681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-74.85769 y=306.794681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-74.85769 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-74.85769 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-47.803144 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-47.803144 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-47.803144 y=445.394681 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-47.803144 y=410.744681 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-47.803144 y=376.094681 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-47.803144 y=341.444681 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-47.803144 y=306.794681 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-47.803144 y=272.144681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-47.803144 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-20.748599 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-20.748599 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-20.748599 y=445.394681 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-20.748599 y=410.744681 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-20.748599 y=376.094681 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-20.748599 y=341.444681 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-20.748599 y=306.794681 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-20.748599 y=272.144681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-20.748599 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=6.305947 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=6.305947 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=6.305947 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=6.305947 y=410.744681 style=&quot;fill: #3f83bb; stroke: #3f83bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=6.305947 y=376.094681 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=6.305947 y=341.444681 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=6.305947 y=306.794681 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=6.305947 y=272.144681 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=6.305947 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=33.360492 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=33.360492 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=33.360492 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=33.360492 y=410.744681 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=33.360492 y=376.094681 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=33.360492 y=341.444681 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=33.360492 y=306.794681 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=33.360492 y=272.144681 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=33.360492 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=60.415038 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=60.415038 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=60.415038 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=60.415038 y=410.744681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=60.415038 y=376.094681 style=&quot;fill: #5390c1; stroke: #5390c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=60.415038 y=341.444681 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=60.415038 y=306.794681 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=60.415038 y=272.144681 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=60.415038 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=87.469583 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=87.469583 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=87.469583 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=87.469583 y=410.744681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=87.469583 y=376.094681 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=87.469583 y=341.444681 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=87.469583 y=306.794681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=87.469583 y=272.144681 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=87.469583 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=114.524128 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=114.524128 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=114.524128 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=114.524128 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=114.524128 y=376.094681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=114.524128 y=341.444681 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=114.524128 y=306.794681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=114.524128 y=272.144681 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=114.524128 y=237.494681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=141.578674 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=141.578674 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=141.578674 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=141.578674 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=141.578674 y=376.094681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=141.578674 y=341.444681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=141.578674 y=306.794681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=141.578674 y=272.144681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=141.578674 y=237.494681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=168.633219 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=168.633219 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=168.633219 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=168.633219 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=168.633219 y=376.094681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=168.633219 y=341.444681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=168.633219 y=306.794681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=168.633219 y=272.144681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=168.633219 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=195.687765 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=195.687765 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=195.687765 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=195.687765 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=195.687765 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=195.687765 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=195.687765 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=195.687765 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=195.687765 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=222.74231 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=222.74231 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=222.74231 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=222.74231 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=222.74231 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=222.74231 y=341.444681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=222.74231 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=222.74231 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=222.74231 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-169.548599 y=497.369681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-169.548599 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-169.548599 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-169.548599 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-169.548599 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-169.548599 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-169.548599 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-169.548599 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-142.494053 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-142.494053 y=462.719681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-142.494053 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-142.494053 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-142.494053 y=358.769681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-142.494053 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-142.494053 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-142.494053 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-115.439508 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-115.439508 y=462.719681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-115.439508 y=428.069681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-115.439508 y=393.419681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-115.439508 y=358.769681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-115.439508 y=324.119681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-115.439508 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-115.439508 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-88.384962 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-88.384962 y=462.719681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-88.384962 y=428.069681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-88.384962 y=393.419681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-88.384962 y=358.769681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-88.384962 y=324.119681 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-88.384962 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-88.384962 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-61.330417 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-61.330417 y=462.719681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-61.330417 y=428.069681 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-61.330417 y=393.419681 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-61.330417 y=358.769681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-61.330417 y=324.119681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-61.330417 y=289.469681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-61.330417 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-34.275872 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-34.275872 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-34.275872 y=428.069681 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-34.275872 y=393.419681 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-34.275872 y=358.769681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-34.275872 y=324.119681 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-34.275872 y=289.469681 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-34.275872 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-7.221326 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-7.221326 y=462.719681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-7.221326 y=428.069681 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-7.221326 y=393.419681 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-7.221326 y=358.769681 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-7.221326 y=324.119681 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-7.221326 y=289.469681 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=-7.221326 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=19.833219 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=19.833219 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=19.833219 y=428.069681 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=19.833219 y=393.419681 style=&quot;fill: #4788bd; stroke: #4788bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=19.833219 y=358.769681 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=19.833219 y=324.119681 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=19.833219 y=289.469681 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=19.833219 y=254.819681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=46.887765 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=46.887765 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=46.887765 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=46.887765 y=393.419681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=46.887765 y=358.769681 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=46.887765 y=324.119681 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=46.887765 y=289.469681 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=46.887765 y=254.819681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=73.94231 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=73.94231 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=73.94231 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=73.94231 y=393.419681 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=73.94231 y=358.769681 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=73.94231 y=324.119681 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=73.94231 y=289.469681 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=73.94231 y=254.819681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=100.996856 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=100.996856 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=100.996856 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=100.996856 y=393.419681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=100.996856 y=358.769681 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=100.996856 y=324.119681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=100.996856 y=289.469681 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=100.996856 y=254.819681 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=128.051401 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=128.051401 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=128.051401 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=128.051401 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=128.051401 y=358.769681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=128.051401 y=324.119681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=128.051401 y=289.469681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=128.051401 y=254.819681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=155.105947 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=155.105947 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=155.105947 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=155.105947 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=155.105947 y=358.769681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=155.105947 y=324.119681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=155.105947 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=155.105947 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=182.160492 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=182.160492 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=182.160492 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=182.160492 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=182.160492 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=182.160492 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=182.160492 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=182.160492 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=209.215038 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=209.215038 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=209.215038 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=209.215038 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=209.215038 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=209.215038 y=324.119681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=209.215038 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pac36529a7d)&gt;&lt;use xlink:href=#C0_0_15bd17d78c x=209.215038 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pac36529a7d&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:00.339715&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_2f3453272f d=&quot;M 288.894053 -119.986935 \n",
+       "L 288.894053 -131.536935 \n",
+       "L 275.366781 -137.311935 \n",
+       "L 261.839508 -131.536935 \n",
+       "L 261.839508 -119.986935 \n",
+       "L 275.366781 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-183.075872 y=464.341935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-183.075872 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-183.075872 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-183.075872 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-183.075872 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-183.075872 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-183.075872 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-183.075872 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-183.075872 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-156.021326 y=464.341935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-156.021326 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-156.021326 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-156.021326 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-156.021326 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-156.021326 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-156.021326 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-156.021326 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-156.021326 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-128.966781 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-128.966781 y=429.691935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-128.966781 y=395.041935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-128.966781 y=360.391935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-128.966781 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-128.966781 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-128.966781 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-128.966781 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-128.966781 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-101.912235 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-101.912235 y=429.691935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-101.912235 y=395.041935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-101.912235 y=360.391935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-101.912235 y=325.741935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-101.912235 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-101.912235 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-101.912235 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-101.912235 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-74.85769 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-74.85769 y=429.691935 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-74.85769 y=395.041935 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-74.85769 y=360.391935 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-74.85769 y=325.741935 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-74.85769 y=291.091935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-74.85769 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-74.85769 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-74.85769 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-47.803144 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-47.803144 y=429.691935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-47.803144 y=395.041935 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-47.803144 y=360.391935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-47.803144 y=325.741935 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-47.803144 y=291.091935 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-47.803144 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-47.803144 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-47.803144 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-20.748599 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-20.748599 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-20.748599 y=395.041935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-20.748599 y=360.391935 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-20.748599 y=325.741935 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-20.748599 y=291.091935 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-20.748599 y=256.441935 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-20.748599 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-20.748599 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=6.305947 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=6.305947 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=6.305947 y=395.041935 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=6.305947 y=360.391935 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=6.305947 y=325.741935 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=6.305947 y=291.091935 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=6.305947 y=256.441935 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=6.305947 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=6.305947 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=33.360492 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=33.360492 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=33.360492 y=395.041935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=33.360492 y=360.391935 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=33.360492 y=325.741935 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=33.360492 y=291.091935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=33.360492 y=256.441935 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=33.360492 y=221.791935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=33.360492 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=60.415038 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=60.415038 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=60.415038 y=395.041935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=60.415038 y=360.391935 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=60.415038 y=325.741935 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=60.415038 y=291.091935 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=60.415038 y=256.441935 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=60.415038 y=221.791935 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=60.415038 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=87.469583 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=87.469583 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=87.469583 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=87.469583 y=360.391935 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=87.469583 y=325.741935 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=87.469583 y=291.091935 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=87.469583 y=256.441935 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=87.469583 y=221.791935 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=87.469583 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=114.524128 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=114.524128 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=114.524128 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=114.524128 y=360.391935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=114.524128 y=325.741935 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=114.524128 y=291.091935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=114.524128 y=256.441935 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=114.524128 y=221.791935 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=114.524128 y=187.141935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=141.578674 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=141.578674 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=141.578674 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=141.578674 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=141.578674 y=325.741935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=141.578674 y=291.091935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=141.578674 y=256.441935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=141.578674 y=221.791935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=141.578674 y=187.141935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=168.633219 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=168.633219 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=168.633219 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=168.633219 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=168.633219 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=168.633219 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=168.633219 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=168.633219 y=221.791935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=168.633219 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=195.687765 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=195.687765 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=195.687765 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=195.687765 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=195.687765 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=195.687765 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=195.687765 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=195.687765 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=195.687765 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=222.74231 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=222.74231 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=222.74231 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=222.74231 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=222.74231 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=222.74231 y=291.091935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=222.74231 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=222.74231 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=222.74231 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-169.548599 y=447.016935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-169.548599 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-169.548599 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-169.548599 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-169.548599 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-169.548599 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-169.548599 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-169.548599 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-142.494053 y=447.016935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-142.494053 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-142.494053 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-142.494053 y=343.066935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-142.494053 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-142.494053 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-142.494053 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-142.494053 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-115.439508 y=447.016935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-115.439508 y=412.366935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-115.439508 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-115.439508 y=343.066935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-115.439508 y=308.416935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-115.439508 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-115.439508 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-115.439508 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-88.384962 y=447.016935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-88.384962 y=412.366935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-88.384962 y=377.716935 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-88.384962 y=343.066935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-88.384962 y=308.416935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-88.384962 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-88.384962 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-88.384962 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-61.330417 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-61.330417 y=412.366935 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-61.330417 y=377.716935 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-61.330417 y=343.066935 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-61.330417 y=308.416935 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-61.330417 y=273.766935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-61.330417 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-61.330417 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-34.275872 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-34.275872 y=412.366935 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-34.275872 y=377.716935 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-34.275872 y=343.066935 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-34.275872 y=308.416935 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-34.275872 y=273.766935 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-34.275872 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-34.275872 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-7.221326 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-7.221326 y=412.366935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-7.221326 y=377.716935 style=&quot;fill: #659bc7; stroke: #659bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-7.221326 y=343.066935 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-7.221326 y=308.416935 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-7.221326 y=273.766935 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-7.221326 y=239.116935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=-7.221326 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=19.833219 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=19.833219 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=19.833219 y=377.716935 style=&quot;fill: #4788bd; stroke: #4788bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=19.833219 y=343.066935 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=19.833219 y=308.416935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=19.833219 y=273.766935 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=19.833219 y=239.116935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=19.833219 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=46.887765 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=46.887765 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=46.887765 y=377.716935 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=46.887765 y=343.066935 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=46.887765 y=308.416935 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=46.887765 y=273.766935 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=46.887765 y=239.116935 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=46.887765 y=204.466935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=73.94231 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=73.94231 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=73.94231 y=377.716935 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=73.94231 y=343.066935 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=73.94231 y=308.416935 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=73.94231 y=273.766935 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=73.94231 y=239.116935 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=73.94231 y=204.466935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=100.996856 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=100.996856 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=100.996856 y=377.716935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=100.996856 y=343.066935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=100.996856 y=308.416935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=100.996856 y=273.766935 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=100.996856 y=239.116935 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=100.996856 y=204.466935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=128.051401 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=128.051401 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=128.051401 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=128.051401 y=343.066935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=128.051401 y=308.416935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=128.051401 y=273.766935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=128.051401 y=239.116935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=128.051401 y=204.466935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=155.105947 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=155.105947 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=155.105947 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=155.105947 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=155.105947 y=308.416935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=155.105947 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=155.105947 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=155.105947 y=204.466935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=182.160492 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=182.160492 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=182.160492 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=182.160492 y=343.066935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=182.160492 y=308.416935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=182.160492 y=273.766935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=182.160492 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=182.160492 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=209.215038 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=209.215038 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=209.215038 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=209.215038 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=209.215038 y=308.416935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=209.215038 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=209.215038 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p79e5e30a69)&gt;&lt;use xlink:href=#C0_0_2f3453272f x=209.215038 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p79e5e30a69&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:06.656079&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_0dac977cde d=&quot;M 288.894053 -51.645 \n",
+       "L 288.894053 -63.195 \n",
+       "L 275.366781 -68.97 \n",
+       "L 261.839508 -63.195 \n",
+       "L 261.839508 -51.645 \n",
+       "L 275.366781 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-183.075872 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-183.075872 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-183.075872 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-183.075872 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-183.075872 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-183.075872 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-183.075872 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-183.075872 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-183.075872 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-156.021326 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-156.021326 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-156.021326 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-156.021326 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-156.021326 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-156.021326 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-156.021326 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-156.021326 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-156.021326 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-128.966781 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-128.966781 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-128.966781 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-128.966781 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-128.966781 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-128.966781 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-128.966781 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-128.966781 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-128.966781 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-101.912235 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-101.912235 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-101.912235 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-101.912235 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-101.912235 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-101.912235 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-101.912235 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-101.912235 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-101.912235 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-74.85769 y=396 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-74.85769 y=361.35 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-74.85769 y=326.7 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-74.85769 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-74.85769 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-74.85769 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-74.85769 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-74.85769 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-74.85769 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-47.803144 y=396 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-47.803144 y=361.35 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-47.803144 y=326.7 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-47.803144 y=292.05 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-47.803144 y=257.4 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-47.803144 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-47.803144 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-47.803144 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-47.803144 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-20.748599 y=396 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-20.748599 y=361.35 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-20.748599 y=326.7 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-20.748599 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-20.748599 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-20.748599 y=222.75 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-20.748599 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-20.748599 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-20.748599 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=6.305947 y=396 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=6.305947 y=361.35 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=6.305947 y=326.7 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=6.305947 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=6.305947 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=6.305947 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=6.305947 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=6.305947 y=153.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=6.305947 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=33.360492 y=396 style=&quot;fill: #387fb8; stroke: #387fb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=33.360492 y=361.35 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=33.360492 y=326.7 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=33.360492 y=292.05 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=33.360492 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=33.360492 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=33.360492 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=33.360492 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=33.360492 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=60.415038 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=60.415038 y=361.35 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=60.415038 y=326.7 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=60.415038 y=292.05 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=60.415038 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=60.415038 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=60.415038 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=60.415038 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=60.415038 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=87.469583 y=396 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=87.469583 y=361.35 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=87.469583 y=326.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=87.469583 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=87.469583 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=87.469583 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=87.469583 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=87.469583 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=87.469583 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=114.524128 y=396 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=114.524128 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=114.524128 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=114.524128 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=114.524128 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=114.524128 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=114.524128 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=114.524128 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=114.524128 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=141.578674 y=396 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=141.578674 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=141.578674 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=141.578674 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=141.578674 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=141.578674 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=141.578674 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=141.578674 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=141.578674 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=168.633219 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=168.633219 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=168.633219 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=168.633219 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=168.633219 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=168.633219 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=168.633219 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=168.633219 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=168.633219 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=195.687765 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=195.687765 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=195.687765 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=195.687765 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=195.687765 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=195.687765 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=195.687765 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=195.687765 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=195.687765 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=222.74231 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=222.74231 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=222.74231 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=222.74231 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=222.74231 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=222.74231 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=222.74231 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=222.74231 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=222.74231 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-169.548599 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-169.548599 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-169.548599 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-169.548599 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-169.548599 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-169.548599 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-169.548599 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-169.548599 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-142.494053 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-142.494053 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-142.494053 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-142.494053 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-142.494053 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-142.494053 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-142.494053 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-142.494053 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-115.439508 y=378.675 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-115.439508 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-115.439508 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-115.439508 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-115.439508 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-115.439508 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-115.439508 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-115.439508 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-88.384962 y=378.675 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-88.384962 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-88.384962 y=309.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-88.384962 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-88.384962 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-88.384962 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-88.384962 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-88.384962 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-61.330417 y=378.675 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-61.330417 y=344.025 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-61.330417 y=309.375 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-61.330417 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-61.330417 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-61.330417 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-61.330417 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-61.330417 y=136.125 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-34.275872 y=378.675 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-34.275872 y=344.025 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-34.275872 y=309.375 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-34.275872 y=274.725 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-34.275872 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-34.275872 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-34.275872 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-34.275872 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-7.221326 y=378.675 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-7.221326 y=344.025 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-7.221326 y=309.375 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-7.221326 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-7.221326 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-7.221326 y=205.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-7.221326 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=-7.221326 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=19.833219 y=378.675 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=19.833219 y=344.025 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=19.833219 y=309.375 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=19.833219 y=274.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=19.833219 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=19.833219 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=19.833219 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=19.833219 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=46.887765 y=378.675 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=46.887765 y=344.025 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=46.887765 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=46.887765 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=46.887765 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=46.887765 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=46.887765 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=46.887765 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=73.94231 y=378.675 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=73.94231 y=344.025 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=73.94231 y=309.375 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=73.94231 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=73.94231 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=73.94231 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=73.94231 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=73.94231 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=100.996856 y=378.675 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=100.996856 y=344.025 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=100.996856 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=100.996856 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=100.996856 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=100.996856 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=100.996856 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=100.996856 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=128.051401 y=378.675 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=128.051401 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=128.051401 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=128.051401 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=128.051401 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=128.051401 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=128.051401 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=128.051401 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=155.105947 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=155.105947 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=155.105947 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=155.105947 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=155.105947 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=155.105947 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=155.105947 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=155.105947 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=182.160492 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=182.160492 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=182.160492 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=182.160492 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=182.160492 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=182.160492 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=182.160492 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=182.160492 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=209.215038 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=209.215038 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=209.215038 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=209.215038 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=209.215038 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=209.215038 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=209.215038 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd5cb9e8de1)&gt;&lt;use xlink:href=#C0_0_0dac977cde x=209.215038 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pd5cb9e8de1&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:12.928017&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_950fdff6bf d=&quot;M 288.894053 -51.645 \n",
+       "L 288.894053 -63.195 \n",
+       "L 275.366781 -68.97 \n",
+       "L 261.839508 -63.195 \n",
+       "L 261.839508 -51.645 \n",
+       "L 275.366781 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-183.075872 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-183.075872 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-183.075872 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-183.075872 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-183.075872 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-183.075872 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-183.075872 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-183.075872 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-183.075872 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-156.021326 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-156.021326 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-156.021326 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-156.021326 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-156.021326 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-156.021326 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-156.021326 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-156.021326 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-156.021326 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-128.966781 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-128.966781 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-128.966781 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-128.966781 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-128.966781 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-128.966781 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-128.966781 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-128.966781 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-128.966781 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-101.912235 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-101.912235 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-101.912235 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-101.912235 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-101.912235 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-101.912235 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-101.912235 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-101.912235 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-101.912235 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-74.85769 y=396 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-74.85769 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-74.85769 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-74.85769 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-74.85769 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-74.85769 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-74.85769 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-74.85769 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-74.85769 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-47.803144 y=396 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-47.803144 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-47.803144 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-47.803144 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-47.803144 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-47.803144 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-47.803144 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-47.803144 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-47.803144 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-20.748599 y=396 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-20.748599 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-20.748599 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-20.748599 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-20.748599 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-20.748599 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-20.748599 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-20.748599 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-20.748599 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=6.305947 y=396 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=6.305947 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=6.305947 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=6.305947 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=6.305947 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=6.305947 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=6.305947 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=6.305947 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=6.305947 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=33.360492 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=33.360492 y=361.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=33.360492 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=33.360492 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=33.360492 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=33.360492 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=33.360492 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=33.360492 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=33.360492 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=60.415038 y=396 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=60.415038 y=361.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=60.415038 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=60.415038 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=60.415038 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=60.415038 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=60.415038 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=60.415038 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=60.415038 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=87.469583 y=396 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=87.469583 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=87.469583 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=87.469583 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=87.469583 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=87.469583 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=87.469583 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=87.469583 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=87.469583 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=114.524128 y=396 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=114.524128 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=114.524128 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=114.524128 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=114.524128 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=114.524128 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=114.524128 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=114.524128 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=114.524128 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=141.578674 y=396 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=141.578674 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=141.578674 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=141.578674 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=141.578674 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=141.578674 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=141.578674 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=141.578674 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=141.578674 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=168.633219 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=168.633219 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=168.633219 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=168.633219 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=168.633219 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=168.633219 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=168.633219 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=168.633219 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=168.633219 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=195.687765 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=195.687765 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=195.687765 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=195.687765 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=195.687765 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=195.687765 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=195.687765 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=195.687765 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=195.687765 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=222.74231 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=222.74231 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=222.74231 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=222.74231 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=222.74231 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=222.74231 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=222.74231 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=222.74231 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=222.74231 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-169.548599 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-169.548599 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-169.548599 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-169.548599 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-169.548599 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-169.548599 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-169.548599 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-169.548599 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-142.494053 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-142.494053 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-142.494053 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-142.494053 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-142.494053 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-142.494053 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-142.494053 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-142.494053 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-115.439508 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-115.439508 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-115.439508 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-115.439508 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-115.439508 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-115.439508 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-115.439508 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-115.439508 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-88.384962 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-88.384962 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-88.384962 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-88.384962 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-88.384962 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-88.384962 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-88.384962 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-88.384962 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-61.330417 y=378.675 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-61.330417 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-61.330417 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-61.330417 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-61.330417 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-61.330417 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-61.330417 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-61.330417 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-34.275872 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-34.275872 y=344.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-34.275872 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-34.275872 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-34.275872 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-34.275872 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-34.275872 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-34.275872 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-7.221326 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-7.221326 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-7.221326 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-7.221326 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-7.221326 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-7.221326 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-7.221326 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=-7.221326 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=19.833219 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=19.833219 y=344.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=19.833219 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=19.833219 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=19.833219 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=19.833219 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=19.833219 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=19.833219 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=46.887765 y=378.675 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=46.887765 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=46.887765 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=46.887765 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=46.887765 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=46.887765 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=46.887765 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=46.887765 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=73.94231 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=73.94231 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=73.94231 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=73.94231 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=73.94231 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=73.94231 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=73.94231 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=73.94231 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=100.996856 y=378.675 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=100.996856 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=100.996856 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=100.996856 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=100.996856 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=100.996856 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=100.996856 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=100.996856 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=128.051401 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=128.051401 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=128.051401 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=128.051401 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=128.051401 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=128.051401 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=128.051401 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=128.051401 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=155.105947 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=155.105947 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=155.105947 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=155.105947 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=155.105947 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=155.105947 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=155.105947 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=155.105947 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=182.160492 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=182.160492 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=182.160492 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=182.160492 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=182.160492 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=182.160492 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=182.160492 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=182.160492 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=209.215038 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=209.215038 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=209.215038 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=209.215038 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=209.215038 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=209.215038 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=209.215038 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6a38c07a8e)&gt;&lt;use xlink:href=#C0_0_950fdff6bf x=209.215038 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p6a38c07a8e&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:18.729914&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_3e5f3f1c0a d=&quot;M 288.894053 -30.54327 \n",
+       "L 288.894053 -42.09327 \n",
+       "L 275.366781 -47.86827 \n",
+       "L 261.839508 -42.09327 \n",
+       "L 261.839508 -30.54327 \n",
+       "L 275.366781 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-183.075872 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-183.075872 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-183.075872 y=305.59827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-183.075872 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-183.075872 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-183.075872 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-183.075872 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-183.075872 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-183.075872 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-156.021326 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-156.021326 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-156.021326 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-156.021326 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-156.021326 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-156.021326 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-156.021326 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-156.021326 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-156.021326 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-128.966781 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-128.966781 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-128.966781 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-128.966781 y=270.94827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-128.966781 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-128.966781 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-128.966781 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-128.966781 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-128.966781 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-101.912235 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-101.912235 y=340.24827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-101.912235 y=305.59827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-101.912235 y=270.94827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-101.912235 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-101.912235 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-101.912235 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-101.912235 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-101.912235 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-74.85769 y=374.89827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-74.85769 y=340.24827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-74.85769 y=305.59827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-74.85769 y=270.94827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-74.85769 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-74.85769 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-74.85769 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-74.85769 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-74.85769 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-47.803144 y=374.89827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-47.803144 y=340.24827 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-47.803144 y=305.59827 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-47.803144 y=270.94827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-47.803144 y=236.29827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-47.803144 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-47.803144 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-47.803144 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-47.803144 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-20.748599 y=374.89827 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-20.748599 y=340.24827 style=&quot;fill: #538fc1; stroke: #538fc1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-20.748599 y=305.59827 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-20.748599 y=270.94827 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-20.748599 y=236.29827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-20.748599 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-20.748599 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-20.748599 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-20.748599 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=6.305947 y=374.89827 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=6.305947 y=340.24827 style=&quot;fill: #4184bb; stroke: #4184bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=6.305947 y=305.59827 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=6.305947 y=270.94827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=6.305947 y=236.29827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=6.305947 y=201.64827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=6.305947 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=6.305947 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=6.305947 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=33.360492 y=374.89827 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=33.360492 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=33.360492 y=305.59827 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=33.360492 y=270.94827 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=33.360492 y=236.29827 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=33.360492 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=33.360492 y=166.99827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=33.360492 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=33.360492 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=60.415038 y=374.89827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=60.415038 y=340.24827 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=60.415038 y=305.59827 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=60.415038 y=270.94827 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=60.415038 y=236.29827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=60.415038 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=60.415038 y=166.99827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=60.415038 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=60.415038 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=87.469583 y=374.89827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=87.469583 y=340.24827 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=87.469583 y=305.59827 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=87.469583 y=270.94827 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=87.469583 y=236.29827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=87.469583 y=201.64827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=87.469583 y=166.99827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=87.469583 y=132.34827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=87.469583 y=97.69827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=114.524128 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=114.524128 y=340.24827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=114.524128 y=305.59827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=114.524128 y=270.94827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=114.524128 y=236.29827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=114.524128 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=114.524128 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=114.524128 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=114.524128 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=141.578674 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=141.578674 y=340.24827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=141.578674 y=305.59827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=141.578674 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=141.578674 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=141.578674 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=141.578674 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=141.578674 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=141.578674 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=168.633219 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=168.633219 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=168.633219 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=168.633219 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=168.633219 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=168.633219 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=168.633219 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=168.633219 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=168.633219 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=195.687765 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=195.687765 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=195.687765 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=195.687765 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=195.687765 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=195.687765 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=195.687765 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=195.687765 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=195.687765 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=222.74231 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=222.74231 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=222.74231 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=222.74231 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=222.74231 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=222.74231 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=222.74231 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=222.74231 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=222.74231 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-169.548599 y=357.57327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-169.548599 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-169.548599 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-169.548599 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-169.548599 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-169.548599 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-169.548599 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-169.548599 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-142.494053 y=357.57327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-142.494053 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-142.494053 y=288.27327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-142.494053 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-142.494053 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-142.494053 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-142.494053 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-142.494053 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-115.439508 y=357.57327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-115.439508 y=322.92327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-115.439508 y=288.27327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-115.439508 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-115.439508 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-115.439508 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-115.439508 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-115.439508 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-88.384962 y=357.57327 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-88.384962 y=322.92327 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-88.384962 y=288.27327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-88.384962 y=253.62327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-88.384962 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-88.384962 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-88.384962 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-88.384962 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-61.330417 y=357.57327 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-61.330417 y=322.92327 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-61.330417 y=288.27327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-61.330417 y=253.62327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-61.330417 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-61.330417 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-61.330417 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-61.330417 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-34.275872 y=357.57327 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-34.275872 y=322.92327 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-34.275872 y=288.27327 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-34.275872 y=253.62327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-34.275872 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-34.275872 y=184.32327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-34.275872 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-34.275872 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-7.221326 y=357.57327 style=&quot;fill: #508dc0; stroke: #508dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-7.221326 y=322.92327 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-7.221326 y=288.27327 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-7.221326 y=253.62327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-7.221326 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-7.221326 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-7.221326 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=-7.221326 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=19.833219 y=357.57327 style=&quot;fill: #4486bc; stroke: #4486bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=19.833219 y=322.92327 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=19.833219 y=288.27327 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=19.833219 y=253.62327 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=19.833219 y=218.97327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=19.833219 y=184.32327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=19.833219 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=19.833219 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=46.887765 y=357.57327 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=46.887765 y=322.92327 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=46.887765 y=288.27327 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=46.887765 y=253.62327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=46.887765 y=218.97327 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=46.887765 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=46.887765 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=46.887765 y=115.02327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=73.94231 y=357.57327 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=73.94231 y=322.92327 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=73.94231 y=288.27327 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=73.94231 y=253.62327 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=73.94231 y=218.97327 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=73.94231 y=184.32327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=73.94231 y=149.67327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=73.94231 y=115.02327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=100.996856 y=357.57327 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=100.996856 y=322.92327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=100.996856 y=288.27327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=100.996856 y=253.62327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=100.996856 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=100.996856 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=100.996856 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=100.996856 y=115.02327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=128.051401 y=357.57327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=128.051401 y=322.92327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=128.051401 y=288.27327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=128.051401 y=253.62327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=128.051401 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=128.051401 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=128.051401 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=128.051401 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=155.105947 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=155.105947 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=155.105947 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=155.105947 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=155.105947 y=218.97327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=155.105947 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=155.105947 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=155.105947 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=182.160492 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=182.160492 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=182.160492 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=182.160492 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=182.160492 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=182.160492 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=182.160492 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=182.160492 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=209.215038 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=209.215038 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=209.215038 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=209.215038 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=209.215038 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=209.215038 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=209.215038 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p739e71e857)&gt;&lt;use xlink:href=#C0_0_3e5f3f1c0a x=209.215038 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p739e71e857&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_deviation-interactions_temperature_deviation_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:27.501131&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(114.322305 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(193.384386 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(272.586312 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(348.867925 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.369069 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(498.650682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(238.342891 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_e4eaa7532d d=&quot;M 288.894053 61733.155 \n",
+       "L 288.894053 61721.605 \n",
+       "L 275.366781 61715.83 \n",
+       "L 261.839508 61721.605 \n",
+       "L 261.839508 61733.155 \n",
+       "L 275.366781 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-183.075872 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-183.075872 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-183.075872 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-183.075872 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-183.075872 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-183.075872 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-183.075872 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-183.075872 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-183.075872 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-156.021326 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-156.021326 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-156.021326 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-156.021326 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-156.021326 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-156.021326 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-156.021326 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-156.021326 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-156.021326 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-128.966781 y=-61388.8 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-128.966781 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-128.966781 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-128.966781 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-128.966781 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-128.966781 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-128.966781 y=-61596.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-128.966781 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-128.966781 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-101.912235 y=-61388.8 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-101.912235 y=-61423.45 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-101.912235 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-101.912235 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-101.912235 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-101.912235 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-101.912235 y=-61596.7 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-101.912235 y=-61631.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-101.912235 y=-61666 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-74.85769 y=-61388.8 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-74.85769 y=-61423.45 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-74.85769 y=-61458.1 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-74.85769 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-74.85769 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-74.85769 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-74.85769 y=-61596.7 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-74.85769 y=-61631.35 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-74.85769 y=-61666 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-47.803144 y=-61388.8 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-47.803144 y=-61423.45 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-47.803144 y=-61458.1 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-47.803144 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-47.803144 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-47.803144 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-47.803144 y=-61596.7 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-47.803144 y=-61631.35 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-47.803144 y=-61666 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-20.748599 y=-61388.8 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-20.748599 y=-61423.45 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-20.748599 y=-61458.1 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-20.748599 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-20.748599 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-20.748599 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-20.748599 y=-61596.7 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-20.748599 y=-61631.35 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-20.748599 y=-61666 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=6.305947 y=-61388.8 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=6.305947 y=-61423.45 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=6.305947 y=-61458.1 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=6.305947 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=6.305947 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=6.305947 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=6.305947 y=-61596.7 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=6.305947 y=-61631.35 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=6.305947 y=-61666 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=33.360492 y=-61388.8 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=33.360492 y=-61423.45 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=33.360492 y=-61458.1 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=33.360492 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=33.360492 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=33.360492 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=33.360492 y=-61596.7 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=33.360492 y=-61631.35 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=33.360492 y=-61666 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=60.415038 y=-61388.8 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=60.415038 y=-61423.45 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=60.415038 y=-61458.1 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=60.415038 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=60.415038 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=60.415038 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=60.415038 y=-61596.7 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=60.415038 y=-61631.35 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=60.415038 y=-61666 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=87.469583 y=-61388.8 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=87.469583 y=-61423.45 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=87.469583 y=-61458.1 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=87.469583 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=87.469583 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=87.469583 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=87.469583 y=-61596.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=87.469583 y=-61631.35 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=87.469583 y=-61666 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=114.524128 y=-61388.8 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=114.524128 y=-61423.45 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=114.524128 y=-61458.1 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=114.524128 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=114.524128 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=114.524128 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=114.524128 y=-61596.7 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=114.524128 y=-61631.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=114.524128 y=-61666 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=141.578674 y=-61388.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=141.578674 y=-61423.45 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=141.578674 y=-61458.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=141.578674 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=141.578674 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=141.578674 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=141.578674 y=-61596.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=141.578674 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=141.578674 y=-61666 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=168.633219 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=168.633219 y=-61423.45 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=168.633219 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=168.633219 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=168.633219 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=168.633219 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=168.633219 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=168.633219 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=168.633219 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=195.687765 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=195.687765 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=195.687765 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=195.687765 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=195.687765 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=195.687765 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=195.687765 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=195.687765 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=195.687765 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=222.74231 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=222.74231 y=-61423.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=222.74231 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=222.74231 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=222.74231 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=222.74231 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=222.74231 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=222.74231 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=222.74231 y=-61666 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-169.548599 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-169.548599 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-169.548599 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-169.548599 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-169.548599 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-169.548599 y=-61579.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-169.548599 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-169.548599 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-142.494053 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-142.494053 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-142.494053 y=-61475.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-142.494053 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-142.494053 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-142.494053 y=-61579.375 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-142.494053 y=-61614.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-142.494053 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-115.439508 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-115.439508 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-115.439508 y=-61475.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-115.439508 y=-61510.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-115.439508 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-115.439508 y=-61579.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-115.439508 y=-61614.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-115.439508 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-88.384962 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-88.384962 y=-61440.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-88.384962 y=-61475.425 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-88.384962 y=-61510.075 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-88.384962 y=-61544.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-88.384962 y=-61579.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-88.384962 y=-61614.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-88.384962 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-61.330417 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-61.330417 y=-61440.775 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-61.330417 y=-61475.425 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-61.330417 y=-61510.075 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-61.330417 y=-61544.725 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-61.330417 y=-61579.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-61.330417 y=-61614.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-61.330417 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-34.275872 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-34.275872 y=-61440.775 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-34.275872 y=-61475.425 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-34.275872 y=-61510.075 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-34.275872 y=-61544.725 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-34.275872 y=-61579.375 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-34.275872 y=-61614.025 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-34.275872 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-7.221326 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-7.221326 y=-61440.775 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-7.221326 y=-61475.425 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-7.221326 y=-61510.075 style=&quot;fill: #5f97c5; stroke: #5f97c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-7.221326 y=-61544.725 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-7.221326 y=-61579.375 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-7.221326 y=-61614.025 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=-7.221326 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=19.833219 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=19.833219 y=-61440.775 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=19.833219 y=-61475.425 style=&quot;fill: #4a8abe; stroke: #4a8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=19.833219 y=-61510.075 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=19.833219 y=-61544.725 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=19.833219 y=-61579.375 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=19.833219 y=-61614.025 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=19.833219 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=46.887765 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=46.887765 y=-61440.775 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=46.887765 y=-61475.425 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=46.887765 y=-61510.075 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=46.887765 y=-61544.725 style=&quot;fill: #518ec0; stroke: #518ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=46.887765 y=-61579.375 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=46.887765 y=-61614.025 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=46.887765 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=73.94231 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=73.94231 y=-61440.775 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=73.94231 y=-61475.425 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=73.94231 y=-61510.075 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=73.94231 y=-61544.725 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=73.94231 y=-61579.375 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=73.94231 y=-61614.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=73.94231 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=100.996856 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=100.996856 y=-61440.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=100.996856 y=-61475.425 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=100.996856 y=-61510.075 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=100.996856 y=-61544.725 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=100.996856 y=-61579.375 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=100.996856 y=-61614.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=100.996856 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=128.051401 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=128.051401 y=-61440.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=128.051401 y=-61475.425 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=128.051401 y=-61510.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=128.051401 y=-61544.725 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=128.051401 y=-61579.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=128.051401 y=-61614.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=128.051401 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=155.105947 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=155.105947 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=155.105947 y=-61475.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=155.105947 y=-61510.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=155.105947 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=155.105947 y=-61579.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=155.105947 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=155.105947 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=182.160492 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=182.160492 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=182.160492 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=182.160492 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=182.160492 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=182.160492 y=-61579.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=182.160492 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=182.160492 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=209.215038 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=209.215038 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=209.215038 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=209.215038 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=209.215038 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=209.215038 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=209.215038 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3b431e3016)&gt;&lt;use xlink:href=#C0_0_e4eaa7532d x=209.215038 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p3b431e3016&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_temperature_max&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_temperature_max-interactions_temperature_max_day_in_month aria-controls=interactions_temperature_max-interactions_temperature_max_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_passengers aria-controls=interactions_temperature_max-interactions_temperature_max_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_temperature_midday aria-controls=interactions_temperature_max-interactions_temperature_max_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_sunshine_percentage aria-controls=interactions_temperature_max-interactions_temperature_max_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_snow_5days aria-controls=interactions_temperature_max-interactions_temperature_max_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_temperature_deviation aria-controls=interactions_temperature_max-interactions_temperature_max_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_temperature_max aria-controls=interactions_temperature_max-interactions_temperature_max_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_temperature_min aria-controls=interactions_temperature_max-interactions_temperature_max_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_temperature_evening aria-controls=interactions_temperature_max-interactions_temperature_max_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_precipiation_5days aria-controls=interactions_temperature_max-interactions_temperature_max_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_precipiation aria-controls=interactions_temperature_max-interactions_temperature_max_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_wind aria-controls=interactions_temperature_max-interactions_temperature_max_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_max-interactions_temperature_max_year aria-controls=interactions_temperature_max-interactions_temperature_max_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_temperature_max-interactions_temperature_max_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:38.667670&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_cb8fd9eef3 d=&quot;M 191.205266 -42.405 \n",
+       "L 191.205266 -53.955 \n",
+       "L 177.677993 -59.73 \n",
+       "L 164.15072 -53.955 \n",
+       "L 164.15072 -42.405 \n",
+       "L 177.677993 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-85.387084 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-85.387084 y=352.11 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-85.387084 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-85.387084 y=282.81 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-85.387084 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-85.387084 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-85.387084 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-85.387084 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-85.387084 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-58.332538 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-58.332538 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-58.332538 y=317.46 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-58.332538 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-58.332538 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-58.332538 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-58.332538 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-58.332538 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-58.332538 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-31.277993 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-31.277993 y=352.11 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-31.277993 y=317.46 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-31.277993 y=282.81 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-31.277993 y=248.16 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-31.277993 y=213.51 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-31.277993 y=178.86 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-31.277993 y=144.21 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-31.277993 y=109.56 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-4.223447 y=386.76 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-4.223447 y=352.11 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-4.223447 y=317.46 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-4.223447 y=282.81 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-4.223447 y=248.16 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-4.223447 y=213.51 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-4.223447 y=178.86 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-4.223447 y=144.21 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-4.223447 y=109.56 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=22.831098 y=386.76 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=22.831098 y=352.11 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=22.831098 y=317.46 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=22.831098 y=282.81 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=22.831098 y=248.16 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=22.831098 y=213.51 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=22.831098 y=178.86 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=22.831098 y=144.21 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=22.831098 y=109.56 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=49.885644 y=386.76 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=49.885644 y=352.11 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=49.885644 y=317.46 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=49.885644 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=49.885644 y=248.16 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=49.885644 y=213.51 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=49.885644 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=49.885644 y=144.21 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=49.885644 y=109.56 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=76.940189 y=386.76 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=76.940189 y=352.11 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=76.940189 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=76.940189 y=282.81 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=76.940189 y=248.16 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=76.940189 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=76.940189 y=178.86 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=76.940189 y=144.21 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=76.940189 y=109.56 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=103.994734 y=386.76 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=103.994734 y=352.11 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=103.994734 y=317.46 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=103.994734 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=103.994734 y=248.16 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=103.994734 y=213.51 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=103.994734 y=178.86 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=103.994734 y=144.21 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=103.994734 y=109.56 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=131.04928 y=386.76 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=131.04928 y=352.11 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=131.04928 y=317.46 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=131.04928 y=282.81 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=131.04928 y=248.16 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=131.04928 y=213.51 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=131.04928 y=178.86 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=131.04928 y=144.21 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=131.04928 y=109.56 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=158.103825 y=386.76 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=158.103825 y=352.11 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=158.103825 y=317.46 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=158.103825 y=282.81 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=158.103825 y=248.16 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=158.103825 y=213.51 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=158.103825 y=178.86 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=158.103825 y=144.21 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=158.103825 y=109.56 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=185.158371 y=386.76 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=185.158371 y=352.11 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=185.158371 y=317.46 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=185.158371 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=185.158371 y=248.16 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=185.158371 y=213.51 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=185.158371 y=178.86 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=185.158371 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=185.158371 y=109.56 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=212.212916 y=386.76 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=212.212916 y=352.11 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=212.212916 y=317.46 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=212.212916 y=282.81 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=212.212916 y=248.16 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=212.212916 y=213.51 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=212.212916 y=178.86 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=212.212916 y=144.21 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=212.212916 y=109.56 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=239.267462 y=386.76 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=239.267462 y=352.11 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=239.267462 y=317.46 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=239.267462 y=282.81 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=239.267462 y=248.16 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=239.267462 y=213.51 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=239.267462 y=178.86 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=239.267462 y=144.21 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=239.267462 y=109.56 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=266.322007 y=386.76 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=266.322007 y=352.11 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=266.322007 y=317.46 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=266.322007 y=282.81 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=266.322007 y=248.16 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=266.322007 y=213.51 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=266.322007 y=178.86 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=266.322007 y=144.21 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=266.322007 y=109.56 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=293.376553 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=293.376553 y=352.11 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=293.376553 y=317.46 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=293.376553 y=282.81 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=293.376553 y=248.16 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=293.376553 y=213.51 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=293.376553 y=178.86 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=293.376553 y=144.21 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=293.376553 y=109.56 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=320.431098 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=320.431098 y=352.11 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=320.431098 y=317.46 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=320.431098 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=320.431098 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=320.431098 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=320.431098 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=320.431098 y=144.21 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=320.431098 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-71.859811 y=369.435 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-71.859811 y=334.785 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-71.859811 y=300.135 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-71.859811 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-71.859811 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-71.859811 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-71.859811 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-71.859811 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-44.805266 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-44.805266 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-44.805266 y=300.135 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-44.805266 y=265.485 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-44.805266 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-44.805266 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-44.805266 y=161.535 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-44.805266 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-17.75072 y=369.435 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-17.75072 y=334.785 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-17.75072 y=300.135 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-17.75072 y=265.485 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-17.75072 y=230.835 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-17.75072 y=196.185 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-17.75072 y=161.535 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=-17.75072 y=126.885 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=9.303825 y=369.435 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=9.303825 y=334.785 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=9.303825 y=300.135 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=9.303825 y=265.485 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=9.303825 y=230.835 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=9.303825 y=196.185 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=9.303825 y=161.535 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=9.303825 y=126.885 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=36.358371 y=369.435 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=36.358371 y=334.785 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=36.358371 y=300.135 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=36.358371 y=265.485 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=36.358371 y=230.835 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=36.358371 y=196.185 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=36.358371 y=161.535 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=36.358371 y=126.885 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=63.412916 y=369.435 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=63.412916 y=334.785 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=63.412916 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=63.412916 y=265.485 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=63.412916 y=230.835 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=63.412916 y=196.185 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=63.412916 y=161.535 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=63.412916 y=126.885 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=90.467462 y=369.435 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=90.467462 y=334.785 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=90.467462 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=90.467462 y=265.485 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=90.467462 y=230.835 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=90.467462 y=196.185 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=90.467462 y=161.535 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=90.467462 y=126.885 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=117.522007 y=369.435 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=117.522007 y=334.785 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=117.522007 y=300.135 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=117.522007 y=265.485 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=117.522007 y=230.835 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=117.522007 y=196.185 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=117.522007 y=161.535 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=117.522007 y=126.885 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=144.576553 y=369.435 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=144.576553 y=334.785 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=144.576553 y=300.135 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=144.576553 y=265.485 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=144.576553 y=230.835 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=144.576553 y=196.185 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=144.576553 y=161.535 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=144.576553 y=126.885 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=171.631098 y=369.435 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=171.631098 y=334.785 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=171.631098 y=300.135 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=171.631098 y=265.485 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=171.631098 y=230.835 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=171.631098 y=196.185 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=171.631098 y=161.535 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=171.631098 y=126.885 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=198.685644 y=369.435 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=198.685644 y=334.785 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=198.685644 y=300.135 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=198.685644 y=265.485 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=198.685644 y=230.835 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=198.685644 y=196.185 style=&quot;fill: #4184bb; stroke: #4184bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=198.685644 y=161.535 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=198.685644 y=126.885 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=225.740189 y=369.435 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=225.740189 y=334.785 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=225.740189 y=300.135 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=225.740189 y=265.485 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=225.740189 y=230.835 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=225.740189 y=196.185 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=225.740189 y=161.535 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=225.740189 y=126.885 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=252.794734 y=369.435 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=252.794734 y=334.785 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=252.794734 y=300.135 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=252.794734 y=265.485 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=252.794734 y=230.835 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=252.794734 y=196.185 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=252.794734 y=161.535 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=252.794734 y=126.885 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=279.84928 y=369.435 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=279.84928 y=334.785 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=279.84928 y=300.135 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=279.84928 y=265.485 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=279.84928 y=230.835 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=279.84928 y=196.185 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=279.84928 y=161.535 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=279.84928 y=126.885 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=306.903825 y=369.435 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=306.903825 y=334.785 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=306.903825 y=300.135 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=306.903825 y=265.485 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=306.903825 y=230.835 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=306.903825 y=196.185 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=306.903825 y=161.535 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdfefa7b377)&gt;&lt;use xlink:href=#C0_0_cb8fd9eef3 x=306.903825 y=126.885 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pdfefa7b377&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:18.565762&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_5c47c79704 d=&quot;M 191.205266 -51.645 \n",
+       "L 191.205266 -63.195 \n",
+       "L 177.677993 -68.97 \n",
+       "L 164.15072 -63.195 \n",
+       "L 164.15072 -51.645 \n",
+       "L 177.677993 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-85.387084 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-85.387084 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-85.387084 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-85.387084 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-85.387084 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-85.387084 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-85.387084 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-85.387084 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-85.387084 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-58.332538 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-58.332538 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-58.332538 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-58.332538 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-58.332538 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-58.332538 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-58.332538 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-58.332538 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-58.332538 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-31.277993 y=396 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-31.277993 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-31.277993 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-31.277993 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-31.277993 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-31.277993 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-31.277993 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-31.277993 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-31.277993 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-4.223447 y=396 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-4.223447 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-4.223447 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-4.223447 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-4.223447 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-4.223447 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-4.223447 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-4.223447 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-4.223447 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=22.831098 y=396 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=22.831098 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=22.831098 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=22.831098 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=22.831098 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=22.831098 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=22.831098 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=22.831098 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=22.831098 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=49.885644 y=396 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=49.885644 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=49.885644 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=49.885644 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=49.885644 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=49.885644 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=49.885644 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=49.885644 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=49.885644 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=76.940189 y=396 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=76.940189 y=361.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=76.940189 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=76.940189 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=76.940189 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=76.940189 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=76.940189 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=76.940189 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=76.940189 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=103.994734 y=396 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=103.994734 y=361.35 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=103.994734 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=103.994734 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=103.994734 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=103.994734 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=103.994734 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=103.994734 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=103.994734 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=131.04928 y=396 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=131.04928 y=361.35 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=131.04928 y=326.7 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=131.04928 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=131.04928 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=131.04928 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=131.04928 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=131.04928 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=131.04928 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=158.103825 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=158.103825 y=361.35 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=158.103825 y=326.7 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=158.103825 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=158.103825 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=158.103825 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=158.103825 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=158.103825 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=158.103825 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=185.158371 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=185.158371 y=361.35 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=185.158371 y=326.7 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=185.158371 y=292.05 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=185.158371 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=185.158371 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=185.158371 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=185.158371 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=185.158371 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=212.212916 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=212.212916 y=361.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=212.212916 y=326.7 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=212.212916 y=292.05 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=212.212916 y=257.4 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=212.212916 y=222.75 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=212.212916 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=212.212916 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=212.212916 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=239.267462 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=239.267462 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=239.267462 y=326.7 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=239.267462 y=292.05 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=239.267462 y=257.4 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=239.267462 y=222.75 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=239.267462 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=239.267462 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=239.267462 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=266.322007 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=266.322007 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=266.322007 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=266.322007 y=292.05 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=266.322007 y=257.4 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=266.322007 y=222.75 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=266.322007 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=266.322007 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=266.322007 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=293.376553 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=293.376553 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=293.376553 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=293.376553 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=293.376553 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=293.376553 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=293.376553 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=293.376553 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=293.376553 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=320.431098 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=320.431098 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=320.431098 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=320.431098 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=320.431098 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=320.431098 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=320.431098 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=320.431098 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=320.431098 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-71.859811 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-71.859811 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-71.859811 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-71.859811 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-71.859811 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-71.859811 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-71.859811 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-71.859811 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-44.805266 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-44.805266 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-44.805266 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-44.805266 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-44.805266 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-44.805266 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-44.805266 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-44.805266 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-17.75072 y=378.675 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-17.75072 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-17.75072 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-17.75072 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-17.75072 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-17.75072 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-17.75072 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=-17.75072 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=9.303825 y=378.675 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=9.303825 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=9.303825 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=9.303825 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=9.303825 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=9.303825 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=9.303825 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=9.303825 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=36.358371 y=378.675 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=36.358371 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=36.358371 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=36.358371 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=36.358371 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=36.358371 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=36.358371 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=36.358371 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=63.412916 y=378.675 style=&quot;fill: #5390c1; stroke: #5390c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=63.412916 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=63.412916 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=63.412916 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=63.412916 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=63.412916 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=63.412916 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=63.412916 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=90.467462 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=90.467462 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=90.467462 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=90.467462 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=90.467462 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=90.467462 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=90.467462 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=90.467462 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=117.522007 y=378.675 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=117.522007 y=344.025 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=117.522007 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=117.522007 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=117.522007 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=117.522007 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=117.522007 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=117.522007 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=144.576553 y=378.675 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=144.576553 y=344.025 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=144.576553 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=144.576553 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=144.576553 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=144.576553 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=144.576553 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=144.576553 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=171.631098 y=378.675 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=171.631098 y=344.025 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=171.631098 y=309.375 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=171.631098 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=171.631098 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=171.631098 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=171.631098 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=171.631098 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=198.685644 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=198.685644 y=344.025 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=198.685644 y=309.375 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=198.685644 y=274.725 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=198.685644 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=198.685644 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=198.685644 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=198.685644 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=225.740189 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=225.740189 y=344.025 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=225.740189 y=309.375 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=225.740189 y=274.725 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=225.740189 y=240.075 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=225.740189 y=205.425 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=225.740189 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=225.740189 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=252.794734 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=252.794734 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=252.794734 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=252.794734 y=274.725 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=252.794734 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=252.794734 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=252.794734 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=252.794734 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=279.84928 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=279.84928 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=279.84928 y=309.375 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=279.84928 y=274.725 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=279.84928 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=279.84928 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=279.84928 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=279.84928 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=306.903825 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=306.903825 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=306.903825 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=306.903825 y=274.725 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=306.903825 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=306.903825 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=306.903825 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc832de696)&gt;&lt;use xlink:href=#C0_0_5c47c79704 x=306.903825 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pbc832de696&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:23.527133&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_dbd5f0b257 d=&quot;M 191.205266 -122.365729 \n",
+       "L 191.205266 -133.915729 \n",
+       "L 177.677993 -139.690729 \n",
+       "L 164.15072 -133.915729 \n",
+       "L 164.15072 -122.365729 \n",
+       "L 177.677993 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-85.387084 y=466.720729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-85.387084 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-85.387084 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-85.387084 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-85.387084 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-85.387084 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-85.387084 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-85.387084 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-85.387084 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-58.332538 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-58.332538 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-58.332538 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-58.332538 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-58.332538 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-58.332538 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-58.332538 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-58.332538 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-58.332538 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-31.277993 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-31.277993 y=432.070729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-31.277993 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-31.277993 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-31.277993 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-31.277993 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-31.277993 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-31.277993 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-31.277993 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-4.223447 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-4.223447 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-4.223447 y=397.420729 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-4.223447 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-4.223447 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-4.223447 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-4.223447 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-4.223447 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-4.223447 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=22.831098 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=22.831098 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=22.831098 y=397.420729 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=22.831098 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=22.831098 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=22.831098 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=22.831098 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=22.831098 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=22.831098 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=49.885644 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=49.885644 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=49.885644 y=397.420729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=49.885644 y=362.770729 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=49.885644 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=49.885644 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=49.885644 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=49.885644 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=49.885644 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=76.940189 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=76.940189 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=76.940189 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=76.940189 y=362.770729 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=76.940189 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=76.940189 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=76.940189 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=76.940189 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=76.940189 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=103.994734 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=103.994734 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=103.994734 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=103.994734 y=362.770729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=103.994734 y=328.120729 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=103.994734 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=103.994734 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=103.994734 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=103.994734 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=131.04928 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=131.04928 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=131.04928 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=131.04928 y=362.770729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=131.04928 y=328.120729 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=131.04928 y=293.470729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=131.04928 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=131.04928 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=131.04928 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=158.103825 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=158.103825 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=158.103825 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=158.103825 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=158.103825 y=328.120729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=158.103825 y=293.470729 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=158.103825 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=158.103825 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=158.103825 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=185.158371 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=185.158371 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=185.158371 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=185.158371 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=185.158371 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=185.158371 y=293.470729 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=185.158371 y=258.820729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=185.158371 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=185.158371 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=212.212916 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=212.212916 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=212.212916 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=212.212916 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=212.212916 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=212.212916 y=293.470729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=212.212916 y=258.820729 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=212.212916 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=212.212916 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=239.267462 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=239.267462 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=239.267462 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=239.267462 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=239.267462 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=239.267462 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=239.267462 y=258.820729 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=239.267462 y=224.170729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=239.267462 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=266.322007 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=266.322007 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=266.322007 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=266.322007 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=266.322007 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=266.322007 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=266.322007 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=266.322007 y=224.170729 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=266.322007 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=293.376553 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=293.376553 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=293.376553 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=293.376553 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=293.376553 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=293.376553 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=293.376553 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=293.376553 y=224.170729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=293.376553 y=189.520729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=320.431098 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=320.431098 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=320.431098 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=320.431098 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=320.431098 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=320.431098 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=320.431098 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=320.431098 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=320.431098 y=189.520729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-71.859811 y=449.395729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-71.859811 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-71.859811 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-71.859811 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-71.859811 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-71.859811 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-71.859811 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-71.859811 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-44.805266 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-44.805266 y=414.745729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-44.805266 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-44.805266 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-44.805266 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-44.805266 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-44.805266 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-44.805266 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-17.75072 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-17.75072 y=414.745729 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-17.75072 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-17.75072 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-17.75072 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-17.75072 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-17.75072 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=-17.75072 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=9.303825 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=9.303825 y=414.745729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=9.303825 y=380.095729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=9.303825 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=9.303825 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=9.303825 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=9.303825 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=9.303825 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=36.358371 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=36.358371 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=36.358371 y=380.095729 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=36.358371 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=36.358371 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=36.358371 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=36.358371 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=36.358371 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=63.412916 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=63.412916 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=63.412916 y=380.095729 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=63.412916 y=345.445729 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=63.412916 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=63.412916 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=63.412916 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=63.412916 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=90.467462 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=90.467462 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=90.467462 y=380.095729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=90.467462 y=345.445729 style=&quot;fill: #4888bd; stroke: #4888bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=90.467462 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=90.467462 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=90.467462 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=90.467462 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=117.522007 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=117.522007 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=117.522007 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=117.522007 y=345.445729 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=117.522007 y=310.795729 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=117.522007 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=117.522007 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=117.522007 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=144.576553 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=144.576553 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=144.576553 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=144.576553 y=345.445729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=144.576553 y=310.795729 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=144.576553 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=144.576553 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=144.576553 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=171.631098 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=171.631098 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=171.631098 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=171.631098 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=171.631098 y=310.795729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=171.631098 y=276.145729 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=171.631098 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=171.631098 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=198.685644 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=198.685644 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=198.685644 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=198.685644 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=198.685644 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=198.685644 y=276.145729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=198.685644 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=198.685644 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=225.740189 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=225.740189 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=225.740189 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=225.740189 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=225.740189 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=225.740189 y=276.145729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=225.740189 y=241.495729 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=225.740189 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=252.794734 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=252.794734 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=252.794734 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=252.794734 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=252.794734 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=252.794734 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=252.794734 y=241.495729 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=252.794734 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=279.84928 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=279.84928 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=279.84928 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=279.84928 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=279.84928 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=279.84928 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=279.84928 y=241.495729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=279.84928 y=206.845729 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=306.903825 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=306.903825 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=306.903825 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=306.903825 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=306.903825 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=306.903825 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=306.903825 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pad63539683)&gt;&lt;use xlink:href=#C0_0_dbd5f0b257 x=306.903825 y=206.845729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pad63539683&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:28.462112&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_d4eb94bbc8 d=&quot;M 191.205266 -51.645 \n",
+       "L 191.205266 -63.195 \n",
+       "L 177.677993 -68.97 \n",
+       "L 164.15072 -63.195 \n",
+       "L 164.15072 -51.645 \n",
+       "L 177.677993 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-85.387084 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-85.387084 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-85.387084 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-85.387084 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-85.387084 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-85.387084 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-85.387084 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-85.387084 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-85.387084 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-58.332538 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-58.332538 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-58.332538 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-58.332538 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-58.332538 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-58.332538 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-58.332538 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-58.332538 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-58.332538 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-31.277993 y=396 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-31.277993 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-31.277993 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-31.277993 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-31.277993 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-31.277993 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-31.277993 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-31.277993 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-31.277993 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-4.223447 y=396 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-4.223447 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-4.223447 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-4.223447 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-4.223447 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-4.223447 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-4.223447 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-4.223447 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-4.223447 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=22.831098 y=396 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=22.831098 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=22.831098 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=22.831098 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=22.831098 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=22.831098 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=22.831098 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=22.831098 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=22.831098 y=118.8 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=49.885644 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=49.885644 y=361.35 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=49.885644 y=326.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=49.885644 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=49.885644 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=49.885644 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=49.885644 y=188.1 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=49.885644 y=153.45 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=49.885644 y=118.8 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=76.940189 y=396 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=76.940189 y=361.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=76.940189 y=326.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=76.940189 y=292.05 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=76.940189 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=76.940189 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=76.940189 y=188.1 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=76.940189 y=153.45 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=76.940189 y=118.8 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=103.994734 y=396 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=103.994734 y=361.35 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=103.994734 y=326.7 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=103.994734 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=103.994734 y=257.4 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=103.994734 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=103.994734 y=188.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=103.994734 y=153.45 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=103.994734 y=118.8 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=131.04928 y=396 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=131.04928 y=361.35 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=131.04928 y=326.7 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=131.04928 y=292.05 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=131.04928 y=257.4 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=131.04928 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=131.04928 y=188.1 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=131.04928 y=153.45 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=131.04928 y=118.8 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=158.103825 y=396 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=158.103825 y=361.35 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=158.103825 y=326.7 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=158.103825 y=292.05 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=158.103825 y=257.4 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=158.103825 y=222.75 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=158.103825 y=188.1 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=158.103825 y=153.45 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=158.103825 y=118.8 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=185.158371 y=396 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=185.158371 y=361.35 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=185.158371 y=326.7 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=185.158371 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=185.158371 y=257.4 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=185.158371 y=222.75 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=185.158371 y=188.1 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=185.158371 y=153.45 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=185.158371 y=118.8 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=212.212916 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=212.212916 y=361.35 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=212.212916 y=326.7 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=212.212916 y=292.05 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=212.212916 y=257.4 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=212.212916 y=222.75 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=212.212916 y=188.1 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=212.212916 y=153.45 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=212.212916 y=118.8 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=239.267462 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=239.267462 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=239.267462 y=326.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=239.267462 y=292.05 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=239.267462 y=257.4 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=239.267462 y=222.75 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=239.267462 y=188.1 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=239.267462 y=153.45 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=239.267462 y=118.8 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=266.322007 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=266.322007 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=266.322007 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=266.322007 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=266.322007 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=266.322007 y=222.75 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=266.322007 y=188.1 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=266.322007 y=153.45 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=266.322007 y=118.8 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=293.376553 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=293.376553 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=293.376553 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=293.376553 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=293.376553 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=293.376553 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=293.376553 y=188.1 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=293.376553 y=153.45 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=293.376553 y=118.8 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=320.431098 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=320.431098 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=320.431098 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=320.431098 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=320.431098 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=320.431098 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=320.431098 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=320.431098 y=153.45 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=320.431098 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-71.859811 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-71.859811 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-71.859811 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-71.859811 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-71.859811 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-71.859811 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-71.859811 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-71.859811 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-44.805266 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-44.805266 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-44.805266 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-44.805266 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-44.805266 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-44.805266 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-44.805266 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-44.805266 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-17.75072 y=378.675 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-17.75072 y=344.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-17.75072 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-17.75072 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-17.75072 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-17.75072 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-17.75072 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=-17.75072 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=9.303825 y=378.675 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=9.303825 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=9.303825 y=309.375 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=9.303825 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=9.303825 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=9.303825 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=9.303825 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=9.303825 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=36.358371 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=36.358371 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=36.358371 y=309.375 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=36.358371 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=36.358371 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=36.358371 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=36.358371 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=36.358371 y=136.125 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=63.412916 y=378.675 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=63.412916 y=344.025 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=63.412916 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=63.412916 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=63.412916 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=63.412916 y=205.425 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=63.412916 y=170.775 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=63.412916 y=136.125 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=90.467462 y=378.675 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=90.467462 y=344.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=90.467462 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=90.467462 y=274.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=90.467462 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=90.467462 y=205.425 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=90.467462 y=170.775 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=90.467462 y=136.125 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=117.522007 y=378.675 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=117.522007 y=344.025 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=117.522007 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=117.522007 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=117.522007 y=240.075 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=117.522007 y=205.425 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=117.522007 y=170.775 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=117.522007 y=136.125 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=144.576553 y=378.675 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=144.576553 y=344.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=144.576553 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=144.576553 y=274.725 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=144.576553 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=144.576553 y=205.425 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=144.576553 y=170.775 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=144.576553 y=136.125 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=171.631098 y=378.675 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=171.631098 y=344.025 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=171.631098 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=171.631098 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=171.631098 y=240.075 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=171.631098 y=205.425 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=171.631098 y=170.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=171.631098 y=136.125 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=198.685644 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=198.685644 y=344.025 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=198.685644 y=309.375 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=198.685644 y=274.725 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=198.685644 y=240.075 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=198.685644 y=205.425 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=198.685644 y=170.775 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=198.685644 y=136.125 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=225.740189 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=225.740189 y=344.025 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=225.740189 y=309.375 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=225.740189 y=274.725 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=225.740189 y=240.075 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=225.740189 y=205.425 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=225.740189 y=170.775 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=225.740189 y=136.125 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=252.794734 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=252.794734 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=252.794734 y=309.375 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=252.794734 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=252.794734 y=240.075 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=252.794734 y=205.425 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=252.794734 y=170.775 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=252.794734 y=136.125 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=279.84928 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=279.84928 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=279.84928 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=279.84928 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=279.84928 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=279.84928 y=205.425 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=279.84928 y=170.775 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=279.84928 y=136.125 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=306.903825 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=306.903825 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=306.903825 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=306.903825 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=306.903825 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=306.903825 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=306.903825 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa328000cc5)&gt;&lt;use xlink:href=#C0_0_d4eb94bbc8 x=306.903825 y=136.125 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pa328000cc5&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:34.298973&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_7260070d75 d=&quot;M 191.205266 -51.645 \n",
+       "L 191.205266 -63.195 \n",
+       "L 177.677993 -68.97 \n",
+       "L 164.15072 -63.195 \n",
+       "L 164.15072 -51.645 \n",
+       "L 177.677993 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-85.387084 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-85.387084 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-85.387084 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-85.387084 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-85.387084 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-85.387084 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-85.387084 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-85.387084 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-85.387084 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-58.332538 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-58.332538 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-58.332538 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-58.332538 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-58.332538 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-58.332538 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-58.332538 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-58.332538 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-58.332538 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-31.277993 y=396 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-31.277993 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-31.277993 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-31.277993 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-31.277993 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-31.277993 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-31.277993 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-31.277993 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-31.277993 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-4.223447 y=396 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-4.223447 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-4.223447 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-4.223447 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-4.223447 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-4.223447 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-4.223447 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-4.223447 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-4.223447 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=22.831098 y=396 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=22.831098 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=22.831098 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=22.831098 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=22.831098 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=22.831098 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=22.831098 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=22.831098 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=22.831098 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=49.885644 y=396 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=49.885644 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=49.885644 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=49.885644 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=49.885644 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=49.885644 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=49.885644 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=49.885644 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=49.885644 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=76.940189 y=396 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=76.940189 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=76.940189 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=76.940189 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=76.940189 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=76.940189 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=76.940189 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=76.940189 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=76.940189 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=103.994734 y=396 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=103.994734 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=103.994734 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=103.994734 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=103.994734 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=103.994734 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=103.994734 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=103.994734 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=103.994734 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=131.04928 y=396 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=131.04928 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=131.04928 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=131.04928 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=131.04928 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=131.04928 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=131.04928 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=131.04928 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=131.04928 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=158.103825 y=396 style=&quot;fill: #387eb8; stroke: #387eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=158.103825 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=158.103825 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=158.103825 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=158.103825 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=158.103825 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=158.103825 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=158.103825 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=158.103825 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=185.158371 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=185.158371 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=185.158371 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=185.158371 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=185.158371 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=185.158371 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=185.158371 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=185.158371 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=185.158371 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=212.212916 y=396 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=212.212916 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=212.212916 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=212.212916 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=212.212916 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=212.212916 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=212.212916 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=212.212916 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=212.212916 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=239.267462 y=396 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=239.267462 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=239.267462 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=239.267462 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=239.267462 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=239.267462 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=239.267462 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=239.267462 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=239.267462 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=266.322007 y=396 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=266.322007 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=266.322007 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=266.322007 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=266.322007 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=266.322007 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=266.322007 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=266.322007 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=266.322007 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=293.376553 y=396 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=293.376553 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=293.376553 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=293.376553 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=293.376553 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=293.376553 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=293.376553 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=293.376553 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=293.376553 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=320.431098 y=396 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=320.431098 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=320.431098 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=320.431098 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=320.431098 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=320.431098 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=320.431098 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=320.431098 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=320.431098 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-71.859811 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-71.859811 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-71.859811 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-71.859811 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-71.859811 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-71.859811 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-71.859811 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-71.859811 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-44.805266 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-44.805266 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-44.805266 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-44.805266 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-44.805266 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-44.805266 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-44.805266 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-44.805266 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-17.75072 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-17.75072 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-17.75072 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-17.75072 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-17.75072 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-17.75072 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-17.75072 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=-17.75072 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=9.303825 y=378.675 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=9.303825 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=9.303825 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=9.303825 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=9.303825 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=9.303825 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=9.303825 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=9.303825 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=36.358371 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=36.358371 y=344.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=36.358371 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=36.358371 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=36.358371 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=36.358371 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=36.358371 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=36.358371 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=63.412916 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=63.412916 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=63.412916 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=63.412916 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=63.412916 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=63.412916 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=63.412916 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=63.412916 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=90.467462 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=90.467462 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=90.467462 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=90.467462 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=90.467462 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=90.467462 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=90.467462 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=90.467462 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=117.522007 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=117.522007 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=117.522007 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=117.522007 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=117.522007 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=117.522007 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=117.522007 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=117.522007 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=144.576553 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=144.576553 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=144.576553 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=144.576553 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=144.576553 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=144.576553 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=144.576553 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=144.576553 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=171.631098 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=171.631098 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=171.631098 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=171.631098 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=171.631098 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=171.631098 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=171.631098 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=171.631098 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=198.685644 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=198.685644 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=198.685644 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=198.685644 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=198.685644 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=198.685644 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=198.685644 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=198.685644 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=225.740189 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=225.740189 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=225.740189 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=225.740189 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=225.740189 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=225.740189 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=225.740189 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=225.740189 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=252.794734 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=252.794734 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=252.794734 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=252.794734 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=252.794734 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=252.794734 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=252.794734 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=252.794734 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=279.84928 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=279.84928 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=279.84928 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=279.84928 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=279.84928 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=279.84928 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=279.84928 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=279.84928 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=306.903825 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=306.903825 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=306.903825 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=306.903825 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=306.903825 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=306.903825 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=306.903825 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9aca3fae3d)&gt;&lt;use xlink:href=#C0_0_7260070d75 x=306.903825 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p9aca3fae3d&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:41.225138&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_861f2adf28 d=&quot;M 191.205266 -176.697632 \n",
+       "L 191.205266 -188.247632 \n",
+       "L 177.677993 -194.022632 \n",
+       "L 164.15072 -188.247632 \n",
+       "L 164.15072 -176.697632 \n",
+       "L 177.677993 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-85.387084 y=521.052632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-85.387084 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-85.387084 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-85.387084 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-85.387084 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-85.387084 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-85.387084 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-85.387084 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-85.387084 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-58.332538 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-58.332538 y=486.402632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-58.332538 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-58.332538 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-58.332538 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-58.332538 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-58.332538 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-58.332538 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-58.332538 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-31.277993 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-31.277993 y=486.402632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-31.277993 y=451.752632 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-31.277993 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-31.277993 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-31.277993 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-31.277993 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-31.277993 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-31.277993 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-4.223447 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-4.223447 y=486.402632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-4.223447 y=451.752632 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-4.223447 y=417.102632 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-4.223447 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-4.223447 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-4.223447 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-4.223447 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-4.223447 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=22.831098 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=22.831098 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=22.831098 y=451.752632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=22.831098 y=417.102632 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=22.831098 y=382.452632 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=22.831098 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=22.831098 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=22.831098 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=22.831098 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=49.885644 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=49.885644 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=49.885644 y=451.752632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=49.885644 y=417.102632 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=49.885644 y=382.452632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=49.885644 y=347.802632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=49.885644 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=49.885644 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=49.885644 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=76.940189 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=76.940189 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=76.940189 y=451.752632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=76.940189 y=417.102632 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=76.940189 y=382.452632 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=76.940189 y=347.802632 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=76.940189 y=313.152632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=76.940189 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=76.940189 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=103.994734 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=103.994734 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=103.994734 y=451.752632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=103.994734 y=417.102632 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=103.994734 y=382.452632 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=103.994734 y=347.802632 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=103.994734 y=313.152632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=103.994734 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=103.994734 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=131.04928 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=131.04928 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=131.04928 y=451.752632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=131.04928 y=417.102632 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=131.04928 y=382.452632 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=131.04928 y=347.802632 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=131.04928 y=313.152632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=131.04928 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=131.04928 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=158.103825 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=158.103825 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=158.103825 y=451.752632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=158.103825 y=417.102632 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=158.103825 y=382.452632 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=158.103825 y=347.802632 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=158.103825 y=313.152632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=158.103825 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=158.103825 y=243.852632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=185.158371 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=185.158371 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=185.158371 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=185.158371 y=417.102632 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=185.158371 y=382.452632 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=185.158371 y=347.802632 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=185.158371 y=313.152632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=185.158371 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=185.158371 y=243.852632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=212.212916 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=212.212916 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=212.212916 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=212.212916 y=417.102632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=212.212916 y=382.452632 style=&quot;fill: #4d8bbf; stroke: #4d8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=212.212916 y=347.802632 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=212.212916 y=313.152632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=212.212916 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=212.212916 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=239.267462 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=239.267462 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=239.267462 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=239.267462 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=239.267462 y=382.452632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=239.267462 y=347.802632 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=239.267462 y=313.152632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=239.267462 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=239.267462 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=266.322007 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=266.322007 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=266.322007 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=266.322007 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=266.322007 y=382.452632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=266.322007 y=347.802632 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=266.322007 y=313.152632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=266.322007 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=266.322007 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=293.376553 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=293.376553 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=293.376553 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=293.376553 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=293.376553 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=293.376553 y=347.802632 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=293.376553 y=313.152632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=293.376553 y=278.502632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=293.376553 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=320.431098 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=320.431098 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=320.431098 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=320.431098 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=320.431098 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=320.431098 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=320.431098 y=313.152632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=320.431098 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=320.431098 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-71.859811 y=503.727632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-71.859811 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-71.859811 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-71.859811 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-71.859811 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-71.859811 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-71.859811 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-71.859811 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-44.805266 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-44.805266 y=469.077632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-44.805266 y=434.427632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-44.805266 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-44.805266 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-44.805266 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-44.805266 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-44.805266 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-17.75072 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-17.75072 y=469.077632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-17.75072 y=434.427632 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-17.75072 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-17.75072 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-17.75072 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-17.75072 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=-17.75072 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=9.303825 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=9.303825 y=469.077632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=9.303825 y=434.427632 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=9.303825 y=399.777632 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=9.303825 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=9.303825 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=9.303825 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=9.303825 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=36.358371 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=36.358371 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=36.358371 y=434.427632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=36.358371 y=399.777632 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=36.358371 y=365.127632 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=36.358371 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=36.358371 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=36.358371 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=63.412916 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=63.412916 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=63.412916 y=434.427632 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=63.412916 y=399.777632 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=63.412916 y=365.127632 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=63.412916 y=330.477632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=63.412916 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=63.412916 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=90.467462 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=90.467462 y=469.077632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=90.467462 y=434.427632 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=90.467462 y=399.777632 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=90.467462 y=365.127632 style=&quot;fill: #5f97c5; stroke: #5f97c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=90.467462 y=330.477632 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=90.467462 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=90.467462 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=117.522007 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=117.522007 y=469.077632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=117.522007 y=434.427632 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=117.522007 y=399.777632 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=117.522007 y=365.127632 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=117.522007 y=330.477632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=117.522007 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=117.522007 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=144.576553 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=144.576553 y=469.077632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=144.576553 y=434.427632 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=144.576553 y=399.777632 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=144.576553 y=365.127632 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=144.576553 y=330.477632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=144.576553 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=144.576553 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=171.631098 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=171.631098 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=171.631098 y=434.427632 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=171.631098 y=399.777632 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=171.631098 y=365.127632 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=171.631098 y=330.477632 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=171.631098 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=171.631098 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=198.685644 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=198.685644 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=198.685644 y=434.427632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=198.685644 y=399.777632 style=&quot;fill: #3c81ba; stroke: #3c81ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=198.685644 y=365.127632 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=198.685644 y=330.477632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=198.685644 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=198.685644 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=225.740189 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=225.740189 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=225.740189 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=225.740189 y=399.777632 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=225.740189 y=365.127632 style=&quot;fill: #4788bd; stroke: #4788bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=225.740189 y=330.477632 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=225.740189 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=225.740189 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=252.794734 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=252.794734 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=252.794734 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=252.794734 y=399.777632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=252.794734 y=365.127632 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=252.794734 y=330.477632 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=252.794734 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=252.794734 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=279.84928 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=279.84928 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=279.84928 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=279.84928 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=279.84928 y=365.127632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=279.84928 y=330.477632 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=279.84928 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=279.84928 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=306.903825 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=306.903825 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=306.903825 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=306.903825 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=306.903825 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=306.903825 y=330.477632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=306.903825 y=295.827632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e282cc7ea)&gt;&lt;use xlink:href=#C0_0_861f2adf28 x=306.903825 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2e282cc7ea&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:48.400665&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_d669511906 d=&quot;M 191.205266 -109.969887 \n",
+       "L 191.205266 -121.519887 \n",
+       "L 177.677993 -127.294887 \n",
+       "L 164.15072 -121.519887 \n",
+       "L 164.15072 -109.969887 \n",
+       "L 177.677993 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-85.387084 y=454.324887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-85.387084 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-85.387084 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-85.387084 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-85.387084 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-85.387084 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-85.387084 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-85.387084 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-85.387084 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-58.332538 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-58.332538 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-58.332538 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-58.332538 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-58.332538 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-58.332538 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-58.332538 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-58.332538 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-58.332538 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-31.277993 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-31.277993 y=419.674887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-31.277993 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-31.277993 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-31.277993 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-31.277993 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-31.277993 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-31.277993 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-31.277993 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-4.223447 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-4.223447 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-4.223447 y=385.024887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-4.223447 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-4.223447 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-4.223447 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-4.223447 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-4.223447 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-4.223447 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=22.831098 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=22.831098 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=22.831098 y=385.024887 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=22.831098 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=22.831098 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=22.831098 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=22.831098 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=22.831098 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=22.831098 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=49.885644 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=49.885644 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=49.885644 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=49.885644 y=350.374887 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=49.885644 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=49.885644 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=49.885644 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=49.885644 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=49.885644 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=76.940189 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=76.940189 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=76.940189 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=76.940189 y=350.374887 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=76.940189 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=76.940189 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=76.940189 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=76.940189 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=76.940189 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=103.994734 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=103.994734 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=103.994734 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=103.994734 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=103.994734 y=315.724887 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=103.994734 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=103.994734 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=103.994734 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=103.994734 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=131.04928 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=131.04928 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=131.04928 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=131.04928 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=131.04928 y=315.724887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=131.04928 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=131.04928 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=131.04928 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=131.04928 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=158.103825 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=158.103825 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=158.103825 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=158.103825 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=158.103825 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=158.103825 y=281.074887 style=&quot;fill: #4e8cbf; stroke: #4e8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=158.103825 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=158.103825 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=158.103825 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=185.158371 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=185.158371 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=185.158371 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=185.158371 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=185.158371 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=185.158371 y=281.074887 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=185.158371 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=185.158371 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=185.158371 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=212.212916 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=212.212916 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=212.212916 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=212.212916 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=212.212916 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=212.212916 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=212.212916 y=246.424887 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=212.212916 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=212.212916 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=239.267462 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=239.267462 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=239.267462 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=239.267462 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=239.267462 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=239.267462 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=239.267462 y=246.424887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=239.267462 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=239.267462 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=266.322007 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=266.322007 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=266.322007 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=266.322007 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=266.322007 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=266.322007 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=266.322007 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=266.322007 y=211.774887 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=266.322007 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=293.376553 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=293.376553 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=293.376553 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=293.376553 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=293.376553 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=293.376553 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=293.376553 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=293.376553 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=293.376553 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=320.431098 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=320.431098 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=320.431098 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=320.431098 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=320.431098 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=320.431098 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=320.431098 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=320.431098 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=320.431098 y=177.124887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-71.859811 y=436.999887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-71.859811 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-71.859811 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-71.859811 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-71.859811 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-71.859811 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-71.859811 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-71.859811 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-44.805266 y=436.999887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-44.805266 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-44.805266 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-44.805266 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-44.805266 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-44.805266 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-44.805266 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-44.805266 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-17.75072 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-17.75072 y=402.349887 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-17.75072 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-17.75072 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-17.75072 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-17.75072 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-17.75072 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=-17.75072 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=9.303825 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=9.303825 y=402.349887 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=9.303825 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=9.303825 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=9.303825 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=9.303825 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=9.303825 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=9.303825 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=36.358371 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=36.358371 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=36.358371 y=367.699887 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=36.358371 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=36.358371 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=36.358371 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=36.358371 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=36.358371 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=63.412916 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=63.412916 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=63.412916 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=63.412916 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=63.412916 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=63.412916 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=63.412916 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=63.412916 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=90.467462 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=90.467462 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=90.467462 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=90.467462 y=333.049887 style=&quot;fill: #4888bd; stroke: #4888bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=90.467462 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=90.467462 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=90.467462 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=90.467462 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=117.522007 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=117.522007 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=117.522007 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=117.522007 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=117.522007 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=117.522007 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=117.522007 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=117.522007 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=144.576553 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=144.576553 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=144.576553 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=144.576553 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=144.576553 y=298.399887 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=144.576553 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=144.576553 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=144.576553 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=171.631098 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=171.631098 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=171.631098 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=171.631098 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=171.631098 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=171.631098 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=171.631098 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=171.631098 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=198.685644 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=198.685644 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=198.685644 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=198.685644 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=198.685644 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=198.685644 y=263.749887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=198.685644 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=198.685644 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=225.740189 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=225.740189 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=225.740189 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=225.740189 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=225.740189 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=225.740189 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=225.740189 y=229.099887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=225.740189 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=252.794734 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=252.794734 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=252.794734 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=252.794734 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=252.794734 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=252.794734 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=252.794734 y=229.099887 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=252.794734 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=279.84928 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=279.84928 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=279.84928 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=279.84928 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=279.84928 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=279.84928 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=279.84928 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=279.84928 y=194.449887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=306.903825 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=306.903825 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=306.903825 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=306.903825 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=306.903825 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=306.903825 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=306.903825 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p4455cda111)&gt;&lt;use xlink:href=#C0_0_d669511906 x=306.903825 y=194.449887 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p4455cda111&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:54.914262&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_adddb57df0 d=&quot;M 191.205266 -170.339681 \n",
+       "L 191.205266 -181.889681 \n",
+       "L 177.677993 -187.664681 \n",
+       "L 164.15072 -181.889681 \n",
+       "L 164.15072 -170.339681 \n",
+       "L 177.677993 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-85.387084 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-85.387084 y=480.044681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-85.387084 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-85.387084 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-85.387084 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-85.387084 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-85.387084 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-85.387084 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-85.387084 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-58.332538 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-58.332538 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-58.332538 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-58.332538 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-58.332538 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-58.332538 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-58.332538 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-58.332538 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-58.332538 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-31.277993 y=514.694681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-31.277993 y=480.044681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-31.277993 y=445.394681 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-31.277993 y=410.744681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-31.277993 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-31.277993 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-31.277993 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-31.277993 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-31.277993 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-4.223447 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-4.223447 y=480.044681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-4.223447 y=445.394681 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-4.223447 y=410.744681 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-4.223447 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-4.223447 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-4.223447 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-4.223447 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-4.223447 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=22.831098 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=22.831098 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=22.831098 y=445.394681 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=22.831098 y=410.744681 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=22.831098 y=376.094681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=22.831098 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=22.831098 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=22.831098 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=22.831098 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=49.885644 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=49.885644 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=49.885644 y=445.394681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=49.885644 y=410.744681 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=49.885644 y=376.094681 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=49.885644 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=49.885644 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=49.885644 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=49.885644 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=76.940189 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=76.940189 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=76.940189 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=76.940189 y=410.744681 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=76.940189 y=376.094681 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=76.940189 y=341.444681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=76.940189 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=76.940189 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=76.940189 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=103.994734 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=103.994734 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=103.994734 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=103.994734 y=410.744681 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=103.994734 y=376.094681 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=103.994734 y=341.444681 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=103.994734 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=103.994734 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=103.994734 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=131.04928 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=131.04928 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=131.04928 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=131.04928 y=410.744681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=131.04928 y=376.094681 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=131.04928 y=341.444681 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=131.04928 y=306.794681 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=131.04928 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=131.04928 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=158.103825 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=158.103825 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=158.103825 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=158.103825 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=158.103825 y=376.094681 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=158.103825 y=341.444681 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=158.103825 y=306.794681 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=158.103825 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=158.103825 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=185.158371 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=185.158371 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=185.158371 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=185.158371 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=185.158371 y=376.094681 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=185.158371 y=341.444681 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=185.158371 y=306.794681 style=&quot;fill: #4486bc; stroke: #4486bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=185.158371 y=272.144681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=185.158371 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=212.212916 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=212.212916 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=212.212916 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=212.212916 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=212.212916 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=212.212916 y=341.444681 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=212.212916 y=306.794681 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=212.212916 y=272.144681 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=212.212916 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=239.267462 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=239.267462 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=239.267462 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=239.267462 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=239.267462 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=239.267462 y=341.444681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=239.267462 y=306.794681 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=239.267462 y=272.144681 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=239.267462 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=266.322007 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=266.322007 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=266.322007 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=266.322007 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=266.322007 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=266.322007 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=266.322007 y=306.794681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=266.322007 y=272.144681 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=266.322007 y=237.494681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=293.376553 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=293.376553 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=293.376553 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=293.376553 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=293.376553 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=293.376553 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=293.376553 y=306.794681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=293.376553 y=272.144681 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=293.376553 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=320.431098 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=320.431098 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=320.431098 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=320.431098 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=320.431098 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=320.431098 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=320.431098 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=320.431098 y=272.144681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=320.431098 y=237.494681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-71.859811 y=497.369681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-71.859811 y=462.719681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-71.859811 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-71.859811 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-71.859811 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-71.859811 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-71.859811 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-71.859811 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-44.805266 y=497.369681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-44.805266 y=462.719681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-44.805266 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-44.805266 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-44.805266 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-44.805266 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-44.805266 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-44.805266 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-17.75072 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-17.75072 y=462.719681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-17.75072 y=428.069681 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-17.75072 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-17.75072 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-17.75072 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-17.75072 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=-17.75072 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=9.303825 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=9.303825 y=462.719681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=9.303825 y=428.069681 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=9.303825 y=393.419681 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=9.303825 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=9.303825 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=9.303825 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=9.303825 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=36.358371 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=36.358371 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=36.358371 y=428.069681 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=36.358371 y=393.419681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=36.358371 y=358.769681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=36.358371 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=36.358371 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=36.358371 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=63.412916 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=63.412916 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=63.412916 y=428.069681 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=63.412916 y=393.419681 style=&quot;fill: #387fb8; stroke: #387fb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=63.412916 y=358.769681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=63.412916 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=63.412916 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=63.412916 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=90.467462 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=90.467462 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=90.467462 y=428.069681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=90.467462 y=393.419681 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=90.467462 y=358.769681 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=90.467462 y=324.119681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=90.467462 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=90.467462 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=117.522007 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=117.522007 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=117.522007 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=117.522007 y=393.419681 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=117.522007 y=358.769681 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=117.522007 y=324.119681 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=117.522007 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=117.522007 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=144.576553 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=144.576553 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=144.576553 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=144.576553 y=393.419681 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=144.576553 y=358.769681 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=144.576553 y=324.119681 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=144.576553 y=289.469681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=144.576553 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=171.631098 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=171.631098 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=171.631098 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=171.631098 y=393.419681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=171.631098 y=358.769681 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=171.631098 y=324.119681 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=171.631098 y=289.469681 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=171.631098 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=198.685644 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=198.685644 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=198.685644 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=198.685644 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=198.685644 y=358.769681 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=198.685644 y=324.119681 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=198.685644 y=289.469681 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=198.685644 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=225.740189 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=225.740189 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=225.740189 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=225.740189 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=225.740189 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=225.740189 y=324.119681 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=225.740189 y=289.469681 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=225.740189 y=254.819681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=252.794734 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=252.794734 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=252.794734 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=252.794734 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=252.794734 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=252.794734 y=324.119681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=252.794734 y=289.469681 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=252.794734 y=254.819681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=279.84928 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=279.84928 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=279.84928 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=279.84928 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=279.84928 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=279.84928 y=324.119681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=279.84928 y=289.469681 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=279.84928 y=254.819681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=306.903825 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=306.903825 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=306.903825 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=306.903825 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=306.903825 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=306.903825 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=306.903825 y=289.469681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcbbf5db56f)&gt;&lt;use xlink:href=#C0_0_adddb57df0 x=306.903825 y=254.819681 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pcbbf5db56f&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:00.689875&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_96acb7cbbc d=&quot;M 191.205266 -119.986935 \n",
+       "L 191.205266 -131.536935 \n",
+       "L 177.677993 -137.311935 \n",
+       "L 164.15072 -131.536935 \n",
+       "L 164.15072 -119.986935 \n",
+       "L 177.677993 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-85.387084 y=464.341935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-85.387084 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-85.387084 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-85.387084 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-85.387084 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-85.387084 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-85.387084 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-85.387084 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-85.387084 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-58.332538 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-58.332538 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-58.332538 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-58.332538 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-58.332538 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-58.332538 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-58.332538 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-58.332538 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-58.332538 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-31.277993 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-31.277993 y=429.691935 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-31.277993 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-31.277993 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-31.277993 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-31.277993 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-31.277993 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-31.277993 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-31.277993 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-4.223447 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-4.223447 y=429.691935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-4.223447 y=395.041935 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-4.223447 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-4.223447 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-4.223447 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-4.223447 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-4.223447 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-4.223447 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=22.831098 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=22.831098 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=22.831098 y=395.041935 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=22.831098 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=22.831098 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=22.831098 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=22.831098 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=22.831098 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=22.831098 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=49.885644 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=49.885644 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=49.885644 y=395.041935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=49.885644 y=360.391935 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=49.885644 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=49.885644 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=49.885644 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=49.885644 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=49.885644 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=76.940189 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=76.940189 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=76.940189 y=395.041935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=76.940189 y=360.391935 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=76.940189 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=76.940189 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=76.940189 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=76.940189 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=76.940189 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=103.994734 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=103.994734 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=103.994734 y=395.041935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=103.994734 y=360.391935 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=103.994734 y=325.741935 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=103.994734 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=103.994734 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=103.994734 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=103.994734 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=131.04928 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=131.04928 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=131.04928 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=131.04928 y=360.391935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=131.04928 y=325.741935 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=131.04928 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=131.04928 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=131.04928 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=131.04928 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=158.103825 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=158.103825 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=158.103825 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=158.103825 y=360.391935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=158.103825 y=325.741935 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=158.103825 y=291.091935 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=158.103825 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=158.103825 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=158.103825 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=185.158371 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=185.158371 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=185.158371 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=185.158371 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=185.158371 y=325.741935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=185.158371 y=291.091935 style=&quot;fill: #4d8bbf; stroke: #4d8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=185.158371 y=256.441935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=185.158371 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=185.158371 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=212.212916 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=212.212916 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=212.212916 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=212.212916 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=212.212916 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=212.212916 y=291.091935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=212.212916 y=256.441935 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=212.212916 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=212.212916 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=239.267462 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=239.267462 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=239.267462 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=239.267462 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=239.267462 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=239.267462 y=291.091935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=239.267462 y=256.441935 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=239.267462 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=239.267462 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=266.322007 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=266.322007 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=266.322007 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=266.322007 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=266.322007 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=266.322007 y=291.091935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=266.322007 y=256.441935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=266.322007 y=221.791935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=266.322007 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=293.376553 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=293.376553 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=293.376553 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=293.376553 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=293.376553 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=293.376553 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=293.376553 y=256.441935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=293.376553 y=221.791935 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=293.376553 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=320.431098 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=320.431098 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=320.431098 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=320.431098 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=320.431098 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=320.431098 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=320.431098 y=256.441935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=320.431098 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=320.431098 y=187.141935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-71.859811 y=447.016935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-71.859811 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-71.859811 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-71.859811 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-71.859811 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-71.859811 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-71.859811 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-71.859811 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-44.805266 y=447.016935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-44.805266 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-44.805266 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-44.805266 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-44.805266 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-44.805266 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-44.805266 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-44.805266 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-17.75072 y=447.016935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-17.75072 y=412.366935 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-17.75072 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-17.75072 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-17.75072 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-17.75072 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-17.75072 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=-17.75072 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=9.303825 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=9.303825 y=412.366935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=9.303825 y=377.716935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=9.303825 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=9.303825 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=9.303825 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=9.303825 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=9.303825 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=36.358371 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=36.358371 y=412.366935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=36.358371 y=377.716935 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=36.358371 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=36.358371 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=36.358371 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=36.358371 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=36.358371 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=63.412916 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=63.412916 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=63.412916 y=377.716935 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=63.412916 y=343.066935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=63.412916 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=63.412916 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=63.412916 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=63.412916 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=90.467462 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=90.467462 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=90.467462 y=377.716935 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=90.467462 y=343.066935 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=90.467462 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=90.467462 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=90.467462 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=90.467462 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=117.522007 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=117.522007 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=117.522007 y=377.716935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=117.522007 y=343.066935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=117.522007 y=308.416935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=117.522007 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=117.522007 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=117.522007 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=144.576553 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=144.576553 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=144.576553 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=144.576553 y=343.066935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=144.576553 y=308.416935 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=144.576553 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=144.576553 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=144.576553 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=171.631098 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=171.631098 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=171.631098 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=171.631098 y=343.066935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=171.631098 y=308.416935 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=171.631098 y=273.766935 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=171.631098 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=171.631098 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=198.685644 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=198.685644 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=198.685644 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=198.685644 y=343.066935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=198.685644 y=308.416935 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=198.685644 y=273.766935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=198.685644 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=198.685644 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=225.740189 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=225.740189 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=225.740189 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=225.740189 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=225.740189 y=308.416935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=225.740189 y=273.766935 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=225.740189 y=239.116935 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=225.740189 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=252.794734 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=252.794734 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=252.794734 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=252.794734 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=252.794734 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=252.794734 y=273.766935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=252.794734 y=239.116935 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=252.794734 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=279.84928 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=279.84928 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=279.84928 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=279.84928 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=279.84928 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=279.84928 y=273.766935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=279.84928 y=239.116935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=279.84928 y=204.466935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=306.903825 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=306.903825 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=306.903825 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=306.903825 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=306.903825 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=306.903825 y=273.766935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=306.903825 y=239.116935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa670815f3b)&gt;&lt;use xlink:href=#C0_0_96acb7cbbc x=306.903825 y=204.466935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pa670815f3b&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:07.169915&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_6d6c635cd8 d=&quot;M 191.205266 -51.645 \n",
+       "L 191.205266 -63.195 \n",
+       "L 177.677993 -68.97 \n",
+       "L 164.15072 -63.195 \n",
+       "L 164.15072 -51.645 \n",
+       "L 177.677993 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-85.387084 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-85.387084 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-85.387084 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-85.387084 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-85.387084 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-85.387084 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-85.387084 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-85.387084 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-85.387084 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-58.332538 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-58.332538 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-58.332538 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-58.332538 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-58.332538 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-58.332538 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-58.332538 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-58.332538 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-58.332538 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-31.277993 y=396 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-31.277993 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-31.277993 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-31.277993 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-31.277993 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-31.277993 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-31.277993 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-31.277993 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-31.277993 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-4.223447 y=396 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-4.223447 y=361.35 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-4.223447 y=326.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-4.223447 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-4.223447 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-4.223447 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-4.223447 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-4.223447 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-4.223447 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=22.831098 y=396 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=22.831098 y=361.35 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=22.831098 y=326.7 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=22.831098 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=22.831098 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=22.831098 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=22.831098 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=22.831098 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=22.831098 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=49.885644 y=396 style=&quot;fill: #4486bc; stroke: #4486bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=49.885644 y=361.35 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=49.885644 y=326.7 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=49.885644 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=49.885644 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=49.885644 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=49.885644 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=49.885644 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=49.885644 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=76.940189 y=396 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=76.940189 y=361.35 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=76.940189 y=326.7 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=76.940189 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=76.940189 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=76.940189 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=76.940189 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=76.940189 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=76.940189 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=103.994734 y=396 style=&quot;fill: #3a80b9; stroke: #3a80b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=103.994734 y=361.35 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=103.994734 y=326.7 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=103.994734 y=292.05 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=103.994734 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=103.994734 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=103.994734 y=188.1 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=103.994734 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=103.994734 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=131.04928 y=396 style=&quot;fill: #4b8abe; stroke: #4b8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=131.04928 y=361.35 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=131.04928 y=326.7 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=131.04928 y=292.05 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=131.04928 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=131.04928 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=131.04928 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=131.04928 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=131.04928 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=158.103825 y=396 style=&quot;fill: #4788bd; stroke: #4788bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=158.103825 y=361.35 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=158.103825 y=326.7 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=158.103825 y=292.05 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=158.103825 y=257.4 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=158.103825 y=222.75 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=158.103825 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=158.103825 y=153.45 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=158.103825 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=185.158371 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=185.158371 y=361.35 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=185.158371 y=326.7 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=185.158371 y=292.05 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=185.158371 y=257.4 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=185.158371 y=222.75 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=185.158371 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=185.158371 y=153.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=185.158371 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=212.212916 y=396 style=&quot;fill: #4788bd; stroke: #4788bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=212.212916 y=361.35 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=212.212916 y=326.7 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=212.212916 y=292.05 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=212.212916 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=212.212916 y=222.75 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=212.212916 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=212.212916 y=153.45 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=212.212916 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=239.267462 y=396 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=239.267462 y=361.35 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=239.267462 y=326.7 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=239.267462 y=292.05 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=239.267462 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=239.267462 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=239.267462 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=239.267462 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=239.267462 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=266.322007 y=396 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=266.322007 y=361.35 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=266.322007 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=266.322007 y=292.05 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=266.322007 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=266.322007 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=266.322007 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=266.322007 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=266.322007 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=293.376553 y=396 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=293.376553 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=293.376553 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=293.376553 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=293.376553 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=293.376553 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=293.376553 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=293.376553 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=293.376553 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=320.431098 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=320.431098 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=320.431098 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=320.431098 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=320.431098 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=320.431098 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=320.431098 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=320.431098 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=320.431098 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-71.859811 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-71.859811 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-71.859811 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-71.859811 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-71.859811 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-71.859811 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-71.859811 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-71.859811 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-44.805266 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-44.805266 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-44.805266 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-44.805266 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-44.805266 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-44.805266 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-44.805266 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-44.805266 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-17.75072 y=378.675 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-17.75072 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-17.75072 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-17.75072 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-17.75072 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-17.75072 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-17.75072 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=-17.75072 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=9.303825 y=378.675 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=9.303825 y=344.025 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=9.303825 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=9.303825 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=9.303825 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=9.303825 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=9.303825 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=9.303825 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=36.358371 y=378.675 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=36.358371 y=344.025 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=36.358371 y=309.375 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=36.358371 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=36.358371 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=36.358371 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=36.358371 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=36.358371 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=63.412916 y=378.675 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=63.412916 y=344.025 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=63.412916 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=63.412916 y=274.725 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=63.412916 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=63.412916 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=63.412916 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=63.412916 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=90.467462 y=378.675 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=90.467462 y=344.025 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=90.467462 y=309.375 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=90.467462 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=90.467462 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=90.467462 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=90.467462 y=170.775 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=90.467462 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=117.522007 y=378.675 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=117.522007 y=344.025 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=117.522007 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=117.522007 y=274.725 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=117.522007 y=240.075 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=117.522007 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=117.522007 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=117.522007 y=136.125 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=144.576553 y=378.675 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=144.576553 y=344.025 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=144.576553 y=309.375 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=144.576553 y=274.725 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=144.576553 y=240.075 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=144.576553 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=144.576553 y=170.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=144.576553 y=136.125 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=171.631098 y=378.675 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=171.631098 y=344.025 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=171.631098 y=309.375 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=171.631098 y=274.725 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=171.631098 y=240.075 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=171.631098 y=205.425 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=171.631098 y=170.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=171.631098 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=198.685644 y=378.675 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=198.685644 y=344.025 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=198.685644 y=309.375 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=198.685644 y=274.725 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=198.685644 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=198.685644 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=198.685644 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=198.685644 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=225.740189 y=378.675 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=225.740189 y=344.025 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=225.740189 y=309.375 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=225.740189 y=274.725 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=225.740189 y=240.075 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=225.740189 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=225.740189 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=225.740189 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=252.794734 y=378.675 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=252.794734 y=344.025 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=252.794734 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=252.794734 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=252.794734 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=252.794734 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=252.794734 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=252.794734 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=279.84928 y=378.675 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=279.84928 y=344.025 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=279.84928 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=279.84928 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=279.84928 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=279.84928 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=279.84928 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=279.84928 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=306.903825 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=306.903825 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=306.903825 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=306.903825 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=306.903825 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=306.903825 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=306.903825 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc76d1b3342)&gt;&lt;use xlink:href=#C0_0_6d6c635cd8 x=306.903825 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pc76d1b3342&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:13.327317&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_52261e59b6 d=&quot;M 191.205266 -51.645 \n",
+       "L 191.205266 -63.195 \n",
+       "L 177.677993 -68.97 \n",
+       "L 164.15072 -63.195 \n",
+       "L 164.15072 -51.645 \n",
+       "L 177.677993 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-85.387084 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-85.387084 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-85.387084 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-85.387084 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-85.387084 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-85.387084 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-85.387084 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-85.387084 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-85.387084 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-58.332538 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-58.332538 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-58.332538 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-58.332538 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-58.332538 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-58.332538 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-58.332538 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-58.332538 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-58.332538 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-31.277993 y=396 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-31.277993 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-31.277993 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-31.277993 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-31.277993 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-31.277993 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-31.277993 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-31.277993 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-31.277993 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-4.223447 y=396 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-4.223447 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-4.223447 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-4.223447 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-4.223447 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-4.223447 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-4.223447 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-4.223447 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-4.223447 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=22.831098 y=396 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=22.831098 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=22.831098 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=22.831098 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=22.831098 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=22.831098 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=22.831098 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=22.831098 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=22.831098 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=49.885644 y=396 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=49.885644 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=49.885644 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=49.885644 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=49.885644 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=49.885644 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=49.885644 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=49.885644 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=49.885644 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=76.940189 y=396 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=76.940189 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=76.940189 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=76.940189 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=76.940189 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=76.940189 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=76.940189 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=76.940189 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=76.940189 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=103.994734 y=396 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=103.994734 y=361.35 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=103.994734 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=103.994734 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=103.994734 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=103.994734 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=103.994734 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=103.994734 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=103.994734 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=131.04928 y=396 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=131.04928 y=361.35 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=131.04928 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=131.04928 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=131.04928 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=131.04928 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=131.04928 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=131.04928 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=131.04928 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=158.103825 y=396 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=158.103825 y=361.35 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=158.103825 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=158.103825 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=158.103825 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=158.103825 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=158.103825 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=158.103825 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=158.103825 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=185.158371 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=185.158371 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=185.158371 y=326.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=185.158371 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=185.158371 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=185.158371 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=185.158371 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=185.158371 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=185.158371 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=212.212916 y=396 style=&quot;fill: #3f83bb; stroke: #3f83bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=212.212916 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=212.212916 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=212.212916 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=212.212916 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=212.212916 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=212.212916 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=212.212916 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=212.212916 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=239.267462 y=396 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=239.267462 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=239.267462 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=239.267462 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=239.267462 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=239.267462 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=239.267462 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=239.267462 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=239.267462 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=266.322007 y=396 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=266.322007 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=266.322007 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=266.322007 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=266.322007 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=266.322007 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=266.322007 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=266.322007 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=266.322007 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=293.376553 y=396 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=293.376553 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=293.376553 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=293.376553 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=293.376553 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=293.376553 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=293.376553 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=293.376553 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=293.376553 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=320.431098 y=396 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=320.431098 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=320.431098 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=320.431098 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=320.431098 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=320.431098 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=320.431098 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=320.431098 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=320.431098 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-71.859811 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-71.859811 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-71.859811 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-71.859811 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-71.859811 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-71.859811 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-71.859811 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-71.859811 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-44.805266 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-44.805266 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-44.805266 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-44.805266 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-44.805266 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-44.805266 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-44.805266 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-44.805266 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-17.75072 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-17.75072 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-17.75072 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-17.75072 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-17.75072 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-17.75072 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-17.75072 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=-17.75072 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=9.303825 y=378.675 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=9.303825 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=9.303825 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=9.303825 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=9.303825 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=9.303825 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=9.303825 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=9.303825 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=36.358371 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=36.358371 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=36.358371 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=36.358371 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=36.358371 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=36.358371 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=36.358371 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=36.358371 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=63.412916 y=378.675 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=63.412916 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=63.412916 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=63.412916 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=63.412916 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=63.412916 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=63.412916 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=63.412916 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=90.467462 y=378.675 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=90.467462 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=90.467462 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=90.467462 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=90.467462 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=90.467462 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=90.467462 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=90.467462 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=117.522007 y=378.675 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=117.522007 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=117.522007 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=117.522007 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=117.522007 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=117.522007 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=117.522007 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=117.522007 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=144.576553 y=378.675 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=144.576553 y=344.025 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=144.576553 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=144.576553 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=144.576553 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=144.576553 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=144.576553 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=144.576553 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=171.631098 y=378.675 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=171.631098 y=344.025 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=171.631098 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=171.631098 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=171.631098 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=171.631098 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=171.631098 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=171.631098 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=198.685644 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=198.685644 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=198.685644 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=198.685644 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=198.685644 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=198.685644 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=198.685644 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=198.685644 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=225.740189 y=378.675 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=225.740189 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=225.740189 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=225.740189 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=225.740189 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=225.740189 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=225.740189 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=225.740189 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=252.794734 y=378.675 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=252.794734 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=252.794734 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=252.794734 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=252.794734 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=252.794734 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=252.794734 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=252.794734 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=279.84928 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=279.84928 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=279.84928 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=279.84928 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=279.84928 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=279.84928 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=279.84928 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=279.84928 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=306.903825 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=306.903825 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=306.903825 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=306.903825 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=306.903825 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=306.903825 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=306.903825 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7074aa2b27)&gt;&lt;use xlink:href=#C0_0_52261e59b6 x=306.903825 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p7074aa2b27&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:19.093416&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_fab36b87ba d=&quot;M 191.205266 -30.54327 \n",
+       "L 191.205266 -42.09327 \n",
+       "L 177.677993 -47.86827 \n",
+       "L 164.15072 -42.09327 \n",
+       "L 164.15072 -30.54327 \n",
+       "L 177.677993 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-85.387084 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-85.387084 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-85.387084 y=305.59827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-85.387084 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-85.387084 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-85.387084 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-85.387084 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-85.387084 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-85.387084 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-58.332538 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-58.332538 y=340.24827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-58.332538 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-58.332538 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-58.332538 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-58.332538 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-58.332538 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-58.332538 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-58.332538 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-31.277993 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-31.277993 y=340.24827 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-31.277993 y=305.59827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-31.277993 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-31.277993 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-31.277993 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-31.277993 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-31.277993 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-31.277993 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-4.223447 y=374.89827 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-4.223447 y=340.24827 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-4.223447 y=305.59827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-4.223447 y=270.94827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-4.223447 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-4.223447 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-4.223447 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-4.223447 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-4.223447 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=22.831098 y=374.89827 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=22.831098 y=340.24827 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=22.831098 y=305.59827 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=22.831098 y=270.94827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=22.831098 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=22.831098 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=22.831098 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=22.831098 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=22.831098 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=49.885644 y=374.89827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=49.885644 y=340.24827 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=49.885644 y=305.59827 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=49.885644 y=270.94827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=49.885644 y=236.29827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=49.885644 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=49.885644 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=49.885644 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=49.885644 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=76.940189 y=374.89827 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=76.940189 y=340.24827 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=76.940189 y=305.59827 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=76.940189 y=270.94827 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=76.940189 y=236.29827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=76.940189 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=76.940189 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=76.940189 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=76.940189 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=103.994734 y=374.89827 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=103.994734 y=340.24827 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=103.994734 y=305.59827 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=103.994734 y=270.94827 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=103.994734 y=236.29827 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=103.994734 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=103.994734 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=103.994734 y=132.34827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=103.994734 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=131.04928 y=374.89827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=131.04928 y=340.24827 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=131.04928 y=305.59827 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=131.04928 y=270.94827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=131.04928 y=236.29827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=131.04928 y=201.64827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=131.04928 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=131.04928 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=131.04928 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=158.103825 y=374.89827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=158.103825 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=158.103825 y=305.59827 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=158.103825 y=270.94827 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=158.103825 y=236.29827 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=158.103825 y=201.64827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=158.103825 y=166.99827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=158.103825 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=158.103825 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=185.158371 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=185.158371 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=185.158371 y=305.59827 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=185.158371 y=270.94827 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=185.158371 y=236.29827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=185.158371 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=185.158371 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=185.158371 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=185.158371 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=212.212916 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=212.212916 y=340.24827 style=&quot;fill: #4788bd; stroke: #4788bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=212.212916 y=305.59827 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=212.212916 y=270.94827 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=212.212916 y=236.29827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=212.212916 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=212.212916 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=212.212916 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=212.212916 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=239.267462 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=239.267462 y=340.24827 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=239.267462 y=305.59827 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=239.267462 y=270.94827 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=239.267462 y=236.29827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=239.267462 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=239.267462 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=239.267462 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=239.267462 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=266.322007 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=266.322007 y=340.24827 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=266.322007 y=305.59827 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=266.322007 y=270.94827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=266.322007 y=236.29827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=266.322007 y=201.64827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=266.322007 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=266.322007 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=266.322007 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=293.376553 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=293.376553 y=340.24827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=293.376553 y=305.59827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=293.376553 y=270.94827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=293.376553 y=236.29827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=293.376553 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=293.376553 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=293.376553 y=132.34827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=293.376553 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=320.431098 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=320.431098 y=340.24827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=320.431098 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=320.431098 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=320.431098 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=320.431098 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=320.431098 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=320.431098 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=320.431098 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-71.859811 y=357.57327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-71.859811 y=322.92327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-71.859811 y=288.27327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-71.859811 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-71.859811 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-71.859811 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-71.859811 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-71.859811 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-44.805266 y=357.57327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-44.805266 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-44.805266 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-44.805266 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-44.805266 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-44.805266 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-44.805266 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-44.805266 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-17.75072 y=357.57327 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-17.75072 y=322.92327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-17.75072 y=288.27327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-17.75072 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-17.75072 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-17.75072 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-17.75072 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=-17.75072 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=9.303825 y=357.57327 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=9.303825 y=322.92327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=9.303825 y=288.27327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=9.303825 y=253.62327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=9.303825 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=9.303825 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=9.303825 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=9.303825 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=36.358371 y=357.57327 style=&quot;fill: #4486bc; stroke: #4486bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=36.358371 y=322.92327 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=36.358371 y=288.27327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=36.358371 y=253.62327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=36.358371 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=36.358371 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=36.358371 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=36.358371 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=63.412916 y=357.57327 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=63.412916 y=322.92327 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=63.412916 y=288.27327 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=63.412916 y=253.62327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=63.412916 y=218.97327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=63.412916 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=63.412916 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=63.412916 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=90.467462 y=357.57327 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=90.467462 y=322.92327 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=90.467462 y=288.27327 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=90.467462 y=253.62327 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=90.467462 y=218.97327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=90.467462 y=184.32327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=90.467462 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=90.467462 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=117.522007 y=357.57327 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=117.522007 y=322.92327 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=117.522007 y=288.27327 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=117.522007 y=253.62327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=117.522007 y=218.97327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=117.522007 y=184.32327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=117.522007 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=117.522007 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=144.576553 y=357.57327 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=144.576553 y=322.92327 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=144.576553 y=288.27327 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=144.576553 y=253.62327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=144.576553 y=218.97327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=144.576553 y=184.32327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=144.576553 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=144.576553 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=171.631098 y=357.57327 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=171.631098 y=322.92327 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=171.631098 y=288.27327 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=171.631098 y=253.62327 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=171.631098 y=218.97327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=171.631098 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=171.631098 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=171.631098 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=198.685644 y=357.57327 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=198.685644 y=322.92327 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=198.685644 y=288.27327 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=198.685644 y=253.62327 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=198.685644 y=218.97327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=198.685644 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=198.685644 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=198.685644 y=115.02327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=225.740189 y=357.57327 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=225.740189 y=322.92327 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=225.740189 y=288.27327 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=225.740189 y=253.62327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=225.740189 y=218.97327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=225.740189 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=225.740189 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=225.740189 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=252.794734 y=357.57327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=252.794734 y=322.92327 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=252.794734 y=288.27327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=252.794734 y=253.62327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=252.794734 y=218.97327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=252.794734 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=252.794734 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=252.794734 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=279.84928 y=357.57327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=279.84928 y=322.92327 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=279.84928 y=288.27327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=279.84928 y=253.62327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=279.84928 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=279.84928 y=184.32327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=279.84928 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=279.84928 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=306.903825 y=357.57327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=306.903825 y=322.92327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=306.903825 y=288.27327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=306.903825 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=306.903825 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=306.903825 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=306.903825 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfdc2598fea)&gt;&lt;use xlink:href=#C0_0_fab36b87ba x=306.903825 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pfdc2598fea&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_max-interactions_temperature_max_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:28.544744&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(77.382675 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(174.897524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.931123 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(355.745192 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(447.55926 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(250.881172 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_bfe8895897 d=&quot;M 191.205266 61733.155 \n",
+       "L 191.205266 61721.605 \n",
+       "L 177.677993 61715.83 \n",
+       "L 164.15072 61721.605 \n",
+       "L 164.15072 61733.155 \n",
+       "L 177.677993 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-85.387084 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-85.387084 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-85.387084 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-85.387084 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-85.387084 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-85.387084 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-85.387084 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-85.387084 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-85.387084 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-58.332538 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-58.332538 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-58.332538 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-58.332538 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-58.332538 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-58.332538 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-58.332538 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-58.332538 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-58.332538 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-31.277993 y=-61388.8 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-31.277993 y=-61423.45 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-31.277993 y=-61458.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-31.277993 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-31.277993 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-31.277993 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-31.277993 y=-61596.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-31.277993 y=-61631.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-31.277993 y=-61666 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-4.223447 y=-61388.8 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-4.223447 y=-61423.45 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-4.223447 y=-61458.1 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-4.223447 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-4.223447 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-4.223447 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-4.223447 y=-61596.7 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-4.223447 y=-61631.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-4.223447 y=-61666 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=22.831098 y=-61388.8 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=22.831098 y=-61423.45 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=22.831098 y=-61458.1 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=22.831098 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=22.831098 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=22.831098 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=22.831098 y=-61596.7 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=22.831098 y=-61631.35 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=22.831098 y=-61666 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=49.885644 y=-61388.8 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=49.885644 y=-61423.45 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=49.885644 y=-61458.1 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=49.885644 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=49.885644 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=49.885644 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=49.885644 y=-61596.7 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=49.885644 y=-61631.35 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=49.885644 y=-61666 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=76.940189 y=-61388.8 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=76.940189 y=-61423.45 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=76.940189 y=-61458.1 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=76.940189 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=76.940189 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=76.940189 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=76.940189 y=-61596.7 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=76.940189 y=-61631.35 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=76.940189 y=-61666 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=103.994734 y=-61388.8 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=103.994734 y=-61423.45 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=103.994734 y=-61458.1 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=103.994734 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=103.994734 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=103.994734 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=103.994734 y=-61596.7 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=103.994734 y=-61631.35 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=103.994734 y=-61666 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=131.04928 y=-61388.8 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=131.04928 y=-61423.45 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=131.04928 y=-61458.1 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=131.04928 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=131.04928 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=131.04928 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=131.04928 y=-61596.7 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=131.04928 y=-61631.35 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=131.04928 y=-61666 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=158.103825 y=-61388.8 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=158.103825 y=-61423.45 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=158.103825 y=-61458.1 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=158.103825 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=158.103825 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=158.103825 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=158.103825 y=-61596.7 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=158.103825 y=-61631.35 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=158.103825 y=-61666 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=185.158371 y=-61388.8 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=185.158371 y=-61423.45 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=185.158371 y=-61458.1 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=185.158371 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=185.158371 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=185.158371 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=185.158371 y=-61596.7 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=185.158371 y=-61631.35 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=185.158371 y=-61666 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=212.212916 y=-61388.8 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=212.212916 y=-61423.45 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=212.212916 y=-61458.1 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=212.212916 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=212.212916 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=212.212916 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=212.212916 y=-61596.7 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=212.212916 y=-61631.35 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=212.212916 y=-61666 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=239.267462 y=-61388.8 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=239.267462 y=-61423.45 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=239.267462 y=-61458.1 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=239.267462 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=239.267462 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=239.267462 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=239.267462 y=-61596.7 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=239.267462 y=-61631.35 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=239.267462 y=-61666 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=266.322007 y=-61388.8 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=266.322007 y=-61423.45 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=266.322007 y=-61458.1 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=266.322007 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=266.322007 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=266.322007 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=266.322007 y=-61596.7 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=266.322007 y=-61631.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=266.322007 y=-61666 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=293.376553 y=-61388.8 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=293.376553 y=-61423.45 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=293.376553 y=-61458.1 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=293.376553 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=293.376553 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=293.376553 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=293.376553 y=-61596.7 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=293.376553 y=-61631.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=293.376553 y=-61666 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=320.431098 y=-61388.8 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=320.431098 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=320.431098 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=320.431098 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=320.431098 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=320.431098 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=320.431098 y=-61596.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=320.431098 y=-61631.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=320.431098 y=-61666 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-71.859811 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-71.859811 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-71.859811 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-71.859811 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-71.859811 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-71.859811 y=-61579.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-71.859811 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-71.859811 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-44.805266 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-44.805266 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-44.805266 y=-61475.425 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-44.805266 y=-61510.075 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-44.805266 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-44.805266 y=-61579.375 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-44.805266 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-44.805266 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-17.75072 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-17.75072 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-17.75072 y=-61475.425 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-17.75072 y=-61510.075 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-17.75072 y=-61544.725 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-17.75072 y=-61579.375 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-17.75072 y=-61614.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=-17.75072 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=9.303825 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=9.303825 y=-61440.775 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=9.303825 y=-61475.425 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=9.303825 y=-61510.075 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=9.303825 y=-61544.725 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=9.303825 y=-61579.375 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=9.303825 y=-61614.025 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=9.303825 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=36.358371 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=36.358371 y=-61440.775 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=36.358371 y=-61475.425 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=36.358371 y=-61510.075 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=36.358371 y=-61544.725 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=36.358371 y=-61579.375 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=36.358371 y=-61614.025 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=36.358371 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=63.412916 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=63.412916 y=-61440.775 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=63.412916 y=-61475.425 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=63.412916 y=-61510.075 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=63.412916 y=-61544.725 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=63.412916 y=-61579.375 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=63.412916 y=-61614.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=63.412916 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=90.467462 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=90.467462 y=-61440.775 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=90.467462 y=-61475.425 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=90.467462 y=-61510.075 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=90.467462 y=-61544.725 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=90.467462 y=-61579.375 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=90.467462 y=-61614.025 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=90.467462 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=117.522007 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=117.522007 y=-61440.775 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=117.522007 y=-61475.425 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=117.522007 y=-61510.075 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=117.522007 y=-61544.725 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=117.522007 y=-61579.375 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=117.522007 y=-61614.025 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=117.522007 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=144.576553 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=144.576553 y=-61440.775 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=144.576553 y=-61475.425 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=144.576553 y=-61510.075 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=144.576553 y=-61544.725 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=144.576553 y=-61579.375 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=144.576553 y=-61614.025 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=144.576553 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=171.631098 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=171.631098 y=-61440.775 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=171.631098 y=-61475.425 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=171.631098 y=-61510.075 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=171.631098 y=-61544.725 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=171.631098 y=-61579.375 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=171.631098 y=-61614.025 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=171.631098 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=198.685644 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=198.685644 y=-61440.775 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=198.685644 y=-61475.425 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=198.685644 y=-61510.075 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=198.685644 y=-61544.725 style=&quot;fill: #4989be; stroke: #4989be&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=198.685644 y=-61579.375 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=198.685644 y=-61614.025 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=198.685644 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=225.740189 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=225.740189 y=-61440.775 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=225.740189 y=-61475.425 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=225.740189 y=-61510.075 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=225.740189 y=-61544.725 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=225.740189 y=-61579.375 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=225.740189 y=-61614.025 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=225.740189 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=252.794734 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=252.794734 y=-61440.775 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=252.794734 y=-61475.425 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=252.794734 y=-61510.075 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=252.794734 y=-61544.725 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=252.794734 y=-61579.375 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=252.794734 y=-61614.025 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=252.794734 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=279.84928 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=279.84928 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=279.84928 y=-61475.425 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=279.84928 y=-61510.075 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=279.84928 y=-61544.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=279.84928 y=-61579.375 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=279.84928 y=-61614.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=279.84928 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=306.903825 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=306.903825 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=306.903825 y=-61475.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=306.903825 y=-61510.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=306.903825 y=-61544.725 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=306.903825 y=-61579.375 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=306.903825 y=-61614.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p09c1ad1f75)&gt;&lt;use xlink:href=#C0_0_bfe8895897 x=306.903825 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p09c1ad1f75&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_temperature_min&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_temperature_min-interactions_temperature_min_day_in_month aria-controls=interactions_temperature_min-interactions_temperature_min_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_passengers aria-controls=interactions_temperature_min-interactions_temperature_min_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_temperature_midday aria-controls=interactions_temperature_min-interactions_temperature_min_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_sunshine_percentage aria-controls=interactions_temperature_min-interactions_temperature_min_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_snow_5days aria-controls=interactions_temperature_min-interactions_temperature_min_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_temperature_deviation aria-controls=interactions_temperature_min-interactions_temperature_min_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_temperature_max aria-controls=interactions_temperature_min-interactions_temperature_min_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_temperature_min aria-controls=interactions_temperature_min-interactions_temperature_min_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_temperature_evening aria-controls=interactions_temperature_min-interactions_temperature_min_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_precipiation_5days aria-controls=interactions_temperature_min-interactions_temperature_min_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_precipiation aria-controls=interactions_temperature_min-interactions_temperature_min_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_wind aria-controls=interactions_temperature_min-interactions_temperature_min_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_min-interactions_temperature_min_year aria-controls=interactions_temperature_min-interactions_temperature_min_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_temperature_min-interactions_temperature_min_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:39.273706&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_47f98c0004 d=&quot;M 279.586074 -42.405 \n",
+       "L 279.586074 -53.955 \n",
+       "L 266.058801 -59.73 \n",
+       "L 252.531528 -53.955 \n",
+       "L 252.531528 -42.405 \n",
+       "L 266.058801 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-173.767892 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-173.767892 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-173.767892 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-173.767892 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-173.767892 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-173.767892 y=213.51 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-173.767892 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-173.767892 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-173.767892 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-146.713346 y=386.76 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-146.713346 y=352.11 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-146.713346 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-146.713346 y=282.81 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-146.713346 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-146.713346 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-146.713346 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-146.713346 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-146.713346 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-119.658801 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-119.658801 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-119.658801 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-119.658801 y=282.81 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-119.658801 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-119.658801 y=213.51 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-119.658801 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-119.658801 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-119.658801 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-92.604255 y=386.76 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-92.604255 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-92.604255 y=317.46 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-92.604255 y=282.81 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-92.604255 y=248.16 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-92.604255 y=213.51 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-92.604255 y=178.86 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-92.604255 y=144.21 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-92.604255 y=109.56 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-65.54971 y=386.76 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-65.54971 y=352.11 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-65.54971 y=317.46 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-65.54971 y=282.81 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-65.54971 y=248.16 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-65.54971 y=213.51 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-65.54971 y=178.86 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-65.54971 y=144.21 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-65.54971 y=109.56 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-38.495164 y=386.76 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-38.495164 y=352.11 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-38.495164 y=317.46 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-38.495164 y=282.81 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-38.495164 y=248.16 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-38.495164 y=213.51 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-38.495164 y=178.86 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-38.495164 y=144.21 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-38.495164 y=109.56 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-11.440619 y=386.76 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-11.440619 y=352.11 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-11.440619 y=317.46 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-11.440619 y=282.81 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-11.440619 y=248.16 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-11.440619 y=213.51 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-11.440619 y=178.86 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-11.440619 y=144.21 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-11.440619 y=109.56 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=15.613926 y=386.76 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=15.613926 y=352.11 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=15.613926 y=317.46 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=15.613926 y=282.81 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=15.613926 y=248.16 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=15.613926 y=213.51 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=15.613926 y=178.86 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=15.613926 y=144.21 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=15.613926 y=109.56 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=42.668472 y=386.76 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=42.668472 y=352.11 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=42.668472 y=317.46 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=42.668472 y=282.81 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=42.668472 y=248.16 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=42.668472 y=213.51 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=42.668472 y=178.86 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=42.668472 y=144.21 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=42.668472 y=109.56 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=69.723017 y=386.76 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=69.723017 y=352.11 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=69.723017 y=317.46 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=69.723017 y=282.81 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=69.723017 y=248.16 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=69.723017 y=213.51 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=69.723017 y=178.86 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=69.723017 y=144.21 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=69.723017 y=109.56 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=96.777563 y=386.76 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=96.777563 y=352.11 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=96.777563 y=317.46 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=96.777563 y=282.81 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=96.777563 y=248.16 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=96.777563 y=213.51 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=96.777563 y=178.86 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=96.777563 y=144.21 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=96.777563 y=109.56 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=123.832108 y=386.76 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=123.832108 y=352.11 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=123.832108 y=317.46 style=&quot;fill: #4888bd; stroke: #4888bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=123.832108 y=282.81 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=123.832108 y=248.16 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=123.832108 y=213.51 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=123.832108 y=178.86 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=123.832108 y=144.21 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=123.832108 y=109.56 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=150.886654 y=386.76 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=150.886654 y=352.11 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=150.886654 y=317.46 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=150.886654 y=282.81 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=150.886654 y=248.16 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=150.886654 y=213.51 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=150.886654 y=178.86 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=150.886654 y=144.21 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=150.886654 y=109.56 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=177.941199 y=386.76 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=177.941199 y=352.11 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=177.941199 y=317.46 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=177.941199 y=282.81 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=177.941199 y=248.16 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=177.941199 y=213.51 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=177.941199 y=178.86 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=177.941199 y=144.21 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=177.941199 y=109.56 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=204.995745 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=204.995745 y=352.11 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=204.995745 y=317.46 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=204.995745 y=282.81 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=204.995745 y=248.16 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=204.995745 y=213.51 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=204.995745 y=178.86 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=204.995745 y=144.21 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=204.995745 y=109.56 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=232.05029 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=232.05029 y=352.11 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=232.05029 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=232.05029 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=232.05029 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=232.05029 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=232.05029 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=232.05029 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=232.05029 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-160.240619 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-160.240619 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-160.240619 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-160.240619 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-160.240619 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-160.240619 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-160.240619 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-160.240619 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-133.186074 y=369.435 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-133.186074 y=334.785 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-133.186074 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-133.186074 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-133.186074 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-133.186074 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-133.186074 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-133.186074 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-106.131528 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-106.131528 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-106.131528 y=300.135 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-106.131528 y=265.485 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-106.131528 y=230.835 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-106.131528 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-106.131528 y=161.535 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-106.131528 y=126.885 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-79.076983 y=369.435 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-79.076983 y=334.785 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-79.076983 y=300.135 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-79.076983 y=265.485 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-79.076983 y=230.835 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-79.076983 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-79.076983 y=161.535 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-79.076983 y=126.885 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-52.022437 y=369.435 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-52.022437 y=334.785 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-52.022437 y=300.135 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-52.022437 y=265.485 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-52.022437 y=230.835 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-52.022437 y=196.185 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-52.022437 y=161.535 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-52.022437 y=126.885 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-24.967892 y=369.435 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-24.967892 y=334.785 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-24.967892 y=300.135 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-24.967892 y=265.485 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-24.967892 y=230.835 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-24.967892 y=196.185 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-24.967892 y=161.535 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=-24.967892 y=126.885 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=2.086654 y=369.435 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=2.086654 y=334.785 style=&quot;fill: #4888bd; stroke: #4888bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=2.086654 y=300.135 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=2.086654 y=265.485 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=2.086654 y=230.835 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=2.086654 y=196.185 style=&quot;fill: #4888bd; stroke: #4888bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=2.086654 y=161.535 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=2.086654 y=126.885 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=29.141199 y=369.435 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=29.141199 y=334.785 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=29.141199 y=300.135 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=29.141199 y=265.485 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=29.141199 y=230.835 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=29.141199 y=196.185 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=29.141199 y=161.535 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=29.141199 y=126.885 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=56.195745 y=369.435 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=56.195745 y=334.785 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=56.195745 y=300.135 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=56.195745 y=265.485 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=56.195745 y=230.835 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=56.195745 y=196.185 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=56.195745 y=161.535 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=56.195745 y=126.885 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=83.25029 y=369.435 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=83.25029 y=334.785 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=83.25029 y=300.135 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=83.25029 y=265.485 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=83.25029 y=230.835 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=83.25029 y=196.185 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=83.25029 y=161.535 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=83.25029 y=126.885 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=110.304836 y=369.435 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=110.304836 y=334.785 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=110.304836 y=300.135 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=110.304836 y=265.485 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=110.304836 y=230.835 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=110.304836 y=196.185 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=110.304836 y=161.535 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=110.304836 y=126.885 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=137.359381 y=369.435 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=137.359381 y=334.785 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=137.359381 y=300.135 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=137.359381 y=265.485 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=137.359381 y=230.835 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=137.359381 y=196.185 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=137.359381 y=161.535 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=137.359381 y=126.885 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=164.413926 y=369.435 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=164.413926 y=334.785 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=164.413926 y=300.135 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=164.413926 y=265.485 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=164.413926 y=230.835 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=164.413926 y=196.185 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=164.413926 y=161.535 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=164.413926 y=126.885 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=191.468472 y=369.435 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=191.468472 y=334.785 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=191.468472 y=300.135 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=191.468472 y=265.485 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=191.468472 y=230.835 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=191.468472 y=196.185 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=191.468472 y=161.535 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=191.468472 y=126.885 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=218.523017 y=369.435 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=218.523017 y=334.785 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=218.523017 y=300.135 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=218.523017 y=265.485 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=218.523017 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=218.523017 y=196.185 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=218.523017 y=161.535 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde8f38a684)&gt;&lt;use xlink:href=#C0_0_47f98c0004 x=218.523017 y=126.885 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pde8f38a684&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:18.919316&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_17058015f2 d=&quot;M 279.586074 -51.645 \n",
+       "L 279.586074 -63.195 \n",
+       "L 266.058801 -68.97 \n",
+       "L 252.531528 -63.195 \n",
+       "L 252.531528 -51.645 \n",
+       "L 266.058801 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-173.767892 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-173.767892 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-173.767892 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-173.767892 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-173.767892 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-173.767892 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-173.767892 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-173.767892 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-173.767892 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-146.713346 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-146.713346 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-146.713346 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-146.713346 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-146.713346 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-146.713346 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-146.713346 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-146.713346 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-146.713346 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-119.658801 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-119.658801 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-119.658801 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-119.658801 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-119.658801 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-119.658801 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-119.658801 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-119.658801 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-119.658801 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-92.604255 y=396 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-92.604255 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-92.604255 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-92.604255 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-92.604255 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-92.604255 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-92.604255 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-92.604255 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-92.604255 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-65.54971 y=396 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-65.54971 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-65.54971 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-65.54971 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-65.54971 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-65.54971 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-65.54971 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-65.54971 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-65.54971 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-38.495164 y=396 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-38.495164 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-38.495164 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-38.495164 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-38.495164 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-38.495164 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-38.495164 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-38.495164 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-38.495164 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-11.440619 y=396 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-11.440619 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-11.440619 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-11.440619 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-11.440619 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-11.440619 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-11.440619 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-11.440619 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-11.440619 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=15.613926 y=396 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=15.613926 y=361.35 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=15.613926 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=15.613926 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=15.613926 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=15.613926 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=15.613926 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=15.613926 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=15.613926 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=42.668472 y=396 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=42.668472 y=361.35 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=42.668472 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=42.668472 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=42.668472 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=42.668472 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=42.668472 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=42.668472 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=42.668472 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=69.723017 y=396 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=69.723017 y=361.35 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=69.723017 y=326.7 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=69.723017 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=69.723017 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=69.723017 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=69.723017 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=69.723017 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=69.723017 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=96.777563 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=96.777563 y=361.35 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=96.777563 y=326.7 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=96.777563 y=292.05 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=96.777563 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=96.777563 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=96.777563 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=96.777563 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=96.777563 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=123.832108 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=123.832108 y=361.35 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=123.832108 y=326.7 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=123.832108 y=292.05 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=123.832108 y=257.4 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=123.832108 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=123.832108 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=123.832108 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=123.832108 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=150.886654 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=150.886654 y=361.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=150.886654 y=326.7 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=150.886654 y=292.05 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=150.886654 y=257.4 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=150.886654 y=222.75 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=150.886654 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=150.886654 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=150.886654 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=177.941199 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=177.941199 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=177.941199 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=177.941199 y=292.05 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=177.941199 y=257.4 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=177.941199 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=177.941199 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=177.941199 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=177.941199 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=204.995745 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=204.995745 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=204.995745 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=204.995745 y=292.05 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=204.995745 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=204.995745 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=204.995745 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=204.995745 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=204.995745 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=232.05029 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=232.05029 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=232.05029 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=232.05029 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=232.05029 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=232.05029 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=232.05029 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=232.05029 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=232.05029 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-160.240619 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-160.240619 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-160.240619 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-160.240619 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-160.240619 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-160.240619 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-160.240619 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-160.240619 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-133.186074 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-133.186074 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-133.186074 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-133.186074 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-133.186074 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-133.186074 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-133.186074 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-133.186074 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-106.131528 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-106.131528 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-106.131528 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-106.131528 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-106.131528 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-106.131528 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-106.131528 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-106.131528 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-79.076983 y=378.675 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-79.076983 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-79.076983 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-79.076983 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-79.076983 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-79.076983 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-79.076983 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-79.076983 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-52.022437 y=378.675 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-52.022437 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-52.022437 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-52.022437 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-52.022437 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-52.022437 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-52.022437 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-52.022437 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-24.967892 y=378.675 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-24.967892 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-24.967892 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-24.967892 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-24.967892 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-24.967892 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-24.967892 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=-24.967892 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=2.086654 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=2.086654 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=2.086654 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=2.086654 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=2.086654 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=2.086654 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=2.086654 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=2.086654 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=29.141199 y=378.675 style=&quot;fill: #3f83bb; stroke: #3f83bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=29.141199 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=29.141199 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=29.141199 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=29.141199 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=29.141199 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=29.141199 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=29.141199 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=56.195745 y=378.675 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=56.195745 y=344.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=56.195745 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=56.195745 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=56.195745 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=56.195745 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=56.195745 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=56.195745 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=83.25029 y=378.675 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=83.25029 y=344.025 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=83.25029 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=83.25029 y=274.725 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=83.25029 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=83.25029 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=83.25029 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=83.25029 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=110.304836 y=378.675 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=110.304836 y=344.025 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=110.304836 y=309.375 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=110.304836 y=274.725 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=110.304836 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=110.304836 y=205.425 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=110.304836 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=110.304836 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=137.359381 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=137.359381 y=344.025 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=137.359381 y=309.375 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=137.359381 y=274.725 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=137.359381 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=137.359381 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=137.359381 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=137.359381 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=164.413926 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=164.413926 y=344.025 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=164.413926 y=309.375 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=164.413926 y=274.725 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=164.413926 y=240.075 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=164.413926 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=164.413926 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=164.413926 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=191.468472 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=191.468472 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=191.468472 y=309.375 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=191.468472 y=274.725 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=191.468472 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=191.468472 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=191.468472 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=191.468472 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=218.523017 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=218.523017 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=218.523017 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=218.523017 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=218.523017 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=218.523017 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=218.523017 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe1b34fcd01)&gt;&lt;use xlink:href=#C0_0_17058015f2 x=218.523017 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe1b34fcd01&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:23.849072&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_9359f04942 d=&quot;M 279.586074 -122.365729 \n",
+       "L 279.586074 -133.915729 \n",
+       "L 266.058801 -139.690729 \n",
+       "L 252.531528 -133.915729 \n",
+       "L 252.531528 -122.365729 \n",
+       "L 266.058801 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-173.767892 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-173.767892 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-173.767892 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-173.767892 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-173.767892 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-173.767892 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-173.767892 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-173.767892 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-173.767892 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-146.713346 y=466.720729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-146.713346 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-146.713346 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-146.713346 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-146.713346 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-146.713346 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-146.713346 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-146.713346 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-146.713346 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-119.658801 y=466.720729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-119.658801 y=432.070729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-119.658801 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-119.658801 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-119.658801 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-119.658801 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-119.658801 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-119.658801 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-119.658801 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-92.604255 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-92.604255 y=432.070729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-92.604255 y=397.420729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-92.604255 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-92.604255 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-92.604255 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-92.604255 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-92.604255 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-92.604255 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-65.54971 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-65.54971 y=432.070729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-65.54971 y=397.420729 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-65.54971 y=362.770729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-65.54971 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-65.54971 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-65.54971 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-65.54971 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-65.54971 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-38.495164 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-38.495164 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-38.495164 y=397.420729 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-38.495164 y=362.770729 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-38.495164 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-38.495164 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-38.495164 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-38.495164 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-38.495164 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-11.440619 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-11.440619 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-11.440619 y=397.420729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-11.440619 y=362.770729 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-11.440619 y=328.120729 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-11.440619 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-11.440619 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-11.440619 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-11.440619 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=15.613926 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=15.613926 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=15.613926 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=15.613926 y=362.770729 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=15.613926 y=328.120729 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=15.613926 y=293.470729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=15.613926 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=15.613926 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=15.613926 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=42.668472 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=42.668472 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=42.668472 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=42.668472 y=362.770729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=42.668472 y=328.120729 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=42.668472 y=293.470729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=42.668472 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=42.668472 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=42.668472 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=69.723017 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=69.723017 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=69.723017 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=69.723017 y=362.770729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=69.723017 y=328.120729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=69.723017 y=293.470729 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=69.723017 y=258.820729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=69.723017 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=69.723017 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=96.777563 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=96.777563 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=96.777563 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=96.777563 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=96.777563 y=328.120729 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=96.777563 y=293.470729 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=96.777563 y=258.820729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=96.777563 y=224.170729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=96.777563 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=123.832108 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=123.832108 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=123.832108 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=123.832108 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=123.832108 y=328.120729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=123.832108 y=293.470729 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=123.832108 y=258.820729 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=123.832108 y=224.170729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=123.832108 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=150.886654 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=150.886654 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=150.886654 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=150.886654 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=150.886654 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=150.886654 y=293.470729 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=150.886654 y=258.820729 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=150.886654 y=224.170729 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=150.886654 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=177.941199 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=177.941199 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=177.941199 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=177.941199 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=177.941199 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=177.941199 y=293.470729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=177.941199 y=258.820729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=177.941199 y=224.170729 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=177.941199 y=189.520729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=204.995745 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=204.995745 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=204.995745 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=204.995745 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=204.995745 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=204.995745 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=204.995745 y=258.820729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=204.995745 y=224.170729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=204.995745 y=189.520729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=232.05029 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=232.05029 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=232.05029 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=232.05029 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=232.05029 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=232.05029 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=232.05029 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=232.05029 y=224.170729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=232.05029 y=189.520729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-160.240619 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-160.240619 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-160.240619 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-160.240619 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-160.240619 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-160.240619 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-160.240619 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-160.240619 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-133.186074 y=449.395729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-133.186074 y=414.745729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-133.186074 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-133.186074 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-133.186074 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-133.186074 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-133.186074 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-133.186074 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-106.131528 y=449.395729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-106.131528 y=414.745729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-106.131528 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-106.131528 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-106.131528 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-106.131528 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-106.131528 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-106.131528 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-79.076983 y=449.395729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-79.076983 y=414.745729 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-79.076983 y=380.095729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-79.076983 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-79.076983 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-79.076983 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-79.076983 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-79.076983 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-52.022437 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-52.022437 y=414.745729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-52.022437 y=380.095729 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-52.022437 y=345.445729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-52.022437 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-52.022437 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-52.022437 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-52.022437 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-24.967892 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-24.967892 y=414.745729 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-24.967892 y=380.095729 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-24.967892 y=345.445729 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-24.967892 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-24.967892 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-24.967892 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=-24.967892 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=2.086654 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=2.086654 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=2.086654 y=380.095729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=2.086654 y=345.445729 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=2.086654 y=310.795729 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=2.086654 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=2.086654 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=2.086654 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=29.141199 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=29.141199 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=29.141199 y=380.095729 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=29.141199 y=345.445729 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=29.141199 y=310.795729 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=29.141199 y=276.145729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=29.141199 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=29.141199 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=56.195745 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=56.195745 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=56.195745 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=56.195745 y=345.445729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=56.195745 y=310.795729 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=56.195745 y=276.145729 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=56.195745 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=56.195745 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=83.25029 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=83.25029 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=83.25029 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=83.25029 y=345.445729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=83.25029 y=310.795729 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=83.25029 y=276.145729 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=83.25029 y=241.495729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=83.25029 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=110.304836 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=110.304836 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=110.304836 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=110.304836 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=110.304836 y=310.795729 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=110.304836 y=276.145729 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=110.304836 y=241.495729 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=110.304836 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=137.359381 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=137.359381 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=137.359381 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=137.359381 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=137.359381 y=310.795729 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=137.359381 y=276.145729 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=137.359381 y=241.495729 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=137.359381 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=164.413926 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=164.413926 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=164.413926 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=164.413926 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=164.413926 y=310.795729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=164.413926 y=276.145729 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=164.413926 y=241.495729 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=164.413926 y=206.845729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=191.468472 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=191.468472 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=191.468472 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=191.468472 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=191.468472 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=191.468472 y=276.145729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=191.468472 y=241.495729 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=191.468472 y=206.845729 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=218.523017 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=218.523017 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=218.523017 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=218.523017 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=218.523017 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=218.523017 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=218.523017 y=241.495729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p21f254f976)&gt;&lt;use xlink:href=#C0_0_9359f04942 x=218.523017 y=206.845729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p21f254f976&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:28.808560&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_f39be7e663 d=&quot;M 279.586074 -51.645 \n",
+       "L 279.586074 -63.195 \n",
+       "L 266.058801 -68.97 \n",
+       "L 252.531528 -63.195 \n",
+       "L 252.531528 -51.645 \n",
+       "L 266.058801 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-173.767892 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-173.767892 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-173.767892 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-173.767892 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-173.767892 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-173.767892 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-173.767892 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-173.767892 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-173.767892 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-146.713346 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-146.713346 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-146.713346 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-146.713346 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-146.713346 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-146.713346 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-146.713346 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-146.713346 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-146.713346 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-119.658801 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-119.658801 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-119.658801 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-119.658801 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-119.658801 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-119.658801 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-119.658801 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-119.658801 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-119.658801 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-92.604255 y=396 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-92.604255 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-92.604255 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-92.604255 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-92.604255 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-92.604255 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-92.604255 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-92.604255 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-92.604255 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-65.54971 y=396 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-65.54971 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-65.54971 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-65.54971 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-65.54971 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-65.54971 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-65.54971 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-65.54971 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-65.54971 y=118.8 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-38.495164 y=396 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-38.495164 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-38.495164 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-38.495164 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-38.495164 y=257.4 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-38.495164 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-38.495164 y=188.1 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-38.495164 y=153.45 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-38.495164 y=118.8 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-11.440619 y=396 style=&quot;fill: #4486bc; stroke: #4486bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-11.440619 y=361.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-11.440619 y=326.7 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-11.440619 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-11.440619 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-11.440619 y=222.75 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-11.440619 y=188.1 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-11.440619 y=153.45 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-11.440619 y=118.8 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=15.613926 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=15.613926 y=361.35 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=15.613926 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=15.613926 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=15.613926 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=15.613926 y=222.75 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=15.613926 y=188.1 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=15.613926 y=153.45 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=15.613926 y=118.8 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=42.668472 y=396 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=42.668472 y=361.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=42.668472 y=326.7 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=42.668472 y=292.05 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=42.668472 y=257.4 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=42.668472 y=222.75 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=42.668472 y=188.1 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=42.668472 y=153.45 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=42.668472 y=118.8 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=69.723017 y=396 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=69.723017 y=361.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=69.723017 y=326.7 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=69.723017 y=292.05 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=69.723017 y=257.4 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=69.723017 y=222.75 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=69.723017 y=188.1 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=69.723017 y=153.45 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=69.723017 y=118.8 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=96.777563 y=396 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=96.777563 y=361.35 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=96.777563 y=326.7 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=96.777563 y=292.05 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=96.777563 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=96.777563 y=222.75 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=96.777563 y=188.1 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=96.777563 y=153.45 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=96.777563 y=118.8 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=123.832108 y=396 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=123.832108 y=361.35 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=123.832108 y=326.7 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=123.832108 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=123.832108 y=257.4 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=123.832108 y=222.75 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=123.832108 y=188.1 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=123.832108 y=153.45 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=123.832108 y=118.8 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=150.886654 y=396 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=150.886654 y=361.35 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=150.886654 y=326.7 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=150.886654 y=292.05 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=150.886654 y=257.4 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=150.886654 y=222.75 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=150.886654 y=188.1 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=150.886654 y=153.45 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=150.886654 y=118.8 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=177.941199 y=396 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=177.941199 y=361.35 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=177.941199 y=326.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=177.941199 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=177.941199 y=257.4 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=177.941199 y=222.75 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=177.941199 y=188.1 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=177.941199 y=153.45 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=177.941199 y=118.8 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=204.995745 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=204.995745 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=204.995745 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=204.995745 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=204.995745 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=204.995745 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=204.995745 y=188.1 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=204.995745 y=153.45 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=204.995745 y=118.8 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=232.05029 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=232.05029 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=232.05029 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=232.05029 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=232.05029 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=232.05029 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=232.05029 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=232.05029 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=232.05029 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-160.240619 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-160.240619 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-160.240619 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-160.240619 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-160.240619 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-160.240619 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-160.240619 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-160.240619 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-133.186074 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-133.186074 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-133.186074 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-133.186074 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-133.186074 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-133.186074 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-133.186074 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-133.186074 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-106.131528 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-106.131528 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-106.131528 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-106.131528 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-106.131528 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-106.131528 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-106.131528 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-106.131528 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-79.076983 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-79.076983 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-79.076983 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-79.076983 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-79.076983 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-79.076983 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-79.076983 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-79.076983 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-52.022437 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-52.022437 y=344.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-52.022437 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-52.022437 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-52.022437 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-52.022437 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-52.022437 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-52.022437 y=136.125 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-24.967892 y=378.675 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-24.967892 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-24.967892 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-24.967892 y=274.725 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-24.967892 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-24.967892 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-24.967892 y=170.775 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=-24.967892 y=136.125 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=2.086654 y=378.675 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=2.086654 y=344.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=2.086654 y=309.375 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=2.086654 y=274.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=2.086654 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=2.086654 y=205.425 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=2.086654 y=170.775 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=2.086654 y=136.125 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=29.141199 y=378.675 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=29.141199 y=344.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=29.141199 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=29.141199 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=29.141199 y=240.075 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=29.141199 y=205.425 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=29.141199 y=170.775 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=29.141199 y=136.125 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=56.195745 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=56.195745 y=344.025 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=56.195745 y=309.375 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=56.195745 y=274.725 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=56.195745 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=56.195745 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=56.195745 y=170.775 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=56.195745 y=136.125 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=83.25029 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=83.25029 y=344.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=83.25029 y=309.375 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=83.25029 y=274.725 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=83.25029 y=240.075 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=83.25029 y=205.425 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=83.25029 y=170.775 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=83.25029 y=136.125 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=110.304836 y=378.675 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=110.304836 y=344.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=110.304836 y=309.375 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=110.304836 y=274.725 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=110.304836 y=240.075 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=110.304836 y=205.425 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=110.304836 y=170.775 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=110.304836 y=136.125 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=137.359381 y=378.675 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=137.359381 y=344.025 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=137.359381 y=309.375 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=137.359381 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=137.359381 y=240.075 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=137.359381 y=205.425 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=137.359381 y=170.775 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=137.359381 y=136.125 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=164.413926 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=164.413926 y=344.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=164.413926 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=164.413926 y=274.725 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=164.413926 y=240.075 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=164.413926 y=205.425 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=164.413926 y=170.775 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=164.413926 y=136.125 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=191.468472 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=191.468472 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=191.468472 y=309.375 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=191.468472 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=191.468472 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=191.468472 y=205.425 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=191.468472 y=170.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=191.468472 y=136.125 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=218.523017 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=218.523017 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=218.523017 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=218.523017 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=218.523017 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=218.523017 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=218.523017 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9e95a31e9a)&gt;&lt;use xlink:href=#C0_0_f39be7e663 x=218.523017 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p9e95a31e9a&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:34.934558&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_a205d9dfa6 d=&quot;M 279.586074 -51.645 \n",
+       "L 279.586074 -63.195 \n",
+       "L 266.058801 -68.97 \n",
+       "L 252.531528 -63.195 \n",
+       "L 252.531528 -51.645 \n",
+       "L 266.058801 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-173.767892 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-173.767892 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-173.767892 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-173.767892 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-173.767892 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-173.767892 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-173.767892 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-173.767892 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-173.767892 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-146.713346 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-146.713346 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-146.713346 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-146.713346 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-146.713346 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-146.713346 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-146.713346 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-146.713346 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-146.713346 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-119.658801 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-119.658801 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-119.658801 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-119.658801 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-119.658801 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-119.658801 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-119.658801 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-119.658801 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-119.658801 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-92.604255 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-92.604255 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-92.604255 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-92.604255 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-92.604255 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-92.604255 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-92.604255 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-92.604255 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-92.604255 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-65.54971 y=396 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-65.54971 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-65.54971 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-65.54971 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-65.54971 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-65.54971 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-65.54971 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-65.54971 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-65.54971 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-38.495164 y=396 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-38.495164 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-38.495164 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-38.495164 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-38.495164 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-38.495164 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-38.495164 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-38.495164 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-38.495164 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-11.440619 y=396 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-11.440619 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-11.440619 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-11.440619 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-11.440619 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-11.440619 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-11.440619 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-11.440619 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-11.440619 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=15.613926 y=396 style=&quot;fill: #3d82ba; stroke: #3d82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=15.613926 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=15.613926 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=15.613926 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=15.613926 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=15.613926 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=15.613926 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=15.613926 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=15.613926 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=42.668472 y=396 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=42.668472 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=42.668472 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=42.668472 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=42.668472 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=42.668472 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=42.668472 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=42.668472 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=42.668472 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=69.723017 y=396 style=&quot;fill: #4989be; stroke: #4989be&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=69.723017 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=69.723017 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=69.723017 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=69.723017 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=69.723017 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=69.723017 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=69.723017 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=69.723017 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=96.777563 y=396 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=96.777563 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=96.777563 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=96.777563 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=96.777563 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=96.777563 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=96.777563 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=96.777563 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=96.777563 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=123.832108 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=123.832108 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=123.832108 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=123.832108 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=123.832108 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=123.832108 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=123.832108 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=123.832108 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=123.832108 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=150.886654 y=396 style=&quot;fill: #4e8cbf; stroke: #4e8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=150.886654 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=150.886654 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=150.886654 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=150.886654 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=150.886654 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=150.886654 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=150.886654 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=150.886654 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=177.941199 y=396 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=177.941199 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=177.941199 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=177.941199 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=177.941199 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=177.941199 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=177.941199 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=177.941199 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=177.941199 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=204.995745 y=396 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=204.995745 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=204.995745 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=204.995745 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=204.995745 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=204.995745 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=204.995745 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=204.995745 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=204.995745 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=232.05029 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=232.05029 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=232.05029 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=232.05029 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=232.05029 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=232.05029 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=232.05029 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=232.05029 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=232.05029 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-160.240619 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-160.240619 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-160.240619 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-160.240619 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-160.240619 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-160.240619 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-160.240619 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-160.240619 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-133.186074 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-133.186074 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-133.186074 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-133.186074 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-133.186074 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-133.186074 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-133.186074 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-133.186074 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-106.131528 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-106.131528 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-106.131528 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-106.131528 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-106.131528 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-106.131528 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-106.131528 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-106.131528 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-79.076983 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-79.076983 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-79.076983 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-79.076983 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-79.076983 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-79.076983 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-79.076983 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-79.076983 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-52.022437 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-52.022437 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-52.022437 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-52.022437 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-52.022437 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-52.022437 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-52.022437 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-52.022437 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-24.967892 y=378.675 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-24.967892 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-24.967892 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-24.967892 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-24.967892 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-24.967892 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-24.967892 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=-24.967892 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=2.086654 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=2.086654 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=2.086654 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=2.086654 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=2.086654 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=2.086654 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=2.086654 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=2.086654 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=29.141199 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=29.141199 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=29.141199 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=29.141199 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=29.141199 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=29.141199 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=29.141199 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=29.141199 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=56.195745 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=56.195745 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=56.195745 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=56.195745 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=56.195745 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=56.195745 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=56.195745 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=56.195745 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=83.25029 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=83.25029 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=83.25029 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=83.25029 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=83.25029 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=83.25029 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=83.25029 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=83.25029 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=110.304836 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=110.304836 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=110.304836 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=110.304836 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=110.304836 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=110.304836 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=110.304836 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=110.304836 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=137.359381 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=137.359381 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=137.359381 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=137.359381 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=137.359381 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=137.359381 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=137.359381 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=137.359381 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=164.413926 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=164.413926 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=164.413926 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=164.413926 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=164.413926 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=164.413926 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=164.413926 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=164.413926 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=191.468472 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=191.468472 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=191.468472 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=191.468472 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=191.468472 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=191.468472 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=191.468472 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=191.468472 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=218.523017 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=218.523017 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=218.523017 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=218.523017 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=218.523017 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=218.523017 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=218.523017 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p45bdcbd96b)&gt;&lt;use xlink:href=#C0_0_a205d9dfa6 x=218.523017 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p45bdcbd96b&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:41.663512&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_ff81a70f02 d=&quot;M 279.586074 -176.697632 \n",
+       "L 279.586074 -188.247632 \n",
+       "L 266.058801 -194.022632 \n",
+       "L 252.531528 -188.247632 \n",
+       "L 252.531528 -176.697632 \n",
+       "L 266.058801 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-173.767892 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-173.767892 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-173.767892 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-173.767892 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-173.767892 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-173.767892 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-173.767892 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-173.767892 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-173.767892 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-146.713346 y=521.052632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-146.713346 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-146.713346 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-146.713346 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-146.713346 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-146.713346 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-146.713346 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-146.713346 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-146.713346 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-119.658801 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-119.658801 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-119.658801 y=451.752632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-119.658801 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-119.658801 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-119.658801 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-119.658801 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-119.658801 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-119.658801 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-92.604255 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-92.604255 y=486.402632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-92.604255 y=451.752632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-92.604255 y=417.102632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-92.604255 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-92.604255 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-92.604255 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-92.604255 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-92.604255 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-65.54971 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-65.54971 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-65.54971 y=451.752632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-65.54971 y=417.102632 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-65.54971 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-65.54971 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-65.54971 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-65.54971 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-65.54971 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-38.495164 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-38.495164 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-38.495164 y=451.752632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-38.495164 y=417.102632 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-38.495164 y=382.452632 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-38.495164 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-38.495164 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-38.495164 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-38.495164 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-11.440619 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-11.440619 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-11.440619 y=451.752632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-11.440619 y=417.102632 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-11.440619 y=382.452632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-11.440619 y=347.802632 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-11.440619 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-11.440619 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-11.440619 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=15.613926 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=15.613926 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=15.613926 y=451.752632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=15.613926 y=417.102632 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=15.613926 y=382.452632 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=15.613926 y=347.802632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=15.613926 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=15.613926 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=15.613926 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=42.668472 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=42.668472 y=486.402632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=42.668472 y=451.752632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=42.668472 y=417.102632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=42.668472 y=382.452632 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=42.668472 y=347.802632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=42.668472 y=313.152632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=42.668472 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=42.668472 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=69.723017 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=69.723017 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=69.723017 y=451.752632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=69.723017 y=417.102632 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=69.723017 y=382.452632 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=69.723017 y=347.802632 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=69.723017 y=313.152632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=69.723017 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=69.723017 y=243.852632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=96.777563 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=96.777563 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=96.777563 y=451.752632 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=96.777563 y=417.102632 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=96.777563 y=382.452632 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=96.777563 y=347.802632 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=96.777563 y=313.152632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=96.777563 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=96.777563 y=243.852632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=123.832108 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=123.832108 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=123.832108 y=451.752632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=123.832108 y=417.102632 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=123.832108 y=382.452632 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=123.832108 y=347.802632 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=123.832108 y=313.152632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=123.832108 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=123.832108 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=150.886654 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=150.886654 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=150.886654 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=150.886654 y=417.102632 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=150.886654 y=382.452632 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=150.886654 y=347.802632 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=150.886654 y=313.152632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=150.886654 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=150.886654 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=177.941199 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=177.941199 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=177.941199 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=177.941199 y=417.102632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=177.941199 y=382.452632 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=177.941199 y=347.802632 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=177.941199 y=313.152632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=177.941199 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=177.941199 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=204.995745 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=204.995745 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=204.995745 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=204.995745 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=204.995745 y=382.452632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=204.995745 y=347.802632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=204.995745 y=313.152632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=204.995745 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=204.995745 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=232.05029 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=232.05029 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=232.05029 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=232.05029 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=232.05029 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=232.05029 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=232.05029 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=232.05029 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=232.05029 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-160.240619 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-160.240619 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-160.240619 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-160.240619 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-160.240619 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-160.240619 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-160.240619 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-160.240619 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-133.186074 y=503.727632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-133.186074 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-133.186074 y=434.427632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-133.186074 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-133.186074 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-133.186074 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-133.186074 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-133.186074 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-106.131528 y=503.727632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-106.131528 y=469.077632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-106.131528 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-106.131528 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-106.131528 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-106.131528 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-106.131528 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-106.131528 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-79.076983 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-79.076983 y=469.077632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-79.076983 y=434.427632 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-79.076983 y=399.777632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-79.076983 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-79.076983 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-79.076983 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-79.076983 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-52.022437 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-52.022437 y=469.077632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-52.022437 y=434.427632 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-52.022437 y=399.777632 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-52.022437 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-52.022437 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-52.022437 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-52.022437 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-24.967892 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-24.967892 y=469.077632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-24.967892 y=434.427632 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-24.967892 y=399.777632 style=&quot;fill: #387fb8; stroke: #387fb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-24.967892 y=365.127632 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-24.967892 y=330.477632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-24.967892 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=-24.967892 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=2.086654 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=2.086654 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=2.086654 y=434.427632 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=2.086654 y=399.777632 style=&quot;fill: #4486bc; stroke: #4486bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=2.086654 y=365.127632 style=&quot;fill: #387fb8; stroke: #387fb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=2.086654 y=330.477632 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=2.086654 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=2.086654 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=29.141199 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=29.141199 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=29.141199 y=434.427632 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=29.141199 y=399.777632 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=29.141199 y=365.127632 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=29.141199 y=330.477632 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=29.141199 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=29.141199 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=56.195745 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=56.195745 y=469.077632 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=56.195745 y=434.427632 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=56.195745 y=399.777632 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=56.195745 y=365.127632 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=56.195745 y=330.477632 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=56.195745 y=295.827632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=56.195745 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=83.25029 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=83.25029 y=469.077632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=83.25029 y=434.427632 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=83.25029 y=399.777632 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=83.25029 y=365.127632 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=83.25029 y=330.477632 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=83.25029 y=295.827632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=83.25029 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=110.304836 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=110.304836 y=469.077632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=110.304836 y=434.427632 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=110.304836 y=399.777632 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=110.304836 y=365.127632 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=110.304836 y=330.477632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=110.304836 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=110.304836 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=137.359381 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=137.359381 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=137.359381 y=434.427632 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=137.359381 y=399.777632 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=137.359381 y=365.127632 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=137.359381 y=330.477632 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=137.359381 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=137.359381 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=164.413926 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=164.413926 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=164.413926 y=434.427632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=164.413926 y=399.777632 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=164.413926 y=365.127632 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=164.413926 y=330.477632 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=164.413926 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=164.413926 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=191.468472 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=191.468472 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=191.468472 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=191.468472 y=399.777632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=191.468472 y=365.127632 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=191.468472 y=330.477632 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=191.468472 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=191.468472 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=218.523017 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=218.523017 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=218.523017 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=218.523017 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=218.523017 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=218.523017 y=330.477632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=218.523017 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p03c10546f9)&gt;&lt;use xlink:href=#C0_0_ff81a70f02 x=218.523017 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p03c10546f9&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:48.845376&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_bd692e02c4 d=&quot;M 279.586074 -109.969887 \n",
+       "L 279.586074 -121.519887 \n",
+       "L 266.058801 -127.294887 \n",
+       "L 252.531528 -121.519887 \n",
+       "L 252.531528 -109.969887 \n",
+       "L 266.058801 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-173.767892 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-173.767892 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-173.767892 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-173.767892 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-173.767892 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-173.767892 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-173.767892 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-173.767892 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-173.767892 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-146.713346 y=454.324887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-146.713346 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-146.713346 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-146.713346 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-146.713346 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-146.713346 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-146.713346 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-146.713346 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-146.713346 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-119.658801 y=454.324887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-119.658801 y=419.674887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-119.658801 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-119.658801 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-119.658801 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-119.658801 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-119.658801 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-119.658801 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-119.658801 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-92.604255 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-92.604255 y=419.674887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-92.604255 y=385.024887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-92.604255 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-92.604255 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-92.604255 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-92.604255 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-92.604255 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-92.604255 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-65.54971 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-65.54971 y=419.674887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-65.54971 y=385.024887 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-65.54971 y=350.374887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-65.54971 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-65.54971 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-65.54971 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-65.54971 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-65.54971 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-38.495164 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-38.495164 y=419.674887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-38.495164 y=385.024887 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-38.495164 y=350.374887 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-38.495164 y=315.724887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-38.495164 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-38.495164 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-38.495164 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-38.495164 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-11.440619 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-11.440619 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-11.440619 y=385.024887 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-11.440619 y=350.374887 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-11.440619 y=315.724887 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-11.440619 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-11.440619 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-11.440619 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-11.440619 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=15.613926 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=15.613926 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=15.613926 y=385.024887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=15.613926 y=350.374887 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=15.613926 y=315.724887 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=15.613926 y=281.074887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=15.613926 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=15.613926 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=15.613926 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=42.668472 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=42.668472 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=42.668472 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=42.668472 y=350.374887 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=42.668472 y=315.724887 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=42.668472 y=281.074887 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=42.668472 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=42.668472 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=42.668472 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=69.723017 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=69.723017 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=69.723017 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=69.723017 y=350.374887 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=69.723017 y=315.724887 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=69.723017 y=281.074887 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=69.723017 y=246.424887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=69.723017 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=69.723017 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=96.777563 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=96.777563 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=96.777563 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=96.777563 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=96.777563 y=315.724887 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=96.777563 y=281.074887 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=96.777563 y=246.424887 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=96.777563 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=96.777563 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=123.832108 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=123.832108 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=123.832108 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=123.832108 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=123.832108 y=315.724887 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=123.832108 y=281.074887 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=123.832108 y=246.424887 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=123.832108 y=211.774887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=123.832108 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=150.886654 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=150.886654 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=150.886654 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=150.886654 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=150.886654 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=150.886654 y=281.074887 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=150.886654 y=246.424887 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=150.886654 y=211.774887 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=150.886654 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=177.941199 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=177.941199 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=177.941199 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=177.941199 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=177.941199 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=177.941199 y=281.074887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=177.941199 y=246.424887 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=177.941199 y=211.774887 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=177.941199 y=177.124887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=204.995745 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=204.995745 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=204.995745 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=204.995745 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=204.995745 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=204.995745 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=204.995745 y=246.424887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=204.995745 y=211.774887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=204.995745 y=177.124887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=232.05029 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=232.05029 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=232.05029 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=232.05029 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=232.05029 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=232.05029 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=232.05029 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=232.05029 y=211.774887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=232.05029 y=177.124887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-160.240619 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-160.240619 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-160.240619 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-160.240619 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-160.240619 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-160.240619 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-160.240619 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-160.240619 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-133.186074 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-133.186074 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-133.186074 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-133.186074 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-133.186074 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-133.186074 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-133.186074 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-133.186074 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-106.131528 y=436.999887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-106.131528 y=402.349887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-106.131528 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-106.131528 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-106.131528 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-106.131528 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-106.131528 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-106.131528 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-79.076983 y=436.999887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-79.076983 y=402.349887 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-79.076983 y=367.699887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-79.076983 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-79.076983 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-79.076983 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-79.076983 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-79.076983 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-52.022437 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-52.022437 y=402.349887 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-52.022437 y=367.699887 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-52.022437 y=333.049887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-52.022437 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-52.022437 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-52.022437 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-52.022437 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-24.967892 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-24.967892 y=402.349887 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-24.967892 y=367.699887 style=&quot;fill: #659bc7; stroke: #659bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-24.967892 y=333.049887 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-24.967892 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-24.967892 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-24.967892 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=-24.967892 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=2.086654 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=2.086654 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=2.086654 y=367.699887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=2.086654 y=333.049887 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=2.086654 y=298.399887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=2.086654 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=2.086654 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=2.086654 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=29.141199 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=29.141199 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=29.141199 y=367.699887 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=29.141199 y=333.049887 style=&quot;fill: #4a8abe; stroke: #4a8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=29.141199 y=298.399887 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=29.141199 y=263.749887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=29.141199 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=29.141199 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=56.195745 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=56.195745 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=56.195745 y=367.699887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=56.195745 y=333.049887 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=56.195745 y=298.399887 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=56.195745 y=263.749887 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=56.195745 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=56.195745 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=83.25029 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=83.25029 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=83.25029 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=83.25029 y=333.049887 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=83.25029 y=298.399887 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=83.25029 y=263.749887 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=83.25029 y=229.099887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=83.25029 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=110.304836 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=110.304836 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=110.304836 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=110.304836 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=110.304836 y=298.399887 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=110.304836 y=263.749887 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=110.304836 y=229.099887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=110.304836 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=137.359381 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=137.359381 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=137.359381 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=137.359381 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=137.359381 y=298.399887 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=137.359381 y=263.749887 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=137.359381 y=229.099887 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=137.359381 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=164.413926 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=164.413926 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=164.413926 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=164.413926 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=164.413926 y=298.399887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=164.413926 y=263.749887 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=164.413926 y=229.099887 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=164.413926 y=194.449887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=191.468472 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=191.468472 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=191.468472 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=191.468472 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=191.468472 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=191.468472 y=263.749887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=191.468472 y=229.099887 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=191.468472 y=194.449887 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=218.523017 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=218.523017 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=218.523017 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=218.523017 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=218.523017 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=218.523017 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=218.523017 y=229.099887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8eb7b1560c)&gt;&lt;use xlink:href=#C0_0_bd692e02c4 x=218.523017 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p8eb7b1560c&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:55.267780&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_73ce76d2e6 d=&quot;M 279.586074 -170.339681 \n",
+       "L 279.586074 -181.889681 \n",
+       "L 266.058801 -187.664681 \n",
+       "L 252.531528 -181.889681 \n",
+       "L 252.531528 -170.339681 \n",
+       "L 266.058801 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-173.767892 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-173.767892 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-173.767892 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-173.767892 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-173.767892 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-173.767892 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-173.767892 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-173.767892 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-173.767892 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-146.713346 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-146.713346 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-146.713346 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-146.713346 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-146.713346 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-146.713346 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-146.713346 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-146.713346 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-146.713346 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-119.658801 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-119.658801 y=480.044681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-119.658801 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-119.658801 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-119.658801 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-119.658801 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-119.658801 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-119.658801 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-119.658801 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-92.604255 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-92.604255 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-92.604255 y=445.394681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-92.604255 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-92.604255 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-92.604255 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-92.604255 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-92.604255 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-92.604255 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-65.54971 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-65.54971 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-65.54971 y=445.394681 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-65.54971 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-65.54971 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-65.54971 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-65.54971 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-65.54971 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-65.54971 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-38.495164 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-38.495164 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-38.495164 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-38.495164 y=410.744681 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-38.495164 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-38.495164 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-38.495164 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-38.495164 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-38.495164 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-11.440619 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-11.440619 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-11.440619 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-11.440619 y=410.744681 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-11.440619 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-11.440619 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-11.440619 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-11.440619 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-11.440619 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=15.613926 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=15.613926 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=15.613926 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=15.613926 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=15.613926 y=376.094681 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=15.613926 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=15.613926 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=15.613926 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=15.613926 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=42.668472 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=42.668472 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=42.668472 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=42.668472 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=42.668472 y=376.094681 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=42.668472 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=42.668472 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=42.668472 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=42.668472 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=69.723017 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=69.723017 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=69.723017 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=69.723017 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=69.723017 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=69.723017 y=341.444681 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=69.723017 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=69.723017 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=69.723017 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=96.777563 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=96.777563 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=96.777563 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=96.777563 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=96.777563 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=96.777563 y=341.444681 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=96.777563 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=96.777563 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=96.777563 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=123.832108 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=123.832108 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=123.832108 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=123.832108 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=123.832108 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=123.832108 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=123.832108 y=306.794681 style=&quot;fill: #387fb8; stroke: #387fb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=123.832108 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=123.832108 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=150.886654 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=150.886654 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=150.886654 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=150.886654 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=150.886654 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=150.886654 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=150.886654 y=306.794681 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=150.886654 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=150.886654 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=177.941199 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=177.941199 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=177.941199 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=177.941199 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=177.941199 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=177.941199 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=177.941199 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=177.941199 y=272.144681 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=177.941199 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=204.995745 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=204.995745 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=204.995745 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=204.995745 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=204.995745 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=204.995745 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=204.995745 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=204.995745 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=204.995745 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=232.05029 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=232.05029 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=232.05029 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=232.05029 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=232.05029 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=232.05029 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=232.05029 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=232.05029 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=232.05029 y=237.494681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-160.240619 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-160.240619 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-160.240619 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-160.240619 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-160.240619 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-160.240619 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-160.240619 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-160.240619 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-133.186074 y=497.369681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-133.186074 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-133.186074 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-133.186074 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-133.186074 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-133.186074 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-133.186074 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-133.186074 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-106.131528 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-106.131528 y=462.719681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-106.131528 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-106.131528 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-106.131528 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-106.131528 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-106.131528 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-106.131528 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-79.076983 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-79.076983 y=462.719681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-79.076983 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-79.076983 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-79.076983 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-79.076983 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-79.076983 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-79.076983 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-52.022437 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-52.022437 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-52.022437 y=428.069681 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-52.022437 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-52.022437 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-52.022437 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-52.022437 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-52.022437 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-24.967892 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-24.967892 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-24.967892 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-24.967892 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-24.967892 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-24.967892 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-24.967892 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=-24.967892 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=2.086654 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=2.086654 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=2.086654 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=2.086654 y=393.419681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=2.086654 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=2.086654 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=2.086654 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=2.086654 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=29.141199 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=29.141199 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=29.141199 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=29.141199 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=29.141199 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=29.141199 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=29.141199 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=29.141199 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=56.195745 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=56.195745 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=56.195745 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=56.195745 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=56.195745 y=358.769681 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=56.195745 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=56.195745 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=56.195745 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=83.25029 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=83.25029 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=83.25029 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=83.25029 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=83.25029 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=83.25029 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=83.25029 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=83.25029 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=110.304836 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=110.304836 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=110.304836 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=110.304836 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=110.304836 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=110.304836 y=324.119681 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=110.304836 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=110.304836 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=137.359381 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=137.359381 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=137.359381 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=137.359381 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=137.359381 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=137.359381 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=137.359381 y=289.469681 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=137.359381 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=164.413926 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=164.413926 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=164.413926 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=164.413926 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=164.413926 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=164.413926 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=164.413926 y=289.469681 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=164.413926 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=191.468472 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=191.468472 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=191.468472 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=191.468472 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=191.468472 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=191.468472 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=191.468472 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=191.468472 y=254.819681 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=218.523017 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=218.523017 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=218.523017 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=218.523017 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=218.523017 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=218.523017 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=218.523017 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5338a0d101)&gt;&lt;use xlink:href=#C0_0_73ce76d2e6 x=218.523017 y=254.819681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p5338a0d101&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:01.051542&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_392c8f51c6 d=&quot;M 279.586074 -119.986935 \n",
+       "L 279.586074 -131.536935 \n",
+       "L 266.058801 -137.311935 \n",
+       "L 252.531528 -131.536935 \n",
+       "L 252.531528 -119.986935 \n",
+       "L 266.058801 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-173.767892 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-173.767892 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-173.767892 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-173.767892 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-173.767892 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-173.767892 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-173.767892 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-173.767892 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-173.767892 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-146.713346 y=464.341935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-146.713346 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-146.713346 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-146.713346 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-146.713346 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-146.713346 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-146.713346 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-146.713346 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-146.713346 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-119.658801 y=464.341935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-119.658801 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-119.658801 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-119.658801 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-119.658801 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-119.658801 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-119.658801 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-119.658801 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-119.658801 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-92.604255 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-92.604255 y=429.691935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-92.604255 y=395.041935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-92.604255 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-92.604255 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-92.604255 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-92.604255 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-92.604255 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-92.604255 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-65.54971 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-65.54971 y=429.691935 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-65.54971 y=395.041935 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-65.54971 y=360.391935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-65.54971 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-65.54971 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-65.54971 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-65.54971 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-65.54971 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-38.495164 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-38.495164 y=429.691935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-38.495164 y=395.041935 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-38.495164 y=360.391935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-38.495164 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-38.495164 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-38.495164 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-38.495164 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-38.495164 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-11.440619 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-11.440619 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-11.440619 y=395.041935 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-11.440619 y=360.391935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-11.440619 y=325.741935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-11.440619 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-11.440619 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-11.440619 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-11.440619 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=15.613926 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=15.613926 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=15.613926 y=395.041935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=15.613926 y=360.391935 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=15.613926 y=325.741935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=15.613926 y=291.091935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=15.613926 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=15.613926 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=15.613926 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=42.668472 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=42.668472 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=42.668472 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=42.668472 y=360.391935 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=42.668472 y=325.741935 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=42.668472 y=291.091935 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=42.668472 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=42.668472 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=42.668472 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=69.723017 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=69.723017 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=69.723017 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=69.723017 y=360.391935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=69.723017 y=325.741935 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=69.723017 y=291.091935 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=69.723017 y=256.441935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=69.723017 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=69.723017 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=96.777563 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=96.777563 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=96.777563 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=96.777563 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=96.777563 y=325.741935 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=96.777563 y=291.091935 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=96.777563 y=256.441935 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=96.777563 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=96.777563 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=123.832108 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=123.832108 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=123.832108 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=123.832108 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=123.832108 y=325.741935 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=123.832108 y=291.091935 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=123.832108 y=256.441935 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=123.832108 y=221.791935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=123.832108 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=150.886654 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=150.886654 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=150.886654 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=150.886654 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=150.886654 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=150.886654 y=291.091935 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=150.886654 y=256.441935 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=150.886654 y=221.791935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=150.886654 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=177.941199 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=177.941199 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=177.941199 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=177.941199 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=177.941199 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=177.941199 y=291.091935 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=177.941199 y=256.441935 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=177.941199 y=221.791935 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=177.941199 y=187.141935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=204.995745 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=204.995745 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=204.995745 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=204.995745 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=204.995745 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=204.995745 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=204.995745 y=256.441935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=204.995745 y=221.791935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=204.995745 y=187.141935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=232.05029 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=232.05029 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=232.05029 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=232.05029 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=232.05029 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=232.05029 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=232.05029 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=232.05029 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=232.05029 y=187.141935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-160.240619 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-160.240619 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-160.240619 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-160.240619 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-160.240619 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-160.240619 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-160.240619 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-160.240619 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-133.186074 y=447.016935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-133.186074 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-133.186074 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-133.186074 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-133.186074 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-133.186074 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-133.186074 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-133.186074 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-106.131528 y=447.016935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-106.131528 y=412.366935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-106.131528 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-106.131528 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-106.131528 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-106.131528 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-106.131528 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-106.131528 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-79.076983 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-79.076983 y=412.366935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-79.076983 y=377.716935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-79.076983 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-79.076983 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-79.076983 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-79.076983 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-79.076983 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-52.022437 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-52.022437 y=412.366935 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-52.022437 y=377.716935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-52.022437 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-52.022437 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-52.022437 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-52.022437 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-52.022437 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-24.967892 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-24.967892 y=412.366935 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-24.967892 y=377.716935 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-24.967892 y=343.066935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-24.967892 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-24.967892 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-24.967892 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=-24.967892 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=2.086654 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=2.086654 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=2.086654 y=377.716935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=2.086654 y=343.066935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=2.086654 y=308.416935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=2.086654 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=2.086654 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=2.086654 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=29.141199 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=29.141199 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=29.141199 y=377.716935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=29.141199 y=343.066935 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=29.141199 y=308.416935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=29.141199 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=29.141199 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=29.141199 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=56.195745 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=56.195745 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=56.195745 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=56.195745 y=343.066935 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=56.195745 y=308.416935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=56.195745 y=273.766935 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=56.195745 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=56.195745 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=83.25029 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=83.25029 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=83.25029 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=83.25029 y=343.066935 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=83.25029 y=308.416935 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=83.25029 y=273.766935 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=83.25029 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=83.25029 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=110.304836 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=110.304836 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=110.304836 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=110.304836 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=110.304836 y=308.416935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=110.304836 y=273.766935 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=110.304836 y=239.116935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=110.304836 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=137.359381 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=137.359381 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=137.359381 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=137.359381 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=137.359381 y=308.416935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=137.359381 y=273.766935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=137.359381 y=239.116935 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=137.359381 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=164.413926 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=164.413926 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=164.413926 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=164.413926 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=164.413926 y=308.416935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=164.413926 y=273.766935 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=164.413926 y=239.116935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=164.413926 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=191.468472 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=191.468472 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=191.468472 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=191.468472 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=191.468472 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=191.468472 y=273.766935 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=191.468472 y=239.116935 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=191.468472 y=204.466935 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=218.523017 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=218.523017 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=218.523017 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=218.523017 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=218.523017 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=218.523017 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=218.523017 y=239.116935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p37bb94d7aa)&gt;&lt;use xlink:href=#C0_0_392c8f51c6 x=218.523017 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p37bb94d7aa&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:07.597420&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_a17b3a4fc2 d=&quot;M 279.586074 -51.645 \n",
+       "L 279.586074 -63.195 \n",
+       "L 266.058801 -68.97 \n",
+       "L 252.531528 -63.195 \n",
+       "L 252.531528 -51.645 \n",
+       "L 266.058801 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-173.767892 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-173.767892 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-173.767892 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-173.767892 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-173.767892 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-173.767892 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-173.767892 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-173.767892 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-173.767892 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-146.713346 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-146.713346 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-146.713346 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-146.713346 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-146.713346 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-146.713346 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-146.713346 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-146.713346 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-146.713346 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-119.658801 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-119.658801 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-119.658801 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-119.658801 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-119.658801 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-119.658801 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-119.658801 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-119.658801 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-119.658801 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-92.604255 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-92.604255 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-92.604255 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-92.604255 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-92.604255 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-92.604255 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-92.604255 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-92.604255 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-92.604255 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-65.54971 y=396 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-65.54971 y=361.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-65.54971 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-65.54971 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-65.54971 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-65.54971 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-65.54971 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-65.54971 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-65.54971 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-38.495164 y=396 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-38.495164 y=361.35 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-38.495164 y=326.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-38.495164 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-38.495164 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-38.495164 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-38.495164 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-38.495164 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-38.495164 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-11.440619 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-11.440619 y=361.35 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-11.440619 y=326.7 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-11.440619 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-11.440619 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-11.440619 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-11.440619 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-11.440619 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-11.440619 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=15.613926 y=396 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=15.613926 y=361.35 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=15.613926 y=326.7 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=15.613926 y=292.05 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=15.613926 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=15.613926 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=15.613926 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=15.613926 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=15.613926 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=42.668472 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=42.668472 y=361.35 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=42.668472 y=326.7 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=42.668472 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=42.668472 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=42.668472 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=42.668472 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=42.668472 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=42.668472 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=69.723017 y=396 style=&quot;fill: #4184bb; stroke: #4184bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=69.723017 y=361.35 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=69.723017 y=326.7 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=69.723017 y=292.05 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=69.723017 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=69.723017 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=69.723017 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=69.723017 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=69.723017 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=96.777563 y=396 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=96.777563 y=361.35 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=96.777563 y=326.7 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=96.777563 y=292.05 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=96.777563 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=96.777563 y=222.75 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=96.777563 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=96.777563 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=96.777563 y=118.8 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=123.832108 y=396 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=123.832108 y=361.35 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=123.832108 y=326.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=123.832108 y=292.05 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=123.832108 y=257.4 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=123.832108 y=222.75 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=123.832108 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=123.832108 y=153.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=123.832108 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=150.886654 y=396 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=150.886654 y=361.35 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=150.886654 y=326.7 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=150.886654 y=292.05 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=150.886654 y=257.4 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=150.886654 y=222.75 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=150.886654 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=150.886654 y=153.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=150.886654 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=177.941199 y=396 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=177.941199 y=361.35 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=177.941199 y=326.7 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=177.941199 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=177.941199 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=177.941199 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=177.941199 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=177.941199 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=177.941199 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=204.995745 y=396 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=204.995745 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=204.995745 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=204.995745 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=204.995745 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=204.995745 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=204.995745 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=204.995745 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=204.995745 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=232.05029 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=232.05029 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=232.05029 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=232.05029 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=232.05029 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=232.05029 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=232.05029 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=232.05029 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=232.05029 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-160.240619 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-160.240619 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-160.240619 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-160.240619 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-160.240619 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-160.240619 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-160.240619 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-160.240619 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-133.186074 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-133.186074 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-133.186074 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-133.186074 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-133.186074 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-133.186074 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-133.186074 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-133.186074 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-106.131528 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-106.131528 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-106.131528 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-106.131528 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-106.131528 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-106.131528 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-106.131528 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-106.131528 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-79.076983 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-79.076983 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-79.076983 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-79.076983 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-79.076983 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-79.076983 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-79.076983 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-79.076983 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-52.022437 y=378.675 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-52.022437 y=344.025 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-52.022437 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-52.022437 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-52.022437 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-52.022437 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-52.022437 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-52.022437 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-24.967892 y=378.675 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-24.967892 y=344.025 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-24.967892 y=309.375 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-24.967892 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-24.967892 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-24.967892 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-24.967892 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=-24.967892 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=2.086654 y=378.675 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=2.086654 y=344.025 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=2.086654 y=309.375 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=2.086654 y=274.725 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=2.086654 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=2.086654 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=2.086654 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=2.086654 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=29.141199 y=378.675 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=29.141199 y=344.025 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=29.141199 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=29.141199 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=29.141199 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=29.141199 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=29.141199 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=29.141199 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=56.195745 y=378.675 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=56.195745 y=344.025 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=56.195745 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=56.195745 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=56.195745 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=56.195745 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=56.195745 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=56.195745 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=83.25029 y=378.675 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=83.25029 y=344.025 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=83.25029 y=309.375 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=83.25029 y=274.725 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=83.25029 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=83.25029 y=205.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=83.25029 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=83.25029 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=110.304836 y=378.675 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=110.304836 y=344.025 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=110.304836 y=309.375 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=110.304836 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=110.304836 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=110.304836 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=110.304836 y=170.775 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=110.304836 y=136.125 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=137.359381 y=378.675 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=137.359381 y=344.025 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=137.359381 y=309.375 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=137.359381 y=274.725 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=137.359381 y=240.075 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=137.359381 y=205.425 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=137.359381 y=170.775 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=137.359381 y=136.125 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=164.413926 y=378.675 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=164.413926 y=344.025 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=164.413926 y=309.375 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=164.413926 y=274.725 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=164.413926 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=164.413926 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=164.413926 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=164.413926 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=191.468472 y=378.675 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=191.468472 y=344.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=191.468472 y=309.375 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=191.468472 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=191.468472 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=191.468472 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=191.468472 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=191.468472 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=218.523017 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=218.523017 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=218.523017 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=218.523017 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=218.523017 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=218.523017 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=218.523017 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p00df2b0385)&gt;&lt;use xlink:href=#C0_0_a17b3a4fc2 x=218.523017 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p00df2b0385&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:13.701476&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_6bb1a7ef0c d=&quot;M 279.586074 -51.645 \n",
+       "L 279.586074 -63.195 \n",
+       "L 266.058801 -68.97 \n",
+       "L 252.531528 -63.195 \n",
+       "L 252.531528 -51.645 \n",
+       "L 266.058801 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-173.767892 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-173.767892 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-173.767892 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-173.767892 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-173.767892 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-173.767892 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-173.767892 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-173.767892 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-173.767892 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-146.713346 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-146.713346 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-146.713346 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-146.713346 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-146.713346 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-146.713346 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-146.713346 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-146.713346 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-146.713346 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-119.658801 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-119.658801 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-119.658801 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-119.658801 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-119.658801 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-119.658801 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-119.658801 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-119.658801 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-119.658801 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-92.604255 y=396 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-92.604255 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-92.604255 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-92.604255 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-92.604255 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-92.604255 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-92.604255 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-92.604255 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-92.604255 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-65.54971 y=396 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-65.54971 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-65.54971 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-65.54971 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-65.54971 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-65.54971 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-65.54971 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-65.54971 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-65.54971 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-38.495164 y=396 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-38.495164 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-38.495164 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-38.495164 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-38.495164 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-38.495164 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-38.495164 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-38.495164 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-38.495164 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-11.440619 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-11.440619 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-11.440619 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-11.440619 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-11.440619 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-11.440619 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-11.440619 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-11.440619 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-11.440619 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=15.613926 y=396 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=15.613926 y=361.35 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=15.613926 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=15.613926 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=15.613926 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=15.613926 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=15.613926 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=15.613926 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=15.613926 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=42.668472 y=396 style=&quot;fill: #508dc0; stroke: #508dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=42.668472 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=42.668472 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=42.668472 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=42.668472 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=42.668472 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=42.668472 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=42.668472 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=42.668472 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=69.723017 y=396 style=&quot;fill: #4888bd; stroke: #4888bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=69.723017 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=69.723017 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=69.723017 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=69.723017 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=69.723017 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=69.723017 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=69.723017 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=69.723017 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=96.777563 y=396 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=96.777563 y=361.35 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=96.777563 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=96.777563 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=96.777563 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=96.777563 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=96.777563 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=96.777563 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=96.777563 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=123.832108 y=396 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=123.832108 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=123.832108 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=123.832108 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=123.832108 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=123.832108 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=123.832108 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=123.832108 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=123.832108 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=150.886654 y=396 style=&quot;fill: #5f97c5; stroke: #5f97c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=150.886654 y=361.35 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=150.886654 y=326.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=150.886654 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=150.886654 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=150.886654 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=150.886654 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=150.886654 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=150.886654 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=177.941199 y=396 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=177.941199 y=361.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=177.941199 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=177.941199 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=177.941199 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=177.941199 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=177.941199 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=177.941199 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=177.941199 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=204.995745 y=396 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=204.995745 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=204.995745 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=204.995745 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=204.995745 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=204.995745 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=204.995745 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=204.995745 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=204.995745 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=232.05029 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=232.05029 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=232.05029 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=232.05029 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=232.05029 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=232.05029 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=232.05029 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=232.05029 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=232.05029 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-160.240619 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-160.240619 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-160.240619 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-160.240619 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-160.240619 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-160.240619 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-160.240619 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-160.240619 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-133.186074 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-133.186074 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-133.186074 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-133.186074 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-133.186074 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-133.186074 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-133.186074 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-133.186074 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-106.131528 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-106.131528 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-106.131528 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-106.131528 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-106.131528 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-106.131528 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-106.131528 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-106.131528 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-79.076983 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-79.076983 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-79.076983 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-79.076983 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-79.076983 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-79.076983 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-79.076983 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-79.076983 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-52.022437 y=378.675 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-52.022437 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-52.022437 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-52.022437 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-52.022437 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-52.022437 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-52.022437 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-52.022437 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-24.967892 y=378.675 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-24.967892 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-24.967892 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-24.967892 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-24.967892 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-24.967892 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-24.967892 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=-24.967892 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=2.086654 y=378.675 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=2.086654 y=344.025 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=2.086654 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=2.086654 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=2.086654 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=2.086654 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=2.086654 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=2.086654 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=29.141199 y=378.675 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=29.141199 y=344.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=29.141199 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=29.141199 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=29.141199 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=29.141199 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=29.141199 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=29.141199 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=56.195745 y=378.675 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=56.195745 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=56.195745 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=56.195745 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=56.195745 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=56.195745 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=56.195745 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=56.195745 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=83.25029 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=83.25029 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=83.25029 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=83.25029 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=83.25029 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=83.25029 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=83.25029 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=83.25029 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=110.304836 y=378.675 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=110.304836 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=110.304836 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=110.304836 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=110.304836 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=110.304836 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=110.304836 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=110.304836 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=137.359381 y=378.675 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=137.359381 y=344.025 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=137.359381 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=137.359381 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=137.359381 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=137.359381 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=137.359381 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=137.359381 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=164.413926 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=164.413926 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=164.413926 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=164.413926 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=164.413926 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=164.413926 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=164.413926 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=164.413926 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=191.468472 y=378.675 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=191.468472 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=191.468472 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=191.468472 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=191.468472 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=191.468472 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=191.468472 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=191.468472 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=218.523017 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=218.523017 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=218.523017 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=218.523017 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=218.523017 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=218.523017 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=218.523017 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6de2c2e515)&gt;&lt;use xlink:href=#C0_0_6bb1a7ef0c x=218.523017 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p6de2c2e515&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:19.479773&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.874524 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(150.714819 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.335583 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.09619 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(320.936485 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.99631 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(427.836605 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(482.6769 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_96c1960c58 d=&quot;M 282.403931 -30.54327 \n",
+       "L 282.403931 -42.09327 \n",
+       "L 268.876659 -47.86827 \n",
+       "L 255.349386 -42.09327 \n",
+       "L 255.349386 -30.54327 \n",
+       "L 268.876659 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-176.585749 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-176.585749 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-176.585749 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-176.585749 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-176.585749 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-176.585749 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-176.585749 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-176.585749 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-176.585749 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-149.531204 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-149.531204 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-149.531204 y=305.59827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-149.531204 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-149.531204 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-149.531204 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-149.531204 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-149.531204 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-149.531204 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-122.476659 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-122.476659 y=340.24827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-122.476659 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-122.476659 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-122.476659 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-122.476659 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-122.476659 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-122.476659 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-122.476659 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-95.422113 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-95.422113 y=340.24827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-95.422113 y=305.59827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-95.422113 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-95.422113 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-95.422113 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-95.422113 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-95.422113 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-95.422113 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-68.367568 y=374.89827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-68.367568 y=340.24827 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-68.367568 y=305.59827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-68.367568 y=270.94827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-68.367568 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-68.367568 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-68.367568 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-68.367568 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-68.367568 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-41.313022 y=374.89827 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-41.313022 y=340.24827 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-41.313022 y=305.59827 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-41.313022 y=270.94827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-41.313022 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-41.313022 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-41.313022 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-41.313022 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-41.313022 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-14.258477 y=374.89827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-14.258477 y=340.24827 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-14.258477 y=305.59827 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-14.258477 y=270.94827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-14.258477 y=236.29827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-14.258477 y=201.64827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-14.258477 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-14.258477 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-14.258477 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=12.796069 y=374.89827 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=12.796069 y=340.24827 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=12.796069 y=305.59827 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=12.796069 y=270.94827 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=12.796069 y=236.29827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=12.796069 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=12.796069 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=12.796069 y=132.34827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=12.796069 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=39.850614 y=374.89827 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=39.850614 y=340.24827 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=39.850614 y=305.59827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=39.850614 y=270.94827 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=39.850614 y=236.29827 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=39.850614 y=201.64827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=39.850614 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=39.850614 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=39.850614 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=66.90516 y=374.89827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=66.90516 y=340.24827 style=&quot;fill: #508dc0; stroke: #508dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=66.90516 y=305.59827 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=66.90516 y=270.94827 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=66.90516 y=236.29827 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=66.90516 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=66.90516 y=166.99827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=66.90516 y=132.34827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=66.90516 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=93.959705 y=374.89827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=93.959705 y=340.24827 style=&quot;fill: #5390c1; stroke: #5390c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=93.959705 y=305.59827 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=93.959705 y=270.94827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=93.959705 y=236.29827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=93.959705 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=93.959705 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=93.959705 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=93.959705 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=121.014251 y=374.89827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=121.014251 y=340.24827 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=121.014251 y=305.59827 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=121.014251 y=270.94827 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=121.014251 y=236.29827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=121.014251 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=121.014251 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=121.014251 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=121.014251 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=148.068796 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=148.068796 y=340.24827 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=148.068796 y=305.59827 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=148.068796 y=270.94827 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=148.068796 y=236.29827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=148.068796 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=148.068796 y=166.99827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=148.068796 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=148.068796 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=175.123341 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=175.123341 y=340.24827 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=175.123341 y=305.59827 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=175.123341 y=270.94827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=175.123341 y=236.29827 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=175.123341 y=201.64827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=175.123341 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=175.123341 y=132.34827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=175.123341 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=202.177887 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=202.177887 y=340.24827 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=202.177887 y=305.59827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=202.177887 y=270.94827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=202.177887 y=236.29827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=202.177887 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=202.177887 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=202.177887 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=202.177887 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=229.232432 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=229.232432 y=340.24827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=229.232432 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=229.232432 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=229.232432 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=229.232432 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=229.232432 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=229.232432 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=229.232432 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-163.058477 y=357.57327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-163.058477 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-163.058477 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-163.058477 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-163.058477 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-163.058477 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-163.058477 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-163.058477 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-136.003931 y=357.57327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-136.003931 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-136.003931 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-136.003931 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-136.003931 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-136.003931 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-136.003931 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-136.003931 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-108.949386 y=357.57327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-108.949386 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-108.949386 y=288.27327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-108.949386 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-108.949386 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-108.949386 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-108.949386 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-108.949386 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-81.89484 y=357.57327 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-81.89484 y=322.92327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-81.89484 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-81.89484 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-81.89484 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-81.89484 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-81.89484 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-81.89484 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-54.840295 y=357.57327 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-54.840295 y=322.92327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-54.840295 y=288.27327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-54.840295 y=253.62327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-54.840295 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-54.840295 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-54.840295 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-54.840295 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-27.785749 y=357.57327 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-27.785749 y=322.92327 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-27.785749 y=288.27327 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-27.785749 y=253.62327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-27.785749 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-27.785749 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-27.785749 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-27.785749 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-0.731204 y=357.57327 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-0.731204 y=322.92327 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-0.731204 y=288.27327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-0.731204 y=253.62327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-0.731204 y=218.97327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-0.731204 y=184.32327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-0.731204 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=-0.731204 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=26.323341 y=357.57327 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=26.323341 y=322.92327 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=26.323341 y=288.27327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=26.323341 y=253.62327 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=26.323341 y=218.97327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=26.323341 y=184.32327 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=26.323341 y=149.67327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=26.323341 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=53.377887 y=357.57327 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=53.377887 y=322.92327 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=53.377887 y=288.27327 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=53.377887 y=253.62327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=53.377887 y=218.97327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=53.377887 y=184.32327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=53.377887 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=53.377887 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=80.432432 y=357.57327 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=80.432432 y=322.92327 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=80.432432 y=288.27327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=80.432432 y=253.62327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=80.432432 y=218.97327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=80.432432 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=80.432432 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=80.432432 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=107.486978 y=357.57327 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=107.486978 y=322.92327 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=107.486978 y=288.27327 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=107.486978 y=253.62327 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=107.486978 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=107.486978 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=107.486978 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=107.486978 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=134.541523 y=357.57327 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=134.541523 y=322.92327 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=134.541523 y=288.27327 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=134.541523 y=253.62327 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=134.541523 y=218.97327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=134.541523 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=134.541523 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=134.541523 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=161.596069 y=357.57327 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=161.596069 y=322.92327 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=161.596069 y=288.27327 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=161.596069 y=253.62327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=161.596069 y=218.97327 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=161.596069 y=184.32327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=161.596069 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=161.596069 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=188.650614 y=357.57327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=188.650614 y=322.92327 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=188.650614 y=288.27327 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=188.650614 y=253.62327 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=188.650614 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=188.650614 y=184.32327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=188.650614 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=188.650614 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=215.70516 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=215.70516 y=322.92327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=215.70516 y=288.27327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=215.70516 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=215.70516 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=215.70516 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=215.70516 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7628951058)&gt;&lt;use xlink:href=#C0_0_96c1960c58 x=215.70516 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p7628951058&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_min-interactions_temperature_min_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:29.367419&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(95.682 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(149.647184 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(206.392836 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(263.278332 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.243516 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(368.428231 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(422.393414 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(476.358598 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(252.409141 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_9a08560143 d=&quot;M 279.586074 61733.155 \n",
+       "L 279.586074 61721.605 \n",
+       "L 266.058801 61715.83 \n",
+       "L 252.531528 61721.605 \n",
+       "L 252.531528 61733.155 \n",
+       "L 266.058801 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-173.767892 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-173.767892 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-173.767892 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-173.767892 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-173.767892 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-173.767892 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-173.767892 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-173.767892 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-173.767892 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-146.713346 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-146.713346 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-146.713346 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-146.713346 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-146.713346 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-146.713346 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-146.713346 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-146.713346 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-146.713346 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-119.658801 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-119.658801 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-119.658801 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-119.658801 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-119.658801 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-119.658801 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-119.658801 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-119.658801 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-119.658801 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-92.604255 y=-61388.8 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-92.604255 y=-61423.45 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-92.604255 y=-61458.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-92.604255 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-92.604255 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-92.604255 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-92.604255 y=-61596.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-92.604255 y=-61631.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-92.604255 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-65.54971 y=-61388.8 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-65.54971 y=-61423.45 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-65.54971 y=-61458.1 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-65.54971 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-65.54971 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-65.54971 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-65.54971 y=-61596.7 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-65.54971 y=-61631.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-65.54971 y=-61666 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-38.495164 y=-61388.8 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-38.495164 y=-61423.45 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-38.495164 y=-61458.1 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-38.495164 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-38.495164 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-38.495164 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-38.495164 y=-61596.7 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-38.495164 y=-61631.35 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-38.495164 y=-61666 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-11.440619 y=-61388.8 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-11.440619 y=-61423.45 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-11.440619 y=-61458.1 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-11.440619 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-11.440619 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-11.440619 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-11.440619 y=-61596.7 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-11.440619 y=-61631.35 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-11.440619 y=-61666 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=15.613926 y=-61388.8 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=15.613926 y=-61423.45 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=15.613926 y=-61458.1 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=15.613926 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=15.613926 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=15.613926 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=15.613926 y=-61596.7 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=15.613926 y=-61631.35 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=15.613926 y=-61666 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=42.668472 y=-61388.8 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=42.668472 y=-61423.45 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=42.668472 y=-61458.1 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=42.668472 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=42.668472 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=42.668472 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=42.668472 y=-61596.7 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=42.668472 y=-61631.35 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=42.668472 y=-61666 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=69.723017 y=-61388.8 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=69.723017 y=-61423.45 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=69.723017 y=-61458.1 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=69.723017 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=69.723017 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=69.723017 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=69.723017 y=-61596.7 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=69.723017 y=-61631.35 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=69.723017 y=-61666 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=96.777563 y=-61388.8 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=96.777563 y=-61423.45 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=96.777563 y=-61458.1 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=96.777563 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=96.777563 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=96.777563 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=96.777563 y=-61596.7 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=96.777563 y=-61631.35 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=96.777563 y=-61666 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=123.832108 y=-61388.8 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=123.832108 y=-61423.45 style=&quot;fill: #3d82ba; stroke: #3d82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=123.832108 y=-61458.1 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=123.832108 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=123.832108 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=123.832108 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=123.832108 y=-61596.7 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=123.832108 y=-61631.35 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=123.832108 y=-61666 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=150.886654 y=-61388.8 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=150.886654 y=-61423.45 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=150.886654 y=-61458.1 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=150.886654 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=150.886654 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=150.886654 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=150.886654 y=-61596.7 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=150.886654 y=-61631.35 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=150.886654 y=-61666 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=177.941199 y=-61388.8 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=177.941199 y=-61423.45 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=177.941199 y=-61458.1 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=177.941199 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=177.941199 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=177.941199 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=177.941199 y=-61596.7 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=177.941199 y=-61631.35 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=177.941199 y=-61666 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=204.995745 y=-61388.8 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=204.995745 y=-61423.45 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=204.995745 y=-61458.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=204.995745 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=204.995745 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=204.995745 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=204.995745 y=-61596.7 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=204.995745 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=204.995745 y=-61666 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=232.05029 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=232.05029 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=232.05029 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=232.05029 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=232.05029 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=232.05029 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=232.05029 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=232.05029 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=232.05029 y=-61666 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-160.240619 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-160.240619 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-160.240619 y=-61475.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-160.240619 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-160.240619 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-160.240619 y=-61579.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-160.240619 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-160.240619 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-133.186074 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-133.186074 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-133.186074 y=-61475.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-133.186074 y=-61510.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-133.186074 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-133.186074 y=-61579.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-133.186074 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-133.186074 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-106.131528 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-106.131528 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-106.131528 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-106.131528 y=-61510.075 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-106.131528 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-106.131528 y=-61579.375 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-106.131528 y=-61614.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-106.131528 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-79.076983 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-79.076983 y=-61440.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-79.076983 y=-61475.425 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-79.076983 y=-61510.075 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-79.076983 y=-61544.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-79.076983 y=-61579.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-79.076983 y=-61614.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-79.076983 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-52.022437 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-52.022437 y=-61440.775 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-52.022437 y=-61475.425 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-52.022437 y=-61510.075 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-52.022437 y=-61544.725 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-52.022437 y=-61579.375 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-52.022437 y=-61614.025 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-52.022437 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-24.967892 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-24.967892 y=-61440.775 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-24.967892 y=-61475.425 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-24.967892 y=-61510.075 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-24.967892 y=-61544.725 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-24.967892 y=-61579.375 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-24.967892 y=-61614.025 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=-24.967892 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=2.086654 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=2.086654 y=-61440.775 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=2.086654 y=-61475.425 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=2.086654 y=-61510.075 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=2.086654 y=-61544.725 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=2.086654 y=-61579.375 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=2.086654 y=-61614.025 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=2.086654 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=29.141199 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=29.141199 y=-61440.775 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=29.141199 y=-61475.425 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=29.141199 y=-61510.075 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=29.141199 y=-61544.725 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=29.141199 y=-61579.375 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=29.141199 y=-61614.025 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=29.141199 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=56.195745 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=56.195745 y=-61440.775 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=56.195745 y=-61475.425 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=56.195745 y=-61510.075 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=56.195745 y=-61544.725 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=56.195745 y=-61579.375 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=56.195745 y=-61614.025 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=56.195745 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=83.25029 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=83.25029 y=-61440.775 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=83.25029 y=-61475.425 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=83.25029 y=-61510.075 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=83.25029 y=-61544.725 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=83.25029 y=-61579.375 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=83.25029 y=-61614.025 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=83.25029 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=110.304836 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=110.304836 y=-61440.775 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=110.304836 y=-61475.425 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=110.304836 y=-61510.075 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=110.304836 y=-61544.725 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=110.304836 y=-61579.375 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=110.304836 y=-61614.025 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=110.304836 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=137.359381 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=137.359381 y=-61440.775 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=137.359381 y=-61475.425 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=137.359381 y=-61510.075 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=137.359381 y=-61544.725 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=137.359381 y=-61579.375 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=137.359381 y=-61614.025 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=137.359381 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=164.413926 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=164.413926 y=-61440.775 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=164.413926 y=-61475.425 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=164.413926 y=-61510.075 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=164.413926 y=-61544.725 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=164.413926 y=-61579.375 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=164.413926 y=-61614.025 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=164.413926 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=191.468472 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=191.468472 y=-61440.775 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=191.468472 y=-61475.425 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=191.468472 y=-61510.075 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=191.468472 y=-61544.725 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=191.468472 y=-61579.375 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=191.468472 y=-61614.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=191.468472 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=218.523017 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=218.523017 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=218.523017 y=-61475.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=218.523017 y=-61510.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=218.523017 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=218.523017 y=-61579.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=218.523017 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd1d8fa0f5a)&gt;&lt;use xlink:href=#C0_0_9a08560143 x=218.523017 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pd1d8fa0f5a&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_temperature_evening&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_temperature_evening-interactions_temperature_evening_day_in_month aria-controls=interactions_temperature_evening-interactions_temperature_evening_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_passengers aria-controls=interactions_temperature_evening-interactions_temperature_evening_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_temperature_midday aria-controls=interactions_temperature_evening-interactions_temperature_evening_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_sunshine_percentage aria-controls=interactions_temperature_evening-interactions_temperature_evening_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_snow_5days aria-controls=interactions_temperature_evening-interactions_temperature_evening_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_temperature_deviation aria-controls=interactions_temperature_evening-interactions_temperature_evening_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_temperature_max aria-controls=interactions_temperature_evening-interactions_temperature_evening_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_temperature_min aria-controls=interactions_temperature_evening-interactions_temperature_evening_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_temperature_evening aria-controls=interactions_temperature_evening-interactions_temperature_evening_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_precipiation_5days aria-controls=interactions_temperature_evening-interactions_temperature_evening_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_precipiation aria-controls=interactions_temperature_evening-interactions_temperature_evening_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_wind aria-controls=interactions_temperature_evening-interactions_temperature_evening_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_temperature_evening-interactions_temperature_evening_year aria-controls=interactions_temperature_evening-interactions_temperature_evening_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_temperature_evening-interactions_temperature_evening_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:39.957485&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_f6a35be998 d=&quot;M 205.87013 -42.405 \n",
+       "L 205.87013 -53.955 \n",
+       "L 192.342857 -59.73 \n",
+       "L 178.815585 -53.955 \n",
+       "L 178.815585 -42.405 \n",
+       "L 192.342857 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-100.051948 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-100.051948 y=352.11 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-100.051948 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-100.051948 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-100.051948 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-100.051948 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-100.051948 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-100.051948 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-100.051948 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-72.997403 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-72.997403 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-72.997403 y=317.46 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-72.997403 y=282.81 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-72.997403 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-72.997403 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-72.997403 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-72.997403 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-72.997403 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-45.942857 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-45.942857 y=352.11 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-45.942857 y=317.46 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-45.942857 y=282.81 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-45.942857 y=248.16 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-45.942857 y=213.51 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-45.942857 y=178.86 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-45.942857 y=144.21 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-45.942857 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-18.888312 y=386.76 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-18.888312 y=352.11 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-18.888312 y=317.46 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-18.888312 y=282.81 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-18.888312 y=248.16 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-18.888312 y=213.51 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-18.888312 y=178.86 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-18.888312 y=144.21 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-18.888312 y=109.56 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=8.166234 y=386.76 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=8.166234 y=352.11 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=8.166234 y=317.46 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=8.166234 y=282.81 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=8.166234 y=248.16 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=8.166234 y=213.51 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=8.166234 y=178.86 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=8.166234 y=144.21 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=8.166234 y=109.56 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=35.220779 y=386.76 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=35.220779 y=352.11 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=35.220779 y=317.46 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=35.220779 y=282.81 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=35.220779 y=248.16 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=35.220779 y=213.51 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=35.220779 y=178.86 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=35.220779 y=144.21 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=35.220779 y=109.56 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=62.275324 y=386.76 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=62.275324 y=352.11 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=62.275324 y=317.46 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=62.275324 y=282.81 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=62.275324 y=248.16 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=62.275324 y=213.51 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=62.275324 y=178.86 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=62.275324 y=144.21 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=62.275324 y=109.56 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=89.32987 y=386.76 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=89.32987 y=352.11 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=89.32987 y=317.46 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=89.32987 y=282.81 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=89.32987 y=248.16 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=89.32987 y=213.51 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=89.32987 y=178.86 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=89.32987 y=144.21 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=89.32987 y=109.56 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=116.384415 y=386.76 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=116.384415 y=352.11 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=116.384415 y=317.46 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=116.384415 y=282.81 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=116.384415 y=248.16 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=116.384415 y=213.51 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=116.384415 y=178.86 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=116.384415 y=144.21 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=116.384415 y=109.56 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=143.438961 y=386.76 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=143.438961 y=352.11 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=143.438961 y=317.46 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=143.438961 y=282.81 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=143.438961 y=248.16 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=143.438961 y=213.51 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=143.438961 y=178.86 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=143.438961 y=144.21 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=143.438961 y=109.56 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=170.493506 y=386.76 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=170.493506 y=352.11 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=170.493506 y=317.46 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=170.493506 y=282.81 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=170.493506 y=248.16 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=170.493506 y=213.51 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=170.493506 y=178.86 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=170.493506 y=144.21 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=170.493506 y=109.56 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=197.548052 y=386.76 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=197.548052 y=352.11 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=197.548052 y=317.46 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=197.548052 y=282.81 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=197.548052 y=248.16 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=197.548052 y=213.51 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=197.548052 y=178.86 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=197.548052 y=144.21 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=197.548052 y=109.56 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=224.602597 y=386.76 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=224.602597 y=352.11 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=224.602597 y=317.46 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=224.602597 y=282.81 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=224.602597 y=248.16 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=224.602597 y=213.51 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=224.602597 y=178.86 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=224.602597 y=144.21 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=224.602597 y=109.56 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=251.657143 y=386.76 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=251.657143 y=352.11 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=251.657143 y=317.46 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=251.657143 y=282.81 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=251.657143 y=248.16 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=251.657143 y=213.51 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=251.657143 y=178.86 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=251.657143 y=144.21 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=251.657143 y=109.56 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=278.711688 y=386.76 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=278.711688 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=278.711688 y=317.46 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=278.711688 y=282.81 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=278.711688 y=248.16 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=278.711688 y=213.51 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=278.711688 y=178.86 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=278.711688 y=144.21 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=278.711688 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=305.766234 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=305.766234 y=352.11 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=305.766234 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=305.766234 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=305.766234 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=305.766234 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=305.766234 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=305.766234 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=305.766234 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-86.524676 y=369.435 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-86.524676 y=334.785 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-86.524676 y=300.135 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-86.524676 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-86.524676 y=230.835 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-86.524676 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-86.524676 y=161.535 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-86.524676 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-59.47013 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-59.47013 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-59.47013 y=300.135 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-59.47013 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-59.47013 y=230.835 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-59.47013 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-59.47013 y=161.535 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-59.47013 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-32.415585 y=369.435 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-32.415585 y=334.785 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-32.415585 y=300.135 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-32.415585 y=265.485 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-32.415585 y=230.835 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-32.415585 y=196.185 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-32.415585 y=161.535 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-32.415585 y=126.885 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-5.361039 y=369.435 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-5.361039 y=334.785 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-5.361039 y=300.135 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-5.361039 y=265.485 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-5.361039 y=230.835 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-5.361039 y=196.185 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-5.361039 y=161.535 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=-5.361039 y=126.885 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=21.693506 y=369.435 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=21.693506 y=334.785 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=21.693506 y=300.135 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=21.693506 y=265.485 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=21.693506 y=230.835 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=21.693506 y=196.185 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=21.693506 y=161.535 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=21.693506 y=126.885 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=48.748052 y=369.435 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=48.748052 y=334.785 style=&quot;fill: #3b81b9; stroke: #3b81b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=48.748052 y=300.135 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=48.748052 y=265.485 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=48.748052 y=230.835 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=48.748052 y=196.185 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=48.748052 y=161.535 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=48.748052 y=126.885 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=75.802597 y=369.435 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=75.802597 y=334.785 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=75.802597 y=300.135 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=75.802597 y=265.485 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=75.802597 y=230.835 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=75.802597 y=196.185 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=75.802597 y=161.535 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=75.802597 y=126.885 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=102.857143 y=369.435 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=102.857143 y=334.785 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=102.857143 y=300.135 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=102.857143 y=265.485 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=102.857143 y=230.835 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=102.857143 y=196.185 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=102.857143 y=161.535 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=102.857143 y=126.885 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=129.911688 y=369.435 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=129.911688 y=334.785 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=129.911688 y=300.135 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=129.911688 y=265.485 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=129.911688 y=230.835 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=129.911688 y=196.185 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=129.911688 y=161.535 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=129.911688 y=126.885 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=156.966234 y=369.435 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=156.966234 y=334.785 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=156.966234 y=300.135 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=156.966234 y=265.485 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=156.966234 y=230.835 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=156.966234 y=196.185 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=156.966234 y=161.535 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=156.966234 y=126.885 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=184.020779 y=369.435 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=184.020779 y=334.785 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=184.020779 y=300.135 style=&quot;fill: #3b81b9; stroke: #3b81b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=184.020779 y=265.485 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=184.020779 y=230.835 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=184.020779 y=196.185 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=184.020779 y=161.535 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=184.020779 y=126.885 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=211.075324 y=369.435 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=211.075324 y=334.785 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=211.075324 y=300.135 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=211.075324 y=265.485 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=211.075324 y=230.835 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=211.075324 y=196.185 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=211.075324 y=161.535 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=211.075324 y=126.885 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=238.12987 y=369.435 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=238.12987 y=334.785 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=238.12987 y=300.135 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=238.12987 y=265.485 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=238.12987 y=230.835 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=238.12987 y=196.185 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=238.12987 y=161.535 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=238.12987 y=126.885 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=265.184415 y=369.435 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=265.184415 y=334.785 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=265.184415 y=300.135 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=265.184415 y=265.485 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=265.184415 y=230.835 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=265.184415 y=196.185 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=265.184415 y=161.535 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=265.184415 y=126.885 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=292.238961 y=369.435 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=292.238961 y=334.785 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=292.238961 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=292.238961 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=292.238961 y=230.835 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=292.238961 y=196.185 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=292.238961 y=161.535 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p0b6fa613d4)&gt;&lt;use xlink:href=#C0_0_f6a35be998 x=292.238961 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p0b6fa613d4&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:19.282601&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_070893e2fe d=&quot;M 205.87013 -51.645 \n",
+       "L 205.87013 -63.195 \n",
+       "L 192.342857 -68.97 \n",
+       "L 178.815585 -63.195 \n",
+       "L 178.815585 -51.645 \n",
+       "L 192.342857 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-100.051948 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-100.051948 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-100.051948 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-100.051948 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-100.051948 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-100.051948 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-100.051948 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-100.051948 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-100.051948 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-72.997403 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-72.997403 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-72.997403 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-72.997403 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-72.997403 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-72.997403 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-72.997403 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-72.997403 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-72.997403 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-45.942857 y=396 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-45.942857 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-45.942857 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-45.942857 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-45.942857 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-45.942857 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-45.942857 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-45.942857 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-45.942857 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-18.888312 y=396 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-18.888312 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-18.888312 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-18.888312 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-18.888312 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-18.888312 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-18.888312 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-18.888312 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-18.888312 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=8.166234 y=396 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=8.166234 y=361.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=8.166234 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=8.166234 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=8.166234 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=8.166234 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=8.166234 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=8.166234 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=8.166234 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=35.220779 y=396 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=35.220779 y=361.35 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=35.220779 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=35.220779 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=35.220779 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=35.220779 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=35.220779 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=35.220779 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=35.220779 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=62.275324 y=396 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=62.275324 y=361.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=62.275324 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=62.275324 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=62.275324 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=62.275324 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=62.275324 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=62.275324 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=62.275324 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=89.32987 y=396 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=89.32987 y=361.35 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=89.32987 y=326.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=89.32987 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=89.32987 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=89.32987 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=89.32987 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=89.32987 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=89.32987 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=116.384415 y=396 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=116.384415 y=361.35 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=116.384415 y=326.7 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=116.384415 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=116.384415 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=116.384415 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=116.384415 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=116.384415 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=116.384415 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=143.438961 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=143.438961 y=361.35 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=143.438961 y=326.7 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=143.438961 y=292.05 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=143.438961 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=143.438961 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=143.438961 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=143.438961 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=143.438961 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=170.493506 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=170.493506 y=361.35 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=170.493506 y=326.7 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=170.493506 y=292.05 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=170.493506 y=257.4 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=170.493506 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=170.493506 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=170.493506 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=170.493506 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=197.548052 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=197.548052 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=197.548052 y=326.7 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=197.548052 y=292.05 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=197.548052 y=257.4 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=197.548052 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=197.548052 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=197.548052 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=197.548052 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=224.602597 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=224.602597 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=224.602597 y=326.7 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=224.602597 y=292.05 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=224.602597 y=257.4 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=224.602597 y=222.75 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=224.602597 y=188.1 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=224.602597 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=224.602597 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=251.657143 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=251.657143 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=251.657143 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=251.657143 y=292.05 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=251.657143 y=257.4 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=251.657143 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=251.657143 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=251.657143 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=251.657143 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=278.711688 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=278.711688 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=278.711688 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=278.711688 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=278.711688 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=278.711688 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=278.711688 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=278.711688 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=278.711688 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=305.766234 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=305.766234 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=305.766234 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=305.766234 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=305.766234 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=305.766234 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=305.766234 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=305.766234 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=305.766234 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-86.524676 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-86.524676 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-86.524676 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-86.524676 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-86.524676 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-86.524676 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-86.524676 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-86.524676 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-59.47013 y=378.675 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-59.47013 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-59.47013 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-59.47013 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-59.47013 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-59.47013 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-59.47013 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-59.47013 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-32.415585 y=378.675 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-32.415585 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-32.415585 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-32.415585 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-32.415585 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-32.415585 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-32.415585 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-32.415585 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-5.361039 y=378.675 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-5.361039 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-5.361039 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-5.361039 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-5.361039 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-5.361039 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-5.361039 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=-5.361039 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=21.693506 y=378.675 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=21.693506 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=21.693506 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=21.693506 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=21.693506 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=21.693506 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=21.693506 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=21.693506 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=48.748052 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=48.748052 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=48.748052 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=48.748052 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=48.748052 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=48.748052 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=48.748052 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=48.748052 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=75.802597 y=378.675 style=&quot;fill: #3b81b9; stroke: #3b81b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=75.802597 y=344.025 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=75.802597 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=75.802597 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=75.802597 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=75.802597 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=75.802597 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=75.802597 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=102.857143 y=378.675 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=102.857143 y=344.025 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=102.857143 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=102.857143 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=102.857143 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=102.857143 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=102.857143 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=102.857143 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=129.911688 y=378.675 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=129.911688 y=344.025 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=129.911688 y=309.375 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=129.911688 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=129.911688 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=129.911688 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=129.911688 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=129.911688 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=156.966234 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=156.966234 y=344.025 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=156.966234 y=309.375 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=156.966234 y=274.725 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=156.966234 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=156.966234 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=156.966234 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=156.966234 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=184.020779 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=184.020779 y=344.025 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=184.020779 y=309.375 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=184.020779 y=274.725 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=184.020779 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=184.020779 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=184.020779 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=184.020779 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=211.075324 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=211.075324 y=344.025 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=211.075324 y=309.375 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=211.075324 y=274.725 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=211.075324 y=240.075 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=211.075324 y=205.425 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=211.075324 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=211.075324 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=238.12987 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=238.12987 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=238.12987 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=238.12987 y=274.725 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=238.12987 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=238.12987 y=205.425 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=238.12987 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=238.12987 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=265.184415 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=265.184415 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=265.184415 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=265.184415 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=265.184415 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=265.184415 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=265.184415 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=265.184415 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=292.238961 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=292.238961 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=292.238961 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=292.238961 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=292.238961 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=292.238961 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=292.238961 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd301be1055)&gt;&lt;use xlink:href=#C0_0_070893e2fe x=292.238961 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pd301be1055&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:24.214750&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_96bc7f04fe d=&quot;M 205.87013 -122.365729 \n",
+       "L 205.87013 -133.915729 \n",
+       "L 192.342857 -139.690729 \n",
+       "L 178.815585 -133.915729 \n",
+       "L 178.815585 -122.365729 \n",
+       "L 192.342857 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-100.051948 y=466.720729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-100.051948 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-100.051948 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-100.051948 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-100.051948 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-100.051948 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-100.051948 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-100.051948 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-100.051948 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-72.997403 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-72.997403 y=432.070729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-72.997403 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-72.997403 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-72.997403 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-72.997403 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-72.997403 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-72.997403 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-72.997403 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-45.942857 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-45.942857 y=432.070729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-45.942857 y=397.420729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-45.942857 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-45.942857 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-45.942857 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-45.942857 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-45.942857 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-45.942857 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-18.888312 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-18.888312 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-18.888312 y=397.420729 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-18.888312 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-18.888312 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-18.888312 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-18.888312 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-18.888312 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-18.888312 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=8.166234 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=8.166234 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=8.166234 y=397.420729 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=8.166234 y=362.770729 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=8.166234 y=328.120729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=8.166234 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=8.166234 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=8.166234 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=8.166234 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=35.220779 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=35.220779 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=35.220779 y=397.420729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=35.220779 y=362.770729 style=&quot;fill: #4084bb; stroke: #4084bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=35.220779 y=328.120729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=35.220779 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=35.220779 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=35.220779 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=35.220779 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=62.275324 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=62.275324 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=62.275324 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=62.275324 y=362.770729 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=62.275324 y=328.120729 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=62.275324 y=293.470729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=62.275324 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=62.275324 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=62.275324 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=89.32987 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=89.32987 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=89.32987 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=89.32987 y=362.770729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=89.32987 y=328.120729 style=&quot;fill: #538fc1; stroke: #538fc1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=89.32987 y=293.470729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=89.32987 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=89.32987 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=89.32987 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=116.384415 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=116.384415 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=116.384415 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=116.384415 y=362.770729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=116.384415 y=328.120729 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=116.384415 y=293.470729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=116.384415 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=116.384415 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=116.384415 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=143.438961 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=143.438961 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=143.438961 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=143.438961 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=143.438961 y=328.120729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=143.438961 y=293.470729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=143.438961 y=258.820729 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=143.438961 y=224.170729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=143.438961 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=170.493506 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=170.493506 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=170.493506 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=170.493506 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=170.493506 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=170.493506 y=293.470729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=170.493506 y=258.820729 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=170.493506 y=224.170729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=170.493506 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=197.548052 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=197.548052 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=197.548052 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=197.548052 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=197.548052 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=197.548052 y=293.470729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=197.548052 y=258.820729 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=197.548052 y=224.170729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=197.548052 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=224.602597 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=224.602597 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=224.602597 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=224.602597 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=224.602597 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=224.602597 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=224.602597 y=258.820729 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=224.602597 y=224.170729 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=224.602597 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=251.657143 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=251.657143 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=251.657143 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=251.657143 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=251.657143 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=251.657143 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=251.657143 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=251.657143 y=224.170729 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=251.657143 y=189.520729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=278.711688 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=278.711688 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=278.711688 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=278.711688 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=278.711688 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=278.711688 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=278.711688 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=278.711688 y=224.170729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=278.711688 y=189.520729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=305.766234 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=305.766234 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=305.766234 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=305.766234 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=305.766234 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=305.766234 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=305.766234 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=305.766234 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=305.766234 y=189.520729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-86.524676 y=449.395729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-86.524676 y=414.745729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-86.524676 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-86.524676 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-86.524676 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-86.524676 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-86.524676 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-86.524676 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-59.47013 y=449.395729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-59.47013 y=414.745729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-59.47013 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-59.47013 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-59.47013 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-59.47013 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-59.47013 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-59.47013 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-32.415585 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-32.415585 y=414.745729 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-32.415585 y=380.095729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-32.415585 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-32.415585 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-32.415585 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-32.415585 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-32.415585 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-5.361039 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-5.361039 y=414.745729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-5.361039 y=380.095729 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-5.361039 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-5.361039 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-5.361039 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-5.361039 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=-5.361039 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=21.693506 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=21.693506 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=21.693506 y=380.095729 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=21.693506 y=345.445729 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=21.693506 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=21.693506 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=21.693506 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=21.693506 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=48.748052 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=48.748052 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=48.748052 y=380.095729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=48.748052 y=345.445729 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=48.748052 y=310.795729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=48.748052 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=48.748052 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=48.748052 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=75.802597 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=75.802597 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=75.802597 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=75.802597 y=345.445729 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=75.802597 y=310.795729 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=75.802597 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=75.802597 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=75.802597 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=102.857143 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=102.857143 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=102.857143 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=102.857143 y=345.445729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=102.857143 y=310.795729 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=102.857143 y=276.145729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=102.857143 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=102.857143 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=129.911688 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=129.911688 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=129.911688 y=380.095729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=129.911688 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=129.911688 y=310.795729 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=129.911688 y=276.145729 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=129.911688 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=129.911688 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=156.966234 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=156.966234 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=156.966234 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=156.966234 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=156.966234 y=310.795729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=156.966234 y=276.145729 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=156.966234 y=241.495729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=156.966234 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=184.020779 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=184.020779 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=184.020779 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=184.020779 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=184.020779 y=310.795729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=184.020779 y=276.145729 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=184.020779 y=241.495729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=184.020779 y=206.845729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=211.075324 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=211.075324 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=211.075324 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=211.075324 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=211.075324 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=211.075324 y=276.145729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=211.075324 y=241.495729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=211.075324 y=206.845729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=238.12987 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=238.12987 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=238.12987 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=238.12987 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=238.12987 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=238.12987 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=238.12987 y=241.495729 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=238.12987 y=206.845729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=265.184415 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=265.184415 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=265.184415 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=265.184415 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=265.184415 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=265.184415 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=265.184415 y=241.495729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=265.184415 y=206.845729 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=292.238961 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=292.238961 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=292.238961 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=292.238961 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=292.238961 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=292.238961 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=292.238961 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1dd3cbe4d6)&gt;&lt;use xlink:href=#C0_0_96bc7f04fe x=292.238961 y=206.845729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1dd3cbe4d6&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:29.144966&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_0ad5ddf73b d=&quot;M 205.87013 -51.645 \n",
+       "L 205.87013 -63.195 \n",
+       "L 192.342857 -68.97 \n",
+       "L 178.815585 -63.195 \n",
+       "L 178.815585 -51.645 \n",
+       "L 192.342857 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-100.051948 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-100.051948 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-100.051948 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-100.051948 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-100.051948 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-100.051948 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-100.051948 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-100.051948 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-100.051948 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-72.997403 y=396 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-72.997403 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-72.997403 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-72.997403 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-72.997403 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-72.997403 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-72.997403 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-72.997403 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-72.997403 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-45.942857 y=396 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-45.942857 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-45.942857 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-45.942857 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-45.942857 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-45.942857 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-45.942857 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-45.942857 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-45.942857 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-18.888312 y=396 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-18.888312 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-18.888312 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-18.888312 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-18.888312 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-18.888312 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-18.888312 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-18.888312 y=153.45 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-18.888312 y=118.8 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=8.166234 y=396 style=&quot;fill: #3d82ba; stroke: #3d82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=8.166234 y=361.35 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=8.166234 y=326.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=8.166234 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=8.166234 y=257.4 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=8.166234 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=8.166234 y=188.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=8.166234 y=153.45 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=8.166234 y=118.8 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=35.220779 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=35.220779 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=35.220779 y=326.7 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=35.220779 y=292.05 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=35.220779 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=35.220779 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=35.220779 y=188.1 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=35.220779 y=153.45 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=35.220779 y=118.8 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=62.275324 y=396 style=&quot;fill: #538fc1; stroke: #538fc1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=62.275324 y=361.35 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=62.275324 y=326.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=62.275324 y=292.05 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=62.275324 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=62.275324 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=62.275324 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=62.275324 y=153.45 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=62.275324 y=118.8 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=89.32987 y=396 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=89.32987 y=361.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=89.32987 y=326.7 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=89.32987 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=89.32987 y=257.4 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=89.32987 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=89.32987 y=188.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=89.32987 y=153.45 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=89.32987 y=118.8 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=116.384415 y=396 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=116.384415 y=361.35 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=116.384415 y=326.7 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=116.384415 y=292.05 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=116.384415 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=116.384415 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=116.384415 y=188.1 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=116.384415 y=153.45 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=116.384415 y=118.8 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=143.438961 y=396 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=143.438961 y=361.35 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=143.438961 y=326.7 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=143.438961 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=143.438961 y=257.4 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=143.438961 y=222.75 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=143.438961 y=188.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=143.438961 y=153.45 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=143.438961 y=118.8 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=170.493506 y=396 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=170.493506 y=361.35 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=170.493506 y=326.7 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=170.493506 y=292.05 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=170.493506 y=257.4 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=170.493506 y=222.75 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=170.493506 y=188.1 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=170.493506 y=153.45 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=170.493506 y=118.8 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=197.548052 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=197.548052 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=197.548052 y=326.7 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=197.548052 y=292.05 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=197.548052 y=257.4 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=197.548052 y=222.75 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=197.548052 y=188.1 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=197.548052 y=153.45 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=197.548052 y=118.8 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=224.602597 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=224.602597 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=224.602597 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=224.602597 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=224.602597 y=257.4 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=224.602597 y=222.75 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=224.602597 y=188.1 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=224.602597 y=153.45 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=224.602597 y=118.8 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=251.657143 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=251.657143 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=251.657143 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=251.657143 y=292.05 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=251.657143 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=251.657143 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=251.657143 y=188.1 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=251.657143 y=153.45 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=251.657143 y=118.8 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=278.711688 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=278.711688 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=278.711688 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=278.711688 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=278.711688 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=278.711688 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=278.711688 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=278.711688 y=153.45 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=278.711688 y=118.8 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=305.766234 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=305.766234 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=305.766234 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=305.766234 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=305.766234 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=305.766234 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=305.766234 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=305.766234 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=305.766234 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-86.524676 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-86.524676 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-86.524676 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-86.524676 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-86.524676 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-86.524676 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-86.524676 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-86.524676 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-59.47013 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-59.47013 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-59.47013 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-59.47013 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-59.47013 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-59.47013 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-59.47013 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-59.47013 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-32.415585 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-32.415585 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-32.415585 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-32.415585 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-32.415585 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-32.415585 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-32.415585 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-32.415585 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-5.361039 y=378.675 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-5.361039 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-5.361039 y=309.375 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-5.361039 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-5.361039 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-5.361039 y=205.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-5.361039 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=-5.361039 y=136.125 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=21.693506 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=21.693506 y=344.025 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=21.693506 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=21.693506 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=21.693506 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=21.693506 y=205.425 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=21.693506 y=170.775 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=21.693506 y=136.125 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=48.748052 y=378.675 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=48.748052 y=344.025 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=48.748052 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=48.748052 y=274.725 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=48.748052 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=48.748052 y=205.425 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=48.748052 y=170.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=48.748052 y=136.125 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=75.802597 y=378.675 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=75.802597 y=344.025 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=75.802597 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=75.802597 y=274.725 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=75.802597 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=75.802597 y=205.425 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=75.802597 y=170.775 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=75.802597 y=136.125 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=102.857143 y=378.675 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=102.857143 y=344.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=102.857143 y=309.375 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=102.857143 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=102.857143 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=102.857143 y=205.425 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=102.857143 y=170.775 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=102.857143 y=136.125 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=129.911688 y=378.675 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=129.911688 y=344.025 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=129.911688 y=309.375 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=129.911688 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=129.911688 y=240.075 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=129.911688 y=205.425 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=129.911688 y=170.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=129.911688 y=136.125 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=156.966234 y=378.675 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=156.966234 y=344.025 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=156.966234 y=309.375 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=156.966234 y=274.725 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=156.966234 y=240.075 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=156.966234 y=205.425 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=156.966234 y=170.775 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=156.966234 y=136.125 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=184.020779 y=378.675 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=184.020779 y=344.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=184.020779 y=309.375 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=184.020779 y=274.725 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=184.020779 y=240.075 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=184.020779 y=205.425 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=184.020779 y=170.775 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=184.020779 y=136.125 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=211.075324 y=378.675 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=211.075324 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=211.075324 y=309.375 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=211.075324 y=274.725 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=211.075324 y=240.075 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=211.075324 y=205.425 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=211.075324 y=170.775 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=211.075324 y=136.125 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=238.12987 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=238.12987 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=238.12987 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=238.12987 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=238.12987 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=238.12987 y=205.425 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=238.12987 y=170.775 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=238.12987 y=136.125 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=265.184415 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=265.184415 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=265.184415 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=265.184415 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=265.184415 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=265.184415 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=265.184415 y=170.775 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=265.184415 y=136.125 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=292.238961 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=292.238961 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=292.238961 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=292.238961 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=292.238961 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=292.238961 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=292.238961 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pde7ed2a3b7)&gt;&lt;use xlink:href=#C0_0_0ad5ddf73b x=292.238961 y=136.125 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pde7ed2a3b7&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:35.472617&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_5e27a78d82 d=&quot;M 205.87013 -51.645 \n",
+       "L 205.87013 -63.195 \n",
+       "L 192.342857 -68.97 \n",
+       "L 178.815585 -63.195 \n",
+       "L 178.815585 -51.645 \n",
+       "L 192.342857 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-100.051948 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-100.051948 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-100.051948 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-100.051948 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-100.051948 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-100.051948 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-100.051948 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-100.051948 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-100.051948 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-72.997403 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-72.997403 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-72.997403 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-72.997403 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-72.997403 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-72.997403 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-72.997403 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-72.997403 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-72.997403 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-45.942857 y=396 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-45.942857 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-45.942857 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-45.942857 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-45.942857 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-45.942857 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-45.942857 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-45.942857 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-45.942857 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-18.888312 y=396 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-18.888312 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-18.888312 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-18.888312 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-18.888312 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-18.888312 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-18.888312 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-18.888312 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-18.888312 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=8.166234 y=396 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=8.166234 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=8.166234 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=8.166234 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=8.166234 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=8.166234 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=8.166234 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=8.166234 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=8.166234 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=35.220779 y=396 style=&quot;fill: #538fc1; stroke: #538fc1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=35.220779 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=35.220779 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=35.220779 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=35.220779 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=35.220779 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=35.220779 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=35.220779 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=35.220779 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=62.275324 y=396 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=62.275324 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=62.275324 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=62.275324 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=62.275324 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=62.275324 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=62.275324 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=62.275324 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=62.275324 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=89.32987 y=396 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=89.32987 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=89.32987 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=89.32987 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=89.32987 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=89.32987 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=89.32987 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=89.32987 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=89.32987 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=116.384415 y=396 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=116.384415 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=116.384415 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=116.384415 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=116.384415 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=116.384415 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=116.384415 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=116.384415 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=116.384415 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=143.438961 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=143.438961 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=143.438961 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=143.438961 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=143.438961 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=143.438961 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=143.438961 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=143.438961 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=143.438961 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=170.493506 y=396 style=&quot;fill: #387eb8; stroke: #387eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=170.493506 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=170.493506 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=170.493506 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=170.493506 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=170.493506 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=170.493506 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=170.493506 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=170.493506 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=197.548052 y=396 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=197.548052 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=197.548052 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=197.548052 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=197.548052 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=197.548052 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=197.548052 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=197.548052 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=197.548052 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=224.602597 y=396 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=224.602597 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=224.602597 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=224.602597 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=224.602597 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=224.602597 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=224.602597 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=224.602597 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=224.602597 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=251.657143 y=396 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=251.657143 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=251.657143 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=251.657143 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=251.657143 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=251.657143 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=251.657143 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=251.657143 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=251.657143 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=278.711688 y=396 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=278.711688 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=278.711688 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=278.711688 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=278.711688 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=278.711688 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=278.711688 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=278.711688 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=278.711688 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=305.766234 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=305.766234 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=305.766234 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=305.766234 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=305.766234 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=305.766234 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=305.766234 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=305.766234 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=305.766234 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-86.524676 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-86.524676 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-86.524676 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-86.524676 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-86.524676 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-86.524676 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-86.524676 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-86.524676 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-59.47013 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-59.47013 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-59.47013 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-59.47013 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-59.47013 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-59.47013 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-59.47013 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-59.47013 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-32.415585 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-32.415585 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-32.415585 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-32.415585 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-32.415585 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-32.415585 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-32.415585 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-32.415585 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-5.361039 y=378.675 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-5.361039 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-5.361039 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-5.361039 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-5.361039 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-5.361039 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-5.361039 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=-5.361039 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=21.693506 y=378.675 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=21.693506 y=344.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=21.693506 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=21.693506 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=21.693506 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=21.693506 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=21.693506 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=21.693506 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=48.748052 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=48.748052 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=48.748052 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=48.748052 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=48.748052 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=48.748052 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=48.748052 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=48.748052 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=75.802597 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=75.802597 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=75.802597 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=75.802597 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=75.802597 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=75.802597 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=75.802597 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=75.802597 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=102.857143 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=102.857143 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=102.857143 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=102.857143 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=102.857143 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=102.857143 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=102.857143 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=102.857143 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=129.911688 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=129.911688 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=129.911688 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=129.911688 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=129.911688 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=129.911688 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=129.911688 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=129.911688 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=156.966234 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=156.966234 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=156.966234 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=156.966234 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=156.966234 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=156.966234 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=156.966234 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=156.966234 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=184.020779 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=184.020779 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=184.020779 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=184.020779 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=184.020779 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=184.020779 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=184.020779 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=184.020779 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=211.075324 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=211.075324 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=211.075324 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=211.075324 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=211.075324 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=211.075324 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=211.075324 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=211.075324 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=238.12987 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=238.12987 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=238.12987 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=238.12987 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=238.12987 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=238.12987 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=238.12987 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=238.12987 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=265.184415 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=265.184415 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=265.184415 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=265.184415 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=265.184415 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=265.184415 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=265.184415 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=265.184415 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=292.238961 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=292.238961 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=292.238961 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=292.238961 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=292.238961 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=292.238961 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=292.238961 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8fe991194)&gt;&lt;use xlink:href=#C0_0_5e27a78d82 x=292.238961 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pb8fe991194&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:42.410297&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_bd148f47a5 d=&quot;M 205.87013 -176.697632 \n",
+       "L 205.87013 -188.247632 \n",
+       "L 192.342857 -194.022632 \n",
+       "L 178.815585 -188.247632 \n",
+       "L 178.815585 -176.697632 \n",
+       "L 192.342857 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-100.051948 y=521.052632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-100.051948 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-100.051948 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-100.051948 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-100.051948 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-100.051948 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-100.051948 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-100.051948 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-100.051948 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-72.997403 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-72.997403 y=486.402632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-72.997403 y=451.752632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-72.997403 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-72.997403 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-72.997403 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-72.997403 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-72.997403 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-72.997403 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-45.942857 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-45.942857 y=486.402632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-45.942857 y=451.752632 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-45.942857 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-45.942857 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-45.942857 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-45.942857 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-45.942857 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-45.942857 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-18.888312 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-18.888312 y=486.402632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-18.888312 y=451.752632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-18.888312 y=417.102632 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-18.888312 y=382.452632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-18.888312 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-18.888312 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-18.888312 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-18.888312 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=8.166234 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=8.166234 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=8.166234 y=451.752632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=8.166234 y=417.102632 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=8.166234 y=382.452632 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=8.166234 y=347.802632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=8.166234 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=8.166234 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=8.166234 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=35.220779 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=35.220779 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=35.220779 y=451.752632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=35.220779 y=417.102632 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=35.220779 y=382.452632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=35.220779 y=347.802632 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=35.220779 y=313.152632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=35.220779 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=35.220779 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=62.275324 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=62.275324 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=62.275324 y=451.752632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=62.275324 y=417.102632 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=62.275324 y=382.452632 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=62.275324 y=347.802632 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=62.275324 y=313.152632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=62.275324 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=62.275324 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=89.32987 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=89.32987 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=89.32987 y=451.752632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=89.32987 y=417.102632 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=89.32987 y=382.452632 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=89.32987 y=347.802632 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=89.32987 y=313.152632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=89.32987 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=89.32987 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=116.384415 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=116.384415 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=116.384415 y=451.752632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=116.384415 y=417.102632 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=116.384415 y=382.452632 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=116.384415 y=347.802632 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=116.384415 y=313.152632 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=116.384415 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=116.384415 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=143.438961 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=143.438961 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=143.438961 y=451.752632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=143.438961 y=417.102632 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=143.438961 y=382.452632 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=143.438961 y=347.802632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=143.438961 y=313.152632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=143.438961 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=143.438961 y=243.852632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=170.493506 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=170.493506 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=170.493506 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=170.493506 y=417.102632 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=170.493506 y=382.452632 style=&quot;fill: #3b80b9; stroke: #3b80b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=170.493506 y=347.802632 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=170.493506 y=313.152632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=170.493506 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=170.493506 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=197.548052 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=197.548052 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=197.548052 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=197.548052 y=417.102632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=197.548052 y=382.452632 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=197.548052 y=347.802632 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=197.548052 y=313.152632 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=197.548052 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=197.548052 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=224.602597 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=224.602597 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=224.602597 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=224.602597 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=224.602597 y=382.452632 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=224.602597 y=347.802632 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=224.602597 y=313.152632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=224.602597 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=224.602597 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=251.657143 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=251.657143 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=251.657143 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=251.657143 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=251.657143 y=382.452632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=251.657143 y=347.802632 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=251.657143 y=313.152632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=251.657143 y=278.502632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=251.657143 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=278.711688 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=278.711688 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=278.711688 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=278.711688 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=278.711688 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=278.711688 y=347.802632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=278.711688 y=313.152632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=278.711688 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=278.711688 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=305.766234 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=305.766234 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=305.766234 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=305.766234 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=305.766234 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=305.766234 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=305.766234 y=313.152632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=305.766234 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=305.766234 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-86.524676 y=503.727632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-86.524676 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-86.524676 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-86.524676 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-86.524676 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-86.524676 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-86.524676 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-86.524676 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-59.47013 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-59.47013 y=469.077632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-59.47013 y=434.427632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-59.47013 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-59.47013 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-59.47013 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-59.47013 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-59.47013 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-32.415585 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-32.415585 y=469.077632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-32.415585 y=434.427632 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-32.415585 y=399.777632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-32.415585 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-32.415585 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-32.415585 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-32.415585 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-5.361039 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-5.361039 y=469.077632 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-5.361039 y=434.427632 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-5.361039 y=399.777632 style=&quot;fill: #4989be; stroke: #4989be&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-5.361039 y=365.127632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-5.361039 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-5.361039 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=-5.361039 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=21.693506 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=21.693506 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=21.693506 y=434.427632 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=21.693506 y=399.777632 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=21.693506 y=365.127632 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=21.693506 y=330.477632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=21.693506 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=21.693506 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=48.748052 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=48.748052 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=48.748052 y=434.427632 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=48.748052 y=399.777632 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=48.748052 y=365.127632 style=&quot;fill: #4989be; stroke: #4989be&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=48.748052 y=330.477632 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=48.748052 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=48.748052 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=75.802597 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=75.802597 y=469.077632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=75.802597 y=434.427632 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=75.802597 y=399.777632 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=75.802597 y=365.127632 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=75.802597 y=330.477632 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=75.802597 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=75.802597 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=102.857143 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=102.857143 y=469.077632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=102.857143 y=434.427632 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=102.857143 y=399.777632 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=102.857143 y=365.127632 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=102.857143 y=330.477632 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=102.857143 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=102.857143 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=129.911688 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=129.911688 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=129.911688 y=434.427632 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=129.911688 y=399.777632 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=129.911688 y=365.127632 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=129.911688 y=330.477632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=129.911688 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=129.911688 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=156.966234 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=156.966234 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=156.966234 y=434.427632 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=156.966234 y=399.777632 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=156.966234 y=365.127632 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=156.966234 y=330.477632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=156.966234 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=156.966234 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=184.020779 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=184.020779 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=184.020779 y=434.427632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=184.020779 y=399.777632 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=184.020779 y=365.127632 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=184.020779 y=330.477632 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=184.020779 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=184.020779 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=211.075324 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=211.075324 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=211.075324 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=211.075324 y=399.777632 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=211.075324 y=365.127632 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=211.075324 y=330.477632 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=211.075324 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=211.075324 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=238.12987 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=238.12987 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=238.12987 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=238.12987 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=238.12987 y=365.127632 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=238.12987 y=330.477632 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=238.12987 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=238.12987 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=265.184415 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=265.184415 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=265.184415 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=265.184415 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=265.184415 y=365.127632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=265.184415 y=330.477632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=265.184415 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=265.184415 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=292.238961 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=292.238961 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=292.238961 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=292.238961 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=292.238961 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=292.238961 y=330.477632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=292.238961 y=295.827632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6eb34cb84)&gt;&lt;use xlink:href=#C0_0_bd148f47a5 x=292.238961 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe6eb34cb84&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:49.254233&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_03da80c8a6 d=&quot;M 205.87013 -109.969887 \n",
+       "L 205.87013 -121.519887 \n",
+       "L 192.342857 -127.294887 \n",
+       "L 178.815585 -121.519887 \n",
+       "L 178.815585 -109.969887 \n",
+       "L 192.342857 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-100.051948 y=454.324887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-100.051948 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-100.051948 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-100.051948 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-100.051948 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-100.051948 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-100.051948 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-100.051948 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-100.051948 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-72.997403 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-72.997403 y=419.674887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-72.997403 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-72.997403 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-72.997403 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-72.997403 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-72.997403 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-72.997403 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-72.997403 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-45.942857 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-45.942857 y=419.674887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-45.942857 y=385.024887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-45.942857 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-45.942857 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-45.942857 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-45.942857 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-45.942857 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-45.942857 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-18.888312 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-18.888312 y=419.674887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-18.888312 y=385.024887 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-18.888312 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-18.888312 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-18.888312 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-18.888312 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-18.888312 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-18.888312 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=8.166234 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=8.166234 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=8.166234 y=385.024887 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=8.166234 y=350.374887 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=8.166234 y=315.724887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=8.166234 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=8.166234 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=8.166234 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=8.166234 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=35.220779 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=35.220779 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=35.220779 y=385.024887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=35.220779 y=350.374887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=35.220779 y=315.724887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=35.220779 y=281.074887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=35.220779 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=35.220779 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=35.220779 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=62.275324 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=62.275324 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=62.275324 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=62.275324 y=350.374887 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=62.275324 y=315.724887 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=62.275324 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=62.275324 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=62.275324 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=62.275324 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=89.32987 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=89.32987 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=89.32987 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=89.32987 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=89.32987 y=315.724887 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=89.32987 y=281.074887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=89.32987 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=89.32987 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=89.32987 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=116.384415 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=116.384415 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=116.384415 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=116.384415 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=116.384415 y=315.724887 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=116.384415 y=281.074887 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=116.384415 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=116.384415 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=116.384415 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=143.438961 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=143.438961 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=143.438961 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=143.438961 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=143.438961 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=143.438961 y=281.074887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=143.438961 y=246.424887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=143.438961 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=143.438961 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=170.493506 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=170.493506 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=170.493506 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=170.493506 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=170.493506 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=170.493506 y=281.074887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=170.493506 y=246.424887 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=170.493506 y=211.774887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=170.493506 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=197.548052 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=197.548052 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=197.548052 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=197.548052 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=197.548052 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=197.548052 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=197.548052 y=246.424887 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=197.548052 y=211.774887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=197.548052 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=224.602597 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=224.602597 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=224.602597 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=224.602597 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=224.602597 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=224.602597 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=224.602597 y=246.424887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=224.602597 y=211.774887 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=224.602597 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=251.657143 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=251.657143 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=251.657143 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=251.657143 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=251.657143 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=251.657143 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=251.657143 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=251.657143 y=211.774887 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=251.657143 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=278.711688 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=278.711688 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=278.711688 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=278.711688 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=278.711688 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=278.711688 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=278.711688 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=278.711688 y=211.774887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=278.711688 y=177.124887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=305.766234 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=305.766234 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=305.766234 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=305.766234 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=305.766234 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=305.766234 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=305.766234 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=305.766234 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=305.766234 y=177.124887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-86.524676 y=436.999887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-86.524676 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-86.524676 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-86.524676 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-86.524676 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-86.524676 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-86.524676 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-86.524676 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-59.47013 y=436.999887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-59.47013 y=402.349887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-59.47013 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-59.47013 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-59.47013 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-59.47013 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-59.47013 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-59.47013 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-32.415585 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-32.415585 y=402.349887 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-32.415585 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-32.415585 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-32.415585 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-32.415585 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-32.415585 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-32.415585 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-5.361039 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-5.361039 y=402.349887 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-5.361039 y=367.699887 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-5.361039 y=333.049887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-5.361039 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-5.361039 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-5.361039 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=-5.361039 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=21.693506 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=21.693506 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=21.693506 y=367.699887 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=21.693506 y=333.049887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=21.693506 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=21.693506 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=21.693506 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=21.693506 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=48.748052 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=48.748052 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=48.748052 y=367.699887 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=48.748052 y=333.049887 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=48.748052 y=298.399887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=48.748052 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=48.748052 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=48.748052 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=75.802597 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=75.802597 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=75.802597 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=75.802597 y=333.049887 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=75.802597 y=298.399887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=75.802597 y=263.749887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=75.802597 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=75.802597 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=102.857143 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=102.857143 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=102.857143 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=102.857143 y=333.049887 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=102.857143 y=298.399887 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=102.857143 y=263.749887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=102.857143 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=102.857143 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=129.911688 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=129.911688 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=129.911688 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=129.911688 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=129.911688 y=298.399887 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=129.911688 y=263.749887 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=129.911688 y=229.099887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=129.911688 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=156.966234 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=156.966234 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=156.966234 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=156.966234 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=156.966234 y=298.399887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=156.966234 y=263.749887 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=156.966234 y=229.099887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=156.966234 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=184.020779 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=184.020779 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=184.020779 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=184.020779 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=184.020779 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=184.020779 y=263.749887 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=184.020779 y=229.099887 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=184.020779 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=211.075324 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=211.075324 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=211.075324 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=211.075324 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=211.075324 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=211.075324 y=263.749887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=211.075324 y=229.099887 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=211.075324 y=194.449887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=238.12987 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=238.12987 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=238.12987 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=238.12987 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=238.12987 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=238.12987 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=238.12987 y=229.099887 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=238.12987 y=194.449887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=265.184415 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=265.184415 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=265.184415 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=265.184415 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=265.184415 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=265.184415 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=265.184415 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=265.184415 y=194.449887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=292.238961 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=292.238961 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=292.238961 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=292.238961 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=292.238961 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=292.238961 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=292.238961 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peb1ef721ba)&gt;&lt;use xlink:href=#C0_0_03da80c8a6 x=292.238961 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=peb1ef721ba&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:55.653190&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_1b9edac41f d=&quot;M 205.87013 -170.339681 \n",
+       "L 205.87013 -181.889681 \n",
+       "L 192.342857 -187.664681 \n",
+       "L 178.815585 -181.889681 \n",
+       "L 178.815585 -170.339681 \n",
+       "L 192.342857 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-100.051948 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-100.051948 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-100.051948 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-100.051948 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-100.051948 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-100.051948 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-100.051948 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-100.051948 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-100.051948 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-72.997403 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-72.997403 y=480.044681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-72.997403 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-72.997403 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-72.997403 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-72.997403 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-72.997403 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-72.997403 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-72.997403 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-45.942857 y=514.694681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-45.942857 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-45.942857 y=445.394681 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-45.942857 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-45.942857 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-45.942857 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-45.942857 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-45.942857 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-45.942857 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-18.888312 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-18.888312 y=480.044681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-18.888312 y=445.394681 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-18.888312 y=410.744681 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-18.888312 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-18.888312 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-18.888312 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-18.888312 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-18.888312 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=8.166234 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=8.166234 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=8.166234 y=445.394681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=8.166234 y=410.744681 style=&quot;fill: #4c8bbf; stroke: #4c8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=8.166234 y=376.094681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=8.166234 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=8.166234 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=8.166234 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=8.166234 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=35.220779 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=35.220779 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=35.220779 y=445.394681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=35.220779 y=410.744681 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=35.220779 y=376.094681 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=35.220779 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=35.220779 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=35.220779 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=35.220779 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=62.275324 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=62.275324 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=62.275324 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=62.275324 y=410.744681 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=62.275324 y=376.094681 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=62.275324 y=341.444681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=62.275324 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=62.275324 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=62.275324 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=89.32987 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=89.32987 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=89.32987 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=89.32987 y=410.744681 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=89.32987 y=376.094681 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=89.32987 y=341.444681 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=89.32987 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=89.32987 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=89.32987 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=116.384415 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=116.384415 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=116.384415 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=116.384415 y=410.744681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=116.384415 y=376.094681 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=116.384415 y=341.444681 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=116.384415 y=306.794681 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=116.384415 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=116.384415 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=143.438961 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=143.438961 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=143.438961 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=143.438961 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=143.438961 y=376.094681 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=143.438961 y=341.444681 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=143.438961 y=306.794681 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=143.438961 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=143.438961 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=170.493506 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=170.493506 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=170.493506 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=170.493506 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=170.493506 y=376.094681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=170.493506 y=341.444681 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=170.493506 y=306.794681 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=170.493506 y=272.144681 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=170.493506 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=197.548052 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=197.548052 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=197.548052 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=197.548052 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=197.548052 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=197.548052 y=341.444681 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=197.548052 y=306.794681 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=197.548052 y=272.144681 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=197.548052 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=224.602597 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=224.602597 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=224.602597 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=224.602597 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=224.602597 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=224.602597 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=224.602597 y=306.794681 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=224.602597 y=272.144681 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=224.602597 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=251.657143 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=251.657143 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=251.657143 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=251.657143 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=251.657143 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=251.657143 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=251.657143 y=306.794681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=251.657143 y=272.144681 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=251.657143 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=278.711688 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=278.711688 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=278.711688 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=278.711688 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=278.711688 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=278.711688 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=278.711688 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=278.711688 y=272.144681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=278.711688 y=237.494681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=305.766234 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=305.766234 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=305.766234 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=305.766234 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=305.766234 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=305.766234 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=305.766234 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=305.766234 y=272.144681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=305.766234 y=237.494681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-86.524676 y=497.369681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-86.524676 y=462.719681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-86.524676 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-86.524676 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-86.524676 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-86.524676 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-86.524676 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-86.524676 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-59.47013 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-59.47013 y=462.719681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-59.47013 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-59.47013 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-59.47013 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-59.47013 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-59.47013 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-59.47013 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-32.415585 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-32.415585 y=462.719681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-32.415585 y=428.069681 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-32.415585 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-32.415585 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-32.415585 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-32.415585 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-32.415585 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-5.361039 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-5.361039 y=462.719681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-5.361039 y=428.069681 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-5.361039 y=393.419681 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-5.361039 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-5.361039 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-5.361039 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=-5.361039 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=21.693506 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=21.693506 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=21.693506 y=428.069681 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=21.693506 y=393.419681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=21.693506 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=21.693506 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=21.693506 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=21.693506 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=48.748052 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=48.748052 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=48.748052 y=428.069681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=48.748052 y=393.419681 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=48.748052 y=358.769681 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=48.748052 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=48.748052 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=48.748052 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=75.802597 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=75.802597 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=75.802597 y=428.069681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=75.802597 y=393.419681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=75.802597 y=358.769681 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=75.802597 y=324.119681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=75.802597 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=75.802597 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=102.857143 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=102.857143 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=102.857143 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=102.857143 y=393.419681 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=102.857143 y=358.769681 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=102.857143 y=324.119681 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=102.857143 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=102.857143 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=129.911688 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=129.911688 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=129.911688 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=129.911688 y=393.419681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=129.911688 y=358.769681 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=129.911688 y=324.119681 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=129.911688 y=289.469681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=129.911688 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=156.966234 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=156.966234 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=156.966234 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=156.966234 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=156.966234 y=358.769681 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=156.966234 y=324.119681 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=156.966234 y=289.469681 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=156.966234 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=184.020779 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=184.020779 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=184.020779 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=184.020779 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=184.020779 y=358.769681 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=184.020779 y=324.119681 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=184.020779 y=289.469681 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=184.020779 y=254.819681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=211.075324 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=211.075324 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=211.075324 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=211.075324 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=211.075324 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=211.075324 y=324.119681 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=211.075324 y=289.469681 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=211.075324 y=254.819681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=238.12987 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=238.12987 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=238.12987 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=238.12987 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=238.12987 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=238.12987 y=324.119681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=238.12987 y=289.469681 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=238.12987 y=254.819681 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=265.184415 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=265.184415 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=265.184415 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=265.184415 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=265.184415 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=265.184415 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=265.184415 y=289.469681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=265.184415 y=254.819681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=292.238961 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=292.238961 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=292.238961 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=292.238961 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=292.238961 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=292.238961 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=292.238961 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29bb5aab9d)&gt;&lt;use xlink:href=#C0_0_1b9edac41f x=292.238961 y=254.819681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p29bb5aab9d&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:01.445732&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_3988153dd7 d=&quot;M 205.87013 -119.986935 \n",
+       "L 205.87013 -131.536935 \n",
+       "L 192.342857 -137.311935 \n",
+       "L 178.815585 -131.536935 \n",
+       "L 178.815585 -119.986935 \n",
+       "L 192.342857 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-100.051948 y=464.341935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-100.051948 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-100.051948 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-100.051948 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-100.051948 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-100.051948 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-100.051948 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-100.051948 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-100.051948 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-72.997403 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-72.997403 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-72.997403 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-72.997403 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-72.997403 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-72.997403 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-72.997403 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-72.997403 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-72.997403 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-45.942857 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-45.942857 y=429.691935 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-45.942857 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-45.942857 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-45.942857 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-45.942857 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-45.942857 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-45.942857 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-45.942857 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-18.888312 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-18.888312 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-18.888312 y=395.041935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-18.888312 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-18.888312 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-18.888312 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-18.888312 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-18.888312 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-18.888312 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=8.166234 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=8.166234 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=8.166234 y=395.041935 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=8.166234 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=8.166234 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=8.166234 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=8.166234 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=8.166234 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=8.166234 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=35.220779 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=35.220779 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=35.220779 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=35.220779 y=360.391935 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=35.220779 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=35.220779 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=35.220779 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=35.220779 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=35.220779 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=62.275324 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=62.275324 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=62.275324 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=62.275324 y=360.391935 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=62.275324 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=62.275324 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=62.275324 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=62.275324 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=62.275324 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=89.32987 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=89.32987 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=89.32987 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=89.32987 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=89.32987 y=325.741935 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=89.32987 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=89.32987 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=89.32987 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=89.32987 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=116.384415 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=116.384415 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=116.384415 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=116.384415 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=116.384415 y=325.741935 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=116.384415 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=116.384415 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=116.384415 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=116.384415 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=143.438961 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=143.438961 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=143.438961 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=143.438961 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=143.438961 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=143.438961 y=291.091935 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=143.438961 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=143.438961 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=143.438961 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=170.493506 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=170.493506 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=170.493506 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=170.493506 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=170.493506 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=170.493506 y=291.091935 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=170.493506 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=170.493506 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=170.493506 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=197.548052 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=197.548052 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=197.548052 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=197.548052 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=197.548052 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=197.548052 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=197.548052 y=256.441935 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=197.548052 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=197.548052 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=224.602597 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=224.602597 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=224.602597 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=224.602597 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=224.602597 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=224.602597 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=224.602597 y=256.441935 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=224.602597 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=224.602597 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=251.657143 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=251.657143 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=251.657143 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=251.657143 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=251.657143 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=251.657143 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=251.657143 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=251.657143 y=221.791935 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=251.657143 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=278.711688 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=278.711688 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=278.711688 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=278.711688 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=278.711688 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=278.711688 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=278.711688 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=278.711688 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=278.711688 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=305.766234 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=305.766234 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=305.766234 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=305.766234 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=305.766234 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=305.766234 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=305.766234 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=305.766234 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=305.766234 y=187.141935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-86.524676 y=447.016935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-86.524676 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-86.524676 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-86.524676 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-86.524676 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-86.524676 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-86.524676 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-86.524676 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-59.47013 y=447.016935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-59.47013 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-59.47013 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-59.47013 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-59.47013 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-59.47013 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-59.47013 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-59.47013 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-32.415585 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-32.415585 y=412.366935 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-32.415585 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-32.415585 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-32.415585 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-32.415585 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-32.415585 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-32.415585 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-5.361039 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-5.361039 y=412.366935 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-5.361039 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-5.361039 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-5.361039 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-5.361039 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-5.361039 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=-5.361039 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=21.693506 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=21.693506 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=21.693506 y=377.716935 style=&quot;fill: #4687bd; stroke: #4687bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=21.693506 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=21.693506 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=21.693506 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=21.693506 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=21.693506 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=48.748052 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=48.748052 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=48.748052 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=48.748052 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=48.748052 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=48.748052 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=48.748052 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=48.748052 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=75.802597 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=75.802597 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=75.802597 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=75.802597 y=343.066935 style=&quot;fill: #4e8cbf; stroke: #4e8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=75.802597 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=75.802597 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=75.802597 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=75.802597 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=102.857143 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=102.857143 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=102.857143 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=102.857143 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=102.857143 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=102.857143 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=102.857143 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=102.857143 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=129.911688 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=129.911688 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=129.911688 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=129.911688 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=129.911688 y=308.416935 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=129.911688 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=129.911688 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=129.911688 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=156.966234 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=156.966234 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=156.966234 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=156.966234 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=156.966234 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=156.966234 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=156.966234 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=156.966234 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=184.020779 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=184.020779 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=184.020779 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=184.020779 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=184.020779 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=184.020779 y=273.766935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=184.020779 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=184.020779 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=211.075324 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=211.075324 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=211.075324 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=211.075324 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=211.075324 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=211.075324 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=211.075324 y=239.116935 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=211.075324 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=238.12987 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=238.12987 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=238.12987 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=238.12987 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=238.12987 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=238.12987 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=238.12987 y=239.116935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=238.12987 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=265.184415 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=265.184415 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=265.184415 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=265.184415 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=265.184415 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=265.184415 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=265.184415 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=265.184415 y=204.466935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=292.238961 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=292.238961 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=292.238961 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=292.238961 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=292.238961 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=292.238961 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=292.238961 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pdae3c76db2)&gt;&lt;use xlink:href=#C0_0_3988153dd7 x=292.238961 y=204.466935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pdae3c76db2&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:08.227453&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_1ca527623d d=&quot;M 205.87013 -51.645 \n",
+       "L 205.87013 -63.195 \n",
+       "L 192.342857 -68.97 \n",
+       "L 178.815585 -63.195 \n",
+       "L 178.815585 -51.645 \n",
+       "L 192.342857 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-100.051948 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-100.051948 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-100.051948 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-100.051948 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-100.051948 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-100.051948 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-100.051948 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-100.051948 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-100.051948 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-72.997403 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-72.997403 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-72.997403 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-72.997403 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-72.997403 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-72.997403 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-72.997403 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-72.997403 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-72.997403 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-45.942857 y=396 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-45.942857 y=361.35 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-45.942857 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-45.942857 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-45.942857 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-45.942857 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-45.942857 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-45.942857 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-45.942857 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-18.888312 y=396 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-18.888312 y=361.35 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-18.888312 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-18.888312 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-18.888312 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-18.888312 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-18.888312 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-18.888312 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-18.888312 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=8.166234 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=8.166234 y=361.35 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=8.166234 y=326.7 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=8.166234 y=292.05 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=8.166234 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=8.166234 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=8.166234 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=8.166234 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=8.166234 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=35.220779 y=396 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=35.220779 y=361.35 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=35.220779 y=326.7 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=35.220779 y=292.05 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=35.220779 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=35.220779 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=35.220779 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=35.220779 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=35.220779 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=62.275324 y=396 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=62.275324 y=361.35 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=62.275324 y=326.7 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=62.275324 y=292.05 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=62.275324 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=62.275324 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=62.275324 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=62.275324 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=62.275324 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=89.32987 y=396 style=&quot;fill: #3b80b9; stroke: #3b80b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=89.32987 y=361.35 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=89.32987 y=326.7 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=89.32987 y=292.05 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=89.32987 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=89.32987 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=89.32987 y=188.1 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=89.32987 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=89.32987 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=116.384415 y=396 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=116.384415 y=361.35 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=116.384415 y=326.7 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=116.384415 y=292.05 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=116.384415 y=257.4 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=116.384415 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=116.384415 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=116.384415 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=116.384415 y=118.8 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=143.438961 y=396 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=143.438961 y=361.35 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=143.438961 y=326.7 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=143.438961 y=292.05 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=143.438961 y=257.4 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=143.438961 y=222.75 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=143.438961 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=143.438961 y=153.45 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=143.438961 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=170.493506 y=396 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=170.493506 y=361.35 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=170.493506 y=326.7 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=170.493506 y=292.05 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=170.493506 y=257.4 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=170.493506 y=222.75 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=170.493506 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=170.493506 y=153.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=170.493506 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=197.548052 y=396 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=197.548052 y=361.35 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=197.548052 y=326.7 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=197.548052 y=292.05 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=197.548052 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=197.548052 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=197.548052 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=197.548052 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=197.548052 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=224.602597 y=396 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=224.602597 y=361.35 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=224.602597 y=326.7 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=224.602597 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=224.602597 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=224.602597 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=224.602597 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=224.602597 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=224.602597 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=251.657143 y=396 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=251.657143 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=251.657143 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=251.657143 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=251.657143 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=251.657143 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=251.657143 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=251.657143 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=251.657143 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=278.711688 y=396 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=278.711688 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=278.711688 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=278.711688 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=278.711688 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=278.711688 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=278.711688 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=278.711688 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=278.711688 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=305.766234 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=305.766234 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=305.766234 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=305.766234 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=305.766234 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=305.766234 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=305.766234 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=305.766234 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=305.766234 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-86.524676 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-86.524676 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-86.524676 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-86.524676 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-86.524676 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-86.524676 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-86.524676 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-86.524676 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-59.47013 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-59.47013 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-59.47013 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-59.47013 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-59.47013 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-59.47013 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-59.47013 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-59.47013 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-32.415585 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-32.415585 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-32.415585 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-32.415585 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-32.415585 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-32.415585 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-32.415585 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-32.415585 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-5.361039 y=378.675 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-5.361039 y=344.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-5.361039 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-5.361039 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-5.361039 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-5.361039 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-5.361039 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=-5.361039 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=21.693506 y=378.675 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=21.693506 y=344.025 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=21.693506 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=21.693506 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=21.693506 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=21.693506 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=21.693506 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=21.693506 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=48.748052 y=378.675 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=48.748052 y=344.025 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=48.748052 y=309.375 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=48.748052 y=274.725 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=48.748052 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=48.748052 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=48.748052 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=48.748052 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=75.802597 y=378.675 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=75.802597 y=344.025 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=75.802597 y=309.375 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=75.802597 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=75.802597 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=75.802597 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=75.802597 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=75.802597 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=102.857143 y=378.675 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=102.857143 y=344.025 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=102.857143 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=102.857143 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=102.857143 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=102.857143 y=205.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=102.857143 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=102.857143 y=136.125 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=129.911688 y=378.675 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=129.911688 y=344.025 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=129.911688 y=309.375 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=129.911688 y=274.725 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=129.911688 y=240.075 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=129.911688 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=129.911688 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=129.911688 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=156.966234 y=378.675 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=156.966234 y=344.025 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=156.966234 y=309.375 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=156.966234 y=274.725 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=156.966234 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=156.966234 y=205.425 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=156.966234 y=170.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=156.966234 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=184.020779 y=378.675 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=184.020779 y=344.025 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=184.020779 y=309.375 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=184.020779 y=274.725 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=184.020779 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=184.020779 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=184.020779 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=184.020779 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=211.075324 y=378.675 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=211.075324 y=344.025 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=211.075324 y=309.375 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=211.075324 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=211.075324 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=211.075324 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=211.075324 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=211.075324 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=238.12987 y=378.675 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=238.12987 y=344.025 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=238.12987 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=238.12987 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=238.12987 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=238.12987 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=238.12987 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=238.12987 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=265.184415 y=378.675 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=265.184415 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=265.184415 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=265.184415 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=265.184415 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=265.184415 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=265.184415 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=265.184415 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=292.238961 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=292.238961 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=292.238961 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=292.238961 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=292.238961 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=292.238961 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=292.238961 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p268abf921c)&gt;&lt;use xlink:href=#C0_0_1ca527623d x=292.238961 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p268abf921c&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:14.110946&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_809a6c35bb d=&quot;M 205.87013 -51.645 \n",
+       "L 205.87013 -63.195 \n",
+       "L 192.342857 -68.97 \n",
+       "L 178.815585 -63.195 \n",
+       "L 178.815585 -51.645 \n",
+       "L 192.342857 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-100.051948 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-100.051948 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-100.051948 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-100.051948 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-100.051948 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-100.051948 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-100.051948 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-100.051948 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-100.051948 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-72.997403 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-72.997403 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-72.997403 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-72.997403 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-72.997403 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-72.997403 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-72.997403 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-72.997403 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-72.997403 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-45.942857 y=396 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-45.942857 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-45.942857 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-45.942857 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-45.942857 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-45.942857 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-45.942857 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-45.942857 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-45.942857 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-18.888312 y=396 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-18.888312 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-18.888312 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-18.888312 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-18.888312 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-18.888312 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-18.888312 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-18.888312 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-18.888312 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=8.166234 y=396 style=&quot;fill: #4989be; stroke: #4989be&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=8.166234 y=361.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=8.166234 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=8.166234 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=8.166234 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=8.166234 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=8.166234 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=8.166234 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=8.166234 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=35.220779 y=396 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=35.220779 y=361.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=35.220779 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=35.220779 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=35.220779 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=35.220779 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=35.220779 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=35.220779 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=35.220779 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=62.275324 y=396 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=62.275324 y=361.35 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=62.275324 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=62.275324 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=62.275324 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=62.275324 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=62.275324 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=62.275324 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=62.275324 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=89.32987 y=396 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=89.32987 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=89.32987 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=89.32987 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=89.32987 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=89.32987 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=89.32987 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=89.32987 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=89.32987 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=116.384415 y=396 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=116.384415 y=361.35 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=116.384415 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=116.384415 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=116.384415 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=116.384415 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=116.384415 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=116.384415 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=116.384415 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=143.438961 y=396 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=143.438961 y=361.35 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=143.438961 y=326.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=143.438961 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=143.438961 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=143.438961 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=143.438961 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=143.438961 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=143.438961 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=170.493506 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=170.493506 y=361.35 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=170.493506 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=170.493506 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=170.493506 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=170.493506 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=170.493506 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=170.493506 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=170.493506 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=197.548052 y=396 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=197.548052 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=197.548052 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=197.548052 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=197.548052 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=197.548052 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=197.548052 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=197.548052 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=197.548052 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=224.602597 y=396 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=224.602597 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=224.602597 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=224.602597 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=224.602597 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=224.602597 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=224.602597 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=224.602597 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=224.602597 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=251.657143 y=396 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=251.657143 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=251.657143 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=251.657143 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=251.657143 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=251.657143 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=251.657143 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=251.657143 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=251.657143 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=278.711688 y=396 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=278.711688 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=278.711688 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=278.711688 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=278.711688 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=278.711688 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=278.711688 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=278.711688 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=278.711688 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=305.766234 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=305.766234 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=305.766234 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=305.766234 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=305.766234 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=305.766234 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=305.766234 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=305.766234 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=305.766234 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-86.524676 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-86.524676 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-86.524676 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-86.524676 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-86.524676 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-86.524676 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-86.524676 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-86.524676 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-59.47013 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-59.47013 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-59.47013 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-59.47013 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-59.47013 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-59.47013 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-59.47013 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-59.47013 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-32.415585 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-32.415585 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-32.415585 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-32.415585 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-32.415585 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-32.415585 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-32.415585 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-32.415585 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-5.361039 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-5.361039 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-5.361039 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-5.361039 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-5.361039 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-5.361039 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-5.361039 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=-5.361039 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=21.693506 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=21.693506 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=21.693506 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=21.693506 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=21.693506 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=21.693506 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=21.693506 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=21.693506 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=48.748052 y=378.675 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=48.748052 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=48.748052 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=48.748052 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=48.748052 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=48.748052 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=48.748052 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=48.748052 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=75.802597 y=378.675 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=75.802597 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=75.802597 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=75.802597 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=75.802597 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=75.802597 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=75.802597 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=75.802597 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=102.857143 y=378.675 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=102.857143 y=344.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=102.857143 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=102.857143 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=102.857143 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=102.857143 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=102.857143 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=102.857143 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=129.911688 y=378.675 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=129.911688 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=129.911688 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=129.911688 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=129.911688 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=129.911688 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=129.911688 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=129.911688 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=156.966234 y=378.675 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=156.966234 y=344.025 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=156.966234 y=309.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=156.966234 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=156.966234 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=156.966234 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=156.966234 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=156.966234 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=184.020779 y=378.675 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=184.020779 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=184.020779 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=184.020779 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=184.020779 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=184.020779 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=184.020779 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=184.020779 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=211.075324 y=378.675 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=211.075324 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=211.075324 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=211.075324 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=211.075324 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=211.075324 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=211.075324 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=211.075324 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=238.12987 y=378.675 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=238.12987 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=238.12987 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=238.12987 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=238.12987 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=238.12987 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=238.12987 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=238.12987 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=265.184415 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=265.184415 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=265.184415 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=265.184415 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=265.184415 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=265.184415 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=265.184415 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=265.184415 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=292.238961 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=292.238961 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=292.238961 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=292.238961 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=292.238961 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=292.238961 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=292.238961 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pff157f4a24)&gt;&lt;use xlink:href=#C0_0_809a6c35bb x=292.238961 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pff157f4a24&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:20.451498&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_43c98264aa d=&quot;M 205.87013 -30.54327 \n",
+       "L 205.87013 -42.09327 \n",
+       "L 192.342857 -47.86827 \n",
+       "L 178.815585 -42.09327 \n",
+       "L 178.815585 -30.54327 \n",
+       "L 192.342857 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-100.051948 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-100.051948 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-100.051948 y=305.59827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-100.051948 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-100.051948 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-100.051948 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-100.051948 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-100.051948 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-100.051948 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-72.997403 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-72.997403 y=340.24827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-72.997403 y=305.59827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-72.997403 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-72.997403 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-72.997403 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-72.997403 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-72.997403 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-72.997403 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-45.942857 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-45.942857 y=340.24827 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-45.942857 y=305.59827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-45.942857 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-45.942857 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-45.942857 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-45.942857 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-45.942857 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-45.942857 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-18.888312 y=374.89827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-18.888312 y=340.24827 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-18.888312 y=305.59827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-18.888312 y=270.94827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-18.888312 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-18.888312 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-18.888312 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-18.888312 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-18.888312 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=8.166234 y=374.89827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=8.166234 y=340.24827 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=8.166234 y=305.59827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=8.166234 y=270.94827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=8.166234 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=8.166234 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=8.166234 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=8.166234 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=8.166234 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=35.220779 y=374.89827 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=35.220779 y=340.24827 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=35.220779 y=305.59827 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=35.220779 y=270.94827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=35.220779 y=236.29827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=35.220779 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=35.220779 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=35.220779 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=35.220779 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=62.275324 y=374.89827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=62.275324 y=340.24827 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=62.275324 y=305.59827 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=62.275324 y=270.94827 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=62.275324 y=236.29827 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=62.275324 y=201.64827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=62.275324 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=62.275324 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=62.275324 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=89.32987 y=374.89827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=89.32987 y=340.24827 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=89.32987 y=305.59827 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=89.32987 y=270.94827 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=89.32987 y=236.29827 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=89.32987 y=201.64827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=89.32987 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=89.32987 y=132.34827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=89.32987 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=116.384415 y=374.89827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=116.384415 y=340.24827 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=116.384415 y=305.59827 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=116.384415 y=270.94827 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=116.384415 y=236.29827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=116.384415 y=201.64827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=116.384415 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=116.384415 y=132.34827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=116.384415 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=143.438961 y=374.89827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=143.438961 y=340.24827 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=143.438961 y=305.59827 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=143.438961 y=270.94827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=143.438961 y=236.29827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=143.438961 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=143.438961 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=143.438961 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=143.438961 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=170.493506 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=170.493506 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=170.493506 y=305.59827 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=170.493506 y=270.94827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=170.493506 y=236.29827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=170.493506 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=170.493506 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=170.493506 y=132.34827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=170.493506 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=197.548052 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=197.548052 y=340.24827 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=197.548052 y=305.59827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=197.548052 y=270.94827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=197.548052 y=236.29827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=197.548052 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=197.548052 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=197.548052 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=197.548052 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=224.602597 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=224.602597 y=340.24827 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=224.602597 y=305.59827 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=224.602597 y=270.94827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=224.602597 y=236.29827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=224.602597 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=224.602597 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=224.602597 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=224.602597 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=251.657143 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=251.657143 y=340.24827 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=251.657143 y=305.59827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=251.657143 y=270.94827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=251.657143 y=236.29827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=251.657143 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=251.657143 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=251.657143 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=251.657143 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=278.711688 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=278.711688 y=340.24827 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=278.711688 y=305.59827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=278.711688 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=278.711688 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=278.711688 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=278.711688 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=278.711688 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=278.711688 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=305.766234 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=305.766234 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=305.766234 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=305.766234 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=305.766234 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=305.766234 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=305.766234 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=305.766234 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=305.766234 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-86.524676 y=357.57327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-86.524676 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-86.524676 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-86.524676 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-86.524676 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-86.524676 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-86.524676 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-86.524676 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-59.47013 y=357.57327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-59.47013 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-59.47013 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-59.47013 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-59.47013 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-59.47013 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-59.47013 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-59.47013 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-32.415585 y=357.57327 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-32.415585 y=322.92327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-32.415585 y=288.27327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-32.415585 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-32.415585 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-32.415585 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-32.415585 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-32.415585 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-5.361039 y=357.57327 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-5.361039 y=322.92327 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-5.361039 y=288.27327 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-5.361039 y=253.62327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-5.361039 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-5.361039 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-5.361039 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=-5.361039 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=21.693506 y=357.57327 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=21.693506 y=322.92327 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=21.693506 y=288.27327 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=21.693506 y=253.62327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=21.693506 y=218.97327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=21.693506 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=21.693506 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=21.693506 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=48.748052 y=357.57327 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=48.748052 y=322.92327 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=48.748052 y=288.27327 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=48.748052 y=253.62327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=48.748052 y=218.97327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=48.748052 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=48.748052 y=149.67327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=48.748052 y=115.02327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=75.802597 y=357.57327 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=75.802597 y=322.92327 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=75.802597 y=288.27327 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=75.802597 y=253.62327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=75.802597 y=218.97327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=75.802597 y=184.32327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=75.802597 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=75.802597 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=102.857143 y=357.57327 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=102.857143 y=322.92327 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=102.857143 y=288.27327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=102.857143 y=253.62327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=102.857143 y=218.97327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=102.857143 y=184.32327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=102.857143 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=102.857143 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=129.911688 y=357.57327 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=129.911688 y=322.92327 style=&quot;fill: #94b8d5; stroke: #94b8d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=129.911688 y=288.27327 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=129.911688 y=253.62327 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=129.911688 y=218.97327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=129.911688 y=184.32327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=129.911688 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=129.911688 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=156.966234 y=357.57327 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=156.966234 y=322.92327 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=156.966234 y=288.27327 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=156.966234 y=253.62327 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=156.966234 y=218.97327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=156.966234 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=156.966234 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=156.966234 y=115.02327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=184.020779 y=357.57327 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=184.020779 y=322.92327 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=184.020779 y=288.27327 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=184.020779 y=253.62327 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=184.020779 y=218.97327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=184.020779 y=184.32327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=184.020779 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=184.020779 y=115.02327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=211.075324 y=357.57327 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=211.075324 y=322.92327 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=211.075324 y=288.27327 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=211.075324 y=253.62327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=211.075324 y=218.97327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=211.075324 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=211.075324 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=211.075324 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=238.12987 y=357.57327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=238.12987 y=322.92327 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=238.12987 y=288.27327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=238.12987 y=253.62327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=238.12987 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=238.12987 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=238.12987 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=238.12987 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=265.184415 y=357.57327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=265.184415 y=322.92327 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=265.184415 y=288.27327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=265.184415 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=265.184415 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=265.184415 y=184.32327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=265.184415 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=265.184415 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=292.238961 y=357.57327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=292.238961 y=322.92327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=292.238961 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=292.238961 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=292.238961 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=292.238961 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=292.238961 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5acc85d82d)&gt;&lt;use xlink:href=#C0_0_43c98264aa x=292.238961 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p5acc85d82d&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_temperature_evening-interactions_temperature_evening_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:30.291878&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(90.355114 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.562389 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(280.288413 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(373.794906 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.3014 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(241.39625 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_a06ea7b3c7 d=&quot;M 205.87013 61733.155 \n",
+       "L 205.87013 61721.605 \n",
+       "L 192.342857 61715.83 \n",
+       "L 178.815585 61721.605 \n",
+       "L 178.815585 61733.155 \n",
+       "L 192.342857 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-100.051948 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-100.051948 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-100.051948 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-100.051948 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-100.051948 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-100.051948 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-100.051948 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-100.051948 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-100.051948 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-72.997403 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-72.997403 y=-61423.45 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-72.997403 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-72.997403 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-72.997403 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-72.997403 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-72.997403 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-72.997403 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-72.997403 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-45.942857 y=-61388.8 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-45.942857 y=-61423.45 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-45.942857 y=-61458.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-45.942857 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-45.942857 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-45.942857 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-45.942857 y=-61596.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-45.942857 y=-61631.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-45.942857 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-18.888312 y=-61388.8 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-18.888312 y=-61423.45 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-18.888312 y=-61458.1 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-18.888312 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-18.888312 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-18.888312 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-18.888312 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-18.888312 y=-61631.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-18.888312 y=-61666 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=8.166234 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=8.166234 y=-61423.45 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=8.166234 y=-61458.1 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=8.166234 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=8.166234 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=8.166234 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=8.166234 y=-61596.7 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=8.166234 y=-61631.35 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=8.166234 y=-61666 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=35.220779 y=-61388.8 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=35.220779 y=-61423.45 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=35.220779 y=-61458.1 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=35.220779 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=35.220779 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=35.220779 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=35.220779 y=-61596.7 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=35.220779 y=-61631.35 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=35.220779 y=-61666 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=62.275324 y=-61388.8 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=62.275324 y=-61423.45 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=62.275324 y=-61458.1 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=62.275324 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=62.275324 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=62.275324 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=62.275324 y=-61596.7 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=62.275324 y=-61631.35 style=&quot;fill: #4889bd; stroke: #4889bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=62.275324 y=-61666 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=89.32987 y=-61388.8 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=89.32987 y=-61423.45 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=89.32987 y=-61458.1 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=89.32987 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=89.32987 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=89.32987 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=89.32987 y=-61596.7 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=89.32987 y=-61631.35 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=89.32987 y=-61666 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=116.384415 y=-61388.8 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=116.384415 y=-61423.45 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=116.384415 y=-61458.1 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=116.384415 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=116.384415 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=116.384415 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=116.384415 y=-61596.7 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=116.384415 y=-61631.35 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=116.384415 y=-61666 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=143.438961 y=-61388.8 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=143.438961 y=-61423.45 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=143.438961 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=143.438961 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=143.438961 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=143.438961 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=143.438961 y=-61596.7 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=143.438961 y=-61631.35 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=143.438961 y=-61666 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=170.493506 y=-61388.8 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=170.493506 y=-61423.45 style=&quot;fill: #4e8cbf; stroke: #4e8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=170.493506 y=-61458.1 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=170.493506 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=170.493506 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=170.493506 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=170.493506 y=-61596.7 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=170.493506 y=-61631.35 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=170.493506 y=-61666 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=197.548052 y=-61388.8 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=197.548052 y=-61423.45 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=197.548052 y=-61458.1 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=197.548052 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=197.548052 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=197.548052 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=197.548052 y=-61596.7 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=197.548052 y=-61631.35 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=197.548052 y=-61666 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=224.602597 y=-61388.8 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=224.602597 y=-61423.45 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=224.602597 y=-61458.1 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=224.602597 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=224.602597 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=224.602597 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=224.602597 y=-61596.7 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=224.602597 y=-61631.35 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=224.602597 y=-61666 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=251.657143 y=-61388.8 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=251.657143 y=-61423.45 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=251.657143 y=-61458.1 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=251.657143 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=251.657143 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=251.657143 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=251.657143 y=-61596.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=251.657143 y=-61631.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=251.657143 y=-61666 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=278.711688 y=-61388.8 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=278.711688 y=-61423.45 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=278.711688 y=-61458.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=278.711688 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=278.711688 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=278.711688 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=278.711688 y=-61596.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=278.711688 y=-61631.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=278.711688 y=-61666 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=305.766234 y=-61388.8 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=305.766234 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=305.766234 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=305.766234 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=305.766234 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=305.766234 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=305.766234 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=305.766234 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=305.766234 y=-61666 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-86.524676 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-86.524676 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-86.524676 y=-61475.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-86.524676 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-86.524676 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-86.524676 y=-61579.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-86.524676 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-86.524676 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-59.47013 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-59.47013 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-59.47013 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-59.47013 y=-61510.075 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-59.47013 y=-61544.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-59.47013 y=-61579.375 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-59.47013 y=-61614.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-59.47013 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-32.415585 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-32.415585 y=-61440.775 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-32.415585 y=-61475.425 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-32.415585 y=-61510.075 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-32.415585 y=-61544.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-32.415585 y=-61579.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-32.415585 y=-61614.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-32.415585 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-5.361039 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-5.361039 y=-61440.775 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-5.361039 y=-61475.425 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-5.361039 y=-61510.075 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-5.361039 y=-61544.725 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-5.361039 y=-61579.375 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-5.361039 y=-61614.025 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=-5.361039 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=21.693506 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=21.693506 y=-61440.775 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=21.693506 y=-61475.425 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=21.693506 y=-61510.075 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=21.693506 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=21.693506 y=-61579.375 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=21.693506 y=-61614.025 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=21.693506 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=48.748052 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=48.748052 y=-61440.775 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=48.748052 y=-61475.425 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=48.748052 y=-61510.075 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=48.748052 y=-61544.725 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=48.748052 y=-61579.375 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=48.748052 y=-61614.025 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=48.748052 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=75.802597 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=75.802597 y=-61440.775 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=75.802597 y=-61475.425 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=75.802597 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=75.802597 y=-61544.725 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=75.802597 y=-61579.375 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=75.802597 y=-61614.025 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=75.802597 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=102.857143 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=102.857143 y=-61440.775 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=102.857143 y=-61475.425 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=102.857143 y=-61510.075 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=102.857143 y=-61544.725 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=102.857143 y=-61579.375 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=102.857143 y=-61614.025 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=102.857143 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=129.911688 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=129.911688 y=-61440.775 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=129.911688 y=-61475.425 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=129.911688 y=-61510.075 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=129.911688 y=-61544.725 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=129.911688 y=-61579.375 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=129.911688 y=-61614.025 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=129.911688 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=156.966234 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=156.966234 y=-61440.775 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=156.966234 y=-61475.425 style=&quot;fill: #4889bd; stroke: #4889bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=156.966234 y=-61510.075 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=156.966234 y=-61544.725 style=&quot;fill: #4889bd; stroke: #4889bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=156.966234 y=-61579.375 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=156.966234 y=-61614.025 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=156.966234 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=184.020779 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=184.020779 y=-61440.775 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=184.020779 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=184.020779 y=-61510.075 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=184.020779 y=-61544.725 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=184.020779 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=184.020779 y=-61614.025 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=184.020779 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=211.075324 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=211.075324 y=-61440.775 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=211.075324 y=-61475.425 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=211.075324 y=-61510.075 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=211.075324 y=-61544.725 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=211.075324 y=-61579.375 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=211.075324 y=-61614.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=211.075324 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=238.12987 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=238.12987 y=-61440.775 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=238.12987 y=-61475.425 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=238.12987 y=-61510.075 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=238.12987 y=-61544.725 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=238.12987 y=-61579.375 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=238.12987 y=-61614.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=238.12987 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=265.184415 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=265.184415 y=-61440.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=265.184415 y=-61475.425 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=265.184415 y=-61510.075 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=265.184415 y=-61544.725 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=265.184415 y=-61579.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=265.184415 y=-61614.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=265.184415 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=292.238961 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=292.238961 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=292.238961 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=292.238961 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=292.238961 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=292.238961 y=-61579.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=292.238961 y=-61614.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf20d84fb41)&gt;&lt;use xlink:href=#C0_0_a06ea7b3c7 x=292.238961 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf20d84fb41&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_precipiation_5days&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_precipiation_5days-interactions_precipiation_5days_day_in_month aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_passengers aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_temperature_midday aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_sunshine_percentage aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_snow_5days aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_temperature_deviation aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_temperature_max aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_temperature_min aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_temperature_evening aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_precipiation_5days aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_precipiation aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_wind aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation_5days-interactions_precipiation_5days_year aria-controls=interactions_precipiation_5days-interactions_precipiation_5days_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:40.933839&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_acb0aedd8e d=&quot;M 105.818182 -42.405 \n",
+       "L 105.818182 -53.955 \n",
+       "L 92.290909 -59.73 \n",
+       "L 78.763637 -53.955 \n",
+       "L 78.763637 -42.405 \n",
+       "L 92.290909 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=-0 y=386.76 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=-0 y=352.11 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=-0 y=317.46 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=-0 y=282.81 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=-0 y=248.16 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=-0 y=213.51 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=-0 y=178.86 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=-0 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=-0 y=109.56 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=27.054545 y=386.76 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=27.054545 y=352.11 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=27.054545 y=317.46 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=27.054545 y=282.81 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=27.054545 y=248.16 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=27.054545 y=213.51 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=27.054545 y=178.86 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=27.054545 y=144.21 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=27.054545 y=109.56 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=54.109091 y=386.76 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=54.109091 y=352.11 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=54.109091 y=317.46 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=54.109091 y=282.81 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=54.109091 y=248.16 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=54.109091 y=213.51 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=54.109091 y=178.86 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=54.109091 y=144.21 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=54.109091 y=109.56 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=81.163636 y=386.76 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=81.163636 y=352.11 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=81.163636 y=317.46 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=81.163636 y=282.81 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=81.163636 y=248.16 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=81.163636 y=213.51 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=81.163636 y=178.86 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=81.163636 y=144.21 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=81.163636 y=109.56 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=108.218181 y=386.76 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=108.218181 y=352.11 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=108.218181 y=317.46 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=108.218181 y=282.81 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=108.218181 y=248.16 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=108.218181 y=213.51 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=108.218181 y=178.86 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=108.218181 y=144.21 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=108.218181 y=109.56 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=135.272727 y=386.76 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=135.272727 y=352.11 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=135.272727 y=317.46 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=135.272727 y=282.81 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=135.272727 y=248.16 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=135.272727 y=213.51 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=135.272727 y=178.86 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=135.272727 y=144.21 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=135.272727 y=109.56 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=162.327272 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=162.327272 y=352.11 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=162.327272 y=317.46 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=162.327272 y=282.81 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=162.327272 y=248.16 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=162.327272 y=213.51 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=162.327272 y=178.86 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=162.327272 y=144.21 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=162.327272 y=109.56 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=189.381818 y=386.76 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=189.381818 y=352.11 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=189.381818 y=317.46 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=189.381818 y=282.81 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=189.381818 y=248.16 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=189.381818 y=213.51 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=189.381818 y=178.86 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=189.381818 y=144.21 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=189.381818 y=109.56 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=216.436363 y=386.76 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=216.436363 y=352.11 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=216.436363 y=317.46 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=216.436363 y=282.81 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=216.436363 y=248.16 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=216.436363 y=213.51 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=216.436363 y=178.86 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=216.436363 y=144.21 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=216.436363 y=109.56 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=243.490909 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=243.490909 y=352.11 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=243.490909 y=317.46 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=243.490909 y=282.81 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=243.490909 y=248.16 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=243.490909 y=213.51 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=243.490909 y=178.86 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=243.490909 y=144.21 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=243.490909 y=109.56 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=270.545454 y=386.76 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=270.545454 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=270.545454 y=317.46 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=270.545454 y=282.81 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=270.545454 y=248.16 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=270.545454 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=270.545454 y=178.86 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=270.545454 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=270.545454 y=109.56 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=297.6 y=386.76 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=297.6 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=297.6 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=297.6 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=297.6 y=248.16 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=297.6 y=213.51 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=297.6 y=178.86 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=297.6 y=144.21 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=297.6 y=109.56 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=324.654545 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=324.654545 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=324.654545 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=324.654545 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=324.654545 y=248.16 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=324.654545 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=324.654545 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=324.654545 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=324.654545 y=109.56 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=351.709091 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=351.709091 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=351.709091 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=351.709091 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=351.709091 y=248.16 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=351.709091 y=213.51 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=351.709091 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=351.709091 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=351.709091 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=378.763636 y=386.76 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=378.763636 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=378.763636 y=317.46 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=378.763636 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=378.763636 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=378.763636 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=378.763636 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=378.763636 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=378.763636 y=109.56 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=405.818181 y=386.76 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=405.818181 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=405.818181 y=317.46 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=405.818181 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=405.818181 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=405.818181 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=405.818181 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=405.818181 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=405.818181 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=13.527272 y=369.435 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=13.527272 y=334.785 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=13.527272 y=300.135 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=13.527272 y=265.485 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=13.527272 y=230.835 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=13.527272 y=196.185 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=13.527272 y=161.535 style=&quot;fill: #4687bd; stroke: #4687bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=13.527272 y=126.885 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=40.581818 y=369.435 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=40.581818 y=334.785 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=40.581818 y=300.135 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=40.581818 y=265.485 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=40.581818 y=230.835 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=40.581818 y=196.185 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=40.581818 y=161.535 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=40.581818 y=126.885 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=67.636363 y=369.435 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=67.636363 y=334.785 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=67.636363 y=300.135 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=67.636363 y=265.485 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=67.636363 y=230.835 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=67.636363 y=196.185 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=67.636363 y=161.535 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=67.636363 y=126.885 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=94.690909 y=369.435 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=94.690909 y=334.785 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=94.690909 y=300.135 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=94.690909 y=265.485 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=94.690909 y=230.835 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=94.690909 y=196.185 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=94.690909 y=161.535 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=94.690909 y=126.885 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=121.745454 y=369.435 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=121.745454 y=334.785 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=121.745454 y=300.135 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=121.745454 y=265.485 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=121.745454 y=230.835 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=121.745454 y=196.185 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=121.745454 y=161.535 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=121.745454 y=126.885 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=148.8 y=369.435 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=148.8 y=334.785 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=148.8 y=300.135 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=148.8 y=265.485 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=148.8 y=230.835 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=148.8 y=196.185 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=148.8 y=161.535 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=148.8 y=126.885 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=175.854545 y=369.435 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=175.854545 y=334.785 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=175.854545 y=300.135 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=175.854545 y=265.485 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=175.854545 y=230.835 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=175.854545 y=196.185 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=175.854545 y=161.535 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=175.854545 y=126.885 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=202.909091 y=369.435 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=202.909091 y=334.785 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=202.909091 y=300.135 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=202.909091 y=265.485 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=202.909091 y=230.835 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=202.909091 y=196.185 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=202.909091 y=161.535 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=202.909091 y=126.885 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=229.963636 y=369.435 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=229.963636 y=334.785 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=229.963636 y=300.135 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=229.963636 y=265.485 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=229.963636 y=230.835 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=229.963636 y=196.185 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=229.963636 y=161.535 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=229.963636 y=126.885 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=257.018181 y=369.435 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=257.018181 y=334.785 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=257.018181 y=300.135 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=257.018181 y=265.485 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=257.018181 y=230.835 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=257.018181 y=196.185 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=257.018181 y=161.535 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=257.018181 y=126.885 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=284.072727 y=369.435 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=284.072727 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=284.072727 y=300.135 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=284.072727 y=265.485 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=284.072727 y=230.835 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=284.072727 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=284.072727 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=284.072727 y=126.885 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=311.127272 y=369.435 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=311.127272 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=311.127272 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=311.127272 y=265.485 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=311.127272 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=311.127272 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=311.127272 y=161.535 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=311.127272 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=338.181818 y=369.435 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=338.181818 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=338.181818 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=338.181818 y=265.485 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=338.181818 y=230.835 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=338.181818 y=196.185 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=338.181818 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=338.181818 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=365.236363 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=365.236363 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=365.236363 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=365.236363 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=365.236363 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=365.236363 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=365.236363 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=365.236363 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=392.290909 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=392.290909 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=392.290909 y=300.135 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=392.290909 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=392.290909 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=392.290909 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=392.290909 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3201866759)&gt;&lt;use xlink:href=#C0_0_acb0aedd8e x=392.290909 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p3201866759&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:19.614359&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_90bbb80793 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=-0 y=396 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=-0 y=361.35 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=-0 y=326.7 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=-0 y=292.05 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=-0 y=257.4 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=-0 y=222.75 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=-0 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=27.054545 y=396 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=27.054545 y=361.35 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=27.054545 y=326.7 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=27.054545 y=292.05 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=27.054545 y=257.4 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=27.054545 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=27.054545 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=54.109091 y=396 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=54.109091 y=361.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=54.109091 y=326.7 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=54.109091 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=54.109091 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=54.109091 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=54.109091 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=81.163636 y=396 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=81.163636 y=361.35 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=81.163636 y=326.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=81.163636 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=81.163636 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=81.163636 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=108.218181 y=396 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=108.218181 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=108.218181 y=326.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=108.218181 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=108.218181 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=108.218181 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=108.218181 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=135.272727 y=396 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=135.272727 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=135.272727 y=326.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=135.272727 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=135.272727 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=162.327272 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=162.327272 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=162.327272 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=162.327272 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=162.327272 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=189.381818 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=189.381818 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=189.381818 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=189.381818 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=189.381818 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=216.436363 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=216.436363 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=216.436363 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=243.490909 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=243.490909 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=243.490909 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=243.490909 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=270.545454 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=270.545454 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=297.6 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=297.6 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=324.654545 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=378.763636 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=13.527272 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=13.527272 y=344.025 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=13.527272 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=13.527272 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=13.527272 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=13.527272 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=40.581818 y=378.675 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=40.581818 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=40.581818 y=309.375 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=40.581818 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=40.581818 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=40.581818 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=67.636363 y=378.675 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=67.636363 y=344.025 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=67.636363 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=67.636363 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=67.636363 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=94.690909 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=94.690909 y=344.025 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=94.690909 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=94.690909 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=94.690909 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=94.690909 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=121.745454 y=378.675 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=121.745454 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=121.745454 y=309.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=121.745454 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=121.745454 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=148.8 y=378.675 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=148.8 y=344.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=148.8 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=148.8 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=148.8 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=175.854545 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=175.854545 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=175.854545 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=175.854545 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=202.909091 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=202.909091 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=202.909091 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=202.909091 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=202.909091 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=229.963636 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=229.963636 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=229.963636 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=229.963636 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=257.018181 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=257.018181 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=257.018181 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=284.072727 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=284.072727 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=311.127272 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=338.181818 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=392.290909 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p12253c05b1)&gt;&lt;use xlink:href=#C0_0_90bbb80793 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p12253c05b1&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:24.534610&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_7087c27aa6 d=&quot;M 105.818182 -122.365729 \n",
+       "L 105.818182 -133.915729 \n",
+       "L 92.290909 -139.690729 \n",
+       "L 78.763637 -133.915729 \n",
+       "L 78.763637 -122.365729 \n",
+       "L 92.290909 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=-0 y=466.720729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=-0 y=432.070729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=-0 y=397.420729 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=-0 y=362.770729 style=&quot;fill: #4c8bbf; stroke: #4c8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=-0 y=328.120729 style=&quot;fill: #3c81ba; stroke: #3c81ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=-0 y=293.470729 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=-0 y=258.820729 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=-0 y=224.170729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=-0 y=189.520729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=27.054545 y=466.720729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=27.054545 y=432.070729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=27.054545 y=397.420729 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=27.054545 y=362.770729 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=27.054545 y=328.120729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=27.054545 y=293.470729 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=27.054545 y=258.820729 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=27.054545 y=224.170729 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=27.054545 y=189.520729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=54.109091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=54.109091 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=54.109091 y=397.420729 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=54.109091 y=362.770729 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=54.109091 y=328.120729 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=54.109091 y=293.470729 style=&quot;fill: #94b8d5; stroke: #94b8d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=54.109091 y=258.820729 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=54.109091 y=224.170729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=54.109091 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=81.163636 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=81.163636 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=81.163636 y=397.420729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=81.163636 y=362.770729 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=81.163636 y=328.120729 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=81.163636 y=293.470729 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=81.163636 y=258.820729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=81.163636 y=224.170729 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=81.163636 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=108.218181 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=108.218181 y=432.070729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=108.218181 y=397.420729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=108.218181 y=362.770729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=108.218181 y=328.120729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=108.218181 y=293.470729 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=108.218181 y=258.820729 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=108.218181 y=224.170729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=108.218181 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=135.272727 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=135.272727 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=135.272727 y=397.420729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=135.272727 y=362.770729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=135.272727 y=328.120729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=135.272727 y=293.470729 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=135.272727 y=258.820729 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=135.272727 y=224.170729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=135.272727 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=162.327272 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=162.327272 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=162.327272 y=397.420729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=162.327272 y=362.770729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=162.327272 y=328.120729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=162.327272 y=293.470729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=162.327272 y=258.820729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=162.327272 y=224.170729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=162.327272 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=189.381818 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=189.381818 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=189.381818 y=397.420729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=189.381818 y=362.770729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=189.381818 y=328.120729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=189.381818 y=293.470729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=189.381818 y=258.820729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=189.381818 y=224.170729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=189.381818 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=216.436363 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=216.436363 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=216.436363 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=216.436363 y=362.770729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=216.436363 y=328.120729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=216.436363 y=293.470729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=216.436363 y=258.820729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=216.436363 y=224.170729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=216.436363 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=243.490909 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=243.490909 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=243.490909 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=243.490909 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=243.490909 y=328.120729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=243.490909 y=293.470729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=243.490909 y=258.820729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=243.490909 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=243.490909 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=270.545454 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=270.545454 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=270.545454 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=270.545454 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=270.545454 y=328.120729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=270.545454 y=293.470729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=270.545454 y=258.820729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=270.545454 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=270.545454 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=297.6 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=297.6 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=297.6 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=297.6 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=297.6 y=328.120729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=297.6 y=293.470729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=297.6 y=258.820729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=297.6 y=224.170729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=297.6 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=324.654545 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=324.654545 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=324.654545 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=324.654545 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=324.654545 y=328.120729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=324.654545 y=293.470729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=324.654545 y=258.820729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=324.654545 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=324.654545 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=351.709091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=351.709091 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=351.709091 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=351.709091 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=351.709091 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=351.709091 y=293.470729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=351.709091 y=258.820729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=351.709091 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=351.709091 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=378.763636 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=378.763636 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=378.763636 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=378.763636 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=378.763636 y=328.120729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=378.763636 y=293.470729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=378.763636 y=258.820729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=378.763636 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=378.763636 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=405.818181 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=405.818181 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=405.818181 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=405.818181 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=405.818181 y=328.120729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=405.818181 y=293.470729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=405.818181 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=405.818181 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=405.818181 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=13.527272 y=449.395729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=13.527272 y=414.745729 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=13.527272 y=380.095729 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=13.527272 y=345.445729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=13.527272 y=310.795729 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=13.527272 y=276.145729 style=&quot;fill: #4486bc; stroke: #4486bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=13.527272 y=241.495729 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=13.527272 y=206.845729 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=40.581818 y=449.395729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=40.581818 y=414.745729 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=40.581818 y=380.095729 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=40.581818 y=345.445729 style=&quot;fill: #94b8d5; stroke: #94b8d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=40.581818 y=310.795729 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=40.581818 y=276.145729 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=40.581818 y=241.495729 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=40.581818 y=206.845729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=67.636363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=67.636363 y=414.745729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=67.636363 y=380.095729 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=67.636363 y=345.445729 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=67.636363 y=310.795729 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=67.636363 y=276.145729 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=67.636363 y=241.495729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=67.636363 y=206.845729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=94.690909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=94.690909 y=414.745729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=94.690909 y=380.095729 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=94.690909 y=345.445729 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=94.690909 y=310.795729 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=94.690909 y=276.145729 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=94.690909 y=241.495729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=94.690909 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=121.745454 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=121.745454 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=121.745454 y=380.095729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=121.745454 y=345.445729 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=121.745454 y=310.795729 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=121.745454 y=276.145729 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=121.745454 y=241.495729 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=121.745454 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=148.8 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=148.8 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=148.8 y=380.095729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=148.8 y=345.445729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=148.8 y=310.795729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=148.8 y=276.145729 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=148.8 y=241.495729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=148.8 y=206.845729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=175.854545 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=175.854545 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=175.854545 y=380.095729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=175.854545 y=345.445729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=175.854545 y=310.795729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=175.854545 y=276.145729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=175.854545 y=241.495729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=175.854545 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=202.909091 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=202.909091 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=202.909091 y=380.095729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=202.909091 y=345.445729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=202.909091 y=310.795729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=202.909091 y=276.145729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=202.909091 y=241.495729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=202.909091 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=229.963636 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=229.963636 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=229.963636 y=380.095729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=229.963636 y=345.445729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=229.963636 y=310.795729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=229.963636 y=276.145729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=229.963636 y=241.495729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=229.963636 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=257.018181 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=257.018181 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=257.018181 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=257.018181 y=345.445729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=257.018181 y=310.795729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=257.018181 y=276.145729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=257.018181 y=241.495729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=257.018181 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=284.072727 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=284.072727 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=284.072727 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=284.072727 y=345.445729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=284.072727 y=310.795729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=284.072727 y=276.145729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=284.072727 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=284.072727 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=311.127272 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=311.127272 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=311.127272 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=311.127272 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=311.127272 y=310.795729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=311.127272 y=276.145729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=311.127272 y=241.495729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=311.127272 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=338.181818 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=338.181818 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=338.181818 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=338.181818 y=345.445729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=338.181818 y=310.795729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=338.181818 y=276.145729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=338.181818 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=338.181818 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=365.236363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=365.236363 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=365.236363 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=365.236363 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=365.236363 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=365.236363 y=276.145729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=365.236363 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=365.236363 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=392.290909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=392.290909 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=392.290909 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=392.290909 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=392.290909 y=310.795729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=392.290909 y=276.145729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=392.290909 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p64fdcf3be2)&gt;&lt;use xlink:href=#C0_0_7087c27aa6 x=392.290909 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p64fdcf3be2&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:29.441138&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_a23635436f d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=-0 y=361.35 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=-0 y=326.7 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=-0 y=292.05 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=-0 y=257.4 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=-0 y=222.75 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=-0 y=188.1 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=-0 y=153.45 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=-0 y=118.8 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=27.054545 y=396 style=&quot;fill: #659bc7; stroke: #659bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=27.054545 y=361.35 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=27.054545 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=27.054545 y=292.05 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=27.054545 y=257.4 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=27.054545 y=222.75 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=27.054545 y=188.1 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=27.054545 y=153.45 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=27.054545 y=118.8 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=54.109091 y=396 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=54.109091 y=361.35 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=54.109091 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=54.109091 y=292.05 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=54.109091 y=257.4 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=54.109091 y=222.75 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=54.109091 y=188.1 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=54.109091 y=153.45 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=54.109091 y=118.8 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=81.163636 y=396 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=81.163636 y=361.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=81.163636 y=326.7 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=81.163636 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=81.163636 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=81.163636 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=81.163636 y=188.1 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=81.163636 y=153.45 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=81.163636 y=118.8 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=108.218181 y=396 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=108.218181 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=108.218181 y=326.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=108.218181 y=292.05 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=108.218181 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=108.218181 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=108.218181 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=108.218181 y=153.45 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=108.218181 y=118.8 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=135.272727 y=396 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=135.272727 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=135.272727 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=135.272727 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=135.272727 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=135.272727 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=135.272727 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=135.272727 y=153.45 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=135.272727 y=118.8 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=162.327272 y=396 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=162.327272 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=162.327272 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=162.327272 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=162.327272 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=162.327272 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=162.327272 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=162.327272 y=153.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=162.327272 y=118.8 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=189.381818 y=396 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=189.381818 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=189.381818 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=189.381818 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=189.381818 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=189.381818 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=189.381818 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=189.381818 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=216.436363 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=216.436363 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=216.436363 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=216.436363 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=216.436363 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=216.436363 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=216.436363 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=243.490909 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=243.490909 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=243.490909 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=243.490909 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=243.490909 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=243.490909 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=270.545454 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=270.545454 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=270.545454 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=297.6 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=297.6 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=297.6 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=324.654545 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=324.654545 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=324.654545 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=351.709091 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=378.763636 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=405.818181 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=13.527272 y=378.675 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=13.527272 y=344.025 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=13.527272 y=309.375 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=13.527272 y=274.725 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=13.527272 y=240.075 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=13.527272 y=205.425 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=13.527272 y=170.775 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=13.527272 y=136.125 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=40.581818 y=378.675 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=40.581818 y=344.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=40.581818 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=40.581818 y=274.725 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=40.581818 y=240.075 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=40.581818 y=205.425 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=40.581818 y=170.775 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=40.581818 y=136.125 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=67.636363 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=67.636363 y=344.025 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=67.636363 y=309.375 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=67.636363 y=274.725 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=67.636363 y=240.075 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=67.636363 y=205.425 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=67.636363 y=170.775 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=67.636363 y=136.125 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=94.690909 y=378.675 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=94.690909 y=344.025 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=94.690909 y=309.375 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=94.690909 y=274.725 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=94.690909 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=94.690909 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=94.690909 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=94.690909 y=136.125 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=121.745454 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=121.745454 y=344.025 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=121.745454 y=309.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=121.745454 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=121.745454 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=121.745454 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=121.745454 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=121.745454 y=136.125 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=148.8 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=148.8 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=148.8 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=148.8 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=148.8 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=148.8 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=148.8 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=148.8 y=136.125 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=175.854545 y=378.675 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=175.854545 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=175.854545 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=175.854545 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=175.854545 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=202.909091 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=202.909091 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=202.909091 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=202.909091 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=202.909091 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=229.963636 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=229.963636 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=229.963636 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=229.963636 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=257.018181 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=257.018181 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=257.018181 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=257.018181 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=311.127272 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=311.127272 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=338.181818 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=365.236363 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p02e9c85b25)&gt;&lt;use xlink:href=#C0_0_a23635436f x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p02e9c85b25&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:35.997740&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.556199 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(230.382425 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(302.208652 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(374.034879 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(443.080637 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_8724412a88 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=-0 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=-0 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=-0 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=27.054545 y=396 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=27.054545 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=27.054545 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=54.109091 y=396 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=54.109091 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=54.109091 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=54.109091 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=81.163636 y=396 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=81.163636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=108.218181 y=396 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=108.218181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=135.272727 y=396 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=162.327272 y=396 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=189.381818 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=216.436363 y=396 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=243.490909 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=270.545454 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=297.6 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=324.654545 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=351.709091 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=13.527272 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=13.527272 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=13.527272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=13.527272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=13.527272 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=40.581818 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=40.581818 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=40.581818 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=67.636363 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=67.636363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=67.636363 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=67.636363 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=94.690909 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=94.690909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=121.745454 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=175.854545 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=202.909091 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2e6460e113)&gt;&lt;use xlink:href=#C0_0_8724412a88 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2e6460e113&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:43.128891&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_c19bcc7ff5 d=&quot;M 105.818182 -176.697632 \n",
+       "L 105.818182 -188.247632 \n",
+       "L 92.290909 -194.022632 \n",
+       "L 78.763637 -188.247632 \n",
+       "L 78.763637 -176.697632 \n",
+       "L 92.290909 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=-0 y=521.052632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=-0 y=486.402632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=-0 y=451.752632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=-0 y=417.102632 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=-0 y=382.452632 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=-0 y=347.802632 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=-0 y=313.152632 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=-0 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=-0 y=243.852632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=27.054545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=27.054545 y=486.402632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=27.054545 y=451.752632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=27.054545 y=417.102632 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=27.054545 y=382.452632 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=27.054545 y=347.802632 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=27.054545 y=313.152632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=27.054545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=27.054545 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=54.109091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=54.109091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=54.109091 y=451.752632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=54.109091 y=417.102632 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=54.109091 y=382.452632 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=54.109091 y=347.802632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=54.109091 y=313.152632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=54.109091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=54.109091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=81.163636 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=81.163636 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=81.163636 y=451.752632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=81.163636 y=417.102632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=81.163636 y=382.452632 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=81.163636 y=347.802632 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=81.163636 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=81.163636 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=81.163636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=108.218181 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=108.218181 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=108.218181 y=451.752632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=108.218181 y=417.102632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=108.218181 y=382.452632 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=108.218181 y=347.802632 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=108.218181 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=108.218181 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=108.218181 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=135.272727 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=135.272727 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=135.272727 y=451.752632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=135.272727 y=417.102632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=135.272727 y=382.452632 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=135.272727 y=347.802632 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=135.272727 y=313.152632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=135.272727 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=135.272727 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=162.327272 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=162.327272 y=486.402632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=162.327272 y=451.752632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=162.327272 y=417.102632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=162.327272 y=382.452632 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=162.327272 y=347.802632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=162.327272 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=162.327272 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=162.327272 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=189.381818 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=189.381818 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=189.381818 y=451.752632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=189.381818 y=417.102632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=189.381818 y=382.452632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=189.381818 y=347.802632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=189.381818 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=189.381818 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=189.381818 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=216.436363 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=216.436363 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=216.436363 y=451.752632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=216.436363 y=417.102632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=216.436363 y=382.452632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=216.436363 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=216.436363 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=216.436363 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=216.436363 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=243.490909 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=243.490909 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=243.490909 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=243.490909 y=417.102632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=243.490909 y=382.452632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=243.490909 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=243.490909 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=243.490909 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=243.490909 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=270.545454 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=270.545454 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=270.545454 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=270.545454 y=417.102632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=270.545454 y=382.452632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=270.545454 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=270.545454 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=270.545454 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=270.545454 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=297.6 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=297.6 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=297.6 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=297.6 y=417.102632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=297.6 y=382.452632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=297.6 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=297.6 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=297.6 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=297.6 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=324.654545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=324.654545 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=324.654545 y=451.752632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=324.654545 y=417.102632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=324.654545 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=324.654545 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=324.654545 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=324.654545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=324.654545 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=351.709091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=351.709091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=351.709091 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=351.709091 y=417.102632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=351.709091 y=382.452632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=351.709091 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=351.709091 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=351.709091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=351.709091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=378.763636 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=378.763636 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=378.763636 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=378.763636 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=378.763636 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=378.763636 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=378.763636 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=378.763636 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=378.763636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=405.818181 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=405.818181 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=405.818181 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=405.818181 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=405.818181 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=405.818181 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=405.818181 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=405.818181 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=405.818181 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=13.527272 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=13.527272 y=469.077632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=13.527272 y=434.427632 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=13.527272 y=399.777632 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=13.527272 y=365.127632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=13.527272 y=330.477632 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=13.527272 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=13.527272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=40.581818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=40.581818 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=40.581818 y=434.427632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=40.581818 y=399.777632 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=40.581818 y=365.127632 style=&quot;fill: #94b8d5; stroke: #94b8d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=40.581818 y=330.477632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=40.581818 y=295.827632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=40.581818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=67.636363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=67.636363 y=469.077632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=67.636363 y=434.427632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=67.636363 y=399.777632 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=67.636363 y=365.127632 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=67.636363 y=330.477632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=67.636363 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=67.636363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=94.690909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=94.690909 y=469.077632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=94.690909 y=434.427632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=94.690909 y=399.777632 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=94.690909 y=365.127632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=94.690909 y=330.477632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=94.690909 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=94.690909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=121.745454 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=121.745454 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=121.745454 y=434.427632 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=121.745454 y=399.777632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=121.745454 y=365.127632 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=121.745454 y=330.477632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=121.745454 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=121.745454 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=148.8 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=148.8 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=148.8 y=434.427632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=148.8 y=399.777632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=148.8 y=365.127632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=148.8 y=330.477632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=148.8 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=148.8 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=175.854545 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=175.854545 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=175.854545 y=434.427632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=175.854545 y=399.777632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=175.854545 y=365.127632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=175.854545 y=330.477632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=175.854545 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=175.854545 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=202.909091 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=202.909091 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=202.909091 y=434.427632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=202.909091 y=399.777632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=202.909091 y=365.127632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=202.909091 y=330.477632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=202.909091 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=202.909091 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=229.963636 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=229.963636 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=229.963636 y=434.427632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=229.963636 y=399.777632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=229.963636 y=365.127632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=229.963636 y=330.477632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=229.963636 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=229.963636 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=257.018181 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=257.018181 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=257.018181 y=434.427632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=257.018181 y=399.777632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=257.018181 y=365.127632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=257.018181 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=257.018181 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=257.018181 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=284.072727 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=284.072727 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=284.072727 y=434.427632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=284.072727 y=399.777632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=284.072727 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=284.072727 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=284.072727 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=284.072727 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=311.127272 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=311.127272 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=311.127272 y=434.427632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=311.127272 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=311.127272 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=311.127272 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=311.127272 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=311.127272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=338.181818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=338.181818 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=338.181818 y=434.427632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=338.181818 y=399.777632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=338.181818 y=365.127632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=338.181818 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=338.181818 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=338.181818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=365.236363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=365.236363 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=365.236363 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=365.236363 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=365.236363 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=365.236363 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=365.236363 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=365.236363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=392.290909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=392.290909 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=392.290909 y=434.427632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=392.290909 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=392.290909 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=392.290909 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=392.290909 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pcb4e370d4f)&gt;&lt;use xlink:href=#C0_0_c19bcc7ff5 x=392.290909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pcb4e370d4f&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:49.588421&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_669cbd5067 d=&quot;M 105.818182 -109.969887 \n",
+       "L 105.818182 -121.519887 \n",
+       "L 92.290909 -127.294887 \n",
+       "L 78.763637 -121.519887 \n",
+       "L 78.763637 -109.969887 \n",
+       "L 92.290909 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=-0 y=454.324887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=-0 y=419.674887 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=-0 y=385.024887 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=-0 y=350.374887 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=-0 y=315.724887 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=-0 y=281.074887 style=&quot;fill: #4b8abe; stroke: #4b8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=-0 y=246.424887 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=-0 y=211.774887 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=-0 y=177.124887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=27.054545 y=454.324887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=27.054545 y=419.674887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=27.054545 y=385.024887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=27.054545 y=350.374887 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=27.054545 y=315.724887 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=27.054545 y=281.074887 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=27.054545 y=246.424887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=27.054545 y=211.774887 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=27.054545 y=177.124887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=54.109091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=54.109091 y=419.674887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=54.109091 y=385.024887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=54.109091 y=350.374887 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=54.109091 y=315.724887 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=54.109091 y=281.074887 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=54.109091 y=246.424887 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=54.109091 y=211.774887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=54.109091 y=177.124887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=81.163636 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=81.163636 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=81.163636 y=385.024887 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=81.163636 y=350.374887 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=81.163636 y=315.724887 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=81.163636 y=281.074887 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=81.163636 y=246.424887 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=81.163636 y=211.774887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=81.163636 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=108.218181 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=108.218181 y=419.674887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=108.218181 y=385.024887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=108.218181 y=350.374887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=108.218181 y=315.724887 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=108.218181 y=281.074887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=108.218181 y=246.424887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=108.218181 y=211.774887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=108.218181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=135.272727 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=135.272727 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=135.272727 y=385.024887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=135.272727 y=350.374887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=135.272727 y=315.724887 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=135.272727 y=281.074887 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=135.272727 y=246.424887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=135.272727 y=211.774887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=135.272727 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=162.327272 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=162.327272 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=162.327272 y=385.024887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=162.327272 y=350.374887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=162.327272 y=315.724887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=162.327272 y=281.074887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=162.327272 y=246.424887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=162.327272 y=211.774887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=162.327272 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=189.381818 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=189.381818 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=189.381818 y=385.024887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=189.381818 y=350.374887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=189.381818 y=315.724887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=189.381818 y=281.074887 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=189.381818 y=246.424887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=189.381818 y=211.774887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=189.381818 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=216.436363 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=216.436363 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=216.436363 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=216.436363 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=216.436363 y=315.724887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=216.436363 y=281.074887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=216.436363 y=246.424887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=216.436363 y=211.774887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=216.436363 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=243.490909 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=243.490909 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=243.490909 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=243.490909 y=350.374887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=243.490909 y=315.724887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=243.490909 y=281.074887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=243.490909 y=246.424887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=243.490909 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=243.490909 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=270.545454 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=270.545454 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=270.545454 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=270.545454 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=270.545454 y=315.724887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=270.545454 y=281.074887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=270.545454 y=246.424887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=270.545454 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=270.545454 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=297.6 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=297.6 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=297.6 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=297.6 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=297.6 y=315.724887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=297.6 y=281.074887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=297.6 y=246.424887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=297.6 y=211.774887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=297.6 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=324.654545 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=324.654545 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=324.654545 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=324.654545 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=324.654545 y=315.724887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=324.654545 y=281.074887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=324.654545 y=246.424887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=324.654545 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=324.654545 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=351.709091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=351.709091 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=351.709091 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=351.709091 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=351.709091 y=315.724887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=351.709091 y=281.074887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=351.709091 y=246.424887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=351.709091 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=351.709091 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=378.763636 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=378.763636 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=378.763636 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=378.763636 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=378.763636 y=315.724887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=378.763636 y=281.074887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=378.763636 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=378.763636 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=378.763636 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=405.818181 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=405.818181 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=405.818181 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=405.818181 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=405.818181 y=315.724887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=405.818181 y=281.074887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=405.818181 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=405.818181 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=405.818181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=13.527272 y=436.999887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=13.527272 y=402.349887 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=13.527272 y=367.699887 style=&quot;fill: #4084bb; stroke: #4084bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=13.527272 y=333.049887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=13.527272 y=298.399887 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=13.527272 y=263.749887 style=&quot;fill: #3f83bb; stroke: #3f83bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=13.527272 y=229.099887 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=13.527272 y=194.449887 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=40.581818 y=436.999887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=40.581818 y=402.349887 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=40.581818 y=367.699887 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=40.581818 y=333.049887 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=40.581818 y=298.399887 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=40.581818 y=263.749887 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=40.581818 y=229.099887 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=40.581818 y=194.449887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=67.636363 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=67.636363 y=402.349887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=67.636363 y=367.699887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=67.636363 y=333.049887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=67.636363 y=298.399887 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=67.636363 y=263.749887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=67.636363 y=229.099887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=67.636363 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=94.690909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=94.690909 y=402.349887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=94.690909 y=367.699887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=94.690909 y=333.049887 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=94.690909 y=298.399887 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=94.690909 y=263.749887 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=94.690909 y=229.099887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=94.690909 y=194.449887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=121.745454 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=121.745454 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=121.745454 y=367.699887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=121.745454 y=333.049887 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=121.745454 y=298.399887 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=121.745454 y=263.749887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=121.745454 y=229.099887 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=121.745454 y=194.449887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=148.8 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=148.8 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=148.8 y=367.699887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=148.8 y=333.049887 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=148.8 y=298.399887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=148.8 y=263.749887 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=148.8 y=229.099887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=148.8 y=194.449887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=175.854545 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=175.854545 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=175.854545 y=367.699887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=175.854545 y=333.049887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=175.854545 y=298.399887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=175.854545 y=263.749887 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=175.854545 y=229.099887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=175.854545 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=202.909091 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=202.909091 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=202.909091 y=367.699887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=202.909091 y=333.049887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=202.909091 y=298.399887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=202.909091 y=263.749887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=202.909091 y=229.099887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=202.909091 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=229.963636 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=229.963636 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=229.963636 y=367.699887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=229.963636 y=333.049887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=229.963636 y=298.399887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=229.963636 y=263.749887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=229.963636 y=229.099887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=229.963636 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=257.018181 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=257.018181 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=257.018181 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=257.018181 y=333.049887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=257.018181 y=298.399887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=257.018181 y=263.749887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=257.018181 y=229.099887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=257.018181 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=284.072727 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=284.072727 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=284.072727 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=284.072727 y=333.049887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=284.072727 y=298.399887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=284.072727 y=263.749887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=284.072727 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=284.072727 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=311.127272 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=311.127272 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=311.127272 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=311.127272 y=333.049887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=311.127272 y=298.399887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=311.127272 y=263.749887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=311.127272 y=229.099887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=311.127272 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=338.181818 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=338.181818 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=338.181818 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=338.181818 y=333.049887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=338.181818 y=298.399887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=338.181818 y=263.749887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=338.181818 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=338.181818 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=365.236363 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=365.236363 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=365.236363 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=365.236363 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=365.236363 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=365.236363 y=263.749887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=365.236363 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=365.236363 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=392.290909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=392.290909 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=392.290909 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=392.290909 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=392.290909 y=298.399887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=392.290909 y=263.749887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=392.290909 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfa1b4d5bba)&gt;&lt;use xlink:href=#C0_0_669cbd5067 x=392.290909 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pfa1b4d5bba&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:56.008986&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_b02090646e d=&quot;M 105.818182 -170.339681 \n",
+       "L 105.818182 -181.889681 \n",
+       "L 92.290909 -187.664681 \n",
+       "L 78.763637 -181.889681 \n",
+       "L 78.763637 -170.339681 \n",
+       "L 92.290909 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=-0 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=-0 y=480.044681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=-0 y=445.394681 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=-0 y=410.744681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=-0 y=376.094681 style=&quot;fill: #518ec0; stroke: #518ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=-0 y=341.444681 style=&quot;fill: #4b8abe; stroke: #4b8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=-0 y=306.794681 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=-0 y=272.144681 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=-0 y=237.494681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=27.054545 y=514.694681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=27.054545 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=27.054545 y=445.394681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=27.054545 y=410.744681 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=27.054545 y=376.094681 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=27.054545 y=341.444681 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=27.054545 y=306.794681 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=27.054545 y=272.144681 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=27.054545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=54.109091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=54.109091 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=54.109091 y=445.394681 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=54.109091 y=410.744681 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=54.109091 y=376.094681 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=54.109091 y=341.444681 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=54.109091 y=306.794681 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=54.109091 y=272.144681 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=54.109091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=81.163636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=81.163636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=81.163636 y=445.394681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=81.163636 y=410.744681 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=81.163636 y=376.094681 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=81.163636 y=341.444681 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=81.163636 y=306.794681 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=81.163636 y=272.144681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=81.163636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=108.218181 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=108.218181 y=480.044681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=108.218181 y=445.394681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=108.218181 y=410.744681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=108.218181 y=376.094681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=108.218181 y=341.444681 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=108.218181 y=306.794681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=108.218181 y=272.144681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=108.218181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=135.272727 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=135.272727 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=135.272727 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=135.272727 y=410.744681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=135.272727 y=376.094681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=135.272727 y=341.444681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=135.272727 y=306.794681 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=135.272727 y=272.144681 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=135.272727 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=162.327272 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=162.327272 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=162.327272 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=162.327272 y=410.744681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=162.327272 y=376.094681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=162.327272 y=341.444681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=162.327272 y=306.794681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=162.327272 y=272.144681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=162.327272 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=189.381818 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=189.381818 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=189.381818 y=445.394681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=189.381818 y=410.744681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=189.381818 y=376.094681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=189.381818 y=341.444681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=189.381818 y=306.794681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=189.381818 y=272.144681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=189.381818 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=216.436363 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=216.436363 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=216.436363 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=216.436363 y=410.744681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=216.436363 y=376.094681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=216.436363 y=341.444681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=216.436363 y=306.794681 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=216.436363 y=272.144681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=216.436363 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=243.490909 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=243.490909 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=243.490909 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=243.490909 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=243.490909 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=243.490909 y=341.444681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=243.490909 y=306.794681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=243.490909 y=272.144681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=243.490909 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=270.545454 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=270.545454 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=270.545454 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=270.545454 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=270.545454 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=270.545454 y=341.444681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=270.545454 y=306.794681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=270.545454 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=270.545454 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=297.6 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=297.6 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=297.6 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=297.6 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=297.6 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=297.6 y=341.444681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=297.6 y=306.794681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=297.6 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=297.6 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=324.654545 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=324.654545 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=324.654545 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=324.654545 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=324.654545 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=324.654545 y=341.444681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=324.654545 y=306.794681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=324.654545 y=272.144681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=324.654545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=351.709091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=351.709091 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=351.709091 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=351.709091 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=351.709091 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=351.709091 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=351.709091 y=306.794681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=351.709091 y=272.144681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=351.709091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=378.763636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=378.763636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=378.763636 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=378.763636 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=378.763636 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=378.763636 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=378.763636 y=306.794681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=378.763636 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=378.763636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=405.818181 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=405.818181 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=405.818181 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=405.818181 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=405.818181 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=405.818181 y=341.444681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=405.818181 y=306.794681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=405.818181 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=405.818181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=13.527272 y=497.369681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=13.527272 y=462.719681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=13.527272 y=428.069681 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=13.527272 y=393.419681 style=&quot;fill: #4b8abe; stroke: #4b8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=13.527272 y=358.769681 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=13.527272 y=324.119681 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=13.527272 y=289.469681 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=13.527272 y=254.819681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=40.581818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=40.581818 y=462.719681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=40.581818 y=428.069681 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=40.581818 y=393.419681 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=40.581818 y=358.769681 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=40.581818 y=324.119681 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=40.581818 y=289.469681 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=40.581818 y=254.819681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=67.636363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=67.636363 y=462.719681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=67.636363 y=428.069681 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=67.636363 y=393.419681 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=67.636363 y=358.769681 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=67.636363 y=324.119681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=67.636363 y=289.469681 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=67.636363 y=254.819681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=94.690909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=94.690909 y=462.719681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=94.690909 y=428.069681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=94.690909 y=393.419681 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=94.690909 y=358.769681 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=94.690909 y=324.119681 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=94.690909 y=289.469681 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=94.690909 y=254.819681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=121.745454 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=121.745454 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=121.745454 y=428.069681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=121.745454 y=393.419681 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=121.745454 y=358.769681 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=121.745454 y=324.119681 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=121.745454 y=289.469681 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=121.745454 y=254.819681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=148.8 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=148.8 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=148.8 y=428.069681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=148.8 y=393.419681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=148.8 y=358.769681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=148.8 y=324.119681 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=148.8 y=289.469681 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=148.8 y=254.819681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=175.854545 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=175.854545 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=175.854545 y=428.069681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=175.854545 y=393.419681 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=175.854545 y=358.769681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=175.854545 y=324.119681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=175.854545 y=289.469681 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=175.854545 y=254.819681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=202.909091 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=202.909091 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=202.909091 y=428.069681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=202.909091 y=393.419681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=202.909091 y=358.769681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=202.909091 y=324.119681 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=202.909091 y=289.469681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=202.909091 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=229.963636 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=229.963636 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=229.963636 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=229.963636 y=393.419681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=229.963636 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=229.963636 y=324.119681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=229.963636 y=289.469681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=229.963636 y=254.819681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=257.018181 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=257.018181 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=257.018181 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=257.018181 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=257.018181 y=358.769681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=257.018181 y=324.119681 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=257.018181 y=289.469681 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=257.018181 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=284.072727 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=284.072727 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=284.072727 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=284.072727 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=284.072727 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=284.072727 y=324.119681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=284.072727 y=289.469681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=284.072727 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=311.127272 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=311.127272 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=311.127272 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=311.127272 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=311.127272 y=358.769681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=311.127272 y=324.119681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=311.127272 y=289.469681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=311.127272 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=338.181818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=338.181818 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=338.181818 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=338.181818 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=338.181818 y=358.769681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=338.181818 y=324.119681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=338.181818 y=289.469681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=338.181818 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=365.236363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=365.236363 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=365.236363 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=365.236363 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=365.236363 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=365.236363 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=365.236363 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=365.236363 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=392.290909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=392.290909 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=392.290909 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=392.290909 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=392.290909 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=392.290909 y=324.119681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=392.290909 y=289.469681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p75a8f8d310)&gt;&lt;use xlink:href=#C0_0_b02090646e x=392.290909 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p75a8f8d310&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:01.944613&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_9db7489d35 d=&quot;M 105.818182 -119.986935 \n",
+       "L 105.818182 -131.536935 \n",
+       "L 92.290909 -137.311935 \n",
+       "L 78.763637 -131.536935 \n",
+       "L 78.763637 -119.986935 \n",
+       "L 92.290909 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=-0 y=464.341935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=-0 y=429.691935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=-0 y=395.041935 style=&quot;fill: #4285bb; stroke: #4285bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=-0 y=360.391935 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=-0 y=325.741935 style=&quot;fill: #538fc1; stroke: #538fc1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=-0 y=291.091935 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=-0 y=256.441935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=-0 y=221.791935 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=-0 y=187.141935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=27.054545 y=464.341935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=27.054545 y=429.691935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=27.054545 y=395.041935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=27.054545 y=360.391935 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=27.054545 y=325.741935 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=27.054545 y=291.091935 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=27.054545 y=256.441935 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=27.054545 y=221.791935 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=27.054545 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=54.109091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=54.109091 y=429.691935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=54.109091 y=395.041935 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=54.109091 y=360.391935 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=54.109091 y=325.741935 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=54.109091 y=291.091935 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=54.109091 y=256.441935 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=54.109091 y=221.791935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=54.109091 y=187.141935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=81.163636 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=81.163636 y=429.691935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=81.163636 y=395.041935 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=81.163636 y=360.391935 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=81.163636 y=325.741935 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=81.163636 y=291.091935 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=81.163636 y=256.441935 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=81.163636 y=221.791935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=81.163636 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=108.218181 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=108.218181 y=429.691935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=108.218181 y=395.041935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=108.218181 y=360.391935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=108.218181 y=325.741935 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=108.218181 y=291.091935 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=108.218181 y=256.441935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=108.218181 y=221.791935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=108.218181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=135.272727 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=135.272727 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=135.272727 y=395.041935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=135.272727 y=360.391935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=135.272727 y=325.741935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=135.272727 y=291.091935 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=135.272727 y=256.441935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=135.272727 y=221.791935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=135.272727 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=162.327272 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=162.327272 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=162.327272 y=395.041935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=162.327272 y=360.391935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=162.327272 y=325.741935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=162.327272 y=291.091935 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=162.327272 y=256.441935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=162.327272 y=221.791935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=162.327272 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=189.381818 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=189.381818 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=189.381818 y=395.041935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=189.381818 y=360.391935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=189.381818 y=325.741935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=189.381818 y=291.091935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=189.381818 y=256.441935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=189.381818 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=189.381818 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=216.436363 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=216.436363 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=216.436363 y=395.041935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=216.436363 y=360.391935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=216.436363 y=325.741935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=216.436363 y=291.091935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=216.436363 y=256.441935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=216.436363 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=216.436363 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=243.490909 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=243.490909 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=243.490909 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=243.490909 y=360.391935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=243.490909 y=325.741935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=243.490909 y=291.091935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=243.490909 y=256.441935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=243.490909 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=243.490909 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=270.545454 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=270.545454 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=270.545454 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=270.545454 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=270.545454 y=325.741935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=270.545454 y=291.091935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=270.545454 y=256.441935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=270.545454 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=270.545454 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=297.6 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=297.6 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=297.6 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=297.6 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=297.6 y=325.741935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=297.6 y=291.091935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=297.6 y=256.441935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=297.6 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=297.6 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=324.654545 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=324.654545 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=324.654545 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=324.654545 y=360.391935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=324.654545 y=325.741935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=324.654545 y=291.091935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=324.654545 y=256.441935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=324.654545 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=324.654545 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=351.709091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=351.709091 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=351.709091 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=351.709091 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=351.709091 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=351.709091 y=291.091935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=351.709091 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=351.709091 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=351.709091 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=378.763636 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=378.763636 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=378.763636 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=378.763636 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=378.763636 y=325.741935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=378.763636 y=291.091935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=378.763636 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=378.763636 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=378.763636 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=405.818181 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=405.818181 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=405.818181 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=405.818181 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=405.818181 y=325.741935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=405.818181 y=291.091935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=405.818181 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=405.818181 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=405.818181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=13.527272 y=447.016935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=13.527272 y=412.366935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=13.527272 y=377.716935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=13.527272 y=343.066935 style=&quot;fill: #4285bb; stroke: #4285bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=13.527272 y=308.416935 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=13.527272 y=273.766935 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=13.527272 y=239.116935 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=13.527272 y=204.466935 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=40.581818 y=447.016935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=40.581818 y=412.366935 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=40.581818 y=377.716935 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=40.581818 y=343.066935 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=40.581818 y=308.416935 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=40.581818 y=273.766935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=40.581818 y=239.116935 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=40.581818 y=204.466935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=67.636363 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=67.636363 y=412.366935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=67.636363 y=377.716935 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=67.636363 y=343.066935 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=67.636363 y=308.416935 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=67.636363 y=273.766935 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=67.636363 y=239.116935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=67.636363 y=204.466935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=94.690909 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=94.690909 y=412.366935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=94.690909 y=377.716935 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=94.690909 y=343.066935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=94.690909 y=308.416935 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=94.690909 y=273.766935 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=94.690909 y=239.116935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=94.690909 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=121.745454 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=121.745454 y=412.366935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=121.745454 y=377.716935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=121.745454 y=343.066935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=121.745454 y=308.416935 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=121.745454 y=273.766935 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=121.745454 y=239.116935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=121.745454 y=204.466935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=148.8 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=148.8 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=148.8 y=377.716935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=148.8 y=343.066935 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=148.8 y=308.416935 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=148.8 y=273.766935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=148.8 y=239.116935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=148.8 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=175.854545 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=175.854545 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=175.854545 y=377.716935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=175.854545 y=343.066935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=175.854545 y=308.416935 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=175.854545 y=273.766935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=175.854545 y=239.116935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=175.854545 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=202.909091 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=202.909091 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=202.909091 y=377.716935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=202.909091 y=343.066935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=202.909091 y=308.416935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=202.909091 y=273.766935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=202.909091 y=239.116935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=202.909091 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=229.963636 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=229.963636 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=229.963636 y=377.716935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=229.963636 y=343.066935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=229.963636 y=308.416935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=229.963636 y=273.766935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=229.963636 y=239.116935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=229.963636 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=257.018181 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=257.018181 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=257.018181 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=257.018181 y=343.066935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=257.018181 y=308.416935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=257.018181 y=273.766935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=257.018181 y=239.116935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=257.018181 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=284.072727 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=284.072727 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=284.072727 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=284.072727 y=343.066935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=284.072727 y=308.416935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=284.072727 y=273.766935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=284.072727 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=284.072727 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=311.127272 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=311.127272 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=311.127272 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=311.127272 y=343.066935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=311.127272 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=311.127272 y=273.766935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=311.127272 y=239.116935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=311.127272 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=338.181818 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=338.181818 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=338.181818 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=338.181818 y=343.066935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=338.181818 y=308.416935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=338.181818 y=273.766935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=338.181818 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=338.181818 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=365.236363 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=365.236363 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=365.236363 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=365.236363 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=365.236363 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=365.236363 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=365.236363 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=365.236363 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=392.290909 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=392.290909 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=392.290909 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=392.290909 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=392.290909 y=308.416935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=392.290909 y=273.766935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=392.290909 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p30664d1cb4)&gt;&lt;use xlink:href=#C0_0_9db7489d35 x=392.290909 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p30664d1cb4&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:08.695037&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_facdef6e2b d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=-0 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=-0 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=-0 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=27.054545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=27.054545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=54.109091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=54.109091 y=361.35 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=81.163636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=81.163636 y=326.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=108.218181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=108.218181 y=326.7 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=135.272727 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=135.272727 y=292.05 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=162.327272 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=162.327272 y=292.05 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=189.381818 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=189.381818 y=257.4 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=216.436363 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=243.490909 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=270.545454 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=297.6 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=351.709091 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=13.527272 y=378.675 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=13.527272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=13.527272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=13.527272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=13.527272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=40.581818 y=378.675 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=40.581818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=67.636363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=67.636363 y=344.025 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=94.690909 y=344.025 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=121.745454 y=309.375 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=175.854545 y=274.725 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=229.963636 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=284.072727 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=311.127272 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=338.181818 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc06854a4c1)&gt;&lt;use xlink:href=#C0_0_facdef6e2b x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pc06854a4c1&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:14.623583&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_d0b052d906 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=-0 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=-0 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=-0 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=27.054545 y=396 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=27.054545 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=54.109091 y=396 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=54.109091 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=54.109091 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=81.163636 y=396 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=81.163636 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=81.163636 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=108.218181 y=396 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=108.218181 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=108.218181 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=108.218181 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=135.272727 y=396 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=135.272727 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=135.272727 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=135.272727 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=162.327272 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=162.327272 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=162.327272 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=162.327272 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=189.381818 y=396 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=189.381818 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=189.381818 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=189.381818 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=216.436363 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=216.436363 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=243.490909 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=243.490909 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=270.545454 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=297.6 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=351.709091 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=13.527272 y=378.675 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=13.527272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=13.527272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=13.527272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=13.527272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=40.581818 y=378.675 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=40.581818 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=67.636363 y=378.675 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=67.636363 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=94.690909 y=378.675 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=94.690909 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=94.690909 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=121.745454 y=378.675 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=121.745454 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=121.745454 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=148.8 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=148.8 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=148.8 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=175.854545 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=175.854545 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=202.909091 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=202.909091 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=229.963636 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=257.018181 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p39ae42623a)&gt;&lt;use xlink:href=#C0_0_d0b052d906 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p39ae42623a&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:20.821976&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_86b275db3a d=&quot;M 105.818182 -30.54327 \n",
+       "L 105.818182 -42.09327 \n",
+       "L 92.290909 -47.86827 \n",
+       "L 78.763637 -42.09327 \n",
+       "L 78.763637 -30.54327 \n",
+       "L 92.290909 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=-0 y=374.89827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=-0 y=340.24827 style=&quot;fill: #387fb8; stroke: #387fb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=-0 y=305.59827 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=-0 y=270.94827 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=-0 y=236.29827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=-0 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=-0 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=-0 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=-0 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=27.054545 y=374.89827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=27.054545 y=340.24827 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=27.054545 y=305.59827 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=27.054545 y=270.94827 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=27.054545 y=236.29827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=27.054545 y=201.64827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=27.054545 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=27.054545 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=27.054545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=54.109091 y=374.89827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=54.109091 y=340.24827 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=54.109091 y=305.59827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=54.109091 y=270.94827 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=54.109091 y=236.29827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=54.109091 y=201.64827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=54.109091 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=54.109091 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=54.109091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=81.163636 y=374.89827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=81.163636 y=340.24827 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=81.163636 y=305.59827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=81.163636 y=270.94827 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=81.163636 y=236.29827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=81.163636 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=81.163636 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=81.163636 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=81.163636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=108.218181 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=108.218181 y=340.24827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=108.218181 y=305.59827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=108.218181 y=270.94827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=108.218181 y=236.29827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=108.218181 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=108.218181 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=108.218181 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=108.218181 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=135.272727 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=135.272727 y=340.24827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=135.272727 y=305.59827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=135.272727 y=270.94827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=135.272727 y=236.29827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=135.272727 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=135.272727 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=135.272727 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=135.272727 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=162.327272 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=162.327272 y=340.24827 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=162.327272 y=305.59827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=162.327272 y=270.94827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=162.327272 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=162.327272 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=162.327272 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=162.327272 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=162.327272 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=189.381818 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=189.381818 y=340.24827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=189.381818 y=305.59827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=189.381818 y=270.94827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=189.381818 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=189.381818 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=189.381818 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=189.381818 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=189.381818 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=216.436363 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=216.436363 y=340.24827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=216.436363 y=305.59827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=216.436363 y=270.94827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=216.436363 y=236.29827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=216.436363 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=216.436363 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=216.436363 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=216.436363 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=243.490909 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=243.490909 y=340.24827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=243.490909 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=243.490909 y=270.94827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=243.490909 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=243.490909 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=243.490909 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=243.490909 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=243.490909 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=270.545454 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=270.545454 y=340.24827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=270.545454 y=305.59827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=270.545454 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=270.545454 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=270.545454 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=270.545454 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=270.545454 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=270.545454 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=297.6 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=297.6 y=340.24827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=297.6 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=297.6 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=297.6 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=297.6 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=297.6 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=297.6 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=297.6 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=324.654545 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=324.654545 y=340.24827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=324.654545 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=324.654545 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=324.654545 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=324.654545 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=324.654545 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=324.654545 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=324.654545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=351.709091 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=351.709091 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=351.709091 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=351.709091 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=351.709091 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=351.709091 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=351.709091 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=351.709091 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=351.709091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=378.763636 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=378.763636 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=378.763636 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=378.763636 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=378.763636 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=378.763636 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=378.763636 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=378.763636 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=378.763636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=405.818181 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=405.818181 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=405.818181 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=405.818181 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=405.818181 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=405.818181 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=405.818181 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=405.818181 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=405.818181 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=13.527272 y=357.57327 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=13.527272 y=322.92327 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=13.527272 y=288.27327 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=13.527272 y=253.62327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=13.527272 y=218.97327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=13.527272 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=13.527272 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=13.527272 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=40.581818 y=357.57327 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=40.581818 y=322.92327 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=40.581818 y=288.27327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=40.581818 y=253.62327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=40.581818 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=40.581818 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=40.581818 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=40.581818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=67.636363 y=357.57327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=67.636363 y=322.92327 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=67.636363 y=288.27327 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=67.636363 y=253.62327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=67.636363 y=218.97327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=67.636363 y=184.32327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=67.636363 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=67.636363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=94.690909 y=357.57327 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=94.690909 y=322.92327 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=94.690909 y=288.27327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=94.690909 y=253.62327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=94.690909 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=94.690909 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=94.690909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=94.690909 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=121.745454 y=357.57327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=121.745454 y=322.92327 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=121.745454 y=288.27327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=121.745454 y=253.62327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=121.745454 y=218.97327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=121.745454 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=121.745454 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=121.745454 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=148.8 y=357.57327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=148.8 y=322.92327 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=148.8 y=288.27327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=148.8 y=253.62327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=148.8 y=218.97327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=148.8 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=148.8 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=148.8 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=175.854545 y=357.57327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=175.854545 y=322.92327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=175.854545 y=288.27327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=175.854545 y=253.62327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=175.854545 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=175.854545 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=175.854545 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=175.854545 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=202.909091 y=357.57327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=202.909091 y=322.92327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=202.909091 y=288.27327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=202.909091 y=253.62327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=202.909091 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=202.909091 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=202.909091 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=202.909091 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=229.963636 y=357.57327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=229.963636 y=322.92327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=229.963636 y=288.27327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=229.963636 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=229.963636 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=229.963636 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=229.963636 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=229.963636 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=257.018181 y=357.57327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=257.018181 y=322.92327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=257.018181 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=257.018181 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=257.018181 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=257.018181 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=257.018181 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=257.018181 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=284.072727 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=284.072727 y=322.92327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=284.072727 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=284.072727 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=284.072727 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=284.072727 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=284.072727 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=284.072727 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=311.127272 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=311.127272 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=311.127272 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=311.127272 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=311.127272 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=311.127272 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=311.127272 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=311.127272 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=338.181818 y=357.57327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=338.181818 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=338.181818 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=338.181818 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=338.181818 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=338.181818 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=338.181818 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=338.181818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=365.236363 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=365.236363 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=365.236363 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=365.236363 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=365.236363 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=365.236363 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=365.236363 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=365.236363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=392.290909 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=392.290909 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=392.290909 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=392.290909 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=392.290909 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=392.290909 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=392.290909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7cbaad857b)&gt;&lt;use xlink:href=#C0_0_86b275db3a x=392.290909 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p7cbaad857b&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation_5days-interactions_precipiation_5days_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:31.094225&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.113997 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.498022 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(300.882046 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(372.266071 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.869627 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.815781 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_d7c837fdc5 d=&quot;M 105.818182 61733.155 \n",
+       "L 105.818182 61721.605 \n",
+       "L 92.290909 61715.83 \n",
+       "L 78.763637 61721.605 \n",
+       "L 78.763637 61733.155 \n",
+       "L 92.290909 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=-0 y=-61388.8 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=-0 y=-61423.45 style=&quot;fill: #659bc7; stroke: #659bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=-0 y=-61458.1 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=-0 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=-0 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=-0 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=-0 y=-61596.7 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=-0 y=-61631.35 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=-0 y=-61666 style=&quot;fill: #659bc7; stroke: #659bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=27.054545 y=-61388.8 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=27.054545 y=-61423.45 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=27.054545 y=-61458.1 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=27.054545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=27.054545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=27.054545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=27.054545 y=-61596.7 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=27.054545 y=-61631.35 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=27.054545 y=-61666 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=54.109091 y=-61388.8 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=54.109091 y=-61423.45 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=54.109091 y=-61458.1 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=54.109091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=54.109091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=54.109091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=54.109091 y=-61596.7 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=54.109091 y=-61631.35 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=54.109091 y=-61666 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=81.163636 y=-61388.8 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=81.163636 y=-61423.45 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=81.163636 y=-61458.1 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=81.163636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=81.163636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=81.163636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=81.163636 y=-61596.7 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=81.163636 y=-61631.35 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=81.163636 y=-61666 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=108.218181 y=-61388.8 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=108.218181 y=-61423.45 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=108.218181 y=-61458.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=108.218181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=108.218181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=108.218181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=108.218181 y=-61596.7 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=108.218181 y=-61631.35 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=108.218181 y=-61666 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=135.272727 y=-61388.8 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=135.272727 y=-61423.45 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=135.272727 y=-61458.1 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=135.272727 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=135.272727 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=135.272727 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=135.272727 y=-61596.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=135.272727 y=-61631.35 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=135.272727 y=-61666 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=162.327272 y=-61388.8 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=162.327272 y=-61423.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=162.327272 y=-61458.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=162.327272 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=162.327272 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=162.327272 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=162.327272 y=-61596.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=162.327272 y=-61631.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=162.327272 y=-61666 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=189.381818 y=-61388.8 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=189.381818 y=-61423.45 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=189.381818 y=-61458.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=189.381818 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=189.381818 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=189.381818 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=189.381818 y=-61596.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=189.381818 y=-61631.35 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=189.381818 y=-61666 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=216.436363 y=-61388.8 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=216.436363 y=-61423.45 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=216.436363 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=216.436363 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=216.436363 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=216.436363 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=216.436363 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=216.436363 y=-61631.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=216.436363 y=-61666 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=243.490909 y=-61388.8 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=243.490909 y=-61423.45 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=243.490909 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=243.490909 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=243.490909 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=243.490909 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=243.490909 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=243.490909 y=-61631.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=243.490909 y=-61666 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=270.545454 y=-61388.8 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=270.545454 y=-61423.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=270.545454 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=270.545454 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=270.545454 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=270.545454 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=270.545454 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=270.545454 y=-61631.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=270.545454 y=-61666 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=297.6 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=297.6 y=-61423.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=297.6 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=297.6 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=297.6 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=297.6 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=297.6 y=-61596.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=297.6 y=-61631.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=297.6 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=324.654545 y=-61388.8 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=324.654545 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=324.654545 y=-61458.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=324.654545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=324.654545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=324.654545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=324.654545 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=324.654545 y=-61631.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=324.654545 y=-61666 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=351.709091 y=-61388.8 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=351.709091 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=351.709091 y=-61458.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=351.709091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=351.709091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=351.709091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=351.709091 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=351.709091 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=351.709091 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=378.763636 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=378.763636 y=-61423.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=378.763636 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=378.763636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=378.763636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=378.763636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=378.763636 y=-61596.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=378.763636 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=378.763636 y=-61666 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=405.818181 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=405.818181 y=-61423.45 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=405.818181 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=405.818181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=405.818181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=405.818181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=405.818181 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=405.818181 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=405.818181 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=13.527272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=13.527272 y=-61440.775 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=13.527272 y=-61475.425 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=13.527272 y=-61510.075 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=13.527272 y=-61544.725 style=&quot;fill: #397fb9; stroke: #397fb9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=13.527272 y=-61579.375 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=13.527272 y=-61614.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=13.527272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=40.581818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=40.581818 y=-61440.775 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=40.581818 y=-61475.425 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=40.581818 y=-61510.075 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=40.581818 y=-61544.725 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=40.581818 y=-61579.375 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=40.581818 y=-61614.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=40.581818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=67.636363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=67.636363 y=-61440.775 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=67.636363 y=-61475.425 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=67.636363 y=-61510.075 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=67.636363 y=-61544.725 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=67.636363 y=-61579.375 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=67.636363 y=-61614.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=67.636363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=94.690909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=94.690909 y=-61440.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=94.690909 y=-61475.425 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=94.690909 y=-61510.075 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=94.690909 y=-61544.725 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=94.690909 y=-61579.375 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=94.690909 y=-61614.025 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=94.690909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=121.745454 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=121.745454 y=-61440.775 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=121.745454 y=-61475.425 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=121.745454 y=-61510.075 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=121.745454 y=-61544.725 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=121.745454 y=-61579.375 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=121.745454 y=-61614.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=121.745454 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=148.8 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=148.8 y=-61440.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=148.8 y=-61475.425 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=148.8 y=-61510.075 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=148.8 y=-61544.725 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=148.8 y=-61579.375 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=148.8 y=-61614.025 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=148.8 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=175.854545 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=175.854545 y=-61440.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=175.854545 y=-61475.425 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=175.854545 y=-61510.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=175.854545 y=-61544.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=175.854545 y=-61579.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=175.854545 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=175.854545 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=202.909091 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=202.909091 y=-61440.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=202.909091 y=-61475.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=202.909091 y=-61510.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=202.909091 y=-61544.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=202.909091 y=-61579.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=202.909091 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=202.909091 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=229.963636 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=229.963636 y=-61440.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=229.963636 y=-61475.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=229.963636 y=-61510.075 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=229.963636 y=-61544.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=229.963636 y=-61579.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=229.963636 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=229.963636 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=257.018181 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=257.018181 y=-61440.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=257.018181 y=-61475.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=257.018181 y=-61510.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=257.018181 y=-61544.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=257.018181 y=-61579.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=257.018181 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=257.018181 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=284.072727 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=284.072727 y=-61440.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=284.072727 y=-61475.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=284.072727 y=-61510.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=284.072727 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=284.072727 y=-61579.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=284.072727 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=284.072727 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=311.127272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=311.127272 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=311.127272 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=311.127272 y=-61510.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=311.127272 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=311.127272 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=311.127272 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=311.127272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=338.181818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=338.181818 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=338.181818 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=338.181818 y=-61510.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=338.181818 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=338.181818 y=-61579.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=338.181818 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=338.181818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=365.236363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=365.236363 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=365.236363 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=365.236363 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=365.236363 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=365.236363 y=-61579.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=365.236363 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=365.236363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=392.290909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=392.290909 y=-61440.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=392.290909 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=392.290909 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=392.290909 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=392.290909 y=-61579.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=392.290909 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#peed969ebdc)&gt;&lt;use xlink:href=#C0_0_d7c837fdc5 x=392.290909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=peed969ebdc&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_precipiation&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_precipiation-interactions_precipiation_day_in_month aria-controls=interactions_precipiation-interactions_precipiation_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_passengers aria-controls=interactions_precipiation-interactions_precipiation_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_temperature_midday aria-controls=interactions_precipiation-interactions_precipiation_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_sunshine_percentage aria-controls=interactions_precipiation-interactions_precipiation_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_snow_5days aria-controls=interactions_precipiation-interactions_precipiation_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_temperature_deviation aria-controls=interactions_precipiation-interactions_precipiation_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_temperature_max aria-controls=interactions_precipiation-interactions_precipiation_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_temperature_min aria-controls=interactions_precipiation-interactions_precipiation_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_temperature_evening aria-controls=interactions_precipiation-interactions_precipiation_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_precipiation_5days aria-controls=interactions_precipiation-interactions_precipiation_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_precipiation aria-controls=interactions_precipiation-interactions_precipiation_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_wind aria-controls=interactions_precipiation-interactions_precipiation_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_precipiation-interactions_precipiation_year aria-controls=interactions_precipiation-interactions_precipiation_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_precipiation-interactions_precipiation_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:41.526281&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_53e7c93a53 d=&quot;M 105.818182 -42.405 \n",
+       "L 105.818182 -53.955 \n",
+       "L 92.290909 -59.73 \n",
+       "L 78.763637 -53.955 \n",
+       "L 78.763637 -42.405 \n",
+       "L 92.290909 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=-0 y=386.76 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=-0 y=352.11 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=-0 y=317.46 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=-0 y=282.81 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=-0 y=248.16 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=-0 y=213.51 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=-0 y=178.86 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=-0 y=144.21 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=-0 y=109.56 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=27.054545 y=386.76 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=27.054545 y=352.11 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=27.054545 y=317.46 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=27.054545 y=282.81 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=27.054545 y=248.16 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=27.054545 y=213.51 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=27.054545 y=178.86 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=27.054545 y=144.21 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=27.054545 y=109.56 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=54.109091 y=386.76 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=54.109091 y=352.11 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=54.109091 y=317.46 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=54.109091 y=282.81 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=54.109091 y=248.16 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=54.109091 y=213.51 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=54.109091 y=178.86 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=54.109091 y=144.21 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=54.109091 y=109.56 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=81.163636 y=386.76 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=81.163636 y=352.11 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=81.163636 y=317.46 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=81.163636 y=282.81 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=81.163636 y=248.16 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=81.163636 y=213.51 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=81.163636 y=178.86 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=81.163636 y=144.21 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=81.163636 y=109.56 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=108.218181 y=386.76 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=108.218181 y=352.11 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=108.218181 y=317.46 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=108.218181 y=282.81 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=108.218181 y=248.16 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=108.218181 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=108.218181 y=178.86 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=108.218181 y=144.21 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=108.218181 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=135.272727 y=386.76 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=135.272727 y=352.11 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=135.272727 y=317.46 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=135.272727 y=282.81 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=135.272727 y=248.16 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=135.272727 y=213.51 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=135.272727 y=178.86 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=135.272727 y=144.21 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=135.272727 y=109.56 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=162.327272 y=386.76 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=162.327272 y=352.11 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=162.327272 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=162.327272 y=282.81 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=162.327272 y=248.16 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=162.327272 y=213.51 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=162.327272 y=178.86 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=162.327272 y=144.21 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=162.327272 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=189.381818 y=386.76 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=189.381818 y=352.11 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=189.381818 y=317.46 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=189.381818 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=189.381818 y=248.16 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=189.381818 y=213.51 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=189.381818 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=189.381818 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=189.381818 y=109.56 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=216.436363 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=216.436363 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=216.436363 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=216.436363 y=282.81 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=216.436363 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=216.436363 y=213.51 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=216.436363 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=216.436363 y=144.21 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=216.436363 y=109.56 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=243.490909 y=386.76 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=243.490909 y=352.11 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=243.490909 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=243.490909 y=282.81 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=243.490909 y=248.16 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=243.490909 y=213.51 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=243.490909 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=243.490909 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=243.490909 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=270.545454 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=270.545454 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=270.545454 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=270.545454 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=270.545454 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=270.545454 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=270.545454 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=270.545454 y=144.21 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=270.545454 y=109.56 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=297.6 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=297.6 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=297.6 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=297.6 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=297.6 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=297.6 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=297.6 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=297.6 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=297.6 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=324.654545 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=324.654545 y=352.11 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=324.654545 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=324.654545 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=324.654545 y=248.16 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=324.654545 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=324.654545 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=324.654545 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=324.654545 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=351.709091 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=351.709091 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=351.709091 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=351.709091 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=351.709091 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=351.709091 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=351.709091 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=351.709091 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=351.709091 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=378.763636 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=378.763636 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=378.763636 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=378.763636 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=378.763636 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=378.763636 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=378.763636 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=378.763636 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=378.763636 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=405.818181 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=405.818181 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=405.818181 y=317.46 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=405.818181 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=405.818181 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=405.818181 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=405.818181 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=405.818181 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=405.818181 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=13.527272 y=369.435 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=13.527272 y=334.785 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=13.527272 y=300.135 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=13.527272 y=265.485 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=13.527272 y=230.835 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=13.527272 y=196.185 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=13.527272 y=161.535 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=13.527272 y=126.885 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=40.581818 y=369.435 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=40.581818 y=334.785 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=40.581818 y=300.135 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=40.581818 y=265.485 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=40.581818 y=230.835 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=40.581818 y=196.185 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=40.581818 y=161.535 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=40.581818 y=126.885 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=67.636363 y=369.435 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=67.636363 y=334.785 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=67.636363 y=300.135 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=67.636363 y=265.485 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=67.636363 y=230.835 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=67.636363 y=196.185 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=67.636363 y=161.535 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=67.636363 y=126.885 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=94.690909 y=369.435 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=94.690909 y=334.785 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=94.690909 y=300.135 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=94.690909 y=265.485 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=94.690909 y=230.835 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=94.690909 y=196.185 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=94.690909 y=161.535 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=94.690909 y=126.885 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=121.745454 y=369.435 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=121.745454 y=334.785 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=121.745454 y=300.135 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=121.745454 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=121.745454 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=121.745454 y=196.185 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=121.745454 y=161.535 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=121.745454 y=126.885 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=148.8 y=369.435 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=148.8 y=334.785 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=148.8 y=300.135 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=148.8 y=265.485 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=148.8 y=230.835 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=148.8 y=196.185 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=148.8 y=161.535 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=148.8 y=126.885 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=175.854545 y=369.435 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=175.854545 y=334.785 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=175.854545 y=300.135 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=175.854545 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=175.854545 y=230.835 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=175.854545 y=196.185 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=175.854545 y=161.535 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=175.854545 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=202.909091 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=202.909091 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=202.909091 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=202.909091 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=202.909091 y=230.835 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=202.909091 y=196.185 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=202.909091 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=202.909091 y=126.885 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=229.963636 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=229.963636 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=229.963636 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=229.963636 y=265.485 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=229.963636 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=229.963636 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=229.963636 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=229.963636 y=126.885 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=257.018181 y=369.435 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=257.018181 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=257.018181 y=300.135 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=257.018181 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=257.018181 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=257.018181 y=196.185 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=257.018181 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=257.018181 y=126.885 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=284.072727 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=284.072727 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=284.072727 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=284.072727 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=284.072727 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=284.072727 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=284.072727 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=284.072727 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=311.127272 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=311.127272 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=311.127272 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=311.127272 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=311.127272 y=230.835 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=311.127272 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=311.127272 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=311.127272 y=126.885 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=338.181818 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=338.181818 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=338.181818 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=338.181818 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=338.181818 y=230.835 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=338.181818 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=338.181818 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=338.181818 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=365.236363 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=365.236363 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=365.236363 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=365.236363 y=265.485 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=365.236363 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=365.236363 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=365.236363 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=365.236363 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=392.290909 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=392.290909 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=392.290909 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=392.290909 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=392.290909 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=392.290909 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=392.290909 y=161.535 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd7aaa25880)&gt;&lt;use xlink:href=#C0_0_53e7c93a53 x=392.290909 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pd7aaa25880&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:19.977816&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_970b5ede0c d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=-0 y=396 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=-0 y=361.35 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=-0 y=326.7 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=-0 y=292.05 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=-0 y=257.4 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=-0 y=222.75 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=-0 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=-0 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=27.054545 y=396 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=27.054545 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=27.054545 y=326.7 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=27.054545 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=27.054545 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=54.109091 y=396 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=54.109091 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=54.109091 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=54.109091 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=54.109091 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=81.163636 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=81.163636 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=81.163636 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=81.163636 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=108.218181 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=108.218181 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=108.218181 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=108.218181 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=135.272727 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=135.272727 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=135.272727 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=162.327272 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=162.327272 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=162.327272 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=189.381818 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=189.381818 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=189.381818 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=216.436363 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=243.490909 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=13.527272 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=13.527272 y=344.025 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=13.527272 y=309.375 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=13.527272 y=274.725 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=13.527272 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=13.527272 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=13.527272 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=40.581818 y=378.675 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=40.581818 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=40.581818 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=40.581818 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=40.581818 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=67.636363 y=378.675 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=67.636363 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=67.636363 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=67.636363 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=94.690909 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=94.690909 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=121.745454 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=121.745454 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=121.745454 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=148.8 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=148.8 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=148.8 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=175.854545 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=175.854545 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=202.909091 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=229.963636 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6810a619c)&gt;&lt;use xlink:href=#C0_0_970b5ede0c x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe6810a619c&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:24.848589&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_e5c9a872f0 d=&quot;M 105.818182 -122.365729 \n",
+       "L 105.818182 -133.915729 \n",
+       "L 92.290909 -139.690729 \n",
+       "L 78.763637 -133.915729 \n",
+       "L 78.763637 -122.365729 \n",
+       "L 92.290909 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=-0 y=466.720729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=-0 y=432.070729 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=-0 y=397.420729 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=-0 y=362.770729 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=-0 y=328.120729 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=-0 y=293.470729 style=&quot;fill: #3b81b9; stroke: #3b81b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=-0 y=258.820729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=-0 y=224.170729 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=-0 y=189.520729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=27.054545 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=27.054545 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=27.054545 y=397.420729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=27.054545 y=362.770729 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=27.054545 y=328.120729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=27.054545 y=293.470729 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=27.054545 y=258.820729 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=27.054545 y=224.170729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=27.054545 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=54.109091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=54.109091 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=54.109091 y=397.420729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=54.109091 y=362.770729 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=54.109091 y=328.120729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=54.109091 y=293.470729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=54.109091 y=258.820729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=54.109091 y=224.170729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=54.109091 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=81.163636 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=81.163636 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=81.163636 y=397.420729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=81.163636 y=362.770729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=81.163636 y=328.120729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=81.163636 y=293.470729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=81.163636 y=258.820729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=81.163636 y=224.170729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=81.163636 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=108.218181 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=108.218181 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=108.218181 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=108.218181 y=362.770729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=108.218181 y=328.120729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=108.218181 y=293.470729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=108.218181 y=258.820729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=108.218181 y=224.170729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=108.218181 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=135.272727 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=135.272727 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=135.272727 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=135.272727 y=362.770729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=135.272727 y=328.120729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=135.272727 y=293.470729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=135.272727 y=258.820729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=135.272727 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=135.272727 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=162.327272 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=162.327272 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=162.327272 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=162.327272 y=362.770729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=162.327272 y=328.120729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=162.327272 y=293.470729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=162.327272 y=258.820729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=162.327272 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=162.327272 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=189.381818 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=189.381818 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=189.381818 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=189.381818 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=189.381818 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=189.381818 y=293.470729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=189.381818 y=258.820729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=189.381818 y=224.170729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=189.381818 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=216.436363 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=216.436363 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=216.436363 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=216.436363 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=216.436363 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=216.436363 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=216.436363 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=216.436363 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=216.436363 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=243.490909 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=243.490909 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=243.490909 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=243.490909 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=243.490909 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=243.490909 y=293.470729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=243.490909 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=243.490909 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=243.490909 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=270.545454 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=270.545454 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=270.545454 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=270.545454 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=270.545454 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=270.545454 y=293.470729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=270.545454 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=270.545454 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=270.545454 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=297.6 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=297.6 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=297.6 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=297.6 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=297.6 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=297.6 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=297.6 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=297.6 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=297.6 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=324.654545 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=324.654545 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=324.654545 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=324.654545 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=324.654545 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=324.654545 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=324.654545 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=324.654545 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=324.654545 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=351.709091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=351.709091 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=351.709091 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=351.709091 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=351.709091 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=351.709091 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=351.709091 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=351.709091 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=351.709091 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=378.763636 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=378.763636 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=378.763636 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=378.763636 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=378.763636 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=378.763636 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=378.763636 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=378.763636 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=378.763636 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=405.818181 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=405.818181 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=405.818181 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=405.818181 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=405.818181 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=405.818181 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=405.818181 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=405.818181 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=405.818181 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=13.527272 y=449.395729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=13.527272 y=414.745729 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=13.527272 y=380.095729 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=13.527272 y=345.445729 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=13.527272 y=310.795729 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=13.527272 y=276.145729 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=13.527272 y=241.495729 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=13.527272 y=206.845729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=40.581818 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=40.581818 y=414.745729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=40.581818 y=380.095729 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=40.581818 y=345.445729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=40.581818 y=310.795729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=40.581818 y=276.145729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=40.581818 y=241.495729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=40.581818 y=206.845729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=67.636363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=67.636363 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=67.636363 y=380.095729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=67.636363 y=345.445729 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=67.636363 y=310.795729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=67.636363 y=276.145729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=67.636363 y=241.495729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=67.636363 y=206.845729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=94.690909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=94.690909 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=94.690909 y=380.095729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=94.690909 y=345.445729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=94.690909 y=310.795729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=94.690909 y=276.145729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=94.690909 y=241.495729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=94.690909 y=206.845729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=121.745454 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=121.745454 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=121.745454 y=380.095729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=121.745454 y=345.445729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=121.745454 y=310.795729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=121.745454 y=276.145729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=121.745454 y=241.495729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=121.745454 y=206.845729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=148.8 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=148.8 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=148.8 y=380.095729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=148.8 y=345.445729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=148.8 y=310.795729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=148.8 y=276.145729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=148.8 y=241.495729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=148.8 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=175.854545 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=175.854545 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=175.854545 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=175.854545 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=175.854545 y=310.795729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=175.854545 y=276.145729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=175.854545 y=241.495729 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=175.854545 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=202.909091 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=202.909091 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=202.909091 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=202.909091 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=202.909091 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=202.909091 y=276.145729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=202.909091 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=202.909091 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=229.963636 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=229.963636 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=229.963636 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=229.963636 y=345.445729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=229.963636 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=229.963636 y=276.145729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=229.963636 y=241.495729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=229.963636 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=257.018181 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=257.018181 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=257.018181 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=257.018181 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=257.018181 y=310.795729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=257.018181 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=257.018181 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=257.018181 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=284.072727 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=284.072727 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=284.072727 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=284.072727 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=284.072727 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=284.072727 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=284.072727 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=284.072727 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=311.127272 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=311.127272 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=311.127272 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=311.127272 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=311.127272 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=311.127272 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=311.127272 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=311.127272 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=338.181818 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=338.181818 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=338.181818 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=338.181818 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=338.181818 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=338.181818 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=338.181818 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=338.181818 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=365.236363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=365.236363 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=365.236363 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=365.236363 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=365.236363 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=365.236363 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=365.236363 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=365.236363 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=392.290909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=392.290909 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=392.290909 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=392.290909 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=392.290909 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=392.290909 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=392.290909 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p69c16fd9a1)&gt;&lt;use xlink:href=#C0_0_e5c9a872f0 x=392.290909 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p69c16fd9a1&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:30.113497&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_ca063a3013 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=-0 y=361.35 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=-0 y=326.7 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=-0 y=292.05 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=-0 y=257.4 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=-0 y=222.75 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=-0 y=188.1 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=-0 y=153.45 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=-0 y=118.8 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=27.054545 y=396 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=27.054545 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=27.054545 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=27.054545 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=27.054545 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=27.054545 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=27.054545 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=54.109091 y=396 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=54.109091 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=54.109091 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=54.109091 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=54.109091 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=54.109091 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=54.109091 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=81.163636 y=396 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=81.163636 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=81.163636 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=81.163636 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=81.163636 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=81.163636 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=81.163636 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=108.218181 y=396 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=108.218181 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=108.218181 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=135.272727 y=396 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=135.272727 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=162.327272 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=189.381818 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=216.436363 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=216.436363 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=243.490909 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=270.545454 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=324.654545 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=13.527272 y=378.675 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=13.527272 y=344.025 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=13.527272 y=309.375 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=13.527272 y=274.725 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=13.527272 y=240.075 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=13.527272 y=205.425 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=13.527272 y=170.775 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=13.527272 y=136.125 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=40.581818 y=378.675 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=40.581818 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=40.581818 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=40.581818 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=40.581818 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=40.581818 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=67.636363 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=67.636363 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=67.636363 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=67.636363 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=67.636363 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=94.690909 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=94.690909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=94.690909 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=121.745454 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=121.745454 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=121.745454 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=148.8 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=148.8 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf18961dec3)&gt;&lt;use xlink:href=#C0_0_ca063a3013 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf18961dec3&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:36.601334&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_9aed539866 d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=-0 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=-0 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=-0 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=27.054545 y=396 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=27.054545 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=54.109091 y=396 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=54.109091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=81.163636 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=81.163636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=108.218181 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=108.218181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=135.272727 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=135.272727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=162.327272 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=162.327272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=189.381818 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=243.490909 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=13.527272 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=13.527272 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=13.527272 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=13.527272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=13.527272 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=40.581818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=40.581818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=67.636363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=67.636363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=94.690909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=121.745454 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa82d0b2189)&gt;&lt;use xlink:href=#C0_0_9aed539866 x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pa82d0b2189&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:43.827262&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_12702e5302 d=&quot;M 105.818182 -176.697632 \n",
+       "L 105.818182 -188.247632 \n",
+       "L 92.290909 -194.022632 \n",
+       "L 78.763637 -188.247632 \n",
+       "L 78.763637 -176.697632 \n",
+       "L 92.290909 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=-0 y=521.052632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=-0 y=486.402632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=-0 y=451.752632 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=-0 y=417.102632 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=-0 y=382.452632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=-0 y=347.802632 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=-0 y=313.152632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=-0 y=278.502632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=-0 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=27.054545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=27.054545 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=27.054545 y=451.752632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=27.054545 y=417.102632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=27.054545 y=382.452632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=27.054545 y=347.802632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=27.054545 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=27.054545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=27.054545 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=54.109091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=54.109091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=54.109091 y=451.752632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=54.109091 y=417.102632 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=54.109091 y=382.452632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=54.109091 y=347.802632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=54.109091 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=54.109091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=54.109091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=81.163636 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=81.163636 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=81.163636 y=451.752632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=81.163636 y=417.102632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=81.163636 y=382.452632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=81.163636 y=347.802632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=81.163636 y=313.152632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=81.163636 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=81.163636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=108.218181 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=108.218181 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=108.218181 y=451.752632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=108.218181 y=417.102632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=108.218181 y=382.452632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=108.218181 y=347.802632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=108.218181 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=108.218181 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=108.218181 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=135.272727 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=135.272727 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=135.272727 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=135.272727 y=417.102632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=135.272727 y=382.452632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=135.272727 y=347.802632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=135.272727 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=135.272727 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=135.272727 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=162.327272 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=162.327272 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=162.327272 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=162.327272 y=417.102632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=162.327272 y=382.452632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=162.327272 y=347.802632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=162.327272 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=162.327272 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=162.327272 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=189.381818 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=189.381818 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=189.381818 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=189.381818 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=189.381818 y=382.452632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=189.381818 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=189.381818 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=189.381818 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=189.381818 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=216.436363 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=216.436363 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=216.436363 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=216.436363 y=417.102632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=216.436363 y=382.452632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=216.436363 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=216.436363 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=216.436363 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=216.436363 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=243.490909 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=243.490909 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=243.490909 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=243.490909 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=243.490909 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=243.490909 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=243.490909 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=243.490909 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=243.490909 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=270.545454 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=270.545454 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=270.545454 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=270.545454 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=270.545454 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=270.545454 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=270.545454 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=270.545454 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=270.545454 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=297.6 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=297.6 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=297.6 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=297.6 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=297.6 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=297.6 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=297.6 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=297.6 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=297.6 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=324.654545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=324.654545 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=324.654545 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=324.654545 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=324.654545 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=324.654545 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=324.654545 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=324.654545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=324.654545 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=351.709091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=351.709091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=351.709091 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=351.709091 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=351.709091 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=351.709091 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=351.709091 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=351.709091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=351.709091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=378.763636 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=378.763636 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=378.763636 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=378.763636 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=378.763636 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=378.763636 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=378.763636 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=378.763636 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=378.763636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=405.818181 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=405.818181 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=405.818181 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=405.818181 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=405.818181 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=405.818181 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=405.818181 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=405.818181 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=405.818181 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=13.527272 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=13.527272 y=469.077632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=13.527272 y=434.427632 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=13.527272 y=399.777632 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=13.527272 y=365.127632 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=13.527272 y=330.477632 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=13.527272 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=13.527272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=40.581818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=40.581818 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=40.581818 y=434.427632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=40.581818 y=399.777632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=40.581818 y=365.127632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=40.581818 y=330.477632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=40.581818 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=40.581818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=67.636363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=67.636363 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=67.636363 y=434.427632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=67.636363 y=399.777632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=67.636363 y=365.127632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=67.636363 y=330.477632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=67.636363 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=67.636363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=94.690909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=94.690909 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=94.690909 y=434.427632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=94.690909 y=399.777632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=94.690909 y=365.127632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=94.690909 y=330.477632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=94.690909 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=94.690909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=121.745454 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=121.745454 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=121.745454 y=434.427632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=121.745454 y=399.777632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=121.745454 y=365.127632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=121.745454 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=121.745454 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=121.745454 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=148.8 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=148.8 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=148.8 y=434.427632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=148.8 y=399.777632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=148.8 y=365.127632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=148.8 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=148.8 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=148.8 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=175.854545 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=175.854545 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=175.854545 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=175.854545 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=175.854545 y=365.127632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=175.854545 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=175.854545 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=175.854545 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=202.909091 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=202.909091 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=202.909091 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=202.909091 y=399.777632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=202.909091 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=202.909091 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=202.909091 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=202.909091 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=229.963636 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=229.963636 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=229.963636 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=229.963636 y=399.777632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=229.963636 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=229.963636 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=229.963636 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=229.963636 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=257.018181 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=257.018181 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=257.018181 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=257.018181 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=257.018181 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=257.018181 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=257.018181 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=257.018181 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=284.072727 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=284.072727 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=284.072727 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=284.072727 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=284.072727 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=284.072727 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=284.072727 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=284.072727 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=311.127272 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=311.127272 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=311.127272 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=311.127272 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=311.127272 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=311.127272 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=311.127272 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=311.127272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=338.181818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=338.181818 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=338.181818 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=338.181818 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=338.181818 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=338.181818 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=338.181818 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=338.181818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=365.236363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=365.236363 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=365.236363 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=365.236363 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=365.236363 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=365.236363 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=365.236363 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=365.236363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=392.290909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=392.290909 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=392.290909 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=392.290909 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=392.290909 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=392.290909 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=392.290909 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pfd104d49bc)&gt;&lt;use xlink:href=#C0_0_12702e5302 x=392.290909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pfd104d49bc&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:50.035550&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_44f8c1ad99 d=&quot;M 105.818182 -109.969887 \n",
+       "L 105.818182 -121.519887 \n",
+       "L 92.290909 -127.294887 \n",
+       "L 78.763637 -121.519887 \n",
+       "L 78.763637 -109.969887 \n",
+       "L 92.290909 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=-0 y=454.324887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=-0 y=419.674887 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=-0 y=385.024887 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=-0 y=350.374887 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=-0 y=315.724887 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=-0 y=281.074887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=-0 y=246.424887 style=&quot;fill: #4587bd; stroke: #4587bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=-0 y=211.774887 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=-0 y=177.124887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=27.054545 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=27.054545 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=27.054545 y=385.024887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=27.054545 y=350.374887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=27.054545 y=315.724887 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=27.054545 y=281.074887 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=27.054545 y=246.424887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=27.054545 y=211.774887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=27.054545 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=54.109091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=54.109091 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=54.109091 y=385.024887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=54.109091 y=350.374887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=54.109091 y=315.724887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=54.109091 y=281.074887 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=54.109091 y=246.424887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=54.109091 y=211.774887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=54.109091 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=81.163636 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=81.163636 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=81.163636 y=385.024887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=81.163636 y=350.374887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=81.163636 y=315.724887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=81.163636 y=281.074887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=81.163636 y=246.424887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=81.163636 y=211.774887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=81.163636 y=177.124887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=108.218181 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=108.218181 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=108.218181 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=108.218181 y=350.374887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=108.218181 y=315.724887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=108.218181 y=281.074887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=108.218181 y=246.424887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=108.218181 y=211.774887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=108.218181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=135.272727 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=135.272727 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=135.272727 y=385.024887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=135.272727 y=350.374887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=135.272727 y=315.724887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=135.272727 y=281.074887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=135.272727 y=246.424887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=135.272727 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=135.272727 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=162.327272 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=162.327272 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=162.327272 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=162.327272 y=350.374887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=162.327272 y=315.724887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=162.327272 y=281.074887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=162.327272 y=246.424887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=162.327272 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=162.327272 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=189.381818 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=189.381818 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=189.381818 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=189.381818 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=189.381818 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=189.381818 y=281.074887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=189.381818 y=246.424887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=189.381818 y=211.774887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=189.381818 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=216.436363 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=216.436363 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=216.436363 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=216.436363 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=216.436363 y=315.724887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=216.436363 y=281.074887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=216.436363 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=216.436363 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=216.436363 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=243.490909 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=243.490909 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=243.490909 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=243.490909 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=243.490909 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=243.490909 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=243.490909 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=243.490909 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=243.490909 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=270.545454 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=270.545454 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=270.545454 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=270.545454 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=270.545454 y=315.724887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=270.545454 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=270.545454 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=270.545454 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=270.545454 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=297.6 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=297.6 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=297.6 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=297.6 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=297.6 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=297.6 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=297.6 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=297.6 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=297.6 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=324.654545 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=324.654545 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=324.654545 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=324.654545 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=324.654545 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=324.654545 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=324.654545 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=324.654545 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=324.654545 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=351.709091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=351.709091 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=351.709091 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=351.709091 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=351.709091 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=351.709091 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=351.709091 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=351.709091 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=351.709091 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=378.763636 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=378.763636 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=378.763636 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=378.763636 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=378.763636 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=378.763636 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=378.763636 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=378.763636 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=378.763636 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=405.818181 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=405.818181 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=405.818181 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=405.818181 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=405.818181 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=405.818181 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=405.818181 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=405.818181 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=405.818181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=13.527272 y=436.999887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=13.527272 y=402.349887 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=13.527272 y=367.699887 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=13.527272 y=333.049887 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=13.527272 y=298.399887 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=13.527272 y=263.749887 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=13.527272 y=229.099887 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=13.527272 y=194.449887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=40.581818 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=40.581818 y=402.349887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=40.581818 y=367.699887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=40.581818 y=333.049887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=40.581818 y=298.399887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=40.581818 y=263.749887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=40.581818 y=229.099887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=40.581818 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=67.636363 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=67.636363 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=67.636363 y=367.699887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=67.636363 y=333.049887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=67.636363 y=298.399887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=67.636363 y=263.749887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=67.636363 y=229.099887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=67.636363 y=194.449887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=94.690909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=94.690909 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=94.690909 y=367.699887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=94.690909 y=333.049887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=94.690909 y=298.399887 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=94.690909 y=263.749887 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=94.690909 y=229.099887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=94.690909 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=121.745454 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=121.745454 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=121.745454 y=367.699887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=121.745454 y=333.049887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=121.745454 y=298.399887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=121.745454 y=263.749887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=121.745454 y=229.099887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=121.745454 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=148.8 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=148.8 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=148.8 y=367.699887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=148.8 y=333.049887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=148.8 y=298.399887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=148.8 y=263.749887 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=148.8 y=229.099887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=148.8 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=175.854545 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=175.854545 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=175.854545 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=175.854545 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=175.854545 y=298.399887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=175.854545 y=263.749887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=175.854545 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=175.854545 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=202.909091 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=202.909091 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=202.909091 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=202.909091 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=202.909091 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=202.909091 y=263.749887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=202.909091 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=202.909091 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=229.963636 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=229.963636 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=229.963636 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=229.963636 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=229.963636 y=298.399887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=229.963636 y=263.749887 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=229.963636 y=229.099887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=229.963636 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=257.018181 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=257.018181 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=257.018181 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=257.018181 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=257.018181 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=257.018181 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=257.018181 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=257.018181 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=284.072727 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=284.072727 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=284.072727 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=284.072727 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=284.072727 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=284.072727 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=284.072727 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=284.072727 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=311.127272 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=311.127272 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=311.127272 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=311.127272 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=311.127272 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=311.127272 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=311.127272 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=311.127272 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=338.181818 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=338.181818 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=338.181818 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=338.181818 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=338.181818 y=298.399887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=338.181818 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=338.181818 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=338.181818 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=365.236363 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=365.236363 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=365.236363 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=365.236363 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=365.236363 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=365.236363 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=365.236363 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=365.236363 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=392.290909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=392.290909 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=392.290909 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=392.290909 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=392.290909 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=392.290909 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=392.290909 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf5c8ec2e7d)&gt;&lt;use xlink:href=#C0_0_44f8c1ad99 x=392.290909 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf5c8ec2e7d&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:56.397079&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_c285b76bf3 d=&quot;M 105.818182 -170.339681 \n",
+       "L 105.818182 -181.889681 \n",
+       "L 92.290909 -187.664681 \n",
+       "L 78.763637 -181.889681 \n",
+       "L 78.763637 -170.339681 \n",
+       "L 92.290909 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=-0 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=-0 y=480.044681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=-0 y=445.394681 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=-0 y=410.744681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=-0 y=376.094681 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=-0 y=341.444681 style=&quot;fill: #387eb8; stroke: #387eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=-0 y=306.794681 style=&quot;fill: #4a8abe; stroke: #4a8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=-0 y=272.144681 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=-0 y=237.494681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=27.054545 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=27.054545 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=27.054545 y=445.394681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=27.054545 y=410.744681 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=27.054545 y=376.094681 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=27.054545 y=341.444681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=27.054545 y=306.794681 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=27.054545 y=272.144681 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=27.054545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=54.109091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=54.109091 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=54.109091 y=445.394681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=54.109091 y=410.744681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=54.109091 y=376.094681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=54.109091 y=341.444681 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=54.109091 y=306.794681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=54.109091 y=272.144681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=54.109091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=81.163636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=81.163636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=81.163636 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=81.163636 y=410.744681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=81.163636 y=376.094681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=81.163636 y=341.444681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=81.163636 y=306.794681 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=81.163636 y=272.144681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=81.163636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=108.218181 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=108.218181 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=108.218181 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=108.218181 y=410.744681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=108.218181 y=376.094681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=108.218181 y=341.444681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=108.218181 y=306.794681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=108.218181 y=272.144681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=108.218181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=135.272727 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=135.272727 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=135.272727 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=135.272727 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=135.272727 y=376.094681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=135.272727 y=341.444681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=135.272727 y=306.794681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=135.272727 y=272.144681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=135.272727 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=162.327272 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=162.327272 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=162.327272 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=162.327272 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=162.327272 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=162.327272 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=162.327272 y=306.794681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=162.327272 y=272.144681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=162.327272 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=189.381818 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=189.381818 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=189.381818 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=189.381818 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=189.381818 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=189.381818 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=189.381818 y=306.794681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=189.381818 y=272.144681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=189.381818 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=216.436363 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=216.436363 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=216.436363 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=216.436363 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=216.436363 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=216.436363 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=216.436363 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=216.436363 y=272.144681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=216.436363 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=243.490909 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=243.490909 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=243.490909 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=243.490909 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=243.490909 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=243.490909 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=243.490909 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=243.490909 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=243.490909 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=270.545454 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=270.545454 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=270.545454 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=270.545454 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=270.545454 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=270.545454 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=270.545454 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=270.545454 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=270.545454 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=297.6 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=297.6 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=297.6 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=297.6 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=297.6 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=297.6 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=297.6 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=297.6 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=297.6 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=324.654545 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=324.654545 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=324.654545 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=324.654545 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=324.654545 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=324.654545 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=324.654545 y=306.794681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=324.654545 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=324.654545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=351.709091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=351.709091 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=351.709091 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=351.709091 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=351.709091 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=351.709091 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=351.709091 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=351.709091 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=351.709091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=378.763636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=378.763636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=378.763636 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=378.763636 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=378.763636 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=378.763636 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=378.763636 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=378.763636 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=378.763636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=405.818181 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=405.818181 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=405.818181 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=405.818181 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=405.818181 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=405.818181 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=405.818181 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=405.818181 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=405.818181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=13.527272 y=497.369681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=13.527272 y=462.719681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=13.527272 y=428.069681 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=13.527272 y=393.419681 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=13.527272 y=358.769681 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=13.527272 y=324.119681 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=13.527272 y=289.469681 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=13.527272 y=254.819681 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=40.581818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=40.581818 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=40.581818 y=428.069681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=40.581818 y=393.419681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=40.581818 y=358.769681 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=40.581818 y=324.119681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=40.581818 y=289.469681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=40.581818 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=67.636363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=67.636363 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=67.636363 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=67.636363 y=393.419681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=67.636363 y=358.769681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=67.636363 y=324.119681 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=67.636363 y=289.469681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=67.636363 y=254.819681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=94.690909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=94.690909 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=94.690909 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=94.690909 y=393.419681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=94.690909 y=358.769681 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=94.690909 y=324.119681 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=94.690909 y=289.469681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=94.690909 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=121.745454 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=121.745454 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=121.745454 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=121.745454 y=393.419681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=121.745454 y=358.769681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=121.745454 y=324.119681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=121.745454 y=289.469681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=121.745454 y=254.819681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=148.8 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=148.8 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=148.8 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=148.8 y=393.419681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=148.8 y=358.769681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=148.8 y=324.119681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=148.8 y=289.469681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=148.8 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=175.854545 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=175.854545 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=175.854545 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=175.854545 y=393.419681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=175.854545 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=175.854545 y=324.119681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=175.854545 y=289.469681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=175.854545 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=202.909091 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=202.909091 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=202.909091 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=202.909091 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=202.909091 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=202.909091 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=202.909091 y=289.469681 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=202.909091 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=229.963636 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=229.963636 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=229.963636 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=229.963636 y=393.419681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=229.963636 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=229.963636 y=324.119681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=229.963636 y=289.469681 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=229.963636 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=257.018181 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=257.018181 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=257.018181 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=257.018181 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=257.018181 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=257.018181 y=324.119681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=257.018181 y=289.469681 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=257.018181 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=284.072727 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=284.072727 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=284.072727 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=284.072727 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=284.072727 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=284.072727 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=284.072727 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=284.072727 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=311.127272 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=311.127272 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=311.127272 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=311.127272 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=311.127272 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=311.127272 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=311.127272 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=311.127272 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=338.181818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=338.181818 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=338.181818 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=338.181818 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=338.181818 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=338.181818 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=338.181818 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=338.181818 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=365.236363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=365.236363 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=365.236363 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=365.236363 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=365.236363 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=365.236363 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=365.236363 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=365.236363 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=392.290909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=392.290909 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=392.290909 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=392.290909 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=392.290909 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=392.290909 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=392.290909 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3eecd9135a)&gt;&lt;use xlink:href=#C0_0_c285b76bf3 x=392.290909 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p3eecd9135a&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:02.442982&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_29e6a1ac19 d=&quot;M 105.818182 -119.986935 \n",
+       "L 105.818182 -131.536935 \n",
+       "L 92.290909 -137.311935 \n",
+       "L 78.763637 -131.536935 \n",
+       "L 78.763637 -119.986935 \n",
+       "L 92.290909 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=-0 y=464.341935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=-0 y=429.691935 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=-0 y=395.041935 style=&quot;fill: #4888bd; stroke: #4888bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=-0 y=360.391935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=-0 y=325.741935 style=&quot;fill: #5390c1; stroke: #5390c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=-0 y=291.091935 style=&quot;fill: #3b81b9; stroke: #3b81b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=-0 y=256.441935 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=-0 y=221.791935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=-0 y=187.141935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=27.054545 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=27.054545 y=429.691935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=27.054545 y=395.041935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=27.054545 y=360.391935 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=27.054545 y=325.741935 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=27.054545 y=291.091935 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=27.054545 y=256.441935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=27.054545 y=221.791935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=27.054545 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=54.109091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=54.109091 y=429.691935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=54.109091 y=395.041935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=54.109091 y=360.391935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=54.109091 y=325.741935 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=54.109091 y=291.091935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=54.109091 y=256.441935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=54.109091 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=54.109091 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=81.163636 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=81.163636 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=81.163636 y=395.041935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=81.163636 y=360.391935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=81.163636 y=325.741935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=81.163636 y=291.091935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=81.163636 y=256.441935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=81.163636 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=81.163636 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=108.218181 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=108.218181 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=108.218181 y=395.041935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=108.218181 y=360.391935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=108.218181 y=325.741935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=108.218181 y=291.091935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=108.218181 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=108.218181 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=108.218181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=135.272727 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=135.272727 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=135.272727 y=395.041935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=135.272727 y=360.391935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=135.272727 y=325.741935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=135.272727 y=291.091935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=135.272727 y=256.441935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=135.272727 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=135.272727 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=162.327272 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=162.327272 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=162.327272 y=395.041935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=162.327272 y=360.391935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=162.327272 y=325.741935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=162.327272 y=291.091935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=162.327272 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=162.327272 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=162.327272 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=189.381818 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=189.381818 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=189.381818 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=189.381818 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=189.381818 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=189.381818 y=291.091935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=189.381818 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=189.381818 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=189.381818 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=216.436363 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=216.436363 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=216.436363 y=395.041935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=216.436363 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=216.436363 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=216.436363 y=291.091935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=216.436363 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=216.436363 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=216.436363 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=243.490909 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=243.490909 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=243.490909 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=243.490909 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=243.490909 y=325.741935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=243.490909 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=243.490909 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=243.490909 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=243.490909 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=270.545454 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=270.545454 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=270.545454 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=270.545454 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=270.545454 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=270.545454 y=291.091935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=270.545454 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=270.545454 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=270.545454 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=297.6 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=297.6 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=297.6 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=297.6 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=297.6 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=297.6 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=297.6 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=297.6 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=297.6 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=324.654545 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=324.654545 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=324.654545 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=324.654545 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=324.654545 y=325.741935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=324.654545 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=324.654545 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=324.654545 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=324.654545 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=351.709091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=351.709091 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=351.709091 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=351.709091 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=351.709091 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=351.709091 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=351.709091 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=351.709091 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=351.709091 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=378.763636 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=378.763636 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=378.763636 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=378.763636 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=378.763636 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=378.763636 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=378.763636 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=378.763636 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=378.763636 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=405.818181 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=405.818181 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=405.818181 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=405.818181 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=405.818181 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=405.818181 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=405.818181 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=405.818181 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=405.818181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=13.527272 y=447.016935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=13.527272 y=412.366935 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=13.527272 y=377.716935 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=13.527272 y=343.066935 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=13.527272 y=308.416935 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=13.527272 y=273.766935 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=13.527272 y=239.116935 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=13.527272 y=204.466935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=40.581818 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=40.581818 y=412.366935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=40.581818 y=377.716935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=40.581818 y=343.066935 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=40.581818 y=308.416935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=40.581818 y=273.766935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=40.581818 y=239.116935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=40.581818 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=67.636363 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=67.636363 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=67.636363 y=377.716935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=67.636363 y=343.066935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=67.636363 y=308.416935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=67.636363 y=273.766935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=67.636363 y=239.116935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=67.636363 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=94.690909 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=94.690909 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=94.690909 y=377.716935 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=94.690909 y=343.066935 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=94.690909 y=308.416935 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=94.690909 y=273.766935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=94.690909 y=239.116935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=94.690909 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=121.745454 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=121.745454 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=121.745454 y=377.716935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=121.745454 y=343.066935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=121.745454 y=308.416935 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=121.745454 y=273.766935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=121.745454 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=121.745454 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=148.8 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=148.8 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=148.8 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=148.8 y=343.066935 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=148.8 y=308.416935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=148.8 y=273.766935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=148.8 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=148.8 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=175.854545 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=175.854545 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=175.854545 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=175.854545 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=175.854545 y=308.416935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=175.854545 y=273.766935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=175.854545 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=175.854545 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=202.909091 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=202.909091 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=202.909091 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=202.909091 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=202.909091 y=308.416935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=202.909091 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=202.909091 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=202.909091 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=229.963636 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=229.963636 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=229.963636 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=229.963636 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=229.963636 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=229.963636 y=273.766935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=229.963636 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=229.963636 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=257.018181 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=257.018181 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=257.018181 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=257.018181 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=257.018181 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=257.018181 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=257.018181 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=257.018181 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=284.072727 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=284.072727 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=284.072727 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=284.072727 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=284.072727 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=284.072727 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=284.072727 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=284.072727 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=311.127272 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=311.127272 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=311.127272 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=311.127272 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=311.127272 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=311.127272 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=311.127272 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=311.127272 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=338.181818 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=338.181818 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=338.181818 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=338.181818 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=338.181818 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=338.181818 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=338.181818 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=338.181818 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=365.236363 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=365.236363 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=365.236363 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=365.236363 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=365.236363 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=365.236363 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=365.236363 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=365.236363 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=392.290909 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=392.290909 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=392.290909 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=392.290909 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=392.290909 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=392.290909 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=392.290909 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p56a4c90f09)&gt;&lt;use xlink:href=#C0_0_29e6a1ac19 x=392.290909 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p56a4c90f09&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:09.154771&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_47e11e469e d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=-0 y=361.35 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=-0 y=326.7 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=-0 y=292.05 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=-0 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=-0 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=-0 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=27.054545 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=27.054545 y=361.35 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=27.054545 y=326.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=27.054545 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=27.054545 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=27.054545 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=54.109091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=54.109091 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=54.109091 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=54.109091 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=54.109091 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=54.109091 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=81.163636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=81.163636 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=81.163636 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=81.163636 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=81.163636 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=108.218181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=108.218181 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=108.218181 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=108.218181 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=108.218181 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=135.272727 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=135.272727 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=135.272727 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=162.327272 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=162.327272 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=189.381818 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=13.527272 y=378.675 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=13.527272 y=344.025 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=13.527272 y=309.375 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=13.527272 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=13.527272 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=13.527272 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=40.581818 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=40.581818 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=40.581818 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=40.581818 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=40.581818 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=67.636363 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=67.636363 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=67.636363 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=67.636363 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=94.690909 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=94.690909 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=94.690909 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=94.690909 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=121.745454 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=121.745454 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=148.8 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=148.8 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=148.8 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=175.854545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=229.963636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pec8225e0e2)&gt;&lt;use xlink:href=#C0_0_47e11e469e x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pec8225e0e2&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:15.092296&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_3f97c06d8b d=&quot;M 105.818182 -51.645 \n",
+       "L 105.818182 -63.195 \n",
+       "L 92.290909 -68.97 \n",
+       "L 78.763637 -63.195 \n",
+       "L 78.763637 -51.645 \n",
+       "L 92.290909 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=-0 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=-0 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=-0 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=-0 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=-0 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=-0 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=-0 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=-0 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=-0 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=27.054545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=27.054545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=27.054545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=27.054545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=27.054545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=27.054545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=27.054545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=27.054545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=27.054545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=54.109091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=54.109091 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=54.109091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=54.109091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=54.109091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=54.109091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=54.109091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=54.109091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=54.109091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=81.163636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=81.163636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=81.163636 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=81.163636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=81.163636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=81.163636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=81.163636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=81.163636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=81.163636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=108.218181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=108.218181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=108.218181 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=108.218181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=108.218181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=108.218181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=108.218181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=108.218181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=108.218181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=135.272727 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=135.272727 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=135.272727 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=135.272727 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=135.272727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=135.272727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=135.272727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=135.272727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=135.272727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=162.327272 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=162.327272 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=162.327272 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=162.327272 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=162.327272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=162.327272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=162.327272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=162.327272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=162.327272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=189.381818 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=189.381818 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=189.381818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=189.381818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=189.381818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=189.381818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=189.381818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=189.381818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=189.381818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=216.436363 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=216.436363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=216.436363 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=216.436363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=216.436363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=216.436363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=216.436363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=216.436363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=216.436363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=243.490909 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=243.490909 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=243.490909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=243.490909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=243.490909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=243.490909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=243.490909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=243.490909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=243.490909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=270.545454 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=270.545454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=270.545454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=270.545454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=270.545454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=270.545454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=270.545454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=270.545454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=270.545454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=297.6 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=297.6 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=297.6 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=297.6 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=297.6 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=297.6 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=297.6 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=297.6 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=297.6 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=324.654545 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=324.654545 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=324.654545 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=324.654545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=324.654545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=324.654545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=324.654545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=324.654545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=324.654545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=351.709091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=351.709091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=351.709091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=351.709091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=351.709091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=351.709091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=351.709091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=351.709091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=351.709091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=378.763636 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=378.763636 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=378.763636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=378.763636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=378.763636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=378.763636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=378.763636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=378.763636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=378.763636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=405.818181 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=405.818181 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=405.818181 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=405.818181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=405.818181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=405.818181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=405.818181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=405.818181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=405.818181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=13.527272 y=378.675 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=13.527272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=13.527272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=13.527272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=13.527272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=13.527272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=13.527272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=13.527272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=40.581818 y=378.675 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=40.581818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=40.581818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=40.581818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=40.581818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=40.581818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=40.581818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=40.581818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=67.636363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=67.636363 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=67.636363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=67.636363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=67.636363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=67.636363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=67.636363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=67.636363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=94.690909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=94.690909 y=344.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=94.690909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=94.690909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=94.690909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=94.690909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=94.690909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=94.690909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=121.745454 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=121.745454 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=121.745454 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=121.745454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=121.745454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=121.745454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=121.745454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=121.745454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=148.8 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=148.8 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=148.8 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=148.8 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=148.8 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=148.8 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=148.8 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=148.8 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=175.854545 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=175.854545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=175.854545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=175.854545 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=175.854545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=175.854545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=175.854545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=175.854545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=202.909091 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=202.909091 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=202.909091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=202.909091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=202.909091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=202.909091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=202.909091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=202.909091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=229.963636 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=229.963636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=229.963636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=229.963636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=229.963636 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=229.963636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=229.963636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=229.963636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=257.018181 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=257.018181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=257.018181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=257.018181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=257.018181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=257.018181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=257.018181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=257.018181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=284.072727 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=284.072727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=284.072727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=284.072727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=284.072727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=284.072727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=284.072727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=284.072727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=311.127272 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=311.127272 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=311.127272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=311.127272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=311.127272 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=311.127272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=311.127272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=311.127272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=338.181818 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=338.181818 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=338.181818 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=338.181818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=338.181818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=338.181818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=338.181818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=338.181818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=365.236363 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=365.236363 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=365.236363 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=365.236363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=365.236363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=365.236363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=365.236363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=365.236363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=392.290909 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=392.290909 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=392.290909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=392.290909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=392.290909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=392.290909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=392.290909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pa05e8a1966)&gt;&lt;use xlink:href=#C0_0_3f97c06d8b x=392.290909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pa05e8a1966&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:21.193856&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_981ac27b8e d=&quot;M 105.818182 -30.54327 \n",
+       "L 105.818182 -42.09327 \n",
+       "L 92.290909 -47.86827 \n",
+       "L 78.763637 -42.09327 \n",
+       "L 78.763637 -30.54327 \n",
+       "L 92.290909 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=-0 y=374.89827 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=-0 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=-0 y=305.59827 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=-0 y=270.94827 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=-0 y=236.29827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=-0 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=-0 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=-0 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=-0 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=27.054545 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=27.054545 y=340.24827 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=27.054545 y=305.59827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=27.054545 y=270.94827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=27.054545 y=236.29827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=27.054545 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=27.054545 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=27.054545 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=27.054545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=54.109091 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=54.109091 y=340.24827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=54.109091 y=305.59827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=54.109091 y=270.94827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=54.109091 y=236.29827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=54.109091 y=201.64827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=54.109091 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=54.109091 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=54.109091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=81.163636 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=81.163636 y=340.24827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=81.163636 y=305.59827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=81.163636 y=270.94827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=81.163636 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=81.163636 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=81.163636 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=81.163636 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=81.163636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=108.218181 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=108.218181 y=340.24827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=108.218181 y=305.59827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=108.218181 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=108.218181 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=108.218181 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=108.218181 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=108.218181 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=108.218181 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=135.272727 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=135.272727 y=340.24827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=135.272727 y=305.59827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=135.272727 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=135.272727 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=135.272727 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=135.272727 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=135.272727 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=135.272727 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=162.327272 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=162.327272 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=162.327272 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=162.327272 y=270.94827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=162.327272 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=162.327272 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=162.327272 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=162.327272 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=162.327272 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=189.381818 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=189.381818 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=189.381818 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=189.381818 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=189.381818 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=189.381818 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=189.381818 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=189.381818 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=189.381818 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=216.436363 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=216.436363 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=216.436363 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=216.436363 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=216.436363 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=216.436363 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=216.436363 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=216.436363 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=216.436363 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=243.490909 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=243.490909 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=243.490909 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=243.490909 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=243.490909 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=243.490909 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=243.490909 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=243.490909 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=243.490909 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=270.545454 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=270.545454 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=270.545454 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=270.545454 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=270.545454 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=270.545454 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=270.545454 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=270.545454 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=270.545454 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=297.6 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=297.6 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=297.6 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=297.6 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=297.6 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=297.6 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=297.6 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=297.6 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=297.6 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=324.654545 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=324.654545 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=324.654545 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=324.654545 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=324.654545 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=324.654545 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=324.654545 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=324.654545 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=324.654545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=351.709091 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=351.709091 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=351.709091 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=351.709091 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=351.709091 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=351.709091 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=351.709091 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=351.709091 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=351.709091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=378.763636 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=378.763636 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=378.763636 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=378.763636 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=378.763636 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=378.763636 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=378.763636 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=378.763636 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=378.763636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=405.818181 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=405.818181 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=405.818181 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=405.818181 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=405.818181 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=405.818181 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=405.818181 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=405.818181 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=405.818181 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=13.527272 y=357.57327 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=13.527272 y=322.92327 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=13.527272 y=288.27327 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=13.527272 y=253.62327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=13.527272 y=218.97327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=13.527272 y=184.32327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=13.527272 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=13.527272 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=40.581818 y=357.57327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=40.581818 y=322.92327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=40.581818 y=288.27327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=40.581818 y=253.62327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=40.581818 y=218.97327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=40.581818 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=40.581818 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=40.581818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=67.636363 y=357.57327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=67.636363 y=322.92327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=67.636363 y=288.27327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=67.636363 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=67.636363 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=67.636363 y=184.32327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=67.636363 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=67.636363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=94.690909 y=357.57327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=94.690909 y=322.92327 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=94.690909 y=288.27327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=94.690909 y=253.62327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=94.690909 y=218.97327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=94.690909 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=94.690909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=94.690909 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=121.745454 y=357.57327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=121.745454 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=121.745454 y=288.27327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=121.745454 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=121.745454 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=121.745454 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=121.745454 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=121.745454 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=148.8 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=148.8 y=322.92327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=148.8 y=288.27327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=148.8 y=253.62327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=148.8 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=148.8 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=148.8 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=148.8 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=175.854545 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=175.854545 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=175.854545 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=175.854545 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=175.854545 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=175.854545 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=175.854545 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=175.854545 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=202.909091 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=202.909091 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=202.909091 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=202.909091 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=202.909091 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=202.909091 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=202.909091 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=202.909091 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=229.963636 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=229.963636 y=322.92327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=229.963636 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=229.963636 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=229.963636 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=229.963636 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=229.963636 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=229.963636 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=257.018181 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=257.018181 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=257.018181 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=257.018181 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=257.018181 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=257.018181 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=257.018181 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=257.018181 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=284.072727 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=284.072727 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=284.072727 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=284.072727 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=284.072727 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=284.072727 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=284.072727 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=284.072727 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=311.127272 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=311.127272 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=311.127272 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=311.127272 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=311.127272 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=311.127272 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=311.127272 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=311.127272 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=338.181818 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=338.181818 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=338.181818 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=338.181818 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=338.181818 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=338.181818 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=338.181818 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=338.181818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=365.236363 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=365.236363 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=365.236363 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=365.236363 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=365.236363 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=365.236363 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=365.236363 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=365.236363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=392.290909 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=392.290909 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=392.290909 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=392.290909 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=392.290909 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=392.290909 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=392.290909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p468c31af62)&gt;&lt;use xlink:href=#C0_0_981ac27b8e x=392.290909 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p468c31af62&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_precipiation-interactions_precipiation_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:31.810782&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(89.510441 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(144.53883 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(202.347687 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(260.156545 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.965403 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(375.77426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(433.583118 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(491.391976 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.463359 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_5b01a34421 d=&quot;M 105.818182 61733.155 \n",
+       "L 105.818182 61721.605 \n",
+       "L 92.290909 61715.83 \n",
+       "L 78.763637 61721.605 \n",
+       "L 78.763637 61733.155 \n",
+       "L 92.290909 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=-0 y=-61388.8 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=-0 y=-61423.45 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=-0 y=-61458.1 style=&quot;fill: #5390c1; stroke: #5390c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=-0 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=-0 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=-0 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=-0 y=-61596.7 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=-0 y=-61631.35 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=-0 y=-61666 style=&quot;fill: #4989be; stroke: #4989be&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=27.054545 y=-61388.8 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=27.054545 y=-61423.45 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=27.054545 y=-61458.1 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=27.054545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=27.054545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=27.054545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=27.054545 y=-61596.7 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=27.054545 y=-61631.35 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=27.054545 y=-61666 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=54.109091 y=-61388.8 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=54.109091 y=-61423.45 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=54.109091 y=-61458.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=54.109091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=54.109091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=54.109091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=54.109091 y=-61596.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=54.109091 y=-61631.35 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=54.109091 y=-61666 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=81.163636 y=-61388.8 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=81.163636 y=-61423.45 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=81.163636 y=-61458.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=81.163636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=81.163636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=81.163636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=81.163636 y=-61596.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=81.163636 y=-61631.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=81.163636 y=-61666 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=108.218181 y=-61388.8 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=108.218181 y=-61423.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=108.218181 y=-61458.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=108.218181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=108.218181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=108.218181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=108.218181 y=-61596.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=108.218181 y=-61631.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=108.218181 y=-61666 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=135.272727 y=-61388.8 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=135.272727 y=-61423.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=135.272727 y=-61458.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=135.272727 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=135.272727 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=135.272727 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=135.272727 y=-61596.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=135.272727 y=-61631.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=135.272727 y=-61666 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=162.327272 y=-61388.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=162.327272 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=162.327272 y=-61458.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=162.327272 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=162.327272 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=162.327272 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=162.327272 y=-61596.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=162.327272 y=-61631.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=162.327272 y=-61666 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=189.381818 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=189.381818 y=-61423.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=189.381818 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=189.381818 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=189.381818 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=189.381818 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=189.381818 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=189.381818 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=189.381818 y=-61666 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=216.436363 y=-61388.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=216.436363 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=216.436363 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=216.436363 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=216.436363 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=216.436363 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=216.436363 y=-61596.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=216.436363 y=-61631.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=216.436363 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=243.490909 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=243.490909 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=243.490909 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=243.490909 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=243.490909 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=243.490909 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=243.490909 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=243.490909 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=243.490909 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=270.545454 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=270.545454 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=270.545454 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=270.545454 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=270.545454 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=270.545454 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=270.545454 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=270.545454 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=270.545454 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=297.6 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=297.6 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=297.6 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=297.6 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=297.6 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=297.6 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=297.6 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=297.6 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=297.6 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=324.654545 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=324.654545 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=324.654545 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=324.654545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=324.654545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=324.654545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=324.654545 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=324.654545 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=324.654545 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=351.709091 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=351.709091 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=351.709091 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=351.709091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=351.709091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=351.709091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=351.709091 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=351.709091 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=351.709091 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=378.763636 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=378.763636 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=378.763636 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=378.763636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=378.763636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=378.763636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=378.763636 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=378.763636 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=378.763636 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=405.818181 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=405.818181 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=405.818181 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=405.818181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=405.818181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=405.818181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=405.818181 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=405.818181 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=405.818181 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=13.527272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=13.527272 y=-61440.775 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=13.527272 y=-61475.425 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=13.527272 y=-61510.075 style=&quot;fill: #4285bb; stroke: #4285bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=13.527272 y=-61544.725 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=13.527272 y=-61579.375 style=&quot;fill: #4385bc; stroke: #4385bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=13.527272 y=-61614.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=13.527272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=40.581818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=40.581818 y=-61440.775 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=40.581818 y=-61475.425 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=40.581818 y=-61510.075 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=40.581818 y=-61544.725 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=40.581818 y=-61579.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=40.581818 y=-61614.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=40.581818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=67.636363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=67.636363 y=-61440.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=67.636363 y=-61475.425 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=67.636363 y=-61510.075 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=67.636363 y=-61544.725 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=67.636363 y=-61579.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=67.636363 y=-61614.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=67.636363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=94.690909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=94.690909 y=-61440.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=94.690909 y=-61475.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=94.690909 y=-61510.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=94.690909 y=-61544.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=94.690909 y=-61579.375 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=94.690909 y=-61614.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=94.690909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=121.745454 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=121.745454 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=121.745454 y=-61475.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=121.745454 y=-61510.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=121.745454 y=-61544.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=121.745454 y=-61579.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=121.745454 y=-61614.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=121.745454 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=148.8 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=148.8 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=148.8 y=-61475.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=148.8 y=-61510.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=148.8 y=-61544.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=148.8 y=-61579.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=148.8 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=148.8 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=175.854545 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=175.854545 y=-61440.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=175.854545 y=-61475.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=175.854545 y=-61510.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=175.854545 y=-61544.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=175.854545 y=-61579.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=175.854545 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=175.854545 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=202.909091 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=202.909091 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=202.909091 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=202.909091 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=202.909091 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=202.909091 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=202.909091 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=202.909091 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=229.963636 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=229.963636 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=229.963636 y=-61475.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=229.963636 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=229.963636 y=-61544.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=229.963636 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=229.963636 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=229.963636 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=257.018181 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=257.018181 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=257.018181 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=257.018181 y=-61510.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=257.018181 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=257.018181 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=257.018181 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=257.018181 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=284.072727 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=284.072727 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=284.072727 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=284.072727 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=284.072727 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=284.072727 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=284.072727 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=284.072727 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=311.127272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=311.127272 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=311.127272 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=311.127272 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=311.127272 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=311.127272 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=311.127272 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=311.127272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=338.181818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=338.181818 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=338.181818 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=338.181818 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=338.181818 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=338.181818 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=338.181818 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=338.181818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=365.236363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=365.236363 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=365.236363 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=365.236363 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=365.236363 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=365.236363 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=365.236363 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=365.236363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=392.290909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=392.290909 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=392.290909 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=392.290909 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=392.290909 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=392.290909 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=392.290909 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9f170dcb20)&gt;&lt;use xlink:href=#C0_0_5b01a34421 x=392.290909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p9f170dcb20&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_wind&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_wind-interactions_wind_day_in_month aria-controls=interactions_wind-interactions_wind_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_passengers aria-controls=interactions_wind-interactions_wind_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_temperature_midday aria-controls=interactions_wind-interactions_wind_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_sunshine_percentage aria-controls=interactions_wind-interactions_wind_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_snow_5days aria-controls=interactions_wind-interactions_wind_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_temperature_deviation aria-controls=interactions_wind-interactions_wind_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_temperature_max aria-controls=interactions_wind-interactions_wind_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_temperature_min aria-controls=interactions_wind-interactions_wind_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_temperature_evening aria-controls=interactions_wind-interactions_wind_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_precipiation_5days aria-controls=interactions_wind-interactions_wind_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_precipiation aria-controls=interactions_wind-interactions_wind_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_wind aria-controls=interactions_wind-interactions_wind_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_wind-interactions_wind_year aria-controls=interactions_wind-interactions_wind_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_wind-interactions_wind_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:42.202811&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_41bd7375ad d=&quot;M 74.925449 -42.405 \n",
+       "L 74.925449 -53.955 \n",
+       "L 61.398176 -59.73 \n",
+       "L 47.870903 -53.955 \n",
+       "L 47.870903 -42.405 \n",
+       "L 61.398176 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=30.892733 y=386.76 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=30.892733 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=30.892733 y=317.46 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=30.892733 y=282.81 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=30.892733 y=248.16 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=30.892733 y=213.51 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=30.892733 y=178.86 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=30.892733 y=144.21 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=30.892733 y=109.56 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=57.947279 y=386.76 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=57.947279 y=352.11 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=57.947279 y=317.46 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=57.947279 y=282.81 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=57.947279 y=248.16 style=&quot;fill: #7daace; stroke: #7daace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=57.947279 y=213.51 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=57.947279 y=178.86 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=57.947279 y=144.21 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=57.947279 y=109.56 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=85.001824 y=386.76 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=85.001824 y=352.11 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=85.001824 y=317.46 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=85.001824 y=282.81 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=85.001824 y=248.16 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=85.001824 y=213.51 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=85.001824 y=178.86 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=85.001824 y=144.21 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=85.001824 y=109.56 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=112.056369 y=386.76 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=112.056369 y=352.11 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=112.056369 y=317.46 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=112.056369 y=282.81 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=112.056369 y=248.16 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=112.056369 y=213.51 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=112.056369 y=178.86 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=112.056369 y=144.21 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=112.056369 y=109.56 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=139.110915 y=386.76 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=139.110915 y=352.11 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=139.110915 y=317.46 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=139.110915 y=282.81 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=139.110915 y=248.16 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=139.110915 y=213.51 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=139.110915 y=178.86 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=139.110915 y=144.21 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=139.110915 y=109.56 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=166.16546 y=386.76 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=166.16546 y=352.11 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=166.16546 y=317.46 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=166.16546 y=282.81 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=166.16546 y=248.16 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=166.16546 y=213.51 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=166.16546 y=178.86 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=166.16546 y=144.21 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=166.16546 y=109.56 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=193.220006 y=386.76 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=193.220006 y=352.11 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=193.220006 y=317.46 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=193.220006 y=282.81 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=193.220006 y=248.16 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=193.220006 y=213.51 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=193.220006 y=178.86 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=193.220006 y=144.21 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=193.220006 y=109.56 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=220.274551 y=386.76 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=220.274551 y=352.11 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=220.274551 y=317.46 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=220.274551 y=282.81 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=220.274551 y=248.16 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=220.274551 y=213.51 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=220.274551 y=178.86 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=220.274551 y=144.21 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=220.274551 y=109.56 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=247.329097 y=386.76 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=247.329097 y=352.11 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=247.329097 y=317.46 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=247.329097 y=282.81 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=247.329097 y=248.16 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=247.329097 y=213.51 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=247.329097 y=178.86 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=247.329097 y=144.21 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=247.329097 y=109.56 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=274.383642 y=386.76 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=274.383642 y=352.11 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=274.383642 y=317.46 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=274.383642 y=282.81 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=274.383642 y=248.16 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=274.383642 y=213.51 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=274.383642 y=178.86 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=274.383642 y=144.21 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=274.383642 y=109.56 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=301.438188 y=386.76 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=301.438188 y=352.11 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=301.438188 y=317.46 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=301.438188 y=282.81 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=301.438188 y=248.16 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=301.438188 y=213.51 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=301.438188 y=178.86 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=301.438188 y=144.21 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=301.438188 y=109.56 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=328.492733 y=386.76 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=328.492733 y=352.11 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=328.492733 y=317.46 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=328.492733 y=282.81 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=328.492733 y=248.16 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=328.492733 y=213.51 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=328.492733 y=178.86 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=328.492733 y=144.21 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=328.492733 y=109.56 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=355.547279 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=355.547279 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=355.547279 y=317.46 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=355.547279 y=282.81 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=355.547279 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=355.547279 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=355.547279 y=178.86 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=355.547279 y=144.21 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=355.547279 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=382.601824 y=386.76 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=382.601824 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=382.601824 y=317.46 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=382.601824 y=282.81 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=382.601824 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=382.601824 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=382.601824 y=178.86 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=382.601824 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=382.601824 y=109.56 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=409.656369 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=409.656369 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=409.656369 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=409.656369 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=409.656369 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=409.656369 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=409.656369 y=178.86 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=409.656369 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=409.656369 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=436.710915 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=436.710915 y=352.11 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=436.710915 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=436.710915 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=436.710915 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=436.710915 y=213.51 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=436.710915 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=436.710915 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=436.710915 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=44.420006 y=369.435 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=44.420006 y=334.785 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=44.420006 y=300.135 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=44.420006 y=265.485 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=44.420006 y=230.835 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=44.420006 y=196.185 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=44.420006 y=161.535 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=44.420006 y=126.885 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=71.474551 y=369.435 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=71.474551 y=334.785 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=71.474551 y=300.135 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=71.474551 y=265.485 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=71.474551 y=230.835 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=71.474551 y=196.185 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=71.474551 y=161.535 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=71.474551 y=126.885 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=98.529097 y=369.435 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=98.529097 y=334.785 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=98.529097 y=300.135 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=98.529097 y=265.485 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=98.529097 y=230.835 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=98.529097 y=196.185 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=98.529097 y=161.535 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=98.529097 y=126.885 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=125.583642 y=369.435 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=125.583642 y=334.785 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=125.583642 y=300.135 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=125.583642 y=265.485 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=125.583642 y=230.835 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=125.583642 y=196.185 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=125.583642 y=161.535 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=125.583642 y=126.885 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=152.638188 y=369.435 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=152.638188 y=334.785 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=152.638188 y=300.135 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=152.638188 y=265.485 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=152.638188 y=230.835 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=152.638188 y=196.185 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=152.638188 y=161.535 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=152.638188 y=126.885 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=179.692733 y=369.435 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=179.692733 y=334.785 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=179.692733 y=300.135 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=179.692733 y=265.485 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=179.692733 y=230.835 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=179.692733 y=196.185 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=179.692733 y=161.535 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=179.692733 y=126.885 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=206.747279 y=369.435 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=206.747279 y=334.785 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=206.747279 y=300.135 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=206.747279 y=265.485 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=206.747279 y=230.835 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=206.747279 y=196.185 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=206.747279 y=161.535 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=206.747279 y=126.885 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=233.801824 y=369.435 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=233.801824 y=334.785 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=233.801824 y=300.135 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=233.801824 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=233.801824 y=230.835 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=233.801824 y=196.185 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=233.801824 y=161.535 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=233.801824 y=126.885 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=260.856369 y=369.435 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=260.856369 y=334.785 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=260.856369 y=300.135 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=260.856369 y=265.485 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=260.856369 y=230.835 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=260.856369 y=196.185 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=260.856369 y=161.535 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=260.856369 y=126.885 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=287.910915 y=369.435 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=287.910915 y=334.785 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=287.910915 y=300.135 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=287.910915 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=287.910915 y=230.835 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=287.910915 y=196.185 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=287.910915 y=161.535 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=287.910915 y=126.885 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=314.96546 y=369.435 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=314.96546 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=314.96546 y=300.135 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=314.96546 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=314.96546 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=314.96546 y=196.185 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=314.96546 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=314.96546 y=126.885 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=342.020006 y=369.435 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=342.020006 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=342.020006 y=300.135 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=342.020006 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=342.020006 y=230.835 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=342.020006 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=342.020006 y=161.535 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=342.020006 y=126.885 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=369.074551 y=369.435 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=369.074551 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=369.074551 y=300.135 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=369.074551 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=369.074551 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=369.074551 y=196.185 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=369.074551 y=161.535 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=369.074551 y=126.885 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=396.129097 y=369.435 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=396.129097 y=334.785 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=396.129097 y=300.135 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=396.129097 y=265.485 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=396.129097 y=230.835 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=396.129097 y=196.185 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=396.129097 y=161.535 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=396.129097 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=423.183642 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=423.183642 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=423.183642 y=300.135 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=423.183642 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=423.183642 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=423.183642 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=423.183642 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p14593c9c09)&gt;&lt;use xlink:href=#C0_0_41bd7375ad x=423.183642 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p14593c9c09&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:20.401554&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_3f99280218 d=&quot;M 74.925449 -51.645 \n",
+       "L 74.925449 -63.195 \n",
+       "L 61.398176 -68.97 \n",
+       "L 47.870903 -63.195 \n",
+       "L 47.870903 -51.645 \n",
+       "L 61.398176 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=30.892733 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=30.892733 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=30.892733 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=30.892733 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=30.892733 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=30.892733 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=30.892733 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=30.892733 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=30.892733 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=57.947279 y=396 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=57.947279 y=361.35 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=57.947279 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=57.947279 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=57.947279 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=57.947279 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=57.947279 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=57.947279 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=57.947279 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=85.001824 y=396 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=85.001824 y=361.35 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=85.001824 y=326.7 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=85.001824 y=292.05 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=85.001824 y=257.4 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=85.001824 y=222.75 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=85.001824 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=85.001824 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=85.001824 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=112.056369 y=396 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=112.056369 y=361.35 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=112.056369 y=326.7 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=112.056369 y=292.05 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=112.056369 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=112.056369 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=112.056369 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=112.056369 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=112.056369 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=139.110915 y=396 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=139.110915 y=361.35 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=139.110915 y=326.7 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=139.110915 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=139.110915 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=139.110915 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=139.110915 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=139.110915 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=139.110915 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=166.16546 y=396 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=166.16546 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=166.16546 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=166.16546 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=166.16546 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=166.16546 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=166.16546 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=166.16546 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=166.16546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=193.220006 y=396 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=193.220006 y=361.35 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=193.220006 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=193.220006 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=193.220006 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=193.220006 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=193.220006 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=193.220006 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=193.220006 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=220.274551 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=220.274551 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=220.274551 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=220.274551 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=220.274551 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=220.274551 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=220.274551 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=220.274551 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=220.274551 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=247.329097 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=247.329097 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=247.329097 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=247.329097 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=247.329097 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=247.329097 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=247.329097 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=247.329097 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=247.329097 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=274.383642 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=274.383642 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=274.383642 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=274.383642 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=274.383642 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=274.383642 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=274.383642 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=274.383642 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=274.383642 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=301.438188 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=301.438188 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=301.438188 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=301.438188 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=301.438188 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=301.438188 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=301.438188 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=301.438188 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=301.438188 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=328.492733 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=328.492733 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=328.492733 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=328.492733 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=328.492733 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=328.492733 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=328.492733 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=328.492733 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=328.492733 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=355.547279 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=355.547279 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=355.547279 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=355.547279 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=355.547279 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=355.547279 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=355.547279 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=355.547279 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=355.547279 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=382.601824 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=382.601824 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=382.601824 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=382.601824 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=382.601824 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=382.601824 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=382.601824 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=382.601824 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=382.601824 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=409.656369 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=409.656369 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=409.656369 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=409.656369 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=409.656369 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=409.656369 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=409.656369 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=409.656369 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=409.656369 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=436.710915 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=436.710915 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=436.710915 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=436.710915 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=436.710915 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=436.710915 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=436.710915 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=436.710915 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=436.710915 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=44.420006 y=378.675 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=44.420006 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=44.420006 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=44.420006 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=44.420006 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=44.420006 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=44.420006 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=44.420006 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=71.474551 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=71.474551 y=344.025 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=71.474551 y=309.375 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=71.474551 y=274.725 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=71.474551 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=71.474551 y=205.425 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=71.474551 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=71.474551 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=98.529097 y=378.675 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=98.529097 y=344.025 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=98.529097 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=98.529097 y=274.725 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=98.529097 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=98.529097 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=98.529097 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=98.529097 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=125.583642 y=378.675 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=125.583642 y=344.025 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=125.583642 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=125.583642 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=125.583642 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=125.583642 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=125.583642 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=125.583642 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=152.638188 y=378.675 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=152.638188 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=152.638188 y=309.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=152.638188 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=152.638188 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=152.638188 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=152.638188 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=152.638188 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=179.692733 y=378.675 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=179.692733 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=179.692733 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=179.692733 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=179.692733 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=179.692733 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=179.692733 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=179.692733 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=206.747279 y=378.675 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=206.747279 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=206.747279 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=206.747279 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=206.747279 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=206.747279 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=206.747279 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=206.747279 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=233.801824 y=378.675 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=233.801824 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=233.801824 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=233.801824 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=233.801824 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=233.801824 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=233.801824 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=233.801824 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=260.856369 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=260.856369 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=260.856369 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=260.856369 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=260.856369 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=260.856369 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=260.856369 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=260.856369 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=287.910915 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=287.910915 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=287.910915 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=287.910915 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=287.910915 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=287.910915 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=287.910915 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=287.910915 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=314.96546 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=314.96546 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=314.96546 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=314.96546 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=314.96546 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=314.96546 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=314.96546 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=314.96546 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=342.020006 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=342.020006 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=342.020006 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=342.020006 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=342.020006 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=342.020006 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=342.020006 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=342.020006 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=369.074551 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=369.074551 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=369.074551 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=369.074551 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=369.074551 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=369.074551 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=369.074551 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=369.074551 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=396.129097 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=396.129097 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=396.129097 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=396.129097 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=396.129097 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=396.129097 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=396.129097 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=396.129097 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=423.183642 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=423.183642 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=423.183642 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=423.183642 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=423.183642 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=423.183642 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=423.183642 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe6801e2ac6)&gt;&lt;use xlink:href=#C0_0_3f99280218 x=423.183642 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe6801e2ac6&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:25.387477&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_5463bc1503 d=&quot;M 74.925449 -122.365729 \n",
+       "L 74.925449 -133.915729 \n",
+       "L 61.398176 -139.690729 \n",
+       "L 47.870903 -133.915729 \n",
+       "L 47.870903 -122.365729 \n",
+       "L 61.398176 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=30.892733 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=30.892733 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=30.892733 y=397.420729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=30.892733 y=362.770729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=30.892733 y=328.120729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=30.892733 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=30.892733 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=30.892733 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=30.892733 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=57.947279 y=466.720729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=57.947279 y=432.070729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=57.947279 y=397.420729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=57.947279 y=362.770729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=57.947279 y=328.120729 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=57.947279 y=293.470729 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=57.947279 y=258.820729 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=57.947279 y=224.170729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=57.947279 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=85.001824 y=466.720729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=85.001824 y=432.070729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=85.001824 y=397.420729 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=85.001824 y=362.770729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=85.001824 y=328.120729 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=85.001824 y=293.470729 style=&quot;fill: #387eb8; stroke: #387eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=85.001824 y=258.820729 style=&quot;fill: #508dc0; stroke: #508dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=85.001824 y=224.170729 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=85.001824 y=189.520729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=112.056369 y=466.720729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=112.056369 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=112.056369 y=397.420729 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=112.056369 y=362.770729 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=112.056369 y=328.120729 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=112.056369 y=293.470729 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=112.056369 y=258.820729 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=112.056369 y=224.170729 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=112.056369 y=189.520729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=139.110915 y=466.720729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=139.110915 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=139.110915 y=397.420729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=139.110915 y=362.770729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=139.110915 y=328.120729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=139.110915 y=293.470729 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=139.110915 y=258.820729 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=139.110915 y=224.170729 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=139.110915 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=166.16546 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=166.16546 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=166.16546 y=397.420729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=166.16546 y=362.770729 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=166.16546 y=328.120729 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=166.16546 y=293.470729 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=166.16546 y=258.820729 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=166.16546 y=224.170729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=166.16546 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=193.220006 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=193.220006 y=432.070729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=193.220006 y=397.420729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=193.220006 y=362.770729 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=193.220006 y=328.120729 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=193.220006 y=293.470729 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=193.220006 y=258.820729 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=193.220006 y=224.170729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=193.220006 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=220.274551 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=220.274551 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=220.274551 y=397.420729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=220.274551 y=362.770729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=220.274551 y=328.120729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=220.274551 y=293.470729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=220.274551 y=258.820729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=220.274551 y=224.170729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=220.274551 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=247.329097 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=247.329097 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=247.329097 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=247.329097 y=362.770729 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=247.329097 y=328.120729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=247.329097 y=293.470729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=247.329097 y=258.820729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=247.329097 y=224.170729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=247.329097 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=274.383642 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=274.383642 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=274.383642 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=274.383642 y=362.770729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=274.383642 y=328.120729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=274.383642 y=293.470729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=274.383642 y=258.820729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=274.383642 y=224.170729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=274.383642 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=301.438188 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=301.438188 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=301.438188 y=397.420729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=301.438188 y=362.770729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=301.438188 y=328.120729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=301.438188 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=301.438188 y=258.820729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=301.438188 y=224.170729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=301.438188 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=328.492733 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=328.492733 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=328.492733 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=328.492733 y=362.770729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=328.492733 y=328.120729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=328.492733 y=293.470729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=328.492733 y=258.820729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=328.492733 y=224.170729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=328.492733 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=355.547279 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=355.547279 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=355.547279 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=355.547279 y=362.770729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=355.547279 y=328.120729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=355.547279 y=293.470729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=355.547279 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=355.547279 y=224.170729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=355.547279 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=382.601824 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=382.601824 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=382.601824 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=382.601824 y=362.770729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=382.601824 y=328.120729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=382.601824 y=293.470729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=382.601824 y=258.820729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=382.601824 y=224.170729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=382.601824 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=409.656369 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=409.656369 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=409.656369 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=409.656369 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=409.656369 y=328.120729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=409.656369 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=409.656369 y=258.820729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=409.656369 y=224.170729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=409.656369 y=189.520729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=436.710915 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=436.710915 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=436.710915 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=436.710915 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=436.710915 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=436.710915 y=293.470729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=436.710915 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=436.710915 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=436.710915 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=44.420006 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=44.420006 y=414.745729 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=44.420006 y=380.095729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=44.420006 y=345.445729 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=44.420006 y=310.795729 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=44.420006 y=276.145729 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=44.420006 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=44.420006 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=71.474551 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=71.474551 y=414.745729 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=71.474551 y=380.095729 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=71.474551 y=345.445729 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=71.474551 y=310.795729 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=71.474551 y=276.145729 style=&quot;fill: #4486bc; stroke: #4486bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=71.474551 y=241.495729 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=71.474551 y=206.845729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=98.529097 y=449.395729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=98.529097 y=414.745729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=98.529097 y=380.095729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=98.529097 y=345.445729 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=98.529097 y=310.795729 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=98.529097 y=276.145729 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=98.529097 y=241.495729 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=98.529097 y=206.845729 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=125.583642 y=449.395729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=125.583642 y=414.745729 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=125.583642 y=380.095729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=125.583642 y=345.445729 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=125.583642 y=310.795729 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=125.583642 y=276.145729 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=125.583642 y=241.495729 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=125.583642 y=206.845729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=152.638188 y=449.395729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=152.638188 y=414.745729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=152.638188 y=380.095729 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=152.638188 y=345.445729 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=152.638188 y=310.795729 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=152.638188 y=276.145729 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=152.638188 y=241.495729 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=152.638188 y=206.845729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=179.692733 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=179.692733 y=414.745729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=179.692733 y=380.095729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=179.692733 y=345.445729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=179.692733 y=310.795729 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=179.692733 y=276.145729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=179.692733 y=241.495729 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=179.692733 y=206.845729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=206.747279 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=206.747279 y=414.745729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=206.747279 y=380.095729 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=206.747279 y=345.445729 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=206.747279 y=310.795729 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=206.747279 y=276.145729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=206.747279 y=241.495729 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=206.747279 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=233.801824 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=233.801824 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=233.801824 y=380.095729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=233.801824 y=345.445729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=233.801824 y=310.795729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=233.801824 y=276.145729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=233.801824 y=241.495729 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=233.801824 y=206.845729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=260.856369 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=260.856369 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=260.856369 y=380.095729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=260.856369 y=345.445729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=260.856369 y=310.795729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=260.856369 y=276.145729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=260.856369 y=241.495729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=260.856369 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=287.910915 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=287.910915 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=287.910915 y=380.095729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=287.910915 y=345.445729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=287.910915 y=310.795729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=287.910915 y=276.145729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=287.910915 y=241.495729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=287.910915 y=206.845729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=314.96546 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=314.96546 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=314.96546 y=380.095729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=314.96546 y=345.445729 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=314.96546 y=310.795729 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=314.96546 y=276.145729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=314.96546 y=241.495729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=314.96546 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=342.020006 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=342.020006 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=342.020006 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=342.020006 y=345.445729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=342.020006 y=310.795729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=342.020006 y=276.145729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=342.020006 y=241.495729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=342.020006 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=369.074551 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=369.074551 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=369.074551 y=380.095729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=369.074551 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=369.074551 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=369.074551 y=276.145729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=369.074551 y=241.495729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=369.074551 y=206.845729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=396.129097 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=396.129097 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=396.129097 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=396.129097 y=345.445729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=396.129097 y=310.795729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=396.129097 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=396.129097 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=396.129097 y=206.845729 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=423.183642 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=423.183642 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=423.183642 y=380.095729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=423.183642 y=345.445729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=423.183642 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=423.183642 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=423.183642 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf6b29eef1c)&gt;&lt;use xlink:href=#C0_0_5463bc1503 x=423.183642 y=206.845729 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf6b29eef1c&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:30.548712&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_e4de3e29be d=&quot;M 74.925449 -51.645 \n",
+       "L 74.925449 -63.195 \n",
+       "L 61.398176 -68.97 \n",
+       "L 47.870903 -63.195 \n",
+       "L 47.870903 -51.645 \n",
+       "L 61.398176 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=30.892733 y=396 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=30.892733 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=30.892733 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=30.892733 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=30.892733 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=30.892733 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=30.892733 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=30.892733 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=30.892733 y=118.8 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=57.947279 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=57.947279 y=361.35 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=57.947279 y=326.7 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=57.947279 y=292.05 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=57.947279 y=257.4 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=57.947279 y=222.75 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=57.947279 y=188.1 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=57.947279 y=153.45 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=57.947279 y=118.8 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=85.001824 y=396 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=85.001824 y=361.35 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=85.001824 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=85.001824 y=292.05 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=85.001824 y=257.4 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=85.001824 y=222.75 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=85.001824 y=188.1 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=85.001824 y=153.45 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=85.001824 y=118.8 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=112.056369 y=396 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=112.056369 y=361.35 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=112.056369 y=326.7 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=112.056369 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=112.056369 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=112.056369 y=222.75 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=112.056369 y=188.1 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=112.056369 y=153.45 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=112.056369 y=118.8 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=139.110915 y=396 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=139.110915 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=139.110915 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=139.110915 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=139.110915 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=139.110915 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=139.110915 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=139.110915 y=153.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=139.110915 y=118.8 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=166.16546 y=396 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=166.16546 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=166.16546 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=166.16546 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=166.16546 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=166.16546 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=166.16546 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=166.16546 y=153.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=166.16546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=193.220006 y=396 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=193.220006 y=361.35 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=193.220006 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=193.220006 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=193.220006 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=193.220006 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=193.220006 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=193.220006 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=193.220006 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=220.274551 y=396 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=220.274551 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=220.274551 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=220.274551 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=220.274551 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=220.274551 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=220.274551 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=220.274551 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=220.274551 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=247.329097 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=247.329097 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=247.329097 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=247.329097 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=247.329097 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=247.329097 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=247.329097 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=247.329097 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=247.329097 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=274.383642 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=274.383642 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=274.383642 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=274.383642 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=274.383642 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=274.383642 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=274.383642 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=274.383642 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=274.383642 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=301.438188 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=301.438188 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=301.438188 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=301.438188 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=301.438188 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=301.438188 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=301.438188 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=301.438188 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=301.438188 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=328.492733 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=328.492733 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=328.492733 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=328.492733 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=328.492733 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=328.492733 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=328.492733 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=328.492733 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=328.492733 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=355.547279 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=355.547279 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=355.547279 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=355.547279 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=355.547279 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=355.547279 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=355.547279 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=355.547279 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=355.547279 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=382.601824 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=382.601824 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=382.601824 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=382.601824 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=382.601824 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=382.601824 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=382.601824 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=382.601824 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=382.601824 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=409.656369 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=409.656369 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=409.656369 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=409.656369 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=409.656369 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=409.656369 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=409.656369 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=409.656369 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=409.656369 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=436.710915 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=436.710915 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=436.710915 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=436.710915 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=436.710915 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=436.710915 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=436.710915 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=436.710915 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=436.710915 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=44.420006 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=44.420006 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=44.420006 y=309.375 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=44.420006 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=44.420006 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=44.420006 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=44.420006 y=170.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=44.420006 y=136.125 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=71.474551 y=378.675 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=71.474551 y=344.025 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=71.474551 y=309.375 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=71.474551 y=274.725 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=71.474551 y=240.075 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=71.474551 y=205.425 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=71.474551 y=170.775 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=71.474551 y=136.125 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=98.529097 y=378.675 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=98.529097 y=344.025 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=98.529097 y=309.375 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=98.529097 y=274.725 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=98.529097 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=98.529097 y=205.425 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=98.529097 y=170.775 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=98.529097 y=136.125 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=125.583642 y=378.675 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=125.583642 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=125.583642 y=309.375 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=125.583642 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=125.583642 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=125.583642 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=125.583642 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=125.583642 y=136.125 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=152.638188 y=378.675 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=152.638188 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=152.638188 y=309.375 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=152.638188 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=152.638188 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=152.638188 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=152.638188 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=152.638188 y=136.125 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=179.692733 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=179.692733 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=179.692733 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=179.692733 y=274.725 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=179.692733 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=179.692733 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=179.692733 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=179.692733 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=206.747279 y=378.675 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=206.747279 y=344.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=206.747279 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=206.747279 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=206.747279 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=206.747279 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=206.747279 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=206.747279 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=233.801824 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=233.801824 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=233.801824 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=233.801824 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=233.801824 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=233.801824 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=233.801824 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=233.801824 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=260.856369 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=260.856369 y=344.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=260.856369 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=260.856369 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=260.856369 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=260.856369 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=260.856369 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=260.856369 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=287.910915 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=287.910915 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=287.910915 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=287.910915 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=287.910915 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=287.910915 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=287.910915 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=287.910915 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=314.96546 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=314.96546 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=314.96546 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=314.96546 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=314.96546 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=314.96546 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=314.96546 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=314.96546 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=342.020006 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=342.020006 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=342.020006 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=342.020006 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=342.020006 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=342.020006 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=342.020006 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=342.020006 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=369.074551 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=369.074551 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=369.074551 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=369.074551 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=369.074551 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=369.074551 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=369.074551 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=369.074551 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=396.129097 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=396.129097 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=396.129097 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=396.129097 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=396.129097 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=396.129097 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=396.129097 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=396.129097 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=423.183642 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=423.183642 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=423.183642 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=423.183642 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=423.183642 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=423.183642 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=423.183642 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b1072a88b)&gt;&lt;use xlink:href=#C0_0_e4de3e29be x=423.183642 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p9b1072a88b&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:37.015777&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_51384a3691 d=&quot;M 74.925449 -51.645 \n",
+       "L 74.925449 -63.195 \n",
+       "L 61.398176 -68.97 \n",
+       "L 47.870903 -63.195 \n",
+       "L 47.870903 -51.645 \n",
+       "L 61.398176 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=30.892733 y=396 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=30.892733 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=30.892733 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=30.892733 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=30.892733 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=30.892733 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=30.892733 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=30.892733 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=30.892733 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=57.947279 y=396 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=57.947279 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=57.947279 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=57.947279 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=57.947279 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=57.947279 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=57.947279 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=57.947279 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=57.947279 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=85.001824 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=85.001824 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=85.001824 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=85.001824 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=85.001824 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=85.001824 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=85.001824 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=85.001824 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=85.001824 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=112.056369 y=396 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=112.056369 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=112.056369 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=112.056369 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=112.056369 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=112.056369 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=112.056369 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=112.056369 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=112.056369 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=139.110915 y=396 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=139.110915 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=139.110915 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=139.110915 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=139.110915 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=139.110915 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=139.110915 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=139.110915 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=139.110915 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=166.16546 y=396 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=166.16546 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=166.16546 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=166.16546 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=166.16546 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=166.16546 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=166.16546 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=166.16546 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=166.16546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=193.220006 y=396 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=193.220006 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=193.220006 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=193.220006 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=193.220006 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=193.220006 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=193.220006 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=193.220006 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=193.220006 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=220.274551 y=396 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=220.274551 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=220.274551 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=220.274551 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=220.274551 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=220.274551 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=220.274551 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=220.274551 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=220.274551 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=247.329097 y=396 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=247.329097 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=247.329097 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=247.329097 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=247.329097 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=247.329097 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=247.329097 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=247.329097 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=247.329097 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=274.383642 y=396 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=274.383642 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=274.383642 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=274.383642 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=274.383642 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=274.383642 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=274.383642 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=274.383642 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=274.383642 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=301.438188 y=396 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=301.438188 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=301.438188 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=301.438188 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=301.438188 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=301.438188 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=301.438188 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=301.438188 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=301.438188 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=328.492733 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=328.492733 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=328.492733 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=328.492733 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=328.492733 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=328.492733 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=328.492733 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=328.492733 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=328.492733 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=355.547279 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=355.547279 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=355.547279 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=355.547279 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=355.547279 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=355.547279 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=355.547279 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=355.547279 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=355.547279 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=382.601824 y=396 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=382.601824 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=382.601824 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=382.601824 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=382.601824 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=382.601824 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=382.601824 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=382.601824 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=382.601824 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=409.656369 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=409.656369 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=409.656369 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=409.656369 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=409.656369 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=409.656369 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=409.656369 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=409.656369 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=409.656369 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=436.710915 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=436.710915 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=436.710915 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=436.710915 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=436.710915 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=436.710915 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=436.710915 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=436.710915 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=436.710915 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=44.420006 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=44.420006 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=44.420006 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=44.420006 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=44.420006 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=44.420006 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=44.420006 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=44.420006 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=71.474551 y=378.675 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=71.474551 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=71.474551 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=71.474551 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=71.474551 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=71.474551 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=71.474551 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=71.474551 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=98.529097 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=98.529097 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=98.529097 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=98.529097 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=98.529097 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=98.529097 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=98.529097 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=98.529097 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=125.583642 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=125.583642 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=125.583642 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=125.583642 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=125.583642 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=125.583642 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=125.583642 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=125.583642 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=152.638188 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=152.638188 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=152.638188 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=152.638188 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=152.638188 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=152.638188 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=152.638188 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=152.638188 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=179.692733 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=179.692733 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=179.692733 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=179.692733 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=179.692733 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=179.692733 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=179.692733 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=179.692733 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=206.747279 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=206.747279 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=206.747279 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=206.747279 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=206.747279 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=206.747279 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=206.747279 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=206.747279 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=233.801824 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=233.801824 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=233.801824 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=233.801824 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=233.801824 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=233.801824 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=233.801824 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=233.801824 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=260.856369 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=260.856369 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=260.856369 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=260.856369 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=260.856369 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=260.856369 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=260.856369 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=260.856369 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=287.910915 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=287.910915 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=287.910915 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=287.910915 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=287.910915 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=287.910915 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=287.910915 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=287.910915 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=314.96546 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=314.96546 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=314.96546 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=314.96546 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=314.96546 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=314.96546 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=314.96546 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=314.96546 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=342.020006 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=342.020006 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=342.020006 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=342.020006 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=342.020006 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=342.020006 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=342.020006 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=342.020006 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=369.074551 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=369.074551 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=369.074551 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=369.074551 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=369.074551 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=369.074551 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=369.074551 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=369.074551 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=396.129097 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=396.129097 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=396.129097 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=396.129097 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=396.129097 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=396.129097 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=396.129097 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=396.129097 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=423.183642 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=423.183642 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=423.183642 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=423.183642 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=423.183642 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=423.183642 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=423.183642 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9b41b22191)&gt;&lt;use xlink:href=#C0_0_51384a3691 x=423.183642 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p9b41b22191&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:44.699403&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_eeefa5f5ac d=&quot;M 74.925449 -176.697632 \n",
+       "L 74.925449 -188.247632 \n",
+       "L 61.398176 -194.022632 \n",
+       "L 47.870903 -188.247632 \n",
+       "L 47.870903 -176.697632 \n",
+       "L 61.398176 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=30.892733 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=30.892733 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=30.892733 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=30.892733 y=417.102632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=30.892733 y=382.452632 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=30.892733 y=347.802632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=30.892733 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=30.892733 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=30.892733 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=57.947279 y=521.052632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=57.947279 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=57.947279 y=451.752632 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=57.947279 y=417.102632 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=57.947279 y=382.452632 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=57.947279 y=347.802632 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=57.947279 y=313.152632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=57.947279 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=57.947279 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=85.001824 y=521.052632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=85.001824 y=486.402632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=85.001824 y=451.752632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=85.001824 y=417.102632 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=85.001824 y=382.452632 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=85.001824 y=347.802632 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=85.001824 y=313.152632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=85.001824 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=85.001824 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=112.056369 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=112.056369 y=486.402632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=112.056369 y=451.752632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=112.056369 y=417.102632 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=112.056369 y=382.452632 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=112.056369 y=347.802632 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=112.056369 y=313.152632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=112.056369 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=112.056369 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=139.110915 y=521.052632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=139.110915 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=139.110915 y=451.752632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=139.110915 y=417.102632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=139.110915 y=382.452632 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=139.110915 y=347.802632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=139.110915 y=313.152632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=139.110915 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=139.110915 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=166.16546 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=166.16546 y=486.402632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=166.16546 y=451.752632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=166.16546 y=417.102632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=166.16546 y=382.452632 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=166.16546 y=347.802632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=166.16546 y=313.152632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=166.16546 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=166.16546 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=193.220006 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=193.220006 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=193.220006 y=451.752632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=193.220006 y=417.102632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=193.220006 y=382.452632 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=193.220006 y=347.802632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=193.220006 y=313.152632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=193.220006 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=193.220006 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=220.274551 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=220.274551 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=220.274551 y=451.752632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=220.274551 y=417.102632 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=220.274551 y=382.452632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=220.274551 y=347.802632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=220.274551 y=313.152632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=220.274551 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=220.274551 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=247.329097 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=247.329097 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=247.329097 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=247.329097 y=417.102632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=247.329097 y=382.452632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=247.329097 y=347.802632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=247.329097 y=313.152632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=247.329097 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=247.329097 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=274.383642 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=274.383642 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=274.383642 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=274.383642 y=417.102632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=274.383642 y=382.452632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=274.383642 y=347.802632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=274.383642 y=313.152632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=274.383642 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=274.383642 y=243.852632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=301.438188 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=301.438188 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=301.438188 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=301.438188 y=417.102632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=301.438188 y=382.452632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=301.438188 y=347.802632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=301.438188 y=313.152632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=301.438188 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=301.438188 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=328.492733 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=328.492733 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=328.492733 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=328.492733 y=417.102632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=328.492733 y=382.452632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=328.492733 y=347.802632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=328.492733 y=313.152632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=328.492733 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=328.492733 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=355.547279 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=355.547279 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=355.547279 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=355.547279 y=417.102632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=355.547279 y=382.452632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=355.547279 y=347.802632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=355.547279 y=313.152632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=355.547279 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=355.547279 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=382.601824 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=382.601824 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=382.601824 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=382.601824 y=417.102632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=382.601824 y=382.452632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=382.601824 y=347.802632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=382.601824 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=382.601824 y=278.502632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=382.601824 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=409.656369 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=409.656369 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=409.656369 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=409.656369 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=409.656369 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=409.656369 y=347.802632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=409.656369 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=409.656369 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=409.656369 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=436.710915 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=436.710915 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=436.710915 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=436.710915 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=436.710915 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=436.710915 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=436.710915 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=436.710915 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=436.710915 y=243.852632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=44.420006 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=44.420006 y=469.077632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=44.420006 y=434.427632 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=44.420006 y=399.777632 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=44.420006 y=365.127632 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=44.420006 y=330.477632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=44.420006 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=44.420006 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=71.474551 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=71.474551 y=469.077632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=71.474551 y=434.427632 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=71.474551 y=399.777632 style=&quot;fill: #4084bb; stroke: #4084bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=71.474551 y=365.127632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=71.474551 y=330.477632 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=71.474551 y=295.827632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=71.474551 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=98.529097 y=503.727632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=98.529097 y=469.077632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=98.529097 y=434.427632 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=98.529097 y=399.777632 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=98.529097 y=365.127632 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=98.529097 y=330.477632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=98.529097 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=98.529097 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=125.583642 y=503.727632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=125.583642 y=469.077632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=125.583642 y=434.427632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=125.583642 y=399.777632 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=125.583642 y=365.127632 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=125.583642 y=330.477632 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=125.583642 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=125.583642 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=152.638188 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=152.638188 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=152.638188 y=434.427632 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=152.638188 y=399.777632 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=152.638188 y=365.127632 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=152.638188 y=330.477632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=152.638188 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=152.638188 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=179.692733 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=179.692733 y=469.077632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=179.692733 y=434.427632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=179.692733 y=399.777632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=179.692733 y=365.127632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=179.692733 y=330.477632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=179.692733 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=179.692733 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=206.747279 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=206.747279 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=206.747279 y=434.427632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=206.747279 y=399.777632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=206.747279 y=365.127632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=206.747279 y=330.477632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=206.747279 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=206.747279 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=233.801824 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=233.801824 y=469.077632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=233.801824 y=434.427632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=233.801824 y=399.777632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=233.801824 y=365.127632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=233.801824 y=330.477632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=233.801824 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=233.801824 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=260.856369 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=260.856369 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=260.856369 y=434.427632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=260.856369 y=399.777632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=260.856369 y=365.127632 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=260.856369 y=330.477632 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=260.856369 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=260.856369 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=287.910915 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=287.910915 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=287.910915 y=434.427632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=287.910915 y=399.777632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=287.910915 y=365.127632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=287.910915 y=330.477632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=287.910915 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=287.910915 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=314.96546 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=314.96546 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=314.96546 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=314.96546 y=399.777632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=314.96546 y=365.127632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=314.96546 y=330.477632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=314.96546 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=314.96546 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=342.020006 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=342.020006 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=342.020006 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=342.020006 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=342.020006 y=365.127632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=342.020006 y=330.477632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=342.020006 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=342.020006 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=369.074551 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=369.074551 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=369.074551 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=369.074551 y=399.777632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=369.074551 y=365.127632 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=369.074551 y=330.477632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=369.074551 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=369.074551 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=396.129097 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=396.129097 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=396.129097 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=396.129097 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=396.129097 y=365.127632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=396.129097 y=330.477632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=396.129097 y=295.827632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=396.129097 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=423.183642 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=423.183642 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=423.183642 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=423.183642 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=423.183642 y=365.127632 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=423.183642 y=330.477632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=423.183642 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9a8f3a8897)&gt;&lt;use xlink:href=#C0_0_eeefa5f5ac x=423.183642 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p9a8f3a8897&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:50.713468&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_8f290d2607 d=&quot;M 74.925449 -109.969887 \n",
+       "L 74.925449 -121.519887 \n",
+       "L 61.398176 -127.294887 \n",
+       "L 47.870903 -121.519887 \n",
+       "L 47.870903 -109.969887 \n",
+       "L 61.398176 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=30.892733 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=30.892733 y=419.674887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=30.892733 y=385.024887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=30.892733 y=350.374887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=30.892733 y=315.724887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=30.892733 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=30.892733 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=30.892733 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=30.892733 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=57.947279 y=454.324887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=57.947279 y=419.674887 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=57.947279 y=385.024887 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=57.947279 y=350.374887 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=57.947279 y=315.724887 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=57.947279 y=281.074887 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=57.947279 y=246.424887 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=57.947279 y=211.774887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=57.947279 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=85.001824 y=454.324887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=85.001824 y=419.674887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=85.001824 y=385.024887 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=85.001824 y=350.374887 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=85.001824 y=315.724887 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=85.001824 y=281.074887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=85.001824 y=246.424887 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=85.001824 y=211.774887 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=85.001824 y=177.124887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=112.056369 y=454.324887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=112.056369 y=419.674887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=112.056369 y=385.024887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=112.056369 y=350.374887 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=112.056369 y=315.724887 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=112.056369 y=281.074887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=112.056369 y=246.424887 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=112.056369 y=211.774887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=112.056369 y=177.124887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=139.110915 y=454.324887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=139.110915 y=419.674887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=139.110915 y=385.024887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=139.110915 y=350.374887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=139.110915 y=315.724887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=139.110915 y=281.074887 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=139.110915 y=246.424887 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=139.110915 y=211.774887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=139.110915 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=166.16546 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=166.16546 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=166.16546 y=385.024887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=166.16546 y=350.374887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=166.16546 y=315.724887 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=166.16546 y=281.074887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=166.16546 y=246.424887 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=166.16546 y=211.774887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=166.16546 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=193.220006 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=193.220006 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=193.220006 y=385.024887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=193.220006 y=350.374887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=193.220006 y=315.724887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=193.220006 y=281.074887 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=193.220006 y=246.424887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=193.220006 y=211.774887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=193.220006 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=220.274551 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=220.274551 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=220.274551 y=385.024887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=220.274551 y=350.374887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=220.274551 y=315.724887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=220.274551 y=281.074887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=220.274551 y=246.424887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=220.274551 y=211.774887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=220.274551 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=247.329097 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=247.329097 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=247.329097 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=247.329097 y=350.374887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=247.329097 y=315.724887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=247.329097 y=281.074887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=247.329097 y=246.424887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=247.329097 y=211.774887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=247.329097 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=274.383642 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=274.383642 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=274.383642 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=274.383642 y=350.374887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=274.383642 y=315.724887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=274.383642 y=281.074887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=274.383642 y=246.424887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=274.383642 y=211.774887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=274.383642 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=301.438188 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=301.438188 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=301.438188 y=385.024887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=301.438188 y=350.374887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=301.438188 y=315.724887 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=301.438188 y=281.074887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=301.438188 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=301.438188 y=211.774887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=301.438188 y=177.124887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=328.492733 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=328.492733 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=328.492733 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=328.492733 y=350.374887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=328.492733 y=315.724887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=328.492733 y=281.074887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=328.492733 y=246.424887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=328.492733 y=211.774887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=328.492733 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=355.547279 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=355.547279 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=355.547279 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=355.547279 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=355.547279 y=315.724887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=355.547279 y=281.074887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=355.547279 y=246.424887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=355.547279 y=211.774887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=355.547279 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=382.601824 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=382.601824 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=382.601824 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=382.601824 y=350.374887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=382.601824 y=315.724887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=382.601824 y=281.074887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=382.601824 y=246.424887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=382.601824 y=211.774887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=382.601824 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=409.656369 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=409.656369 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=409.656369 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=409.656369 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=409.656369 y=315.724887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=409.656369 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=409.656369 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=409.656369 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=409.656369 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=436.710915 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=436.710915 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=436.710915 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=436.710915 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=436.710915 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=436.710915 y=281.074887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=436.710915 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=436.710915 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=436.710915 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=44.420006 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=44.420006 y=402.349887 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=44.420006 y=367.699887 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=44.420006 y=333.049887 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=44.420006 y=298.399887 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=44.420006 y=263.749887 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=44.420006 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=44.420006 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=71.474551 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=71.474551 y=402.349887 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=71.474551 y=367.699887 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=71.474551 y=333.049887 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=71.474551 y=298.399887 style=&quot;fill: #6097c5; stroke: #6097c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=71.474551 y=263.749887 style=&quot;fill: #4285bb; stroke: #4285bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=71.474551 y=229.099887 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=71.474551 y=194.449887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=98.529097 y=436.999887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=98.529097 y=402.349887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=98.529097 y=367.699887 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=98.529097 y=333.049887 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=98.529097 y=298.399887 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=98.529097 y=263.749887 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=98.529097 y=229.099887 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=98.529097 y=194.449887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=125.583642 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=125.583642 y=402.349887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=125.583642 y=367.699887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=125.583642 y=333.049887 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=125.583642 y=298.399887 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=125.583642 y=263.749887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=125.583642 y=229.099887 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=125.583642 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=152.638188 y=436.999887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=152.638188 y=402.349887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=152.638188 y=367.699887 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=152.638188 y=333.049887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=152.638188 y=298.399887 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=152.638188 y=263.749887 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=152.638188 y=229.099887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=152.638188 y=194.449887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=179.692733 y=436.999887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=179.692733 y=402.349887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=179.692733 y=367.699887 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=179.692733 y=333.049887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=179.692733 y=298.399887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=179.692733 y=263.749887 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=179.692733 y=229.099887 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=179.692733 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=206.747279 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=206.747279 y=402.349887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=206.747279 y=367.699887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=206.747279 y=333.049887 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=206.747279 y=298.399887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=206.747279 y=263.749887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=206.747279 y=229.099887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=206.747279 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=233.801824 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=233.801824 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=233.801824 y=367.699887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=233.801824 y=333.049887 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=233.801824 y=298.399887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=233.801824 y=263.749887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=233.801824 y=229.099887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=233.801824 y=194.449887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=260.856369 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=260.856369 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=260.856369 y=367.699887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=260.856369 y=333.049887 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=260.856369 y=298.399887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=260.856369 y=263.749887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=260.856369 y=229.099887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=260.856369 y=194.449887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=287.910915 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=287.910915 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=287.910915 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=287.910915 y=333.049887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=287.910915 y=298.399887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=287.910915 y=263.749887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=287.910915 y=229.099887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=287.910915 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=314.96546 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=314.96546 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=314.96546 y=367.699887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=314.96546 y=333.049887 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=314.96546 y=298.399887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=314.96546 y=263.749887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=314.96546 y=229.099887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=314.96546 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=342.020006 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=342.020006 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=342.020006 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=342.020006 y=333.049887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=342.020006 y=298.399887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=342.020006 y=263.749887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=342.020006 y=229.099887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=342.020006 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=369.074551 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=369.074551 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=369.074551 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=369.074551 y=333.049887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=369.074551 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=369.074551 y=263.749887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=369.074551 y=229.099887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=369.074551 y=194.449887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=396.129097 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=396.129097 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=396.129097 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=396.129097 y=333.049887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=396.129097 y=298.399887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=396.129097 y=263.749887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=396.129097 y=229.099887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=396.129097 y=194.449887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=423.183642 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=423.183642 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=423.183642 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=423.183642 y=333.049887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=423.183642 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=423.183642 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=423.183642 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p5fd1efbaf7)&gt;&lt;use xlink:href=#C0_0_8f290d2607 x=423.183642 y=194.449887 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p5fd1efbaf7&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:56.818629&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 333.917825) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 296.458366) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 221.539447) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 184.079987) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.620528) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 109.161068) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 71.701609) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_9bd6d3fb30 d=&quot;M 74.925449 -172.264459 \n",
+       "L 74.925449 -183.814459 \n",
+       "L 61.398176 -189.589459 \n",
+       "L 47.870903 -183.814459 \n",
+       "L 47.870903 -172.264459 \n",
+       "L 61.398176 -166.489459 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=30.892733 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=30.892733 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=30.892733 y=447.319459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=30.892733 y=412.669459 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=30.892733 y=378.019459 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=30.892733 y=343.369459 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=30.892733 y=308.719459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=30.892733 y=274.069459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=30.892733 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=57.947279 y=516.619459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=57.947279 y=481.969459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=57.947279 y=447.319459 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=57.947279 y=412.669459 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=57.947279 y=378.019459 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=57.947279 y=343.369459 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=57.947279 y=308.719459 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=57.947279 y=274.069459 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=57.947279 y=239.419459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=85.001824 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=85.001824 y=481.969459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=85.001824 y=447.319459 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=85.001824 y=412.669459 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=85.001824 y=378.019459 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=85.001824 y=343.369459 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=85.001824 y=308.719459 style=&quot;fill: #508dc0; stroke: #508dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=85.001824 y=274.069459 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=85.001824 y=239.419459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=112.056369 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=112.056369 y=481.969459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=112.056369 y=447.319459 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=112.056369 y=412.669459 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=112.056369 y=378.019459 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=112.056369 y=343.369459 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=112.056369 y=308.719459 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=112.056369 y=274.069459 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=112.056369 y=239.419459 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=139.110915 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=139.110915 y=481.969459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=139.110915 y=447.319459 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=139.110915 y=412.669459 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=139.110915 y=378.019459 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=139.110915 y=343.369459 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=139.110915 y=308.719459 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=139.110915 y=274.069459 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=139.110915 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=166.16546 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=166.16546 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=166.16546 y=447.319459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=166.16546 y=412.669459 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=166.16546 y=378.019459 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=166.16546 y=343.369459 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=166.16546 y=308.719459 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=166.16546 y=274.069459 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=166.16546 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=193.220006 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=193.220006 y=481.969459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=193.220006 y=447.319459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=193.220006 y=412.669459 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=193.220006 y=378.019459 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=193.220006 y=343.369459 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=193.220006 y=308.719459 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=193.220006 y=274.069459 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=193.220006 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=220.274551 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=220.274551 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=220.274551 y=447.319459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=220.274551 y=412.669459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=220.274551 y=378.019459 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=220.274551 y=343.369459 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=220.274551 y=308.719459 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=220.274551 y=274.069459 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=220.274551 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=247.329097 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=247.329097 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=247.329097 y=447.319459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=247.329097 y=412.669459 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=247.329097 y=378.019459 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=247.329097 y=343.369459 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=247.329097 y=308.719459 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=247.329097 y=274.069459 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=247.329097 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=274.383642 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=274.383642 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=274.383642 y=447.319459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=274.383642 y=412.669459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=274.383642 y=378.019459 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=274.383642 y=343.369459 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=274.383642 y=308.719459 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=274.383642 y=274.069459 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=274.383642 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=301.438188 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=301.438188 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=301.438188 y=447.319459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=301.438188 y=412.669459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=301.438188 y=378.019459 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=301.438188 y=343.369459 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=301.438188 y=308.719459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=301.438188 y=274.069459 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=301.438188 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=328.492733 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=328.492733 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=328.492733 y=447.319459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=328.492733 y=412.669459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=328.492733 y=378.019459 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=328.492733 y=343.369459 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=328.492733 y=308.719459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=328.492733 y=274.069459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=328.492733 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=355.547279 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=355.547279 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=355.547279 y=447.319459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=355.547279 y=412.669459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=355.547279 y=378.019459 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=355.547279 y=343.369459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=355.547279 y=308.719459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=355.547279 y=274.069459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=355.547279 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=382.601824 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=382.601824 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=382.601824 y=447.319459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=382.601824 y=412.669459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=382.601824 y=378.019459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=382.601824 y=343.369459 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=382.601824 y=308.719459 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=382.601824 y=274.069459 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=382.601824 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=409.656369 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=409.656369 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=409.656369 y=447.319459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=409.656369 y=412.669459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=409.656369 y=378.019459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=409.656369 y=343.369459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=409.656369 y=308.719459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=409.656369 y=274.069459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=409.656369 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=436.710915 y=516.619459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=436.710915 y=481.969459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=436.710915 y=447.319459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=436.710915 y=412.669459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=436.710915 y=378.019459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=436.710915 y=343.369459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=436.710915 y=308.719459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=436.710915 y=274.069459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=436.710915 y=239.419459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=44.420006 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=44.420006 y=464.644459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=44.420006 y=429.994459 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=44.420006 y=395.344459 style=&quot;fill: #94b8d5; stroke: #94b8d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=44.420006 y=360.694459 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=44.420006 y=326.044459 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=44.420006 y=291.394459 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=44.420006 y=256.744459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=71.474551 y=499.294459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=71.474551 y=464.644459 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=71.474551 y=429.994459 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=71.474551 y=395.344459 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=71.474551 y=360.694459 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=71.474551 y=326.044459 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=71.474551 y=291.394459 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=71.474551 y=256.744459 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=98.529097 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=98.529097 y=464.644459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=98.529097 y=429.994459 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=98.529097 y=395.344459 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=98.529097 y=360.694459 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=98.529097 y=326.044459 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=98.529097 y=291.394459 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=98.529097 y=256.744459 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=125.583642 y=499.294459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=125.583642 y=464.644459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=125.583642 y=429.994459 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=125.583642 y=395.344459 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=125.583642 y=360.694459 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=125.583642 y=326.044459 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=125.583642 y=291.394459 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=125.583642 y=256.744459 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=152.638188 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=152.638188 y=464.644459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=152.638188 y=429.994459 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=152.638188 y=395.344459 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=152.638188 y=360.694459 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=152.638188 y=326.044459 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=152.638188 y=291.394459 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=152.638188 y=256.744459 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=179.692733 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=179.692733 y=464.644459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=179.692733 y=429.994459 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=179.692733 y=395.344459 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=179.692733 y=360.694459 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=179.692733 y=326.044459 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=179.692733 y=291.394459 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=179.692733 y=256.744459 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=206.747279 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=206.747279 y=464.644459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=206.747279 y=429.994459 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=206.747279 y=395.344459 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=206.747279 y=360.694459 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=206.747279 y=326.044459 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=206.747279 y=291.394459 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=206.747279 y=256.744459 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=233.801824 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=233.801824 y=464.644459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=233.801824 y=429.994459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=233.801824 y=395.344459 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=233.801824 y=360.694459 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=233.801824 y=326.044459 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=233.801824 y=291.394459 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=233.801824 y=256.744459 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=260.856369 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=260.856369 y=464.644459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=260.856369 y=429.994459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=260.856369 y=395.344459 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=260.856369 y=360.694459 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=260.856369 y=326.044459 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=260.856369 y=291.394459 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=260.856369 y=256.744459 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=287.910915 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=287.910915 y=464.644459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=287.910915 y=429.994459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=287.910915 y=395.344459 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=287.910915 y=360.694459 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=287.910915 y=326.044459 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=287.910915 y=291.394459 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=287.910915 y=256.744459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=314.96546 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=314.96546 y=464.644459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=314.96546 y=429.994459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=314.96546 y=395.344459 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=314.96546 y=360.694459 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=314.96546 y=326.044459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=314.96546 y=291.394459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=314.96546 y=256.744459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=342.020006 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=342.020006 y=464.644459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=342.020006 y=429.994459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=342.020006 y=395.344459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=342.020006 y=360.694459 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=342.020006 y=326.044459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=342.020006 y=291.394459 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=342.020006 y=256.744459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=369.074551 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=369.074551 y=464.644459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=369.074551 y=429.994459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=369.074551 y=395.344459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=369.074551 y=360.694459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=369.074551 y=326.044459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=369.074551 y=291.394459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=369.074551 y=256.744459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=396.129097 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=396.129097 y=464.644459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=396.129097 y=429.994459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=396.129097 y=395.344459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=396.129097 y=360.694459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=396.129097 y=326.044459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=396.129097 y=291.394459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=396.129097 y=256.744459 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=423.183642 y=499.294459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=423.183642 y=464.644459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=423.183642 y=429.994459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=423.183642 y=395.344459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=423.183642 y=360.694459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=423.183642 y=326.044459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=423.183642 y=291.394459 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p05adde5698)&gt;&lt;use xlink:href=#C0_0_9bd6d3fb30 x=423.183642 y=256.744459 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p05adde5698&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:03.284259&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_795cbb25d3 d=&quot;M 74.925449 -119.986935 \n",
+       "L 74.925449 -131.536935 \n",
+       "L 61.398176 -137.311935 \n",
+       "L 47.870903 -131.536935 \n",
+       "L 47.870903 -119.986935 \n",
+       "L 61.398176 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=30.892733 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=30.892733 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=30.892733 y=395.041935 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=30.892733 y=360.391935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=30.892733 y=325.741935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=30.892733 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=30.892733 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=30.892733 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=30.892733 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=57.947279 y=464.341935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=57.947279 y=429.691935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=57.947279 y=395.041935 style=&quot;fill: #397fb9; stroke: #397fb9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=57.947279 y=360.391935 style=&quot;fill: #518ec0; stroke: #518ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=57.947279 y=325.741935 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=57.947279 y=291.091935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=57.947279 y=256.441935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=57.947279 y=221.791935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=57.947279 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=85.001824 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=85.001824 y=429.691935 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=85.001824 y=395.041935 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=85.001824 y=360.391935 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=85.001824 y=325.741935 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=85.001824 y=291.091935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=85.001824 y=256.441935 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=85.001824 y=221.791935 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=85.001824 y=187.141935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=112.056369 y=464.341935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=112.056369 y=429.691935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=112.056369 y=395.041935 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=112.056369 y=360.391935 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=112.056369 y=325.741935 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=112.056369 y=291.091935 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=112.056369 y=256.441935 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=112.056369 y=221.791935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=112.056369 y=187.141935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=139.110915 y=464.341935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=139.110915 y=429.691935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=139.110915 y=395.041935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=139.110915 y=360.391935 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=139.110915 y=325.741935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=139.110915 y=291.091935 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=139.110915 y=256.441935 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=139.110915 y=221.791935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=139.110915 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=166.16546 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=166.16546 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=166.16546 y=395.041935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=166.16546 y=360.391935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=166.16546 y=325.741935 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=166.16546 y=291.091935 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=166.16546 y=256.441935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=166.16546 y=221.791935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=166.16546 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=193.220006 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=193.220006 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=193.220006 y=395.041935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=193.220006 y=360.391935 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=193.220006 y=325.741935 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=193.220006 y=291.091935 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=193.220006 y=256.441935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=193.220006 y=221.791935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=193.220006 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=220.274551 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=220.274551 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=220.274551 y=395.041935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=220.274551 y=360.391935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=220.274551 y=325.741935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=220.274551 y=291.091935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=220.274551 y=256.441935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=220.274551 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=220.274551 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=247.329097 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=247.329097 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=247.329097 y=395.041935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=247.329097 y=360.391935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=247.329097 y=325.741935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=247.329097 y=291.091935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=247.329097 y=256.441935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=247.329097 y=221.791935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=247.329097 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=274.383642 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=274.383642 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=274.383642 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=274.383642 y=360.391935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=274.383642 y=325.741935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=274.383642 y=291.091935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=274.383642 y=256.441935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=274.383642 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=274.383642 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=301.438188 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=301.438188 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=301.438188 y=395.041935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=301.438188 y=360.391935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=301.438188 y=325.741935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=301.438188 y=291.091935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=301.438188 y=256.441935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=301.438188 y=221.791935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=301.438188 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=328.492733 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=328.492733 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=328.492733 y=395.041935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=328.492733 y=360.391935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=328.492733 y=325.741935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=328.492733 y=291.091935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=328.492733 y=256.441935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=328.492733 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=328.492733 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=355.547279 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=355.547279 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=355.547279 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=355.547279 y=360.391935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=355.547279 y=325.741935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=355.547279 y=291.091935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=355.547279 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=355.547279 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=355.547279 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=382.601824 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=382.601824 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=382.601824 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=382.601824 y=360.391935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=382.601824 y=325.741935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=382.601824 y=291.091935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=382.601824 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=382.601824 y=221.791935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=382.601824 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=409.656369 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=409.656369 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=409.656369 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=409.656369 y=360.391935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=409.656369 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=409.656369 y=291.091935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=409.656369 y=256.441935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=409.656369 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=409.656369 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=436.710915 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=436.710915 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=436.710915 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=436.710915 y=360.391935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=436.710915 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=436.710915 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=436.710915 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=436.710915 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=436.710915 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=44.420006 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=44.420006 y=412.366935 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=44.420006 y=377.716935 style=&quot;fill: #6a9ec8; stroke: #6a9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=44.420006 y=343.066935 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=44.420006 y=308.416935 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=44.420006 y=273.766935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=44.420006 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=44.420006 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=71.474551 y=447.016935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=71.474551 y=412.366935 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=71.474551 y=377.716935 style=&quot;fill: #5691c2; stroke: #5691c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=71.474551 y=343.066935 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=71.474551 y=308.416935 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=71.474551 y=273.766935 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=71.474551 y=239.116935 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=71.474551 y=204.466935 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=98.529097 y=447.016935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=98.529097 y=412.366935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=98.529097 y=377.716935 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=98.529097 y=343.066935 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=98.529097 y=308.416935 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=98.529097 y=273.766935 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=98.529097 y=239.116935 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=98.529097 y=204.466935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=125.583642 y=447.016935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=125.583642 y=412.366935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=125.583642 y=377.716935 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=125.583642 y=343.066935 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=125.583642 y=308.416935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=125.583642 y=273.766935 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=125.583642 y=239.116935 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=125.583642 y=204.466935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=152.638188 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=152.638188 y=412.366935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=152.638188 y=377.716935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=152.638188 y=343.066935 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=152.638188 y=308.416935 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=152.638188 y=273.766935 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=152.638188 y=239.116935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=152.638188 y=204.466935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=179.692733 y=447.016935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=179.692733 y=412.366935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=179.692733 y=377.716935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=179.692733 y=343.066935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=179.692733 y=308.416935 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=179.692733 y=273.766935 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=179.692733 y=239.116935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=179.692733 y=204.466935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=206.747279 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=206.747279 y=412.366935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=206.747279 y=377.716935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=206.747279 y=343.066935 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=206.747279 y=308.416935 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=206.747279 y=273.766935 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=206.747279 y=239.116935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=206.747279 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=233.801824 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=233.801824 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=233.801824 y=377.716935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=233.801824 y=343.066935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=233.801824 y=308.416935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=233.801824 y=273.766935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=233.801824 y=239.116935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=233.801824 y=204.466935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=260.856369 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=260.856369 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=260.856369 y=377.716935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=260.856369 y=343.066935 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=260.856369 y=308.416935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=260.856369 y=273.766935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=260.856369 y=239.116935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=260.856369 y=204.466935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=287.910915 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=287.910915 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=287.910915 y=377.716935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=287.910915 y=343.066935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=287.910915 y=308.416935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=287.910915 y=273.766935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=287.910915 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=287.910915 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=314.96546 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=314.96546 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=314.96546 y=377.716935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=314.96546 y=343.066935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=314.96546 y=308.416935 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=314.96546 y=273.766935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=314.96546 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=314.96546 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=342.020006 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=342.020006 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=342.020006 y=377.716935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=342.020006 y=343.066935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=342.020006 y=308.416935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=342.020006 y=273.766935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=342.020006 y=239.116935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=342.020006 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=369.074551 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=369.074551 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=369.074551 y=377.716935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=369.074551 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=369.074551 y=308.416935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=369.074551 y=273.766935 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=369.074551 y=239.116935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=369.074551 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=396.129097 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=396.129097 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=396.129097 y=377.716935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=396.129097 y=343.066935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=396.129097 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=396.129097 y=273.766935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=396.129097 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=396.129097 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=423.183642 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=423.183642 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=423.183642 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=423.183642 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=423.183642 y=308.416935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=423.183642 y=273.766935 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=423.183642 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd9442c7bc9)&gt;&lt;use xlink:href=#C0_0_795cbb25d3 x=423.183642 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pd9442c7bc9&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:09.654401&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_e57c97ab4c d=&quot;M 74.925449 -51.645 \n",
+       "L 74.925449 -63.195 \n",
+       "L 61.398176 -68.97 \n",
+       "L 47.870903 -63.195 \n",
+       "L 47.870903 -51.645 \n",
+       "L 61.398176 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=30.892733 y=396 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=30.892733 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=30.892733 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=30.892733 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=30.892733 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=30.892733 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=30.892733 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=30.892733 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=30.892733 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=57.947279 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=57.947279 y=361.35 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=57.947279 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=57.947279 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=57.947279 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=57.947279 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=57.947279 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=57.947279 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=57.947279 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=85.001824 y=396 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=85.001824 y=361.35 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=85.001824 y=326.7 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=85.001824 y=292.05 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=85.001824 y=257.4 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=85.001824 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=85.001824 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=85.001824 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=85.001824 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=112.056369 y=396 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=112.056369 y=361.35 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=112.056369 y=326.7 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=112.056369 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=112.056369 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=112.056369 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=112.056369 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=112.056369 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=112.056369 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=139.110915 y=396 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=139.110915 y=361.35 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=139.110915 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=139.110915 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=139.110915 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=139.110915 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=139.110915 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=139.110915 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=139.110915 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=166.16546 y=396 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=166.16546 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=166.16546 y=326.7 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=166.16546 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=166.16546 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=166.16546 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=166.16546 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=166.16546 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=166.16546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=193.220006 y=396 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=193.220006 y=361.35 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=193.220006 y=326.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=193.220006 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=193.220006 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=193.220006 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=193.220006 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=193.220006 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=193.220006 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=220.274551 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=220.274551 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=220.274551 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=220.274551 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=220.274551 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=220.274551 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=220.274551 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=220.274551 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=220.274551 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=247.329097 y=396 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=247.329097 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=247.329097 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=247.329097 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=247.329097 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=247.329097 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=247.329097 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=247.329097 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=247.329097 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=274.383642 y=396 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=274.383642 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=274.383642 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=274.383642 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=274.383642 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=274.383642 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=274.383642 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=274.383642 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=274.383642 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=301.438188 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=301.438188 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=301.438188 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=301.438188 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=301.438188 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=301.438188 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=301.438188 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=301.438188 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=301.438188 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=328.492733 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=328.492733 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=328.492733 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=328.492733 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=328.492733 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=328.492733 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=328.492733 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=328.492733 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=328.492733 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=355.547279 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=355.547279 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=355.547279 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=355.547279 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=355.547279 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=355.547279 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=355.547279 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=355.547279 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=355.547279 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=382.601824 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=382.601824 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=382.601824 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=382.601824 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=382.601824 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=382.601824 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=382.601824 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=382.601824 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=382.601824 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=409.656369 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=409.656369 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=409.656369 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=409.656369 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=409.656369 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=409.656369 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=409.656369 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=409.656369 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=409.656369 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=436.710915 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=436.710915 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=436.710915 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=436.710915 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=436.710915 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=436.710915 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=436.710915 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=436.710915 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=436.710915 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=44.420006 y=378.675 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=44.420006 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=44.420006 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=44.420006 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=44.420006 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=44.420006 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=44.420006 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=44.420006 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=71.474551 y=378.675 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=71.474551 y=344.025 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=71.474551 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=71.474551 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=71.474551 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=71.474551 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=71.474551 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=71.474551 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=98.529097 y=378.675 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=98.529097 y=344.025 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=98.529097 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=98.529097 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=98.529097 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=98.529097 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=98.529097 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=98.529097 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=125.583642 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=125.583642 y=344.025 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=125.583642 y=309.375 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=125.583642 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=125.583642 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=125.583642 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=125.583642 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=125.583642 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=152.638188 y=378.675 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=152.638188 y=344.025 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=152.638188 y=309.375 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=152.638188 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=152.638188 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=152.638188 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=152.638188 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=152.638188 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=179.692733 y=378.675 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=179.692733 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=179.692733 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=179.692733 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=179.692733 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=179.692733 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=179.692733 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=179.692733 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=206.747279 y=378.675 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=206.747279 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=206.747279 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=206.747279 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=206.747279 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=206.747279 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=206.747279 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=206.747279 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=233.801824 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=233.801824 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=233.801824 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=233.801824 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=233.801824 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=233.801824 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=233.801824 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=233.801824 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=260.856369 y=378.675 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=260.856369 y=344.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=260.856369 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=260.856369 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=260.856369 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=260.856369 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=260.856369 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=260.856369 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=287.910915 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=287.910915 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=287.910915 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=287.910915 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=287.910915 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=287.910915 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=287.910915 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=287.910915 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=314.96546 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=314.96546 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=314.96546 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=314.96546 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=314.96546 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=314.96546 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=314.96546 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=314.96546 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=342.020006 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=342.020006 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=342.020006 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=342.020006 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=342.020006 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=342.020006 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=342.020006 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=342.020006 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=369.074551 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=369.074551 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=369.074551 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=369.074551 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=369.074551 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=369.074551 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=369.074551 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=369.074551 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=396.129097 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=396.129097 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=396.129097 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=396.129097 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=396.129097 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=396.129097 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=396.129097 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=396.129097 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=423.183642 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=423.183642 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=423.183642 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=423.183642 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=423.183642 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=423.183642 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=423.183642 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc272eef079)&gt;&lt;use xlink:href=#C0_0_e57c97ab4c x=423.183642 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pc272eef079&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:15.557760&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_1aa66a7091 d=&quot;M 74.925449 -51.645 \n",
+       "L 74.925449 -63.195 \n",
+       "L 61.398176 -68.97 \n",
+       "L 47.870903 -63.195 \n",
+       "L 47.870903 -51.645 \n",
+       "L 61.398176 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=30.892733 y=396 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=30.892733 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=30.892733 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=30.892733 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=30.892733 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=30.892733 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=30.892733 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=30.892733 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=30.892733 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=57.947279 y=396 style=&quot;fill: #4285bb; stroke: #4285bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=57.947279 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=57.947279 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=57.947279 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=57.947279 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=57.947279 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=57.947279 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=57.947279 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=57.947279 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=85.001824 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=85.001824 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=85.001824 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=85.001824 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=85.001824 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=85.001824 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=85.001824 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=85.001824 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=85.001824 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=112.056369 y=396 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=112.056369 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=112.056369 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=112.056369 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=112.056369 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=112.056369 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=112.056369 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=112.056369 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=112.056369 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=139.110915 y=396 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=139.110915 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=139.110915 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=139.110915 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=139.110915 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=139.110915 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=139.110915 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=139.110915 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=139.110915 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=166.16546 y=396 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=166.16546 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=166.16546 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=166.16546 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=166.16546 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=166.16546 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=166.16546 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=166.16546 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=166.16546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=193.220006 y=396 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=193.220006 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=193.220006 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=193.220006 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=193.220006 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=193.220006 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=193.220006 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=193.220006 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=193.220006 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=220.274551 y=396 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=220.274551 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=220.274551 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=220.274551 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=220.274551 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=220.274551 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=220.274551 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=220.274551 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=220.274551 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=247.329097 y=396 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=247.329097 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=247.329097 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=247.329097 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=247.329097 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=247.329097 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=247.329097 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=247.329097 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=247.329097 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=274.383642 y=396 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=274.383642 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=274.383642 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=274.383642 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=274.383642 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=274.383642 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=274.383642 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=274.383642 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=274.383642 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=301.438188 y=396 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=301.438188 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=301.438188 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=301.438188 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=301.438188 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=301.438188 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=301.438188 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=301.438188 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=301.438188 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=328.492733 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=328.492733 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=328.492733 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=328.492733 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=328.492733 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=328.492733 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=328.492733 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=328.492733 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=328.492733 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=355.547279 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=355.547279 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=355.547279 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=355.547279 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=355.547279 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=355.547279 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=355.547279 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=355.547279 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=355.547279 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=382.601824 y=396 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=382.601824 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=382.601824 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=382.601824 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=382.601824 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=382.601824 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=382.601824 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=382.601824 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=382.601824 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=409.656369 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=409.656369 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=409.656369 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=409.656369 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=409.656369 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=409.656369 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=409.656369 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=409.656369 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=409.656369 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=436.710915 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=436.710915 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=436.710915 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=436.710915 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=436.710915 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=436.710915 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=436.710915 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=436.710915 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=436.710915 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=44.420006 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=44.420006 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=44.420006 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=44.420006 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=44.420006 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=44.420006 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=44.420006 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=44.420006 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=71.474551 y=378.675 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=71.474551 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=71.474551 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=71.474551 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=71.474551 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=71.474551 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=71.474551 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=71.474551 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=98.529097 y=378.675 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=98.529097 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=98.529097 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=98.529097 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=98.529097 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=98.529097 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=98.529097 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=98.529097 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=125.583642 y=378.675 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=125.583642 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=125.583642 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=125.583642 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=125.583642 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=125.583642 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=125.583642 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=125.583642 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=152.638188 y=378.675 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=152.638188 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=152.638188 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=152.638188 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=152.638188 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=152.638188 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=152.638188 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=152.638188 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=179.692733 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=179.692733 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=179.692733 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=179.692733 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=179.692733 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=179.692733 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=179.692733 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=179.692733 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=206.747279 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=206.747279 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=206.747279 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=206.747279 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=206.747279 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=206.747279 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=206.747279 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=206.747279 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=233.801824 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=233.801824 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=233.801824 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=233.801824 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=233.801824 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=233.801824 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=233.801824 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=233.801824 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=260.856369 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=260.856369 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=260.856369 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=260.856369 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=260.856369 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=260.856369 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=260.856369 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=260.856369 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=287.910915 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=287.910915 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=287.910915 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=287.910915 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=287.910915 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=287.910915 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=287.910915 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=287.910915 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=314.96546 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=314.96546 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=314.96546 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=314.96546 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=314.96546 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=314.96546 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=314.96546 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=314.96546 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=342.020006 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=342.020006 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=342.020006 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=342.020006 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=342.020006 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=342.020006 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=342.020006 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=342.020006 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=369.074551 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=369.074551 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=369.074551 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=369.074551 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=369.074551 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=369.074551 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=369.074551 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=369.074551 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=396.129097 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=396.129097 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=396.129097 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=396.129097 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=396.129097 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=396.129097 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=396.129097 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=396.129097 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=423.183642 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=423.183642 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=423.183642 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=423.183642 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=423.183642 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=423.183642 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=423.183642 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6df9e37e57)&gt;&lt;use xlink:href=#C0_0_1aa66a7091 x=423.183642 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p6df9e37e57&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:21.576988&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_e1dddf3dce d=&quot;M 74.925449 -30.54327 \n",
+       "L 74.925449 -42.09327 \n",
+       "L 61.398176 -47.86827 \n",
+       "L 47.870903 -42.09327 \n",
+       "L 47.870903 -30.54327 \n",
+       "L 61.398176 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=30.892733 y=374.89827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=30.892733 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=30.892733 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=30.892733 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=30.892733 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=30.892733 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=30.892733 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=30.892733 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=30.892733 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=57.947279 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=57.947279 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=57.947279 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=57.947279 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=57.947279 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=57.947279 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=57.947279 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=57.947279 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=57.947279 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=85.001824 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=85.001824 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=85.001824 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=85.001824 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=85.001824 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=85.001824 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=85.001824 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=85.001824 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=85.001824 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=112.056369 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=112.056369 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=112.056369 y=305.59827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=112.056369 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=112.056369 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=112.056369 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=112.056369 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=112.056369 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=112.056369 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=139.110915 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=139.110915 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=139.110915 y=305.59827 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=139.110915 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=139.110915 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=139.110915 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=139.110915 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=139.110915 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=139.110915 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=166.16546 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=166.16546 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=166.16546 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=166.16546 y=270.94827 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=166.16546 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=166.16546 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=166.16546 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=166.16546 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=166.16546 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=193.220006 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=193.220006 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=193.220006 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=193.220006 y=270.94827 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=193.220006 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=193.220006 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=193.220006 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=193.220006 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=193.220006 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=220.274551 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=220.274551 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=220.274551 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=220.274551 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=220.274551 y=236.29827 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=220.274551 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=220.274551 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=220.274551 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=220.274551 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=247.329097 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=247.329097 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=247.329097 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=247.329097 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=247.329097 y=236.29827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=247.329097 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=247.329097 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=247.329097 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=247.329097 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=274.383642 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=274.383642 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=274.383642 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=274.383642 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=274.383642 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=274.383642 y=201.64827 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=274.383642 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=274.383642 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=274.383642 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=301.438188 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=301.438188 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=301.438188 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=301.438188 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=301.438188 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=301.438188 y=201.64827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=301.438188 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=301.438188 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=301.438188 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=328.492733 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=328.492733 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=328.492733 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=328.492733 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=328.492733 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=328.492733 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=328.492733 y=166.99827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=328.492733 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=328.492733 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=355.547279 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=355.547279 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=355.547279 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=355.547279 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=355.547279 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=355.547279 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=355.547279 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=355.547279 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=355.547279 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=382.601824 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=382.601824 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=382.601824 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=382.601824 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=382.601824 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=382.601824 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=382.601824 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=382.601824 y=132.34827 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=382.601824 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=409.656369 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=409.656369 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=409.656369 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=409.656369 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=409.656369 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=409.656369 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=409.656369 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=409.656369 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=409.656369 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=436.710915 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=436.710915 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=436.710915 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=436.710915 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=436.710915 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=436.710915 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=436.710915 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=436.710915 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=436.710915 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=44.420006 y=357.57327 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=44.420006 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=44.420006 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=44.420006 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=44.420006 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=44.420006 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=44.420006 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=44.420006 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=71.474551 y=357.57327 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=71.474551 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=71.474551 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=71.474551 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=71.474551 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=71.474551 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=71.474551 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=71.474551 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=98.529097 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=98.529097 y=322.92327 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=98.529097 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=98.529097 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=98.529097 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=98.529097 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=98.529097 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=98.529097 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=125.583642 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=125.583642 y=322.92327 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=125.583642 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=125.583642 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=125.583642 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=125.583642 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=125.583642 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=125.583642 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=152.638188 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=152.638188 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=152.638188 y=288.27327 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=152.638188 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=152.638188 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=152.638188 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=152.638188 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=152.638188 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=179.692733 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=179.692733 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=179.692733 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=179.692733 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=179.692733 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=179.692733 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=179.692733 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=179.692733 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=206.747279 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=206.747279 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=206.747279 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=206.747279 y=253.62327 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=206.747279 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=206.747279 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=206.747279 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=206.747279 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=233.801824 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=233.801824 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=233.801824 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=233.801824 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=233.801824 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=233.801824 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=233.801824 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=233.801824 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=260.856369 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=260.856369 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=260.856369 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=260.856369 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=260.856369 y=218.97327 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=260.856369 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=260.856369 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=260.856369 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=287.910915 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=287.910915 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=287.910915 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=287.910915 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=287.910915 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=287.910915 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=287.910915 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=287.910915 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=314.96546 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=314.96546 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=314.96546 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=314.96546 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=314.96546 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=314.96546 y=184.32327 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=314.96546 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=314.96546 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=342.020006 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=342.020006 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=342.020006 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=342.020006 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=342.020006 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=342.020006 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=342.020006 y=149.67327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=342.020006 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=369.074551 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=369.074551 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=369.074551 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=369.074551 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=369.074551 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=369.074551 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=369.074551 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=369.074551 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=396.129097 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=396.129097 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=396.129097 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=396.129097 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=396.129097 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=396.129097 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=396.129097 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=396.129097 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=423.183642 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=423.183642 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=423.183642 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=423.183642 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=423.183642 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=423.183642 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=423.183642 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p88302478f5)&gt;&lt;use xlink:href=#C0_0_e1dddf3dce x=423.183642 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p88302478f5&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_wind-interactions_wind_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:32.691301&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(128.828465 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(196.258754 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(266.469512 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(336.68027 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(406.891028 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.101786 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(282.669453 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_7436accad3 d=&quot;M 74.925449 61733.155 \n",
+       "L 74.925449 61721.605 \n",
+       "L 61.398176 61715.83 \n",
+       "L 47.870903 61721.605 \n",
+       "L 47.870903 61733.155 \n",
+       "L 61.398176 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=30.892733 y=-61388.8 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=30.892733 y=-61423.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=30.892733 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=30.892733 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=30.892733 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=30.892733 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=30.892733 y=-61596.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=30.892733 y=-61631.35 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=30.892733 y=-61666 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=57.947279 y=-61388.8 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=57.947279 y=-61423.45 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=57.947279 y=-61458.1 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=57.947279 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=57.947279 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=57.947279 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=57.947279 y=-61596.7 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=57.947279 y=-61631.35 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=57.947279 y=-61666 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=85.001824 y=-61388.8 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=85.001824 y=-61423.45 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=85.001824 y=-61458.1 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=85.001824 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=85.001824 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=85.001824 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=85.001824 y=-61596.7 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=85.001824 y=-61631.35 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=85.001824 y=-61666 style=&quot;fill: #3e82ba; stroke: #3e82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=112.056369 y=-61388.8 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=112.056369 y=-61423.45 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=112.056369 y=-61458.1 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=112.056369 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=112.056369 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=112.056369 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=112.056369 y=-61596.7 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=112.056369 y=-61631.35 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=112.056369 y=-61666 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=139.110915 y=-61388.8 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=139.110915 y=-61423.45 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=139.110915 y=-61458.1 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=139.110915 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=139.110915 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=139.110915 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=139.110915 y=-61596.7 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=139.110915 y=-61631.35 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=139.110915 y=-61666 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=166.16546 y=-61388.8 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=166.16546 y=-61423.45 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=166.16546 y=-61458.1 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=166.16546 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=166.16546 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=166.16546 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=166.16546 y=-61596.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=166.16546 y=-61631.35 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=166.16546 y=-61666 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=193.220006 y=-61388.8 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=193.220006 y=-61423.45 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=193.220006 y=-61458.1 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=193.220006 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=193.220006 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=193.220006 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=193.220006 y=-61596.7 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=193.220006 y=-61631.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=193.220006 y=-61666 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=220.274551 y=-61388.8 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=220.274551 y=-61423.45 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=220.274551 y=-61458.1 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=220.274551 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=220.274551 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=220.274551 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=220.274551 y=-61596.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=220.274551 y=-61631.35 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=220.274551 y=-61666 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=247.329097 y=-61388.8 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=247.329097 y=-61423.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=247.329097 y=-61458.1 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=247.329097 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=247.329097 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=247.329097 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=247.329097 y=-61596.7 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=247.329097 y=-61631.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=247.329097 y=-61666 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=274.383642 y=-61388.8 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=274.383642 y=-61423.45 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=274.383642 y=-61458.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=274.383642 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=274.383642 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=274.383642 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=274.383642 y=-61596.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=274.383642 y=-61631.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=274.383642 y=-61666 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=301.438188 y=-61388.8 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=301.438188 y=-61423.45 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=301.438188 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=301.438188 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=301.438188 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=301.438188 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=301.438188 y=-61596.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=301.438188 y=-61631.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=301.438188 y=-61666 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=328.492733 y=-61388.8 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=328.492733 y=-61423.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=328.492733 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=328.492733 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=328.492733 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=328.492733 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=328.492733 y=-61596.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=328.492733 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=328.492733 y=-61666 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=355.547279 y=-61388.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=355.547279 y=-61423.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=355.547279 y=-61458.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=355.547279 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=355.547279 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=355.547279 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=355.547279 y=-61596.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=355.547279 y=-61631.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=355.547279 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=382.601824 y=-61388.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=382.601824 y=-61423.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=382.601824 y=-61458.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=382.601824 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=382.601824 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=382.601824 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=382.601824 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=382.601824 y=-61631.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=382.601824 y=-61666 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=409.656369 y=-61388.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=409.656369 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=409.656369 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=409.656369 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=409.656369 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=409.656369 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=409.656369 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=409.656369 y=-61631.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=409.656369 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=436.710915 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=436.710915 y=-61423.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=436.710915 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=436.710915 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=436.710915 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=436.710915 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=436.710915 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=436.710915 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=436.710915 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=44.420006 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=44.420006 y=-61440.775 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=44.420006 y=-61475.425 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=44.420006 y=-61510.075 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=44.420006 y=-61544.725 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=44.420006 y=-61579.375 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=44.420006 y=-61614.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=44.420006 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=71.474551 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=71.474551 y=-61440.775 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=71.474551 y=-61475.425 style=&quot;fill: #4888bd; stroke: #4888bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=71.474551 y=-61510.075 style=&quot;fill: #4888bd; stroke: #4888bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=71.474551 y=-61544.725 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=71.474551 y=-61579.375 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=71.474551 y=-61614.025 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=71.474551 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=98.529097 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=98.529097 y=-61440.775 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=98.529097 y=-61475.425 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=98.529097 y=-61510.075 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=98.529097 y=-61544.725 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=98.529097 y=-61579.375 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=98.529097 y=-61614.025 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=98.529097 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=125.583642 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=125.583642 y=-61440.775 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=125.583642 y=-61475.425 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=125.583642 y=-61510.075 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=125.583642 y=-61544.725 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=125.583642 y=-61579.375 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=125.583642 y=-61614.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=125.583642 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=152.638188 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=152.638188 y=-61440.775 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=152.638188 y=-61475.425 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=152.638188 y=-61510.075 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=152.638188 y=-61544.725 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=152.638188 y=-61579.375 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=152.638188 y=-61614.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=152.638188 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=179.692733 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=179.692733 y=-61440.775 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=179.692733 y=-61475.425 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=179.692733 y=-61510.075 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=179.692733 y=-61544.725 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=179.692733 y=-61579.375 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=179.692733 y=-61614.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=179.692733 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=206.747279 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=206.747279 y=-61440.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=206.747279 y=-61475.425 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=206.747279 y=-61510.075 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=206.747279 y=-61544.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=206.747279 y=-61579.375 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=206.747279 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=206.747279 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=233.801824 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=233.801824 y=-61440.775 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=233.801824 y=-61475.425 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=233.801824 y=-61510.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=233.801824 y=-61544.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=233.801824 y=-61579.375 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=233.801824 y=-61614.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=233.801824 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=260.856369 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=260.856369 y=-61440.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=260.856369 y=-61475.425 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=260.856369 y=-61510.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=260.856369 y=-61544.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=260.856369 y=-61579.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=260.856369 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=260.856369 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=287.910915 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=287.910915 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=287.910915 y=-61475.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=287.910915 y=-61510.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=287.910915 y=-61544.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=287.910915 y=-61579.375 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=287.910915 y=-61614.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=287.910915 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=314.96546 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=314.96546 y=-61440.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=314.96546 y=-61475.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=314.96546 y=-61510.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=314.96546 y=-61544.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=314.96546 y=-61579.375 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=314.96546 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=314.96546 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=342.020006 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=342.020006 y=-61440.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=342.020006 y=-61475.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=342.020006 y=-61510.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=342.020006 y=-61544.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=342.020006 y=-61579.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=342.020006 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=342.020006 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=369.074551 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=369.074551 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=369.074551 y=-61475.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=369.074551 y=-61510.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=369.074551 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=369.074551 y=-61579.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=369.074551 y=-61614.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=369.074551 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=396.129097 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=396.129097 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=396.129097 y=-61475.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=396.129097 y=-61510.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=396.129097 y=-61544.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=396.129097 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=396.129097 y=-61614.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=396.129097 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=423.183642 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=423.183642 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=423.183642 y=-61475.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=423.183642 y=-61510.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=423.183642 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=423.183642 y=-61579.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=423.183642 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p83b789e2cb)&gt;&lt;use xlink:href=#C0_0_7436accad3 x=423.183642 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p83b789e2cb&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_year&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_year-interactions_year_day_in_month aria-controls=interactions_year-interactions_year_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_passengers aria-controls=interactions_year-interactions_year_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_temperature_midday aria-controls=interactions_year-interactions_year_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_sunshine_percentage aria-controls=interactions_year-interactions_year_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_snow_5days aria-controls=interactions_year-interactions_year_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_temperature_deviation aria-controls=interactions_year-interactions_year_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_temperature_max aria-controls=interactions_year-interactions_year_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_temperature_min aria-controls=interactions_year-interactions_year_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_temperature_evening aria-controls=interactions_year-interactions_year_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_precipiation_5days aria-controls=interactions_year-interactions_year_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_precipiation aria-controls=interactions_year-interactions_year_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_wind aria-controls=interactions_year-interactions_year_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_year-interactions_year_year aria-controls=interactions_year-interactions_year_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_year-interactions_year_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:42.690040&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_2b09c3708b d=&quot;M -90346.545273 -42.405 \n",
+       "L -90346.545273 -53.955 \n",
+       "L -90360.072546 -59.73 \n",
+       "L -90373.599819 -53.955 \n",
+       "L -90373.599819 -42.405 \n",
+       "L -90360.072546 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90452.363455 y=386.76 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90452.363455 y=352.11 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90452.363455 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90452.363455 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90452.363455 y=248.16 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90452.363455 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90452.363455 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90452.363455 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90452.363455 y=109.56 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90479.418001 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90479.418001 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90479.418001 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90479.418001 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90479.418001 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90479.418001 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90479.418001 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90479.418001 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90479.418001 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90506.472546 y=386.76 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90506.472546 y=352.11 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90506.472546 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90506.472546 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90506.472546 y=248.16 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90506.472546 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90506.472546 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90506.472546 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90506.472546 y=109.56 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90533.527091 y=386.76 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90533.527091 y=352.11 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90533.527091 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90533.527091 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90533.527091 y=248.16 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90533.527091 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90533.527091 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90533.527091 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90533.527091 y=109.56 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90560.581637 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90560.581637 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90560.581637 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90560.581637 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90560.581637 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90560.581637 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90560.581637 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90560.581637 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90560.581637 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90587.636182 y=386.76 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90587.636182 y=352.11 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90587.636182 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90587.636182 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90587.636182 y=248.16 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90587.636182 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90587.636182 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90587.636182 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90587.636182 y=109.56 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90614.690728 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90614.690728 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90614.690728 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90614.690728 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90614.690728 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90614.690728 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90614.690728 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90614.690728 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90614.690728 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90641.745273 y=386.76 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90641.745273 y=352.11 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90641.745273 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90641.745273 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90641.745273 y=248.16 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90641.745273 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90641.745273 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90641.745273 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90641.745273 y=109.56 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90668.799819 y=386.76 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90668.799819 y=352.11 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90668.799819 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90668.799819 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90668.799819 y=248.16 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90668.799819 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90668.799819 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90668.799819 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90668.799819 y=109.56 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90695.854364 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90695.854364 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90695.854364 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90695.854364 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90695.854364 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90695.854364 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90695.854364 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90695.854364 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90695.854364 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90722.90891 y=386.76 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90722.90891 y=352.11 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90722.90891 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90722.90891 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90722.90891 y=248.16 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90722.90891 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90722.90891 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90722.90891 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90722.90891 y=109.56 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90749.963455 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90749.963455 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90749.963455 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90749.963455 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90749.963455 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90749.963455 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90749.963455 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90749.963455 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90749.963455 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90777.018001 y=386.76 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90777.018001 y=352.11 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90777.018001 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90777.018001 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90777.018001 y=248.16 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90777.018001 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90777.018001 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90777.018001 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90777.018001 y=109.56 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90804.072546 y=386.76 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90804.072546 y=352.11 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90804.072546 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90804.072546 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90804.072546 y=248.16 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90804.072546 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90804.072546 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90804.072546 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90804.072546 y=109.56 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90831.127091 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90831.127091 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90831.127091 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90831.127091 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90831.127091 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90831.127091 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90831.127091 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90831.127091 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90831.127091 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90858.181637 y=386.76 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90858.181637 y=352.11 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90858.181637 y=317.46 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90858.181637 y=282.81 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90858.181637 y=248.16 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90858.181637 y=213.51 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90858.181637 y=178.86 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90858.181637 y=144.21 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90858.181637 y=109.56 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90465.890728 y=369.435 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90465.890728 y=334.785 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90465.890728 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90465.890728 y=265.485 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90465.890728 y=230.835 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90465.890728 y=196.185 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90465.890728 y=161.535 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90465.890728 y=126.885 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90492.945273 y=369.435 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90492.945273 y=334.785 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90492.945273 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90492.945273 y=265.485 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90492.945273 y=230.835 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90492.945273 y=196.185 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90492.945273 y=161.535 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90492.945273 y=126.885 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90519.999819 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90519.999819 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90519.999819 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90519.999819 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90519.999819 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90519.999819 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90519.999819 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90519.999819 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90547.054364 y=369.435 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90547.054364 y=334.785 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90547.054364 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90547.054364 y=265.485 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90547.054364 y=230.835 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90547.054364 y=196.185 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90547.054364 y=161.535 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90547.054364 y=126.885 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90574.10891 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90574.10891 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90574.10891 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90574.10891 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90574.10891 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90574.10891 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90574.10891 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90574.10891 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90601.163455 y=369.435 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90601.163455 y=334.785 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90601.163455 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90601.163455 y=265.485 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90601.163455 y=230.835 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90601.163455 y=196.185 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90601.163455 y=161.535 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90601.163455 y=126.885 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90628.218001 y=369.435 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90628.218001 y=334.785 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90628.218001 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90628.218001 y=265.485 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90628.218001 y=230.835 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90628.218001 y=196.185 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90628.218001 y=161.535 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90628.218001 y=126.885 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90655.272546 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90655.272546 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90655.272546 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90655.272546 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90655.272546 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90655.272546 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90655.272546 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90655.272546 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90682.327091 y=369.435 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90682.327091 y=334.785 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90682.327091 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90682.327091 y=265.485 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90682.327091 y=230.835 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90682.327091 y=196.185 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90682.327091 y=161.535 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90682.327091 y=126.885 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90709.381637 y=369.435 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90709.381637 y=334.785 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90709.381637 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90709.381637 y=265.485 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90709.381637 y=230.835 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90709.381637 y=196.185 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90709.381637 y=161.535 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90709.381637 y=126.885 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90736.436182 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90736.436182 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90736.436182 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90736.436182 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90736.436182 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90736.436182 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90736.436182 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90736.436182 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90763.490728 y=369.435 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90763.490728 y=334.785 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90763.490728 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90763.490728 y=265.485 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90763.490728 y=230.835 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90763.490728 y=196.185 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90763.490728 y=161.535 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90763.490728 y=126.885 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90790.545273 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90790.545273 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90790.545273 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90790.545273 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90790.545273 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90790.545273 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90790.545273 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90790.545273 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90817.599819 y=369.435 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90817.599819 y=334.785 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90817.599819 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90817.599819 y=265.485 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90817.599819 y=230.835 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90817.599819 y=196.185 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90817.599819 y=161.535 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90817.599819 y=126.885 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90844.654364 y=369.435 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90844.654364 y=334.785 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90844.654364 y=300.135 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90844.654364 y=265.485 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90844.654364 y=230.835 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90844.654364 y=196.185 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90844.654364 y=161.535 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb83b4f11ea)&gt;&lt;use xlink:href=#C0_0_2b09c3708b x=90844.654364 y=126.885 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pb83b4f11ea&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:20.805578&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_a0c1fb8297 d=&quot;M -90346.545273 -51.645 \n",
+       "L -90346.545273 -63.195 \n",
+       "L -90360.072546 -68.97 \n",
+       "L -90373.599819 -63.195 \n",
+       "L -90373.599819 -51.645 \n",
+       "L -90360.072546 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90452.363455 y=396 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90452.363455 y=361.35 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90452.363455 y=326.7 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90452.363455 y=292.05 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90452.363455 y=257.4 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90452.363455 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90452.363455 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90452.363455 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90452.363455 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90479.418001 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90479.418001 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90479.418001 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90479.418001 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90479.418001 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90479.418001 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90479.418001 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90479.418001 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90479.418001 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90506.472546 y=396 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90506.472546 y=361.35 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90506.472546 y=326.7 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90506.472546 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90506.472546 y=257.4 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90506.472546 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90506.472546 y=188.1 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90506.472546 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90506.472546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90533.527091 y=396 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90533.527091 y=361.35 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90533.527091 y=326.7 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90533.527091 y=292.05 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90533.527091 y=257.4 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90533.527091 y=222.75 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90533.527091 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90533.527091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90533.527091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90560.581637 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90560.581637 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90560.581637 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90560.581637 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90560.581637 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90560.581637 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90560.581637 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90560.581637 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90560.581637 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90587.636182 y=396 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90587.636182 y=361.35 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90587.636182 y=326.7 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90587.636182 y=292.05 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90587.636182 y=257.4 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90587.636182 y=222.75 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90587.636182 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90587.636182 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90587.636182 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90614.690728 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90614.690728 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90614.690728 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90614.690728 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90614.690728 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90614.690728 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90614.690728 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90614.690728 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90614.690728 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90641.745273 y=396 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90641.745273 y=361.35 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90641.745273 y=326.7 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90641.745273 y=292.05 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90641.745273 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90641.745273 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90641.745273 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90641.745273 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90641.745273 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90668.799819 y=396 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90668.799819 y=361.35 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90668.799819 y=326.7 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90668.799819 y=292.05 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90668.799819 y=257.4 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90668.799819 y=222.75 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90668.799819 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90668.799819 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90668.799819 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90695.854364 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90695.854364 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90695.854364 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90695.854364 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90695.854364 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90695.854364 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90695.854364 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90695.854364 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90695.854364 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90722.90891 y=396 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90722.90891 y=361.35 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90722.90891 y=326.7 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90722.90891 y=292.05 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90722.90891 y=257.4 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90722.90891 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90722.90891 y=188.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90722.90891 y=153.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90722.90891 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90749.963455 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90749.963455 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90749.963455 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90749.963455 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90749.963455 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90749.963455 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90749.963455 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90749.963455 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90749.963455 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90777.018001 y=396 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90777.018001 y=361.35 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90777.018001 y=326.7 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90777.018001 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90777.018001 y=257.4 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90777.018001 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90777.018001 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90777.018001 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90777.018001 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90804.072546 y=396 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90804.072546 y=361.35 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90804.072546 y=326.7 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90804.072546 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90804.072546 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90804.072546 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90804.072546 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90804.072546 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90804.072546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90831.127091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90831.127091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90831.127091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90831.127091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90831.127091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90831.127091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90831.127091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90831.127091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90831.127091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90858.181637 y=396 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90858.181637 y=361.35 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90858.181637 y=326.7 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90858.181637 y=292.05 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90858.181637 y=257.4 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90858.181637 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90858.181637 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90858.181637 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90858.181637 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90465.890728 y=378.675 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90465.890728 y=344.025 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90465.890728 y=309.375 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90465.890728 y=274.725 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90465.890728 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90465.890728 y=205.425 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90465.890728 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90465.890728 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90492.945273 y=378.675 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90492.945273 y=344.025 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90492.945273 y=309.375 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90492.945273 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90492.945273 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90492.945273 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90492.945273 y=170.775 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90492.945273 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90519.999819 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90519.999819 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90519.999819 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90519.999819 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90519.999819 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90519.999819 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90519.999819 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90519.999819 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90547.054364 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90547.054364 y=344.025 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90547.054364 y=309.375 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90547.054364 y=274.725 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90547.054364 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90547.054364 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90547.054364 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90547.054364 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90574.10891 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90574.10891 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90574.10891 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90574.10891 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90574.10891 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90574.10891 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90574.10891 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90574.10891 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90601.163455 y=378.675 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90601.163455 y=344.025 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90601.163455 y=309.375 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90601.163455 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90601.163455 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90601.163455 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90601.163455 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90601.163455 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90628.218001 y=378.675 style=&quot;fill: #397fb9; stroke: #397fb9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90628.218001 y=344.025 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90628.218001 y=309.375 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90628.218001 y=274.725 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90628.218001 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90628.218001 y=205.425 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90628.218001 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90628.218001 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90655.272546 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90655.272546 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90655.272546 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90655.272546 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90655.272546 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90655.272546 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90655.272546 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90655.272546 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90682.327091 y=378.675 style=&quot;fill: #3b80b9; stroke: #3b80b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90682.327091 y=344.025 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90682.327091 y=309.375 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90682.327091 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90682.327091 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90682.327091 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90682.327091 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90682.327091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90709.381637 y=378.675 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90709.381637 y=344.025 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90709.381637 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90709.381637 y=274.725 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90709.381637 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90709.381637 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90709.381637 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90709.381637 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90736.436182 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90736.436182 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90736.436182 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90736.436182 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90736.436182 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90736.436182 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90736.436182 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90736.436182 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90763.490728 y=378.675 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90763.490728 y=344.025 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90763.490728 y=309.375 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90763.490728 y=274.725 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90763.490728 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90763.490728 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90763.490728 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90763.490728 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90790.545273 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90790.545273 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90790.545273 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90790.545273 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90790.545273 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90790.545273 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90790.545273 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90790.545273 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90817.599819 y=378.675 style=&quot;fill: #387eb8; stroke: #387eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90817.599819 y=344.025 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90817.599819 y=309.375 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90817.599819 y=274.725 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90817.599819 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90817.599819 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90817.599819 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90817.599819 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90844.654364 y=378.675 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90844.654364 y=344.025 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90844.654364 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90844.654364 y=274.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90844.654364 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90844.654364 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90844.654364 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb8adbbd67f)&gt;&lt;use xlink:href=#C0_0_a0c1fb8297 x=90844.654364 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pb8adbbd67f&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:25.861074&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_f6b289e421 d=&quot;M -90346.545273 -122.365729 \n",
+       "L -90346.545273 -133.915729 \n",
+       "L -90360.072546 -139.690729 \n",
+       "L -90373.599819 -133.915729 \n",
+       "L -90373.599819 -122.365729 \n",
+       "L -90360.072546 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90452.363455 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90452.363455 y=432.070729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90452.363455 y=397.420729 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90452.363455 y=362.770729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90452.363455 y=328.120729 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90452.363455 y=293.470729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90452.363455 y=258.820729 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90452.363455 y=224.170729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90452.363455 y=189.520729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90479.418001 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90479.418001 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90479.418001 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90479.418001 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90479.418001 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90479.418001 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90479.418001 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90479.418001 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90479.418001 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90506.472546 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90506.472546 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90506.472546 y=397.420729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90506.472546 y=362.770729 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90506.472546 y=328.120729 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90506.472546 y=293.470729 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90506.472546 y=258.820729 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90506.472546 y=224.170729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90506.472546 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90533.527091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90533.527091 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90533.527091 y=397.420729 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90533.527091 y=362.770729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90533.527091 y=328.120729 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90533.527091 y=293.470729 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90533.527091 y=258.820729 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90533.527091 y=224.170729 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90533.527091 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90560.581637 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90560.581637 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90560.581637 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90560.581637 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90560.581637 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90560.581637 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90560.581637 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90560.581637 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90560.581637 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90587.636182 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90587.636182 y=432.070729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90587.636182 y=397.420729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90587.636182 y=362.770729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90587.636182 y=328.120729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90587.636182 y=293.470729 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90587.636182 y=258.820729 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90587.636182 y=224.170729 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90587.636182 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90614.690728 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90614.690728 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90614.690728 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90614.690728 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90614.690728 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90614.690728 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90614.690728 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90614.690728 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90614.690728 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90641.745273 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90641.745273 y=432.070729 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90641.745273 y=397.420729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90641.745273 y=362.770729 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90641.745273 y=328.120729 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90641.745273 y=293.470729 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90641.745273 y=258.820729 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90641.745273 y=224.170729 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90641.745273 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90668.799819 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90668.799819 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90668.799819 y=397.420729 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90668.799819 y=362.770729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90668.799819 y=328.120729 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90668.799819 y=293.470729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90668.799819 y=258.820729 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90668.799819 y=224.170729 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90668.799819 y=189.520729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90695.854364 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90695.854364 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90695.854364 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90695.854364 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90695.854364 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90695.854364 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90695.854364 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90695.854364 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90695.854364 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90722.90891 y=466.720729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90722.90891 y=432.070729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90722.90891 y=397.420729 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90722.90891 y=362.770729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90722.90891 y=328.120729 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90722.90891 y=293.470729 style=&quot;fill: #4889bd; stroke: #4889bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90722.90891 y=258.820729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90722.90891 y=224.170729 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90722.90891 y=189.520729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90749.963455 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90749.963455 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90749.963455 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90749.963455 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90749.963455 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90749.963455 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90749.963455 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90749.963455 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90749.963455 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90777.018001 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90777.018001 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90777.018001 y=397.420729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90777.018001 y=362.770729 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90777.018001 y=328.120729 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90777.018001 y=293.470729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90777.018001 y=258.820729 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90777.018001 y=224.170729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90777.018001 y=189.520729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90804.072546 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90804.072546 y=432.070729 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90804.072546 y=397.420729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90804.072546 y=362.770729 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90804.072546 y=328.120729 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90804.072546 y=293.470729 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90804.072546 y=258.820729 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90804.072546 y=224.170729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90804.072546 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90831.127091 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90831.127091 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90831.127091 y=397.420729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90831.127091 y=362.770729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90831.127091 y=328.120729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90831.127091 y=293.470729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90831.127091 y=258.820729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90831.127091 y=224.170729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90831.127091 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90858.181637 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90858.181637 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90858.181637 y=397.420729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90858.181637 y=362.770729 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90858.181637 y=328.120729 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90858.181637 y=293.470729 style=&quot;fill: #4889bd; stroke: #4889bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90858.181637 y=258.820729 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90858.181637 y=224.170729 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90858.181637 y=189.520729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90465.890728 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90465.890728 y=414.745729 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90465.890728 y=380.095729 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90465.890728 y=345.445729 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90465.890728 y=310.795729 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90465.890728 y=276.145729 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90465.890728 y=241.495729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90465.890728 y=206.845729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90492.945273 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90492.945273 y=414.745729 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90492.945273 y=380.095729 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90492.945273 y=345.445729 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90492.945273 y=310.795729 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90492.945273 y=276.145729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90492.945273 y=241.495729 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90492.945273 y=206.845729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90519.999819 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90519.999819 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90519.999819 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90519.999819 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90519.999819 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90519.999819 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90519.999819 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90519.999819 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90547.054364 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90547.054364 y=414.745729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90547.054364 y=380.095729 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90547.054364 y=345.445729 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90547.054364 y=310.795729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90547.054364 y=276.145729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90547.054364 y=241.495729 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90547.054364 y=206.845729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90574.10891 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90574.10891 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90574.10891 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90574.10891 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90574.10891 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90574.10891 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90574.10891 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90574.10891 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90601.163455 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90601.163455 y=414.745729 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90601.163455 y=380.095729 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90601.163455 y=345.445729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90601.163455 y=310.795729 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90601.163455 y=276.145729 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90601.163455 y=241.495729 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90601.163455 y=206.845729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90628.218001 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90628.218001 y=414.745729 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90628.218001 y=380.095729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90628.218001 y=345.445729 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90628.218001 y=310.795729 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90628.218001 y=276.145729 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90628.218001 y=241.495729 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90628.218001 y=206.845729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90655.272546 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90655.272546 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90655.272546 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90655.272546 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90655.272546 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90655.272546 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90655.272546 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90655.272546 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90682.327091 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90682.327091 y=414.745729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90682.327091 y=380.095729 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90682.327091 y=345.445729 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90682.327091 y=310.795729 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90682.327091 y=276.145729 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90682.327091 y=241.495729 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90682.327091 y=206.845729 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90709.381637 y=449.395729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90709.381637 y=414.745729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90709.381637 y=380.095729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90709.381637 y=345.445729 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90709.381637 y=310.795729 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90709.381637 y=276.145729 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90709.381637 y=241.495729 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90709.381637 y=206.845729 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90736.436182 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90736.436182 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90736.436182 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90736.436182 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90736.436182 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90736.436182 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90736.436182 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90736.436182 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90763.490728 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90763.490728 y=414.745729 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90763.490728 y=380.095729 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90763.490728 y=345.445729 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90763.490728 y=310.795729 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90763.490728 y=276.145729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90763.490728 y=241.495729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90763.490728 y=206.845729 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90790.545273 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90790.545273 y=414.745729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90790.545273 y=380.095729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90790.545273 y=345.445729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90790.545273 y=310.795729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90790.545273 y=276.145729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90790.545273 y=241.495729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90790.545273 y=206.845729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90817.599819 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90817.599819 y=414.745729 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90817.599819 y=380.095729 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90817.599819 y=345.445729 style=&quot;fill: #5d96c4; stroke: #5d96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90817.599819 y=310.795729 style=&quot;fill: #78a6cd; stroke: #78a6cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90817.599819 y=276.145729 style=&quot;fill: #3a80b9; stroke: #3a80b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90817.599819 y=241.495729 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90817.599819 y=206.845729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90844.654364 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90844.654364 y=414.745729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90844.654364 y=380.095729 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90844.654364 y=345.445729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90844.654364 y=310.795729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90844.654364 y=276.145729 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90844.654364 y=241.495729 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbc05601835)&gt;&lt;use xlink:href=#C0_0_f6b289e421 x=90844.654364 y=206.845729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pbc05601835&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:31.127777&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_82962d3b59 d=&quot;M -90346.545273 -51.645 \n",
+       "L -90346.545273 -63.195 \n",
+       "L -90360.072546 -68.97 \n",
+       "L -90373.599819 -63.195 \n",
+       "L -90373.599819 -51.645 \n",
+       "L -90360.072546 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90452.363455 y=396 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90452.363455 y=361.35 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90452.363455 y=326.7 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90452.363455 y=292.05 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90452.363455 y=257.4 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90452.363455 y=222.75 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90452.363455 y=188.1 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90452.363455 y=153.45 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90452.363455 y=118.8 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90479.418001 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90479.418001 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90479.418001 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90479.418001 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90479.418001 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90479.418001 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90479.418001 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90479.418001 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90479.418001 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90506.472546 y=396 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90506.472546 y=361.35 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90506.472546 y=326.7 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90506.472546 y=292.05 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90506.472546 y=257.4 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90506.472546 y=222.75 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90506.472546 y=188.1 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90506.472546 y=153.45 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90506.472546 y=118.8 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90533.527091 y=396 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90533.527091 y=361.35 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90533.527091 y=326.7 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90533.527091 y=292.05 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90533.527091 y=257.4 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90533.527091 y=222.75 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90533.527091 y=188.1 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90533.527091 y=153.45 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90533.527091 y=118.8 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90560.581637 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90560.581637 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90560.581637 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90560.581637 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90560.581637 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90560.581637 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90560.581637 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90560.581637 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90560.581637 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90587.636182 y=396 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90587.636182 y=361.35 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90587.636182 y=326.7 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90587.636182 y=292.05 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90587.636182 y=257.4 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90587.636182 y=222.75 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90587.636182 y=188.1 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90587.636182 y=153.45 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90587.636182 y=118.8 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90614.690728 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90614.690728 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90614.690728 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90614.690728 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90614.690728 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90614.690728 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90614.690728 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90614.690728 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90614.690728 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90641.745273 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90641.745273 y=361.35 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90641.745273 y=326.7 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90641.745273 y=292.05 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90641.745273 y=257.4 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90641.745273 y=222.75 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90641.745273 y=188.1 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90641.745273 y=153.45 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90641.745273 y=118.8 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90668.799819 y=396 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90668.799819 y=361.35 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90668.799819 y=326.7 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90668.799819 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90668.799819 y=257.4 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90668.799819 y=222.75 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90668.799819 y=188.1 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90668.799819 y=153.45 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90668.799819 y=118.8 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90695.854364 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90695.854364 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90695.854364 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90695.854364 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90695.854364 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90695.854364 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90695.854364 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90695.854364 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90695.854364 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90722.90891 y=396 style=&quot;fill: #4d8bbf; stroke: #4d8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90722.90891 y=361.35 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90722.90891 y=326.7 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90722.90891 y=292.05 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90722.90891 y=257.4 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90722.90891 y=222.75 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90722.90891 y=188.1 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90722.90891 y=153.45 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90722.90891 y=118.8 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90749.963455 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90749.963455 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90749.963455 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90749.963455 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90749.963455 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90749.963455 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90749.963455 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90749.963455 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90749.963455 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90777.018001 y=396 style=&quot;fill: #4788bd; stroke: #4788bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90777.018001 y=361.35 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90777.018001 y=326.7 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90777.018001 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90777.018001 y=257.4 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90777.018001 y=222.75 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90777.018001 y=188.1 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90777.018001 y=153.45 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90777.018001 y=118.8 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90804.072546 y=396 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90804.072546 y=361.35 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90804.072546 y=326.7 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90804.072546 y=292.05 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90804.072546 y=257.4 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90804.072546 y=222.75 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90804.072546 y=188.1 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90804.072546 y=153.45 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90804.072546 y=118.8 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90831.127091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90831.127091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90831.127091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90831.127091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90831.127091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90831.127091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90831.127091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90831.127091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90831.127091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90858.181637 y=396 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90858.181637 y=361.35 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90858.181637 y=326.7 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90858.181637 y=292.05 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90858.181637 y=257.4 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90858.181637 y=222.75 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90858.181637 y=188.1 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90858.181637 y=153.45 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90858.181637 y=118.8 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90465.890728 y=378.675 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90465.890728 y=344.025 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90465.890728 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90465.890728 y=274.725 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90465.890728 y=240.075 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90465.890728 y=205.425 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90465.890728 y=170.775 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90465.890728 y=136.125 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90492.945273 y=378.675 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90492.945273 y=344.025 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90492.945273 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90492.945273 y=274.725 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90492.945273 y=240.075 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90492.945273 y=205.425 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90492.945273 y=170.775 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90492.945273 y=136.125 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90519.999819 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90519.999819 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90519.999819 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90519.999819 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90519.999819 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90519.999819 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90519.999819 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90519.999819 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90547.054364 y=378.675 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90547.054364 y=344.025 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90547.054364 y=309.375 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90547.054364 y=274.725 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90547.054364 y=240.075 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90547.054364 y=205.425 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90547.054364 y=170.775 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90547.054364 y=136.125 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90574.10891 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90574.10891 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90574.10891 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90574.10891 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90574.10891 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90574.10891 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90574.10891 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90574.10891 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90601.163455 y=378.675 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90601.163455 y=344.025 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90601.163455 y=309.375 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90601.163455 y=274.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90601.163455 y=240.075 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90601.163455 y=205.425 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90601.163455 y=170.775 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90601.163455 y=136.125 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90628.218001 y=378.675 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90628.218001 y=344.025 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90628.218001 y=309.375 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90628.218001 y=274.725 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90628.218001 y=240.075 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90628.218001 y=205.425 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90628.218001 y=170.775 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90628.218001 y=136.125 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90655.272546 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90655.272546 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90655.272546 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90655.272546 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90655.272546 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90655.272546 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90655.272546 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90655.272546 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90682.327091 y=378.675 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90682.327091 y=344.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90682.327091 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90682.327091 y=274.725 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90682.327091 y=240.075 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90682.327091 y=205.425 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90682.327091 y=170.775 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90682.327091 y=136.125 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90709.381637 y=378.675 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90709.381637 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90709.381637 y=309.375 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90709.381637 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90709.381637 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90709.381637 y=205.425 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90709.381637 y=170.775 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90709.381637 y=136.125 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90736.436182 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90736.436182 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90736.436182 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90736.436182 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90736.436182 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90736.436182 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90736.436182 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90736.436182 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90763.490728 y=378.675 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90763.490728 y=344.025 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90763.490728 y=309.375 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90763.490728 y=274.725 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90763.490728 y=240.075 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90763.490728 y=205.425 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90763.490728 y=170.775 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90763.490728 y=136.125 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90790.545273 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90790.545273 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90790.545273 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90790.545273 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90790.545273 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90790.545273 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90790.545273 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90790.545273 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90817.599819 y=378.675 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90817.599819 y=344.025 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90817.599819 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90817.599819 y=274.725 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90817.599819 y=240.075 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90817.599819 y=205.425 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90817.599819 y=170.775 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90817.599819 y=136.125 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90844.654364 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90844.654364 y=344.025 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90844.654364 y=309.375 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90844.654364 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90844.654364 y=240.075 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90844.654364 y=205.425 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90844.654364 y=170.775 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p3326ec244c)&gt;&lt;use xlink:href=#C0_0_82962d3b59 x=90844.654364 y=136.125 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p3326ec244c&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:37.960061&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_414b1e99b6 d=&quot;M -90346.545273 -51.645 \n",
+       "L -90346.545273 -63.195 \n",
+       "L -90360.072546 -68.97 \n",
+       "L -90373.599819 -63.195 \n",
+       "L -90373.599819 -51.645 \n",
+       "L -90360.072546 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90452.363455 y=396 style=&quot;fill: #4a8abe; stroke: #4a8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90452.363455 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90452.363455 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90452.363455 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90452.363455 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90452.363455 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90452.363455 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90452.363455 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90452.363455 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90479.418001 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90479.418001 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90479.418001 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90479.418001 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90479.418001 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90479.418001 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90479.418001 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90479.418001 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90479.418001 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90506.472546 y=396 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90506.472546 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90506.472546 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90506.472546 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90506.472546 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90506.472546 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90506.472546 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90506.472546 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90506.472546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90533.527091 y=396 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90533.527091 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90533.527091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90533.527091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90533.527091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90533.527091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90533.527091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90533.527091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90533.527091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90560.581637 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90560.581637 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90560.581637 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90560.581637 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90560.581637 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90560.581637 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90560.581637 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90560.581637 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90560.581637 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90587.636182 y=396 style=&quot;fill: #4b8bbe; stroke: #4b8bbe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90587.636182 y=361.35 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90587.636182 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90587.636182 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90587.636182 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90587.636182 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90587.636182 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90587.636182 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90587.636182 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90614.690728 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90614.690728 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90614.690728 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90614.690728 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90614.690728 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90614.690728 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90614.690728 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90614.690728 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90614.690728 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90641.745273 y=396 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90641.745273 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90641.745273 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90641.745273 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90641.745273 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90641.745273 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90641.745273 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90641.745273 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90641.745273 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90668.799819 y=396 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90668.799819 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90668.799819 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90668.799819 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90668.799819 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90668.799819 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90668.799819 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90668.799819 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90668.799819 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90695.854364 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90695.854364 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90695.854364 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90695.854364 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90695.854364 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90695.854364 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90695.854364 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90695.854364 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90695.854364 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90722.90891 y=396 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90722.90891 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90722.90891 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90722.90891 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90722.90891 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90722.90891 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90722.90891 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90722.90891 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90722.90891 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90749.963455 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90749.963455 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90749.963455 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90749.963455 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90749.963455 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90749.963455 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90749.963455 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90749.963455 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90749.963455 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90777.018001 y=396 style=&quot;fill: #4b8abe; stroke: #4b8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90777.018001 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90777.018001 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90777.018001 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90777.018001 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90777.018001 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90777.018001 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90777.018001 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90777.018001 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90804.072546 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90804.072546 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90804.072546 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90804.072546 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90804.072546 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90804.072546 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90804.072546 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90804.072546 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90804.072546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90831.127091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90831.127091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90831.127091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90831.127091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90831.127091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90831.127091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90831.127091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90831.127091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90831.127091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90858.181637 y=396 style=&quot;fill: #397fb9; stroke: #397fb9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90858.181637 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90858.181637 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90858.181637 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90858.181637 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90858.181637 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90858.181637 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90858.181637 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90858.181637 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90465.890728 y=378.675 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90465.890728 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90465.890728 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90465.890728 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90465.890728 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90465.890728 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90465.890728 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90465.890728 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90492.945273 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90492.945273 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90492.945273 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90492.945273 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90492.945273 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90492.945273 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90492.945273 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90492.945273 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90519.999819 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90519.999819 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90519.999819 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90519.999819 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90519.999819 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90519.999819 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90519.999819 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90519.999819 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90547.054364 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90547.054364 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90547.054364 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90547.054364 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90547.054364 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90547.054364 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90547.054364 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90547.054364 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90574.10891 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90574.10891 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90574.10891 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90574.10891 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90574.10891 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90574.10891 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90574.10891 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90574.10891 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90601.163455 y=378.675 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90601.163455 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90601.163455 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90601.163455 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90601.163455 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90601.163455 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90601.163455 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90601.163455 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90628.218001 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90628.218001 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90628.218001 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90628.218001 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90628.218001 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90628.218001 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90628.218001 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90628.218001 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90655.272546 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90655.272546 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90655.272546 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90655.272546 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90655.272546 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90655.272546 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90655.272546 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90655.272546 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90682.327091 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90682.327091 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90682.327091 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90682.327091 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90682.327091 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90682.327091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90682.327091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90682.327091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90709.381637 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90709.381637 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90709.381637 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90709.381637 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90709.381637 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90709.381637 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90709.381637 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90709.381637 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90736.436182 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90736.436182 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90736.436182 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90736.436182 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90736.436182 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90736.436182 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90736.436182 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90736.436182 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90763.490728 y=378.675 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90763.490728 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90763.490728 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90763.490728 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90763.490728 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90763.490728 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90763.490728 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90763.490728 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90790.545273 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90790.545273 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90790.545273 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90790.545273 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90790.545273 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90790.545273 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90790.545273 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90790.545273 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90817.599819 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90817.599819 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90817.599819 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90817.599819 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90817.599819 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90817.599819 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90817.599819 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90817.599819 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90844.654364 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90844.654364 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90844.654364 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90844.654364 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90844.654364 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90844.654364 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90844.654364 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd2f3b05efd)&gt;&lt;use xlink:href=#C0_0_414b1e99b6 x=90844.654364 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pd2f3b05efd&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:45.144121&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_8551f65b31 d=&quot;M -90346.545273 -176.697632 \n",
+       "L -90346.545273 -188.247632 \n",
+       "L -90360.072546 -194.022632 \n",
+       "L -90373.599819 -188.247632 \n",
+       "L -90373.599819 -176.697632 \n",
+       "L -90360.072546 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90452.363455 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90452.363455 y=486.402632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90452.363455 y=451.752632 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90452.363455 y=417.102632 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90452.363455 y=382.452632 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90452.363455 y=347.802632 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90452.363455 y=313.152632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90452.363455 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90452.363455 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90479.418001 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90479.418001 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90479.418001 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90479.418001 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90479.418001 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90479.418001 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90479.418001 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90479.418001 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90479.418001 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90506.472546 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90506.472546 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90506.472546 y=451.752632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90506.472546 y=417.102632 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90506.472546 y=382.452632 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90506.472546 y=347.802632 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90506.472546 y=313.152632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90506.472546 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90506.472546 y=243.852632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90533.527091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90533.527091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90533.527091 y=451.752632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90533.527091 y=417.102632 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90533.527091 y=382.452632 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90533.527091 y=347.802632 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90533.527091 y=313.152632 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90533.527091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90533.527091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90560.581637 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90560.581637 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90560.581637 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90560.581637 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90560.581637 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90560.581637 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90560.581637 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90560.581637 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90560.581637 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90587.636182 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90587.636182 y=486.402632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90587.636182 y=451.752632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90587.636182 y=417.102632 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90587.636182 y=382.452632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90587.636182 y=347.802632 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90587.636182 y=313.152632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90587.636182 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90587.636182 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90614.690728 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90614.690728 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90614.690728 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90614.690728 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90614.690728 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90614.690728 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90614.690728 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90614.690728 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90614.690728 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90641.745273 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90641.745273 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90641.745273 y=451.752632 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90641.745273 y=417.102632 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90641.745273 y=382.452632 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90641.745273 y=347.802632 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90641.745273 y=313.152632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90641.745273 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90641.745273 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90668.799819 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90668.799819 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90668.799819 y=451.752632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90668.799819 y=417.102632 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90668.799819 y=382.452632 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90668.799819 y=347.802632 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90668.799819 y=313.152632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90668.799819 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90668.799819 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90695.854364 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90695.854364 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90695.854364 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90695.854364 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90695.854364 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90695.854364 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90695.854364 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90695.854364 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90695.854364 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90722.90891 y=521.052632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90722.90891 y=486.402632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90722.90891 y=451.752632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90722.90891 y=417.102632 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90722.90891 y=382.452632 style=&quot;fill: #5390c1; stroke: #5390c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90722.90891 y=347.802632 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90722.90891 y=313.152632 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90722.90891 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90722.90891 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90749.963455 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90749.963455 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90749.963455 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90749.963455 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90749.963455 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90749.963455 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90749.963455 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90749.963455 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90749.963455 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90777.018001 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90777.018001 y=486.402632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90777.018001 y=451.752632 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90777.018001 y=417.102632 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90777.018001 y=382.452632 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90777.018001 y=347.802632 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90777.018001 y=313.152632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90777.018001 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90777.018001 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90804.072546 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90804.072546 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90804.072546 y=451.752632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90804.072546 y=417.102632 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90804.072546 y=382.452632 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90804.072546 y=347.802632 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90804.072546 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90804.072546 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90804.072546 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90831.127091 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90831.127091 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90831.127091 y=451.752632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90831.127091 y=417.102632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90831.127091 y=382.452632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90831.127091 y=347.802632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90831.127091 y=313.152632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90831.127091 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90831.127091 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90858.181637 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90858.181637 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90858.181637 y=451.752632 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90858.181637 y=417.102632 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90858.181637 y=382.452632 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90858.181637 y=347.802632 style=&quot;fill: #8db4d3; stroke: #8db4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90858.181637 y=313.152632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90858.181637 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90858.181637 y=243.852632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90465.890728 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90465.890728 y=469.077632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90465.890728 y=434.427632 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90465.890728 y=399.777632 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90465.890728 y=365.127632 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90465.890728 y=330.477632 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90465.890728 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90465.890728 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90492.945273 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90492.945273 y=469.077632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90492.945273 y=434.427632 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90492.945273 y=399.777632 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90492.945273 y=365.127632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90492.945273 y=330.477632 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90492.945273 y=295.827632 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90492.945273 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90519.999819 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90519.999819 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90519.999819 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90519.999819 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90519.999819 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90519.999819 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90519.999819 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90519.999819 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90547.054364 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90547.054364 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90547.054364 y=434.427632 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90547.054364 y=399.777632 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90547.054364 y=365.127632 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90547.054364 y=330.477632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90547.054364 y=295.827632 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90547.054364 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90574.10891 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90574.10891 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90574.10891 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90574.10891 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90574.10891 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90574.10891 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90574.10891 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90574.10891 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90601.163455 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90601.163455 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90601.163455 y=434.427632 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90601.163455 y=399.777632 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90601.163455 y=365.127632 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90601.163455 y=330.477632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90601.163455 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90601.163455 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90628.218001 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90628.218001 y=469.077632 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90628.218001 y=434.427632 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90628.218001 y=399.777632 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90628.218001 y=365.127632 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90628.218001 y=330.477632 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90628.218001 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90628.218001 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90655.272546 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90655.272546 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90655.272546 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90655.272546 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90655.272546 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90655.272546 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90655.272546 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90655.272546 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90682.327091 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90682.327091 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90682.327091 y=434.427632 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90682.327091 y=399.777632 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90682.327091 y=365.127632 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90682.327091 y=330.477632 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90682.327091 y=295.827632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90682.327091 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90709.381637 y=503.727632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90709.381637 y=469.077632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90709.381637 y=434.427632 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90709.381637 y=399.777632 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90709.381637 y=365.127632 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90709.381637 y=330.477632 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90709.381637 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90709.381637 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90736.436182 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90736.436182 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90736.436182 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90736.436182 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90736.436182 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90736.436182 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90736.436182 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90736.436182 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90763.490728 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90763.490728 y=469.077632 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90763.490728 y=434.427632 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90763.490728 y=399.777632 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90763.490728 y=365.127632 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90763.490728 y=330.477632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90763.490728 y=295.827632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90763.490728 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90790.545273 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90790.545273 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90790.545273 y=434.427632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90790.545273 y=399.777632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90790.545273 y=365.127632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90790.545273 y=330.477632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90790.545273 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90790.545273 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90817.599819 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90817.599819 y=469.077632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90817.599819 y=434.427632 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90817.599819 y=399.777632 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90817.599819 y=365.127632 style=&quot;fill: #4687bd; stroke: #4687bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90817.599819 y=330.477632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90817.599819 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90817.599819 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90844.654364 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90844.654364 y=469.077632 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90844.654364 y=434.427632 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90844.654364 y=399.777632 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90844.654364 y=365.127632 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90844.654364 y=330.477632 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90844.654364 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p8153efbf6c)&gt;&lt;use xlink:href=#C0_0_8551f65b31 x=90844.654364 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p8153efbf6c&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:51.223382&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_fe9f3b165a d=&quot;M -90346.545273 -109.969887 \n",
+       "L -90346.545273 -121.519887 \n",
+       "L -90360.072546 -127.294887 \n",
+       "L -90373.599819 -121.519887 \n",
+       "L -90373.599819 -109.969887 \n",
+       "L -90360.072546 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90452.363455 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90452.363455 y=419.674887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90452.363455 y=385.024887 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90452.363455 y=350.374887 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90452.363455 y=315.724887 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90452.363455 y=281.074887 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90452.363455 y=246.424887 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90452.363455 y=211.774887 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90452.363455 y=177.124887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90479.418001 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90479.418001 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90479.418001 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90479.418001 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90479.418001 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90479.418001 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90479.418001 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90479.418001 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90479.418001 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90506.472546 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90506.472546 y=419.674887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90506.472546 y=385.024887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90506.472546 y=350.374887 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90506.472546 y=315.724887 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90506.472546 y=281.074887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90506.472546 y=246.424887 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90506.472546 y=211.774887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90506.472546 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90533.527091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90533.527091 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90533.527091 y=385.024887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90533.527091 y=350.374887 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90533.527091 y=315.724887 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90533.527091 y=281.074887 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90533.527091 y=246.424887 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90533.527091 y=211.774887 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90533.527091 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90560.581637 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90560.581637 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90560.581637 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90560.581637 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90560.581637 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90560.581637 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90560.581637 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90560.581637 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90560.581637 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90587.636182 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90587.636182 y=419.674887 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90587.636182 y=385.024887 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90587.636182 y=350.374887 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90587.636182 y=315.724887 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90587.636182 y=281.074887 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90587.636182 y=246.424887 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90587.636182 y=211.774887 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90587.636182 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90614.690728 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90614.690728 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90614.690728 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90614.690728 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90614.690728 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90614.690728 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90614.690728 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90614.690728 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90614.690728 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90641.745273 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90641.745273 y=419.674887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90641.745273 y=385.024887 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90641.745273 y=350.374887 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90641.745273 y=315.724887 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90641.745273 y=281.074887 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90641.745273 y=246.424887 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90641.745273 y=211.774887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90641.745273 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90668.799819 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90668.799819 y=419.674887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90668.799819 y=385.024887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90668.799819 y=350.374887 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90668.799819 y=315.724887 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90668.799819 y=281.074887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90668.799819 y=246.424887 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90668.799819 y=211.774887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90668.799819 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90695.854364 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90695.854364 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90695.854364 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90695.854364 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90695.854364 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90695.854364 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90695.854364 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90695.854364 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90695.854364 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90722.90891 y=454.324887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90722.90891 y=419.674887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90722.90891 y=385.024887 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90722.90891 y=350.374887 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90722.90891 y=315.724887 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90722.90891 y=281.074887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90722.90891 y=246.424887 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90722.90891 y=211.774887 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90722.90891 y=177.124887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90749.963455 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90749.963455 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90749.963455 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90749.963455 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90749.963455 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90749.963455 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90749.963455 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90749.963455 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90749.963455 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90777.018001 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90777.018001 y=419.674887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90777.018001 y=385.024887 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90777.018001 y=350.374887 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90777.018001 y=315.724887 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90777.018001 y=281.074887 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90777.018001 y=246.424887 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90777.018001 y=211.774887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90777.018001 y=177.124887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90804.072546 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90804.072546 y=419.674887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90804.072546 y=385.024887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90804.072546 y=350.374887 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90804.072546 y=315.724887 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90804.072546 y=281.074887 style=&quot;fill: #4f8dc0; stroke: #4f8dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90804.072546 y=246.424887 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90804.072546 y=211.774887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90804.072546 y=177.124887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90831.127091 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90831.127091 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90831.127091 y=385.024887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90831.127091 y=350.374887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90831.127091 y=315.724887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90831.127091 y=281.074887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90831.127091 y=246.424887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90831.127091 y=211.774887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90831.127091 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90858.181637 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90858.181637 y=419.674887 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90858.181637 y=385.024887 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90858.181637 y=350.374887 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90858.181637 y=315.724887 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90858.181637 y=281.074887 style=&quot;fill: #4c8bbf; stroke: #4c8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90858.181637 y=246.424887 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90858.181637 y=211.774887 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90858.181637 y=177.124887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90465.890728 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90465.890728 y=402.349887 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90465.890728 y=367.699887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90465.890728 y=333.049887 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90465.890728 y=298.399887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90465.890728 y=263.749887 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90465.890728 y=229.099887 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90465.890728 y=194.449887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90492.945273 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90492.945273 y=402.349887 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90492.945273 y=367.699887 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90492.945273 y=333.049887 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90492.945273 y=298.399887 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90492.945273 y=263.749887 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90492.945273 y=229.099887 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90492.945273 y=194.449887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90519.999819 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90519.999819 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90519.999819 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90519.999819 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90519.999819 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90519.999819 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90519.999819 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90519.999819 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90547.054364 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90547.054364 y=402.349887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90547.054364 y=367.699887 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90547.054364 y=333.049887 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90547.054364 y=298.399887 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90547.054364 y=263.749887 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90547.054364 y=229.099887 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90547.054364 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90574.10891 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90574.10891 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90574.10891 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90574.10891 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90574.10891 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90574.10891 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90574.10891 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90574.10891 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90601.163455 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90601.163455 y=402.349887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90601.163455 y=367.699887 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90601.163455 y=333.049887 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90601.163455 y=298.399887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90601.163455 y=263.749887 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90601.163455 y=229.099887 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90601.163455 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90628.218001 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90628.218001 y=402.349887 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90628.218001 y=367.699887 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90628.218001 y=333.049887 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90628.218001 y=298.399887 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90628.218001 y=263.749887 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90628.218001 y=229.099887 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90628.218001 y=194.449887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90655.272546 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90655.272546 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90655.272546 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90655.272546 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90655.272546 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90655.272546 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90655.272546 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90655.272546 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90682.327091 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90682.327091 y=402.349887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90682.327091 y=367.699887 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90682.327091 y=333.049887 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90682.327091 y=298.399887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90682.327091 y=263.749887 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90682.327091 y=229.099887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90682.327091 y=194.449887 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90709.381637 y=436.999887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90709.381637 y=402.349887 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90709.381637 y=367.699887 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90709.381637 y=333.049887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90709.381637 y=298.399887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90709.381637 y=263.749887 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90709.381637 y=229.099887 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90709.381637 y=194.449887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90736.436182 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90736.436182 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90736.436182 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90736.436182 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90736.436182 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90736.436182 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90736.436182 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90736.436182 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90763.490728 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90763.490728 y=402.349887 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90763.490728 y=367.699887 style=&quot;fill: #4c8bbf; stroke: #4c8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90763.490728 y=333.049887 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90763.490728 y=298.399887 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90763.490728 y=263.749887 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90763.490728 y=229.099887 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90763.490728 y=194.449887 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90790.545273 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90790.545273 y=402.349887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90790.545273 y=367.699887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90790.545273 y=333.049887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90790.545273 y=298.399887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90790.545273 y=263.749887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90790.545273 y=229.099887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90790.545273 y=194.449887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90817.599819 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90817.599819 y=402.349887 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90817.599819 y=367.699887 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90817.599819 y=333.049887 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90817.599819 y=298.399887 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90817.599819 y=263.749887 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90817.599819 y=229.099887 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90817.599819 y=194.449887 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90844.654364 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90844.654364 y=402.349887 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90844.654364 y=367.699887 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90844.654364 y=333.049887 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90844.654364 y=298.399887 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90844.654364 y=263.749887 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90844.654364 y=229.099887 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc900dff073)&gt;&lt;use xlink:href=#C0_0_fe9f3b165a x=90844.654364 y=194.449887 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pc900dff073&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:57.241858&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_4b0a1b2e3b d=&quot;M -90346.545273 -170.339681 \n",
+       "L -90346.545273 -181.889681 \n",
+       "L -90360.072546 -187.664681 \n",
+       "L -90373.599819 -181.889681 \n",
+       "L -90373.599819 -170.339681 \n",
+       "L -90360.072546 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90452.363455 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90452.363455 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90452.363455 y=445.394681 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90452.363455 y=410.744681 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90452.363455 y=376.094681 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90452.363455 y=341.444681 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90452.363455 y=306.794681 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90452.363455 y=272.144681 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90452.363455 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90479.418001 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90479.418001 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90479.418001 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90479.418001 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90479.418001 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90479.418001 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90479.418001 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90479.418001 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90479.418001 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90506.472546 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90506.472546 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90506.472546 y=445.394681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90506.472546 y=410.744681 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90506.472546 y=376.094681 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90506.472546 y=341.444681 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90506.472546 y=306.794681 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90506.472546 y=272.144681 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90506.472546 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90533.527091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90533.527091 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90533.527091 y=445.394681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90533.527091 y=410.744681 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90533.527091 y=376.094681 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90533.527091 y=341.444681 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90533.527091 y=306.794681 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90533.527091 y=272.144681 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90533.527091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90560.581637 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90560.581637 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90560.581637 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90560.581637 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90560.581637 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90560.581637 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90560.581637 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90560.581637 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90560.581637 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90587.636182 y=514.694681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90587.636182 y=480.044681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90587.636182 y=445.394681 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90587.636182 y=410.744681 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90587.636182 y=376.094681 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90587.636182 y=341.444681 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90587.636182 y=306.794681 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90587.636182 y=272.144681 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90587.636182 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90614.690728 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90614.690728 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90614.690728 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90614.690728 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90614.690728 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90614.690728 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90614.690728 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90614.690728 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90614.690728 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90641.745273 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90641.745273 y=480.044681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90641.745273 y=445.394681 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90641.745273 y=410.744681 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90641.745273 y=376.094681 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90641.745273 y=341.444681 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90641.745273 y=306.794681 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90641.745273 y=272.144681 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90641.745273 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90668.799819 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90668.799819 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90668.799819 y=445.394681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90668.799819 y=410.744681 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90668.799819 y=376.094681 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90668.799819 y=341.444681 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90668.799819 y=306.794681 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90668.799819 y=272.144681 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90668.799819 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90695.854364 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90695.854364 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90695.854364 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90695.854364 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90695.854364 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90695.854364 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90695.854364 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90695.854364 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90695.854364 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90722.90891 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90722.90891 y=480.044681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90722.90891 y=445.394681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90722.90891 y=410.744681 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90722.90891 y=376.094681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90722.90891 y=341.444681 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90722.90891 y=306.794681 style=&quot;fill: #5f97c5; stroke: #5f97c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90722.90891 y=272.144681 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90722.90891 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90749.963455 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90749.963455 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90749.963455 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90749.963455 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90749.963455 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90749.963455 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90749.963455 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90749.963455 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90749.963455 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90777.018001 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90777.018001 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90777.018001 y=445.394681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90777.018001 y=410.744681 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90777.018001 y=376.094681 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90777.018001 y=341.444681 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90777.018001 y=306.794681 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90777.018001 y=272.144681 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90777.018001 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90804.072546 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90804.072546 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90804.072546 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90804.072546 y=410.744681 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90804.072546 y=376.094681 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90804.072546 y=341.444681 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90804.072546 y=306.794681 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90804.072546 y=272.144681 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90804.072546 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90831.127091 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90831.127091 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90831.127091 y=445.394681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90831.127091 y=410.744681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90831.127091 y=376.094681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90831.127091 y=341.444681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90831.127091 y=306.794681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90831.127091 y=272.144681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90831.127091 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90858.181637 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90858.181637 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90858.181637 y=445.394681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90858.181637 y=410.744681 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90858.181637 y=376.094681 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90858.181637 y=341.444681 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90858.181637 y=306.794681 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90858.181637 y=272.144681 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90858.181637 y=237.494681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90465.890728 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90465.890728 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90465.890728 y=428.069681 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90465.890728 y=393.419681 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90465.890728 y=358.769681 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90465.890728 y=324.119681 style=&quot;fill: #c2d4e4; stroke: #c2d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90465.890728 y=289.469681 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90465.890728 y=254.819681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90492.945273 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90492.945273 y=462.719681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90492.945273 y=428.069681 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90492.945273 y=393.419681 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90492.945273 y=358.769681 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90492.945273 y=324.119681 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90492.945273 y=289.469681 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90492.945273 y=254.819681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90519.999819 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90519.999819 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90519.999819 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90519.999819 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90519.999819 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90519.999819 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90519.999819 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90519.999819 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90547.054364 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90547.054364 y=462.719681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90547.054364 y=428.069681 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90547.054364 y=393.419681 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90547.054364 y=358.769681 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90547.054364 y=324.119681 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90547.054364 y=289.469681 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90547.054364 y=254.819681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90574.10891 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90574.10891 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90574.10891 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90574.10891 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90574.10891 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90574.10891 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90574.10891 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90574.10891 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90601.163455 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90601.163455 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90601.163455 y=428.069681 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90601.163455 y=393.419681 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90601.163455 y=358.769681 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90601.163455 y=324.119681 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90601.163455 y=289.469681 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90601.163455 y=254.819681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90628.218001 y=497.369681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90628.218001 y=462.719681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90628.218001 y=428.069681 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90628.218001 y=393.419681 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90628.218001 y=358.769681 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90628.218001 y=324.119681 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90628.218001 y=289.469681 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90628.218001 y=254.819681 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90655.272546 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90655.272546 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90655.272546 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90655.272546 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90655.272546 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90655.272546 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90655.272546 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90655.272546 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90682.327091 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90682.327091 y=462.719681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90682.327091 y=428.069681 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90682.327091 y=393.419681 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90682.327091 y=358.769681 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90682.327091 y=324.119681 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90682.327091 y=289.469681 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90682.327091 y=254.819681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90709.381637 y=497.369681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90709.381637 y=462.719681 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90709.381637 y=428.069681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90709.381637 y=393.419681 style=&quot;fill: #92b7d5; stroke: #92b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90709.381637 y=358.769681 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90709.381637 y=324.119681 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90709.381637 y=289.469681 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90709.381637 y=254.819681 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90736.436182 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90736.436182 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90736.436182 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90736.436182 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90736.436182 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90736.436182 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90736.436182 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90736.436182 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90763.490728 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90763.490728 y=462.719681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90763.490728 y=428.069681 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90763.490728 y=393.419681 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90763.490728 y=358.769681 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90763.490728 y=324.119681 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90763.490728 y=289.469681 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90763.490728 y=254.819681 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90790.545273 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90790.545273 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90790.545273 y=428.069681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90790.545273 y=393.419681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90790.545273 y=358.769681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90790.545273 y=324.119681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90790.545273 y=289.469681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90790.545273 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90817.599819 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90817.599819 y=462.719681 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90817.599819 y=428.069681 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90817.599819 y=393.419681 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90817.599819 y=358.769681 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90817.599819 y=324.119681 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90817.599819 y=289.469681 style=&quot;fill: #5f97c5; stroke: #5f97c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90817.599819 y=254.819681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90844.654364 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90844.654364 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90844.654364 y=428.069681 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90844.654364 y=393.419681 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90844.654364 y=358.769681 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90844.654364 y=324.119681 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90844.654364 y=289.469681 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6eda1f02b0)&gt;&lt;use xlink:href=#C0_0_4b0a1b2e3b x=90844.654364 y=254.819681 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p6eda1f02b0&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:03.923567&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_01bab99dcc d=&quot;M -90346.545273 -119.986935 \n",
+       "L -90346.545273 -131.536935 \n",
+       "L -90360.072546 -137.311935 \n",
+       "L -90373.599819 -131.536935 \n",
+       "L -90373.599819 -119.986935 \n",
+       "L -90360.072546 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90452.363455 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90452.363455 y=429.691935 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90452.363455 y=395.041935 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90452.363455 y=360.391935 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90452.363455 y=325.741935 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90452.363455 y=291.091935 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90452.363455 y=256.441935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90452.363455 y=221.791935 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90452.363455 y=187.141935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90479.418001 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90479.418001 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90479.418001 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90479.418001 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90479.418001 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90479.418001 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90479.418001 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90479.418001 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90479.418001 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90506.472546 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90506.472546 y=429.691935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90506.472546 y=395.041935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90506.472546 y=360.391935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90506.472546 y=325.741935 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90506.472546 y=291.091935 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90506.472546 y=256.441935 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90506.472546 y=221.791935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90506.472546 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90533.527091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90533.527091 y=429.691935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90533.527091 y=395.041935 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90533.527091 y=360.391935 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90533.527091 y=325.741935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90533.527091 y=291.091935 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90533.527091 y=256.441935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90533.527091 y=221.791935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90533.527091 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90560.581637 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90560.581637 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90560.581637 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90560.581637 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90560.581637 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90560.581637 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90560.581637 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90560.581637 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90560.581637 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90587.636182 y=464.341935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90587.636182 y=429.691935 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90587.636182 y=395.041935 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90587.636182 y=360.391935 style=&quot;fill: #6198c5; stroke: #6198c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90587.636182 y=325.741935 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90587.636182 y=291.091935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90587.636182 y=256.441935 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90587.636182 y=221.791935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90587.636182 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90614.690728 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90614.690728 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90614.690728 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90614.690728 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90614.690728 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90614.690728 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90614.690728 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90614.690728 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90614.690728 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90641.745273 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90641.745273 y=429.691935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90641.745273 y=395.041935 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90641.745273 y=360.391935 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90641.745273 y=325.741935 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90641.745273 y=291.091935 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90641.745273 y=256.441935 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90641.745273 y=221.791935 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90641.745273 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90668.799819 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90668.799819 y=429.691935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90668.799819 y=395.041935 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90668.799819 y=360.391935 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90668.799819 y=325.741935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90668.799819 y=291.091935 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90668.799819 y=256.441935 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90668.799819 y=221.791935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90668.799819 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90695.854364 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90695.854364 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90695.854364 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90695.854364 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90695.854364 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90695.854364 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90695.854364 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90695.854364 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90695.854364 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90722.90891 y=464.341935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90722.90891 y=429.691935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90722.90891 y=395.041935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90722.90891 y=360.391935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90722.90891 y=325.741935 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90722.90891 y=291.091935 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90722.90891 y=256.441935 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90722.90891 y=221.791935 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90722.90891 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90749.963455 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90749.963455 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90749.963455 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90749.963455 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90749.963455 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90749.963455 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90749.963455 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90749.963455 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90749.963455 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90777.018001 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90777.018001 y=429.691935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90777.018001 y=395.041935 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90777.018001 y=360.391935 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90777.018001 y=325.741935 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90777.018001 y=291.091935 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90777.018001 y=256.441935 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90777.018001 y=221.791935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90777.018001 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90804.072546 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90804.072546 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90804.072546 y=395.041935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90804.072546 y=360.391935 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90804.072546 y=325.741935 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90804.072546 y=291.091935 style=&quot;fill: #5591c2; stroke: #5591c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90804.072546 y=256.441935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90804.072546 y=221.791935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90804.072546 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90831.127091 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90831.127091 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90831.127091 y=395.041935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90831.127091 y=360.391935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90831.127091 y=325.741935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90831.127091 y=291.091935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90831.127091 y=256.441935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90831.127091 y=221.791935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90831.127091 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90858.181637 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90858.181637 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90858.181637 y=395.041935 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90858.181637 y=360.391935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90858.181637 y=325.741935 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90858.181637 y=291.091935 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90858.181637 y=256.441935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90858.181637 y=221.791935 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90858.181637 y=187.141935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90465.890728 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90465.890728 y=412.366935 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90465.890728 y=377.716935 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90465.890728 y=343.066935 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90465.890728 y=308.416935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90465.890728 y=273.766935 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90465.890728 y=239.116935 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90465.890728 y=204.466935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90492.945273 y=447.016935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90492.945273 y=412.366935 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90492.945273 y=377.716935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90492.945273 y=343.066935 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90492.945273 y=308.416935 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90492.945273 y=273.766935 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90492.945273 y=239.116935 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90492.945273 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90519.999819 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90519.999819 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90519.999819 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90519.999819 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90519.999819 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90519.999819 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90519.999819 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90519.999819 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90547.054364 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90547.054364 y=412.366935 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90547.054364 y=377.716935 style=&quot;fill: #508dc0; stroke: #508dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90547.054364 y=343.066935 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90547.054364 y=308.416935 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90547.054364 y=273.766935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90547.054364 y=239.116935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90547.054364 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90574.10891 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90574.10891 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90574.10891 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90574.10891 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90574.10891 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90574.10891 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90574.10891 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90574.10891 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90601.163455 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90601.163455 y=412.366935 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90601.163455 y=377.716935 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90601.163455 y=343.066935 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90601.163455 y=308.416935 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90601.163455 y=273.766935 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90601.163455 y=239.116935 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90601.163455 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90628.218001 y=447.016935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90628.218001 y=412.366935 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90628.218001 y=377.716935 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90628.218001 y=343.066935 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90628.218001 y=308.416935 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90628.218001 y=273.766935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90628.218001 y=239.116935 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90628.218001 y=204.466935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90655.272546 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90655.272546 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90655.272546 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90655.272546 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90655.272546 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90655.272546 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90655.272546 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90655.272546 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90682.327091 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90682.327091 y=412.366935 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90682.327091 y=377.716935 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90682.327091 y=343.066935 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90682.327091 y=308.416935 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90682.327091 y=273.766935 style=&quot;fill: #538fc1; stroke: #538fc1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90682.327091 y=239.116935 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90682.327091 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90709.381637 y=447.016935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90709.381637 y=412.366935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90709.381637 y=377.716935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90709.381637 y=343.066935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90709.381637 y=308.416935 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90709.381637 y=273.766935 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90709.381637 y=239.116935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90709.381637 y=204.466935 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90736.436182 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90736.436182 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90736.436182 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90736.436182 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90736.436182 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90736.436182 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90736.436182 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90736.436182 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90763.490728 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90763.490728 y=412.366935 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90763.490728 y=377.716935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90763.490728 y=343.066935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90763.490728 y=308.416935 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90763.490728 y=273.766935 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90763.490728 y=239.116935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90763.490728 y=204.466935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90790.545273 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90790.545273 y=412.366935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90790.545273 y=377.716935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90790.545273 y=343.066935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90790.545273 y=308.416935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90790.545273 y=273.766935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90790.545273 y=239.116935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90790.545273 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90817.599819 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90817.599819 y=412.366935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90817.599819 y=377.716935 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90817.599819 y=343.066935 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90817.599819 y=308.416935 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90817.599819 y=273.766935 style=&quot;fill: #508dc0; stroke: #508dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90817.599819 y=239.116935 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90817.599819 y=204.466935 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90844.654364 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90844.654364 y=412.366935 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90844.654364 y=377.716935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90844.654364 y=343.066935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90844.654364 y=308.416935 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90844.654364 y=273.766935 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90844.654364 y=239.116935 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p798748fc8c)&gt;&lt;use xlink:href=#C0_0_01bab99dcc x=90844.654364 y=204.466935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p798748fc8c&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:10.202727&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_e29a861c6e d=&quot;M -90346.545273 -51.645 \n",
+       "L -90346.545273 -63.195 \n",
+       "L -90360.072546 -68.97 \n",
+       "L -90373.599819 -63.195 \n",
+       "L -90373.599819 -51.645 \n",
+       "L -90360.072546 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90452.363455 y=396 style=&quot;fill: #4285bb; stroke: #4285bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90452.363455 y=361.35 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90452.363455 y=326.7 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90452.363455 y=292.05 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90452.363455 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90452.363455 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90452.363455 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90452.363455 y=153.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90452.363455 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90479.418001 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90479.418001 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90479.418001 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90479.418001 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90479.418001 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90479.418001 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90479.418001 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90479.418001 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90479.418001 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90506.472546 y=396 style=&quot;fill: #5993c3; stroke: #5993c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90506.472546 y=361.35 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90506.472546 y=326.7 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90506.472546 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90506.472546 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90506.472546 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90506.472546 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90506.472546 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90506.472546 y=118.8 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90533.527091 y=396 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90533.527091 y=361.35 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90533.527091 y=326.7 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90533.527091 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90533.527091 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90533.527091 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90533.527091 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90533.527091 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90533.527091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90560.581637 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90560.581637 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90560.581637 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90560.581637 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90560.581637 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90560.581637 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90560.581637 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90560.581637 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90560.581637 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90587.636182 y=396 style=&quot;fill: #538fc1; stroke: #538fc1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90587.636182 y=361.35 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90587.636182 y=326.7 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90587.636182 y=292.05 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90587.636182 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90587.636182 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90587.636182 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90587.636182 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90587.636182 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90614.690728 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90614.690728 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90614.690728 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90614.690728 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90614.690728 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90614.690728 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90614.690728 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90614.690728 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90614.690728 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90641.745273 y=396 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90641.745273 y=361.35 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90641.745273 y=326.7 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90641.745273 y=292.05 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90641.745273 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90641.745273 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90641.745273 y=188.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90641.745273 y=153.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90641.745273 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90668.799819 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90668.799819 y=361.35 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90668.799819 y=326.7 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90668.799819 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90668.799819 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90668.799819 y=222.75 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90668.799819 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90668.799819 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90668.799819 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90695.854364 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90695.854364 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90695.854364 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90695.854364 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90695.854364 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90695.854364 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90695.854364 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90695.854364 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90695.854364 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90722.90891 y=396 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90722.90891 y=361.35 style=&quot;fill: #89b1d2; stroke: #89b1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90722.90891 y=326.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90722.90891 y=292.05 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90722.90891 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90722.90891 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90722.90891 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90722.90891 y=153.45 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90722.90891 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90749.963455 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90749.963455 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90749.963455 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90749.963455 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90749.963455 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90749.963455 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90749.963455 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90749.963455 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90749.963455 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90777.018001 y=396 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90777.018001 y=361.35 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90777.018001 y=326.7 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90777.018001 y=292.05 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90777.018001 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90777.018001 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90777.018001 y=188.1 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90777.018001 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90777.018001 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90804.072546 y=396 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90804.072546 y=361.35 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90804.072546 y=326.7 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90804.072546 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90804.072546 y=257.4 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90804.072546 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90804.072546 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90804.072546 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90804.072546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90831.127091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90831.127091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90831.127091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90831.127091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90831.127091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90831.127091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90831.127091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90831.127091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90831.127091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90858.181637 y=396 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90858.181637 y=361.35 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90858.181637 y=326.7 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90858.181637 y=292.05 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90858.181637 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90858.181637 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90858.181637 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90858.181637 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90858.181637 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90465.890728 y=378.675 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90465.890728 y=344.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90465.890728 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90465.890728 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90465.890728 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90465.890728 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90465.890728 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90465.890728 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90492.945273 y=378.675 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90492.945273 y=344.025 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90492.945273 y=309.375 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90492.945273 y=274.725 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90492.945273 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90492.945273 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90492.945273 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90492.945273 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90519.999819 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90519.999819 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90519.999819 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90519.999819 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90519.999819 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90519.999819 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90519.999819 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90519.999819 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90547.054364 y=378.675 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90547.054364 y=344.025 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90547.054364 y=309.375 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90547.054364 y=274.725 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90547.054364 y=240.075 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90547.054364 y=205.425 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90547.054364 y=170.775 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90547.054364 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90574.10891 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90574.10891 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90574.10891 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90574.10891 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90574.10891 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90574.10891 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90574.10891 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90574.10891 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90601.163455 y=378.675 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90601.163455 y=344.025 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90601.163455 y=309.375 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90601.163455 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90601.163455 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90601.163455 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90601.163455 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90601.163455 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90628.218001 y=378.675 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90628.218001 y=344.025 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90628.218001 y=309.375 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90628.218001 y=274.725 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90628.218001 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90628.218001 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90628.218001 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90628.218001 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90655.272546 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90655.272546 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90655.272546 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90655.272546 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90655.272546 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90655.272546 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90655.272546 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90655.272546 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90682.327091 y=378.675 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90682.327091 y=344.025 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90682.327091 y=309.375 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90682.327091 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90682.327091 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90682.327091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90682.327091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90682.327091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90709.381637 y=378.675 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90709.381637 y=344.025 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90709.381637 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90709.381637 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90709.381637 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90709.381637 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90709.381637 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90709.381637 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90736.436182 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90736.436182 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90736.436182 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90736.436182 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90736.436182 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90736.436182 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90736.436182 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90736.436182 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90763.490728 y=378.675 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90763.490728 y=344.025 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90763.490728 y=309.375 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90763.490728 y=274.725 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90763.490728 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90763.490728 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90763.490728 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90763.490728 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90790.545273 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90790.545273 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90790.545273 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90790.545273 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90790.545273 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90790.545273 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90790.545273 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90790.545273 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90817.599819 y=378.675 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90817.599819 y=344.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90817.599819 y=309.375 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90817.599819 y=274.725 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90817.599819 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90817.599819 y=205.425 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90817.599819 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90817.599819 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90844.654364 y=378.675 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90844.654364 y=344.025 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90844.654364 y=309.375 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90844.654364 y=274.725 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90844.654364 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90844.654364 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90844.654364 y=170.775 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p57d14aa267)&gt;&lt;use xlink:href=#C0_0_e29a861c6e x=90844.654364 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p57d14aa267&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:16.120804&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_8345c9b1a8 d=&quot;M -90346.545273 -51.645 \n",
+       "L -90346.545273 -63.195 \n",
+       "L -90360.072546 -68.97 \n",
+       "L -90373.599819 -63.195 \n",
+       "L -90373.599819 -51.645 \n",
+       "L -90360.072546 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90452.363455 y=396 style=&quot;fill: #4084bb; stroke: #4084bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90452.363455 y=361.35 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90452.363455 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90452.363455 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90452.363455 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90452.363455 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90452.363455 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90452.363455 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90452.363455 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90479.418001 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90479.418001 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90479.418001 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90479.418001 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90479.418001 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90479.418001 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90479.418001 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90479.418001 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90479.418001 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90506.472546 y=396 style=&quot;fill: #4888bd; stroke: #4888bd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90506.472546 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90506.472546 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90506.472546 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90506.472546 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90506.472546 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90506.472546 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90506.472546 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90506.472546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90533.527091 y=396 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90533.527091 y=361.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90533.527091 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90533.527091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90533.527091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90533.527091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90533.527091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90533.527091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90533.527091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90560.581637 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90560.581637 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90560.581637 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90560.581637 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90560.581637 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90560.581637 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90560.581637 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90560.581637 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90560.581637 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90587.636182 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90587.636182 y=361.35 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90587.636182 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90587.636182 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90587.636182 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90587.636182 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90587.636182 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90587.636182 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90587.636182 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90614.690728 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90614.690728 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90614.690728 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90614.690728 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90614.690728 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90614.690728 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90614.690728 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90614.690728 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90614.690728 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90641.745273 y=396 style=&quot;fill: #4d8bbf; stroke: #4d8bbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90641.745273 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90641.745273 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90641.745273 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90641.745273 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90641.745273 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90641.745273 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90641.745273 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90641.745273 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90668.799819 y=396 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90668.799819 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90668.799819 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90668.799819 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90668.799819 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90668.799819 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90668.799819 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90668.799819 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90668.799819 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90695.854364 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90695.854364 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90695.854364 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90695.854364 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90695.854364 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90695.854364 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90695.854364 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90695.854364 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90695.854364 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90722.90891 y=396 style=&quot;fill: #4386bc; stroke: #4386bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90722.90891 y=361.35 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90722.90891 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90722.90891 y=292.05 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90722.90891 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90722.90891 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90722.90891 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90722.90891 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90722.90891 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90749.963455 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90749.963455 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90749.963455 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90749.963455 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90749.963455 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90749.963455 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90749.963455 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90749.963455 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90749.963455 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90777.018001 y=396 style=&quot;fill: #508ec0; stroke: #508ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90777.018001 y=361.35 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90777.018001 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90777.018001 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90777.018001 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90777.018001 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90777.018001 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90777.018001 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90777.018001 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90804.072546 y=396 style=&quot;fill: #5893c3; stroke: #5893c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90804.072546 y=361.35 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90804.072546 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90804.072546 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90804.072546 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90804.072546 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90804.072546 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90804.072546 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90804.072546 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90831.127091 y=396 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90831.127091 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90831.127091 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90831.127091 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90831.127091 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90831.127091 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90831.127091 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90831.127091 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90831.127091 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90858.181637 y=396 style=&quot;fill: #3b81b9; stroke: #3b81b9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90858.181637 y=361.35 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90858.181637 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90858.181637 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90858.181637 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90858.181637 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90858.181637 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90858.181637 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90858.181637 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90465.890728 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90465.890728 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90465.890728 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90465.890728 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90465.890728 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90465.890728 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90465.890728 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90465.890728 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90492.945273 y=378.675 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90492.945273 y=344.025 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90492.945273 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90492.945273 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90492.945273 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90492.945273 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90492.945273 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90492.945273 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90519.999819 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90519.999819 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90519.999819 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90519.999819 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90519.999819 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90519.999819 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90519.999819 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90519.999819 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90547.054364 y=378.675 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90547.054364 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90547.054364 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90547.054364 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90547.054364 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90547.054364 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90547.054364 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90547.054364 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90574.10891 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90574.10891 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90574.10891 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90574.10891 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90574.10891 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90574.10891 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90574.10891 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90574.10891 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90601.163455 y=378.675 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90601.163455 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90601.163455 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90601.163455 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90601.163455 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90601.163455 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90601.163455 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90601.163455 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90628.218001 y=378.675 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90628.218001 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90628.218001 y=309.375 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90628.218001 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90628.218001 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90628.218001 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90628.218001 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90628.218001 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90655.272546 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90655.272546 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90655.272546 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90655.272546 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90655.272546 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90655.272546 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90655.272546 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90655.272546 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90682.327091 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90682.327091 y=344.025 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90682.327091 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90682.327091 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90682.327091 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90682.327091 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90682.327091 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90682.327091 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90709.381637 y=378.675 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90709.381637 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90709.381637 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90709.381637 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90709.381637 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90709.381637 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90709.381637 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90709.381637 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90736.436182 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90736.436182 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90736.436182 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90736.436182 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90736.436182 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90736.436182 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90736.436182 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90736.436182 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90763.490728 y=378.675 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90763.490728 y=344.025 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90763.490728 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90763.490728 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90763.490728 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90763.490728 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90763.490728 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90763.490728 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90790.545273 y=378.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90790.545273 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90790.545273 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90790.545273 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90790.545273 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90790.545273 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90790.545273 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90790.545273 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90817.599819 y=378.675 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90817.599819 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90817.599819 y=309.375 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90817.599819 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90817.599819 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90817.599819 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90817.599819 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90817.599819 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90844.654364 y=378.675 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90844.654364 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90844.654364 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90844.654364 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90844.654364 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90844.654364 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90844.654364 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pd08c06a7e7)&gt;&lt;use xlink:href=#C0_0_8345c9b1a8 x=90844.654364 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pd08c06a7e7&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:22.004428&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_d0f8b97a44 d=&quot;M -90346.545273 -30.54327 \n",
+       "L -90346.545273 -42.09327 \n",
+       "L -90360.072546 -47.86827 \n",
+       "L -90373.599819 -42.09327 \n",
+       "L -90373.599819 -30.54327 \n",
+       "L -90360.072546 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90452.363455 y=374.89827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90452.363455 y=340.24827 style=&quot;fill: #508dc0; stroke: #508dc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90452.363455 y=305.59827 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90452.363455 y=270.94827 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90452.363455 y=236.29827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90452.363455 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90452.363455 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90452.363455 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90452.363455 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90479.418001 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90479.418001 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90479.418001 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90479.418001 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90479.418001 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90479.418001 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90479.418001 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90479.418001 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90479.418001 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90506.472546 y=374.89827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90506.472546 y=340.24827 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90506.472546 y=305.59827 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90506.472546 y=270.94827 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90506.472546 y=236.29827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90506.472546 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90506.472546 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90506.472546 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90506.472546 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90533.527091 y=374.89827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90533.527091 y=340.24827 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90533.527091 y=305.59827 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90533.527091 y=270.94827 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90533.527091 y=236.29827 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90533.527091 y=201.64827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90533.527091 y=166.99827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90533.527091 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90533.527091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90560.581637 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90560.581637 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90560.581637 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90560.581637 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90560.581637 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90560.581637 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90560.581637 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90560.581637 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90560.581637 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90587.636182 y=374.89827 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90587.636182 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90587.636182 y=305.59827 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90587.636182 y=270.94827 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90587.636182 y=236.29827 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90587.636182 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90587.636182 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90587.636182 y=132.34827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90587.636182 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90614.690728 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90614.690728 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90614.690728 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90614.690728 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90614.690728 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90614.690728 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90614.690728 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90614.690728 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90614.690728 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90641.745273 y=374.89827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90641.745273 y=340.24827 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90641.745273 y=305.59827 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90641.745273 y=270.94827 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90641.745273 y=236.29827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90641.745273 y=201.64827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90641.745273 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90641.745273 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90641.745273 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90668.799819 y=374.89827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90668.799819 y=340.24827 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90668.799819 y=305.59827 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90668.799819 y=270.94827 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90668.799819 y=236.29827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90668.799819 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90668.799819 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90668.799819 y=132.34827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90668.799819 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90695.854364 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90695.854364 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90695.854364 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90695.854364 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90695.854364 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90695.854364 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90695.854364 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90695.854364 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90695.854364 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90722.90891 y=374.89827 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90722.90891 y=340.24827 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90722.90891 y=305.59827 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90722.90891 y=270.94827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90722.90891 y=236.29827 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90722.90891 y=201.64827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90722.90891 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90722.90891 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90722.90891 y=97.69827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90749.963455 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90749.963455 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90749.963455 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90749.963455 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90749.963455 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90749.963455 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90749.963455 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90749.963455 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90749.963455 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90777.018001 y=374.89827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90777.018001 y=340.24827 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90777.018001 y=305.59827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90777.018001 y=270.94827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90777.018001 y=236.29827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90777.018001 y=201.64827 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90777.018001 y=166.99827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90777.018001 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90777.018001 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90804.072546 y=374.89827 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90804.072546 y=340.24827 style=&quot;fill: #80abcf; stroke: #80abcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90804.072546 y=305.59827 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90804.072546 y=270.94827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90804.072546 y=236.29827 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90804.072546 y=201.64827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90804.072546 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90804.072546 y=132.34827 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90804.072546 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90831.127091 y=374.89827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90831.127091 y=340.24827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90831.127091 y=305.59827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90831.127091 y=270.94827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90831.127091 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90831.127091 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90831.127091 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90831.127091 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90831.127091 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90858.181637 y=374.89827 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90858.181637 y=340.24827 style=&quot;fill: #4083bb; stroke: #4083bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90858.181637 y=305.59827 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90858.181637 y=270.94827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90858.181637 y=236.29827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90858.181637 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90858.181637 y=166.99827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90858.181637 y=132.34827 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90858.181637 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90465.890728 y=357.57327 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90465.890728 y=322.92327 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90465.890728 y=288.27327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90465.890728 y=253.62327 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90465.890728 y=218.97327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90465.890728 y=184.32327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90465.890728 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90465.890728 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90492.945273 y=357.57327 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90492.945273 y=322.92327 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90492.945273 y=288.27327 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90492.945273 y=253.62327 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90492.945273 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90492.945273 y=184.32327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90492.945273 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90492.945273 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90519.999819 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90519.999819 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90519.999819 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90519.999819 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90519.999819 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90519.999819 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90519.999819 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90519.999819 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90547.054364 y=357.57327 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90547.054364 y=322.92327 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90547.054364 y=288.27327 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90547.054364 y=253.62327 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90547.054364 y=218.97327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90547.054364 y=184.32327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90547.054364 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90547.054364 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90574.10891 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90574.10891 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90574.10891 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90574.10891 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90574.10891 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90574.10891 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90574.10891 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90574.10891 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90601.163455 y=357.57327 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90601.163455 y=322.92327 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90601.163455 y=288.27327 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90601.163455 y=253.62327 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90601.163455 y=218.97327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90601.163455 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90601.163455 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90601.163455 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90628.218001 y=357.57327 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90628.218001 y=322.92327 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90628.218001 y=288.27327 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90628.218001 y=253.62327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90628.218001 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90628.218001 y=184.32327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90628.218001 y=149.67327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90628.218001 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90655.272546 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90655.272546 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90655.272546 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90655.272546 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90655.272546 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90655.272546 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90655.272546 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90655.272546 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90682.327091 y=357.57327 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90682.327091 y=322.92327 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90682.327091 y=288.27327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90682.327091 y=253.62327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90682.327091 y=218.97327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90682.327091 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90682.327091 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90682.327091 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90709.381637 y=357.57327 style=&quot;fill: #9ebed9; stroke: #9ebed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90709.381637 y=322.92327 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90709.381637 y=288.27327 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90709.381637 y=253.62327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90709.381637 y=218.97327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90709.381637 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90709.381637 y=149.67327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90709.381637 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90736.436182 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90736.436182 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90736.436182 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90736.436182 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90736.436182 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90736.436182 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90736.436182 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90736.436182 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90763.490728 y=357.57327 style=&quot;fill: #699dc8; stroke: #699dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90763.490728 y=322.92327 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90763.490728 y=288.27327 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90763.490728 y=253.62327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90763.490728 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90763.490728 y=184.32327 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90763.490728 y=149.67327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90763.490728 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90790.545273 y=357.57327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90790.545273 y=322.92327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90790.545273 y=288.27327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90790.545273 y=253.62327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90790.545273 y=218.97327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90790.545273 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90790.545273 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90790.545273 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90817.599819 y=357.57327 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90817.599819 y=322.92327 style=&quot;fill: #abc6dd; stroke: #abc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90817.599819 y=288.27327 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90817.599819 y=253.62327 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90817.599819 y=218.97327 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90817.599819 y=184.32327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90817.599819 y=149.67327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90817.599819 y=115.02327 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90844.654364 y=357.57327 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90844.654364 y=322.92327 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90844.654364 y=288.27327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90844.654364 y=253.62327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90844.654364 y=218.97327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90844.654364 y=184.32327 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90844.654364 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p40e4859119)&gt;&lt;use xlink:href=#C0_0_d0f8b97a44 x=90844.654364 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p40e4859119&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_year-interactions_year_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:33.789449&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(81.169034 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(171.350852 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(261.53267 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.714489 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(441.896307 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(284.084844 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_9be8d5db42 d=&quot;M -90346.545273 61733.155 \n",
+       "L -90346.545273 61721.605 \n",
+       "L -90360.072546 61715.83 \n",
+       "L -90373.599819 61721.605 \n",
+       "L -90373.599819 61733.155 \n",
+       "L -90360.072546 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90452.363455 y=-61388.8 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90452.363455 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90452.363455 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90452.363455 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90452.363455 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90452.363455 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90452.363455 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90452.363455 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90452.363455 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90479.418001 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90479.418001 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90479.418001 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90479.418001 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90479.418001 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90479.418001 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90479.418001 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90479.418001 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90479.418001 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90506.472546 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90506.472546 y=-61423.45 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90506.472546 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90506.472546 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90506.472546 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90506.472546 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90506.472546 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90506.472546 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90506.472546 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90533.527091 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90533.527091 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90533.527091 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90533.527091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90533.527091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90533.527091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90533.527091 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90533.527091 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90533.527091 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90560.581637 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90560.581637 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90560.581637 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90560.581637 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90560.581637 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90560.581637 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90560.581637 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90560.581637 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90560.581637 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90587.636182 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90587.636182 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90587.636182 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90587.636182 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90587.636182 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90587.636182 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90587.636182 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90587.636182 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90587.636182 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90614.690728 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90614.690728 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90614.690728 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90614.690728 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90614.690728 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90614.690728 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90614.690728 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90614.690728 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90614.690728 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90641.745273 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90641.745273 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90641.745273 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90641.745273 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90641.745273 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90641.745273 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90641.745273 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90641.745273 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90641.745273 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90668.799819 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90668.799819 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90668.799819 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90668.799819 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90668.799819 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90668.799819 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90668.799819 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90668.799819 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90668.799819 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90695.854364 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90695.854364 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90695.854364 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90695.854364 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90695.854364 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90695.854364 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90695.854364 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90695.854364 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90695.854364 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90722.90891 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90722.90891 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90722.90891 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90722.90891 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90722.90891 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90722.90891 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90722.90891 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90722.90891 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90722.90891 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90749.963455 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90749.963455 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90749.963455 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90749.963455 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90749.963455 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90749.963455 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90749.963455 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90749.963455 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90749.963455 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90777.018001 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90777.018001 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90777.018001 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90777.018001 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90777.018001 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90777.018001 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90777.018001 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90777.018001 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90777.018001 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90804.072546 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90804.072546 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90804.072546 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90804.072546 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90804.072546 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90804.072546 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90804.072546 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90804.072546 y=-61631.35 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90804.072546 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90831.127091 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90831.127091 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90831.127091 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90831.127091 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90831.127091 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90831.127091 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90831.127091 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90831.127091 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90831.127091 y=-61666 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90858.181637 y=-61388.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90858.181637 y=-61423.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90858.181637 y=-61458.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90858.181637 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90858.181637 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90858.181637 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90858.181637 y=-61596.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90858.181637 y=-61631.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90858.181637 y=-61666 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90465.890728 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90465.890728 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90465.890728 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90465.890728 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90465.890728 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90465.890728 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90465.890728 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90465.890728 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90492.945273 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90492.945273 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90492.945273 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90492.945273 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90492.945273 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90492.945273 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90492.945273 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90492.945273 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90519.999819 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90519.999819 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90519.999819 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90519.999819 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90519.999819 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90519.999819 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90519.999819 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90519.999819 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90547.054364 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90547.054364 y=-61440.775 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90547.054364 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90547.054364 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90547.054364 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90547.054364 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90547.054364 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90547.054364 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90574.10891 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90574.10891 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90574.10891 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90574.10891 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90574.10891 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90574.10891 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90574.10891 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90574.10891 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90601.163455 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90601.163455 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90601.163455 y=-61475.425 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90601.163455 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90601.163455 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90601.163455 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90601.163455 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90601.163455 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90628.218001 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90628.218001 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90628.218001 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90628.218001 y=-61510.075 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90628.218001 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90628.218001 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90628.218001 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90628.218001 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90655.272546 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90655.272546 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90655.272546 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90655.272546 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90655.272546 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90655.272546 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90655.272546 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90655.272546 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90682.327091 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90682.327091 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90682.327091 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90682.327091 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90682.327091 y=-61544.725 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90682.327091 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90682.327091 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90682.327091 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90709.381637 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90709.381637 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90709.381637 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90709.381637 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90709.381637 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90709.381637 y=-61579.375 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90709.381637 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90709.381637 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90736.436182 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90736.436182 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90736.436182 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90736.436182 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90736.436182 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90736.436182 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90736.436182 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90736.436182 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90763.490728 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90763.490728 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90763.490728 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90763.490728 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90763.490728 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90763.490728 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90763.490728 y=-61614.025 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90763.490728 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90790.545273 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90790.545273 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90790.545273 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90790.545273 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90790.545273 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90790.545273 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90790.545273 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90790.545273 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90817.599819 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90817.599819 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90817.599819 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90817.599819 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90817.599819 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90817.599819 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90817.599819 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90817.599819 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90844.654364 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90844.654364 y=-61440.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90844.654364 y=-61475.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90844.654364 y=-61510.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90844.654364 y=-61544.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90844.654364 y=-61579.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90844.654364 y=-61614.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p73bcbc9219)&gt;&lt;use xlink:href=#C0_0_9be8d5db42 x=90844.654364 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p73bcbc9219&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions-interactions_day_in_month&gt;&lt;div class=&quot;row variable&quot; style=&quot;border: 0px;&quot;&gt;&lt;div class=col-sm-3&gt;&lt;select class=&quot;form-control multiple&quot; role=tablist id=select- multiple&gt;&lt;option role=presentation class=active data-target=#interactions_day_in_month-interactions_day_in_month_day_in_month aria-controls=interactions_day_in_month-interactions_day_in_month_day_in_month role=tab data-toggle=tab&gt; Day_in_Month &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_passengers aria-controls=interactions_day_in_month-interactions_day_in_month_passengers role=tab data-toggle=tab&gt; Passengers &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_temperature_midday aria-controls=interactions_day_in_month-interactions_day_in_month_temperature_midday role=tab data-toggle=tab&gt; Temperature_Midday &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_sunshine_percentage aria-controls=interactions_day_in_month-interactions_day_in_month_sunshine_percentage role=tab data-toggle=tab&gt; Sunshine_Percentage &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_snow_5days aria-controls=interactions_day_in_month-interactions_day_in_month_snow_5days role=tab data-toggle=tab&gt; Snow_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_temperature_deviation aria-controls=interactions_day_in_month-interactions_day_in_month_temperature_deviation role=tab data-toggle=tab&gt; Temperature_Deviation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_temperature_max aria-controls=interactions_day_in_month-interactions_day_in_month_temperature_max role=tab data-toggle=tab&gt; Temperature_Max &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_temperature_min aria-controls=interactions_day_in_month-interactions_day_in_month_temperature_min role=tab data-toggle=tab&gt; Temperature_Min &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_temperature_evening aria-controls=interactions_day_in_month-interactions_day_in_month_temperature_evening role=tab data-toggle=tab&gt; Temperature_Evening &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_precipiation_5days aria-controls=interactions_day_in_month-interactions_day_in_month_precipiation_5days role=tab data-toggle=tab&gt; Precipiation_5Days &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_precipiation aria-controls=interactions_day_in_month-interactions_day_in_month_precipiation role=tab data-toggle=tab&gt; Precipiation &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_wind aria-controls=interactions_day_in_month-interactions_day_in_month_wind role=tab data-toggle=tab&gt; Wind &lt;/option&gt;&lt;option role=presentation data-target=#interactions_day_in_month-interactions_day_in_month_year aria-controls=interactions_day_in_month-interactions_day_in_month_year role=tab data-toggle=tab&gt; Year &lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;tab-content col-sm-9&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_day_in_month-interactions_day_in_month_day_in_month&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:43.361962&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 351.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 305.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 258.998906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 212.798906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 166.598906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 120.398906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 74.198906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 235.442969) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_a25dfa6bb9 d=&quot;M 92.29091 -42.405 \n",
+       "L 92.29091 -53.955 \n",
+       "L 78.763637 -59.73 \n",
+       "L 65.236364 -53.955 \n",
+       "L 65.236364 -42.405 \n",
+       "L 78.763637 -36.63 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=13.527272 y=386.76 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=13.527272 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=13.527272 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=13.527272 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=13.527272 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=13.527272 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=13.527272 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=13.527272 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=13.527272 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=40.581818 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=40.581818 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=40.581818 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=40.581818 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=40.581818 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=40.581818 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=40.581818 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=40.581818 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=40.581818 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=67.636363 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=67.636363 y=352.11 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=67.636363 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=67.636363 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=67.636363 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=67.636363 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=67.636363 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=67.636363 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=67.636363 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=94.690909 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=94.690909 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=94.690909 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=94.690909 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=94.690909 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=94.690909 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=94.690909 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=94.690909 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=94.690909 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=121.745454 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=121.745454 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=121.745454 y=317.46 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=121.745454 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=121.745454 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=121.745454 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=121.745454 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=121.745454 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=121.745454 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=148.8 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=148.8 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=148.8 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=148.8 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=148.8 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=148.8 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=148.8 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=148.8 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=148.8 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=175.854545 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=175.854545 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=175.854545 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=175.854545 y=282.81 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=175.854545 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=175.854545 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=175.854545 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=175.854545 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=175.854545 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=202.90909 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=202.90909 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=202.90909 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=202.90909 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=202.90909 y=248.16 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=202.90909 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=202.90909 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=202.90909 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=202.90909 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=229.963636 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=229.963636 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=229.963636 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=229.963636 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=229.963636 y=248.16 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=229.963636 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=229.963636 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=229.963636 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=229.963636 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=257.018181 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=257.018181 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=257.018181 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=257.018181 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=257.018181 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=257.018181 y=213.51 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=257.018181 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=257.018181 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=257.018181 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=284.072727 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=284.072727 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=284.072727 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=284.072727 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=284.072727 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=284.072727 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=284.072727 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=284.072727 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=284.072727 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=311.127272 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=311.127272 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=311.127272 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=311.127272 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=311.127272 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=311.127272 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=311.127272 y=178.86 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=311.127272 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=311.127272 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=338.181818 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=338.181818 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=338.181818 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=338.181818 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=338.181818 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=338.181818 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=338.181818 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=338.181818 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=338.181818 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=365.236363 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=365.236363 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=365.236363 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=365.236363 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=365.236363 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=365.236363 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=365.236363 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=365.236363 y=144.21 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=365.236363 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=392.290909 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=392.290909 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=392.290909 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=392.290909 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=392.290909 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=392.290909 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=392.290909 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=392.290909 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=392.290909 y=109.56 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=419.345454 y=386.76 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=419.345454 y=352.11 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=419.345454 y=317.46 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=419.345454 y=282.81 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=419.345454 y=248.16 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=419.345454 y=213.51 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=419.345454 y=178.86 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=419.345454 y=144.21 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=419.345454 y=109.56 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=27.054545 y=369.435 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=27.054545 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=27.054545 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=27.054545 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=27.054545 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=27.054545 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=27.054545 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=27.054545 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=54.10909 y=369.435 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=54.10909 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=54.10909 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=54.10909 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=54.10909 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=54.10909 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=54.10909 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=54.10909 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=81.163636 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=81.163636 y=334.785 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=81.163636 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=81.163636 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=81.163636 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=81.163636 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=81.163636 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=81.163636 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=108.218181 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=108.218181 y=334.785 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=108.218181 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=108.218181 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=108.218181 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=108.218181 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=108.218181 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=108.218181 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=135.272727 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=135.272727 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=135.272727 y=300.135 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=135.272727 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=135.272727 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=135.272727 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=135.272727 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=135.272727 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=162.327272 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=162.327272 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=162.327272 y=300.135 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=162.327272 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=162.327272 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=162.327272 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=162.327272 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=162.327272 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=189.381818 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=189.381818 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=189.381818 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=189.381818 y=265.485 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=189.381818 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=189.381818 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=189.381818 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=189.381818 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=216.436363 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=216.436363 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=216.436363 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=216.436363 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=216.436363 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=216.436363 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=216.436363 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=216.436363 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=243.490909 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=243.490909 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=243.490909 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=243.490909 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=243.490909 y=230.835 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=243.490909 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=243.490909 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=243.490909 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=270.545454 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=270.545454 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=270.545454 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=270.545454 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=270.545454 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=270.545454 y=196.185 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=270.545454 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=270.545454 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=297.6 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=297.6 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=297.6 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=297.6 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=297.6 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=297.6 y=196.185 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=297.6 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=297.6 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=324.654545 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=324.654545 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=324.654545 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=324.654545 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=324.654545 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=324.654545 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=324.654545 y=161.535 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=324.654545 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=351.70909 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=351.70909 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=351.70909 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=351.70909 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=351.70909 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=351.70909 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=351.70909 y=161.535 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=351.70909 y=126.885 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=378.763636 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=378.763636 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=378.763636 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=378.763636 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=378.763636 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=378.763636 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=378.763636 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=378.763636 y=126.885 style=&quot;fill: #3d82ba; stroke: #3d82ba&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=405.818181 y=369.435 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=405.818181 y=334.785 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=405.818181 y=300.135 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=405.818181 y=265.485 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=405.818181 y=230.835 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=405.818181 y=196.185 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=405.818181 y=161.535 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pbd25715015)&gt;&lt;use xlink:href=#C0_0_a25dfa6bb9 x=405.818181 y=126.885 style=&quot;fill: #9bbcd8; stroke: #9bbcd8&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pbd25715015&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_passengers&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:21.203010&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 302.420389) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 262.681872) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 222.943355) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 183.204838) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 143.466321) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 103.727804) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.195312 63.989286) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;use xlink:href=#ArialMT-30 x=222.460938 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(24.880156 229.022578) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_fe9453ec5c d=&quot;M 92.29091 -51.645 \n",
+       "L 92.29091 -63.195 \n",
+       "L 78.763637 -68.97 \n",
+       "L 65.236364 -63.195 \n",
+       "L 65.236364 -51.645 \n",
+       "L 78.763637 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=13.527272 y=396 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=13.527272 y=361.35 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=13.527272 y=326.7 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=13.527272 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=13.527272 y=257.4 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=13.527272 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=13.527272 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=13.527272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=13.527272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=40.581818 y=396 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=40.581818 y=361.35 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=40.581818 y=326.7 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=40.581818 y=292.05 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=40.581818 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=40.581818 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=40.581818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=40.581818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=40.581818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=67.636363 y=396 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=67.636363 y=361.35 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=67.636363 y=326.7 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=67.636363 y=292.05 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=67.636363 y=257.4 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=67.636363 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=67.636363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=67.636363 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=67.636363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=94.690909 y=396 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=94.690909 y=361.35 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=94.690909 y=326.7 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=94.690909 y=292.05 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=94.690909 y=257.4 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=94.690909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=94.690909 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=94.690909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=94.690909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=121.745454 y=396 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=121.745454 y=361.35 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=121.745454 y=326.7 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=121.745454 y=292.05 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=121.745454 y=257.4 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=121.745454 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=121.745454 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=121.745454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=121.745454 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=148.8 y=396 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=148.8 y=361.35 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=148.8 y=326.7 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=148.8 y=292.05 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=148.8 y=257.4 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=148.8 y=222.75 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=148.8 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=148.8 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=148.8 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=175.854545 y=396 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=175.854545 y=361.35 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=175.854545 y=326.7 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=175.854545 y=292.05 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=175.854545 y=257.4 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=175.854545 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=175.854545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=175.854545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=175.854545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=202.90909 y=396 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=202.90909 y=361.35 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=202.90909 y=326.7 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=202.90909 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=202.90909 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=202.90909 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=202.90909 y=188.1 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=202.90909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=202.90909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=229.963636 y=396 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=229.963636 y=361.35 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=229.963636 y=326.7 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=229.963636 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=229.963636 y=257.4 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=229.963636 y=222.75 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=229.963636 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=229.963636 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=229.963636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=257.018181 y=396 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=257.018181 y=361.35 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=257.018181 y=326.7 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=257.018181 y=292.05 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=257.018181 y=257.4 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=257.018181 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=257.018181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=257.018181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=257.018181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=284.072727 y=396 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=284.072727 y=361.35 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=284.072727 y=326.7 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=284.072727 y=292.05 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=284.072727 y=257.4 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=284.072727 y=222.75 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=284.072727 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=284.072727 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=284.072727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=311.127272 y=396 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=311.127272 y=361.35 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=311.127272 y=326.7 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=311.127272 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=311.127272 y=257.4 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=311.127272 y=222.75 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=311.127272 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=311.127272 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=311.127272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=338.181818 y=396 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=338.181818 y=361.35 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=338.181818 y=326.7 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=338.181818 y=292.05 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=338.181818 y=257.4 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=338.181818 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=338.181818 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=338.181818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=338.181818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=365.236363 y=396 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=365.236363 y=361.35 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=365.236363 y=326.7 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=365.236363 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=365.236363 y=257.4 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=365.236363 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=365.236363 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=365.236363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=365.236363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=392.290909 y=396 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=392.290909 y=361.35 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=392.290909 y=326.7 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=392.290909 y=292.05 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=392.290909 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=392.290909 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=392.290909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=392.290909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=392.290909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=419.345454 y=396 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=419.345454 y=361.35 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=419.345454 y=326.7 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=419.345454 y=292.05 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=419.345454 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=419.345454 y=222.75 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=419.345454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=419.345454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=419.345454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=27.054545 y=378.675 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=27.054545 y=344.025 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=27.054545 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=27.054545 y=274.725 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=27.054545 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=27.054545 y=205.425 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=27.054545 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=27.054545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=54.10909 y=378.675 style=&quot;fill: #5a94c3; stroke: #5a94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=54.10909 y=344.025 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=54.10909 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=54.10909 y=274.725 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=54.10909 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=54.10909 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=54.10909 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=54.10909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=81.163636 y=378.675 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=81.163636 y=344.025 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=81.163636 y=309.375 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=81.163636 y=274.725 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=81.163636 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=81.163636 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=81.163636 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=81.163636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=108.218181 y=378.675 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=108.218181 y=344.025 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=108.218181 y=309.375 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=108.218181 y=274.725 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=108.218181 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=108.218181 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=108.218181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=108.218181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=135.272727 y=378.675 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=135.272727 y=344.025 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=135.272727 y=309.375 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=135.272727 y=274.725 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=135.272727 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=135.272727 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=135.272727 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=135.272727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=162.327272 y=378.675 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=162.327272 y=344.025 style=&quot;fill: #b3cbdf; stroke: #b3cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=162.327272 y=309.375 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=162.327272 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=162.327272 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=162.327272 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=162.327272 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=162.327272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=189.381818 y=378.675 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=189.381818 y=344.025 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=189.381818 y=309.375 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=189.381818 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=189.381818 y=240.075 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=189.381818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=189.381818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=189.381818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=216.436363 y=378.675 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=216.436363 y=344.025 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=216.436363 y=309.375 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=216.436363 y=274.725 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=216.436363 y=240.075 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=216.436363 y=205.425 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=216.436363 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=216.436363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=243.490909 y=378.675 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=243.490909 y=344.025 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=243.490909 y=309.375 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=243.490909 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=243.490909 y=240.075 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=243.490909 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=243.490909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=243.490909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=270.545454 y=378.675 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=270.545454 y=344.025 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=270.545454 y=309.375 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=270.545454 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=270.545454 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=270.545454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=270.545454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=270.545454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=297.6 y=378.675 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=297.6 y=344.025 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=297.6 y=309.375 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=297.6 y=274.725 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=297.6 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=297.6 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=297.6 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=297.6 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=324.654545 y=378.675 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=324.654545 y=344.025 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=324.654545 y=309.375 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=324.654545 y=274.725 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=324.654545 y=240.075 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=324.654545 y=205.425 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=324.654545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=324.654545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=351.70909 y=378.675 style=&quot;fill: #528fc0; stroke: #528fc0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=351.70909 y=344.025 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=351.70909 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=351.70909 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=351.70909 y=240.075 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=351.70909 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=351.70909 y=170.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=351.70909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=378.763636 y=378.675 style=&quot;fill: #4e8cbf; stroke: #4e8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=378.763636 y=344.025 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=378.763636 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=378.763636 y=274.725 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=378.763636 y=240.075 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=378.763636 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=378.763636 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=378.763636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=405.818181 y=378.675 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=405.818181 y=344.025 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=405.818181 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=405.818181 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=405.818181 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=405.818181 y=205.425 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=405.818181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p044d5f4b87)&gt;&lt;use xlink:href=#C0_0_fe9453ec5c x=405.818181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p044d5f4b87&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_temperature_midday&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:26.417570&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.581685) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 271.438177) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 208.294669) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 145.151161) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.007653) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 251.637891) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_d96645a738 d=&quot;M 92.29091 -122.365729 \n",
+       "L 92.29091 -133.915729 \n",
+       "L 78.763637 -139.690729 \n",
+       "L 65.236364 -133.915729 \n",
+       "L 65.236364 -122.365729 \n",
+       "L 78.763637 -116.590729 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=13.527272 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=13.527272 y=432.070729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=13.527272 y=397.420729 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=13.527272 y=362.770729 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=13.527272 y=328.120729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=13.527272 y=293.470729 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=13.527272 y=258.820729 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=13.527272 y=224.170729 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=13.527272 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=40.581818 y=466.720729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=40.581818 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=40.581818 y=397.420729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=40.581818 y=362.770729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=40.581818 y=328.120729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=40.581818 y=293.470729 style=&quot;fill: #679cc7; stroke: #679cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=40.581818 y=258.820729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=40.581818 y=224.170729 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=40.581818 y=189.520729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=67.636363 y=466.720729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=67.636363 y=432.070729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=67.636363 y=397.420729 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=67.636363 y=362.770729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=67.636363 y=328.120729 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=67.636363 y=293.470729 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=67.636363 y=258.820729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=67.636363 y=224.170729 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=67.636363 y=189.520729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=94.690909 y=466.720729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=94.690909 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=94.690909 y=397.420729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=94.690909 y=362.770729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=94.690909 y=328.120729 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=94.690909 y=293.470729 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=94.690909 y=258.820729 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=94.690909 y=224.170729 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=94.690909 y=189.520729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=121.745454 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=121.745454 y=432.070729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=121.745454 y=397.420729 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=121.745454 y=362.770729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=121.745454 y=328.120729 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=121.745454 y=293.470729 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=121.745454 y=258.820729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=121.745454 y=224.170729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=121.745454 y=189.520729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=148.8 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=148.8 y=432.070729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=148.8 y=397.420729 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=148.8 y=362.770729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=148.8 y=328.120729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=148.8 y=293.470729 style=&quot;fill: #5f97c5; stroke: #5f97c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=148.8 y=258.820729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=148.8 y=224.170729 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=148.8 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=175.854545 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=175.854545 y=432.070729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=175.854545 y=397.420729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=175.854545 y=362.770729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=175.854545 y=328.120729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=175.854545 y=293.470729 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=175.854545 y=258.820729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=175.854545 y=224.170729 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=175.854545 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=202.90909 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=202.90909 y=432.070729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=202.90909 y=397.420729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=202.90909 y=362.770729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=202.90909 y=328.120729 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=202.90909 y=293.470729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=202.90909 y=258.820729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=202.90909 y=224.170729 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=202.90909 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=229.963636 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=229.963636 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=229.963636 y=397.420729 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=229.963636 y=362.770729 style=&quot;fill: #6399c6; stroke: #6399c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=229.963636 y=328.120729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=229.963636 y=293.470729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=229.963636 y=258.820729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=229.963636 y=224.170729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=229.963636 y=189.520729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=257.018181 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=257.018181 y=432.070729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=257.018181 y=397.420729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=257.018181 y=362.770729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=257.018181 y=328.120729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=257.018181 y=293.470729 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=257.018181 y=258.820729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=257.018181 y=224.170729 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=257.018181 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=284.072727 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=284.072727 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=284.072727 y=397.420729 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=284.072727 y=362.770729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=284.072727 y=328.120729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=284.072727 y=293.470729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=284.072727 y=258.820729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=284.072727 y=224.170729 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=284.072727 y=189.520729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=311.127272 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=311.127272 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=311.127272 y=397.420729 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=311.127272 y=362.770729 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=311.127272 y=328.120729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=311.127272 y=293.470729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=311.127272 y=258.820729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=311.127272 y=224.170729 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=311.127272 y=189.520729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=338.181818 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=338.181818 y=432.070729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=338.181818 y=397.420729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=338.181818 y=362.770729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=338.181818 y=328.120729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=338.181818 y=293.470729 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=338.181818 y=258.820729 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=338.181818 y=224.170729 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=338.181818 y=189.520729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=365.236363 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=365.236363 y=432.070729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=365.236363 y=397.420729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=365.236363 y=362.770729 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=365.236363 y=328.120729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=365.236363 y=293.470729 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=365.236363 y=258.820729 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=365.236363 y=224.170729 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=365.236363 y=189.520729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=392.290909 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=392.290909 y=432.070729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=392.290909 y=397.420729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=392.290909 y=362.770729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=392.290909 y=328.120729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=392.290909 y=293.470729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=392.290909 y=258.820729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=392.290909 y=224.170729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=392.290909 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=419.345454 y=466.720729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=419.345454 y=432.070729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=419.345454 y=397.420729 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=419.345454 y=362.770729 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=419.345454 y=328.120729 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=419.345454 y=293.470729 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=419.345454 y=258.820729 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=419.345454 y=224.170729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=419.345454 y=189.520729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=27.054545 y=449.395729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=27.054545 y=414.745729 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=27.054545 y=380.095729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=27.054545 y=345.445729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=27.054545 y=310.795729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=27.054545 y=276.145729 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=27.054545 y=241.495729 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=27.054545 y=206.845729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=54.10909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=54.10909 y=414.745729 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=54.10909 y=380.095729 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=54.10909 y=345.445729 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=54.10909 y=310.795729 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=54.10909 y=276.145729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=54.10909 y=241.495729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=54.10909 y=206.845729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=81.163636 y=449.395729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=81.163636 y=414.745729 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=81.163636 y=380.095729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=81.163636 y=345.445729 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=81.163636 y=310.795729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=81.163636 y=276.145729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=81.163636 y=241.495729 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=81.163636 y=206.845729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=108.218181 y=449.395729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=108.218181 y=414.745729 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=108.218181 y=380.095729 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=108.218181 y=345.445729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=108.218181 y=310.795729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=108.218181 y=276.145729 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=108.218181 y=241.495729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=108.218181 y=206.845729 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=135.272727 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=135.272727 y=414.745729 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=135.272727 y=380.095729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=135.272727 y=345.445729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=135.272727 y=310.795729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=135.272727 y=276.145729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=135.272727 y=241.495729 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=135.272727 y=206.845729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=162.327272 y=449.395729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=162.327272 y=414.745729 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=162.327272 y=380.095729 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=162.327272 y=345.445729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=162.327272 y=310.795729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=162.327272 y=276.145729 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=162.327272 y=241.495729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=162.327272 y=206.845729 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=189.381818 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=189.381818 y=414.745729 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=189.381818 y=380.095729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=189.381818 y=345.445729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=189.381818 y=310.795729 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=189.381818 y=276.145729 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=189.381818 y=241.495729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=189.381818 y=206.845729 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=216.436363 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=216.436363 y=414.745729 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=216.436363 y=380.095729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=216.436363 y=345.445729 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=216.436363 y=310.795729 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=216.436363 y=276.145729 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=216.436363 y=241.495729 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=216.436363 y=206.845729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=243.490909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=243.490909 y=414.745729 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=243.490909 y=380.095729 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=243.490909 y=345.445729 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=243.490909 y=310.795729 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=243.490909 y=276.145729 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=243.490909 y=241.495729 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=243.490909 y=206.845729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=270.545454 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=270.545454 y=414.745729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=270.545454 y=380.095729 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=270.545454 y=345.445729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=270.545454 y=310.795729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=270.545454 y=276.145729 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=270.545454 y=241.495729 style=&quot;fill: #c0d3e3; stroke: #c0d3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=270.545454 y=206.845729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=297.6 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=297.6 y=414.745729 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=297.6 y=380.095729 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=297.6 y=345.445729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=297.6 y=310.795729 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=297.6 y=276.145729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=297.6 y=241.495729 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=297.6 y=206.845729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=324.654545 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=324.654545 y=414.745729 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=324.654545 y=380.095729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=324.654545 y=345.445729 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=324.654545 y=310.795729 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=324.654545 y=276.145729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=324.654545 y=241.495729 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=324.654545 y=206.845729 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=351.70909 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=351.70909 y=414.745729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=351.70909 y=380.095729 style=&quot;fill: #9fbfd9; stroke: #9fbfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=351.70909 y=345.445729 style=&quot;fill: #87b0d1; stroke: #87b0d1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=351.70909 y=310.795729 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=351.70909 y=276.145729 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=351.70909 y=241.495729 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=351.70909 y=206.845729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=378.763636 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=378.763636 y=414.745729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=378.763636 y=380.095729 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=378.763636 y=345.445729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=378.763636 y=310.795729 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=378.763636 y=276.145729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=378.763636 y=241.495729 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=378.763636 y=206.845729 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=405.818181 y=449.395729 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=405.818181 y=414.745729 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=405.818181 y=380.095729 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=405.818181 y=345.445729 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=405.818181 y=310.795729 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=405.818181 y=276.145729 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=405.818181 y=241.495729 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p1ba9049205)&gt;&lt;use xlink:href=#C0_0_d96645a738 x=405.818181 y=206.845729 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1ba9049205&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_sunshine_percentage&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:31.568382&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 287.267817) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 232.376728) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 177.485639) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 122.59455) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 67.703461) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 254.100859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_ccff40389a d=&quot;M 92.29091 -51.645 \n",
+       "L 92.29091 -63.195 \n",
+       "L 78.763637 -68.97 \n",
+       "L 65.236364 -63.195 \n",
+       "L 65.236364 -51.645 \n",
+       "L 78.763637 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=13.527272 y=396 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=13.527272 y=361.35 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=13.527272 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=13.527272 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=13.527272 y=257.4 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=13.527272 y=222.75 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=13.527272 y=188.1 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=13.527272 y=153.45 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=13.527272 y=118.8 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=40.581818 y=396 style=&quot;fill: #6b9ec8; stroke: #6b9ec8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=40.581818 y=361.35 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=40.581818 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=40.581818 y=292.05 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=40.581818 y=257.4 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=40.581818 y=222.75 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=40.581818 y=188.1 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=40.581818 y=153.45 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=40.581818 y=118.8 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=67.636363 y=396 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=67.636363 y=361.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=67.636363 y=326.7 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=67.636363 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=67.636363 y=257.4 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=67.636363 y=222.75 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=67.636363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=67.636363 y=153.45 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=67.636363 y=118.8 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=94.690909 y=396 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=94.690909 y=361.35 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=94.690909 y=326.7 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=94.690909 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=94.690909 y=257.4 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=94.690909 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=94.690909 y=188.1 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=94.690909 y=153.45 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=94.690909 y=118.8 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=121.745454 y=396 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=121.745454 y=361.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=121.745454 y=326.7 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=121.745454 y=292.05 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=121.745454 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=121.745454 y=222.75 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=121.745454 y=188.1 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=121.745454 y=153.45 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=121.745454 y=118.8 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=148.8 y=396 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=148.8 y=361.35 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=148.8 y=326.7 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=148.8 y=292.05 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=148.8 y=257.4 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=148.8 y=222.75 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=148.8 y=188.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=148.8 y=153.45 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=148.8 y=118.8 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=175.854545 y=396 style=&quot;fill: #689cc7; stroke: #689cc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=175.854545 y=361.35 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=175.854545 y=326.7 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=175.854545 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=175.854545 y=257.4 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=175.854545 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=175.854545 y=188.1 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=175.854545 y=153.45 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=175.854545 y=118.8 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=202.90909 y=396 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=202.90909 y=361.35 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=202.90909 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=202.90909 y=292.05 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=202.90909 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=202.90909 y=222.75 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=202.90909 y=188.1 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=202.90909 y=153.45 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=202.90909 y=118.8 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=229.963636 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=229.963636 y=361.35 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=229.963636 y=326.7 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=229.963636 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=229.963636 y=257.4 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=229.963636 y=222.75 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=229.963636 y=188.1 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=229.963636 y=153.45 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=229.963636 y=118.8 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=257.018181 y=396 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=257.018181 y=361.35 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=257.018181 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=257.018181 y=292.05 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=257.018181 y=257.4 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=257.018181 y=222.75 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=257.018181 y=188.1 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=257.018181 y=153.45 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=257.018181 y=118.8 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=284.072727 y=396 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=284.072727 y=361.35 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=284.072727 y=326.7 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=284.072727 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=284.072727 y=257.4 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=284.072727 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=284.072727 y=188.1 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=284.072727 y=153.45 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=284.072727 y=118.8 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=311.127272 y=396 style=&quot;fill: #659bc7; stroke: #659bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=311.127272 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=311.127272 y=326.7 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=311.127272 y=292.05 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=311.127272 y=257.4 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=311.127272 y=222.75 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=311.127272 y=188.1 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=311.127272 y=153.45 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=311.127272 y=118.8 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=338.181818 y=396 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=338.181818 y=361.35 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=338.181818 y=326.7 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=338.181818 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=338.181818 y=257.4 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=338.181818 y=222.75 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=338.181818 y=188.1 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=338.181818 y=153.45 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=338.181818 y=118.8 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=365.236363 y=396 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=365.236363 y=361.35 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=365.236363 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=365.236363 y=292.05 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=365.236363 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=365.236363 y=222.75 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=365.236363 y=188.1 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=365.236363 y=153.45 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=365.236363 y=118.8 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=392.290909 y=396 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=392.290909 y=361.35 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=392.290909 y=326.7 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=392.290909 y=292.05 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=392.290909 y=257.4 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=392.290909 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=392.290909 y=188.1 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=392.290909 y=153.45 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=392.290909 y=118.8 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=419.345454 y=396 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=419.345454 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=419.345454 y=326.7 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=419.345454 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=419.345454 y=257.4 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=419.345454 y=222.75 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=419.345454 y=188.1 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=419.345454 y=153.45 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=419.345454 y=118.8 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=27.054545 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=27.054545 y=344.025 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=27.054545 y=309.375 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=27.054545 y=274.725 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=27.054545 y=240.075 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=27.054545 y=205.425 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=27.054545 y=170.775 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=27.054545 y=136.125 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=54.10909 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=54.10909 y=344.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=54.10909 y=309.375 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=54.10909 y=274.725 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=54.10909 y=240.075 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=54.10909 y=205.425 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=54.10909 y=170.775 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=54.10909 y=136.125 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=81.163636 y=378.675 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=81.163636 y=344.025 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=81.163636 y=309.375 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=81.163636 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=81.163636 y=240.075 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=81.163636 y=205.425 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=81.163636 y=170.775 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=81.163636 y=136.125 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=108.218181 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=108.218181 y=344.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=108.218181 y=309.375 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=108.218181 y=274.725 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=108.218181 y=240.075 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=108.218181 y=205.425 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=108.218181 y=170.775 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=108.218181 y=136.125 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=135.272727 y=378.675 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=135.272727 y=344.025 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=135.272727 y=309.375 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=135.272727 y=274.725 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=135.272727 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=135.272727 y=205.425 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=135.272727 y=170.775 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=135.272727 y=136.125 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=162.327272 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=162.327272 y=344.025 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=162.327272 y=309.375 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=162.327272 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=162.327272 y=240.075 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=162.327272 y=205.425 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=162.327272 y=170.775 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=162.327272 y=136.125 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=189.381818 y=378.675 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=189.381818 y=344.025 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=189.381818 y=309.375 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=189.381818 y=274.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=189.381818 y=240.075 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=189.381818 y=205.425 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=189.381818 y=170.775 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=189.381818 y=136.125 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=216.436363 y=378.675 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=216.436363 y=344.025 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=216.436363 y=309.375 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=216.436363 y=274.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=216.436363 y=240.075 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=216.436363 y=205.425 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=216.436363 y=170.775 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=216.436363 y=136.125 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=243.490909 y=378.675 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=243.490909 y=344.025 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=243.490909 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=243.490909 y=274.725 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=243.490909 y=240.075 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=243.490909 y=205.425 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=243.490909 y=170.775 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=243.490909 y=136.125 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=270.545454 y=378.675 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=270.545454 y=344.025 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=270.545454 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=270.545454 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=270.545454 y=240.075 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=270.545454 y=205.425 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=270.545454 y=170.775 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=270.545454 y=136.125 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=297.6 y=378.675 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=297.6 y=344.025 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=297.6 y=309.375 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=297.6 y=274.725 style=&quot;fill: #d5e0ea; stroke: #d5e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=297.6 y=240.075 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=297.6 y=205.425 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=297.6 y=170.775 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=297.6 y=136.125 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=324.654545 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=324.654545 y=344.025 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=324.654545 y=309.375 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=324.654545 y=274.725 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=324.654545 y=240.075 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=324.654545 y=205.425 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=324.654545 y=170.775 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=324.654545 y=136.125 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=351.70909 y=378.675 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=351.70909 y=344.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=351.70909 y=309.375 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=351.70909 y=274.725 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=351.70909 y=240.075 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=351.70909 y=205.425 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=351.70909 y=170.775 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=351.70909 y=136.125 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=378.763636 y=378.675 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=378.763636 y=344.025 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=378.763636 y=309.375 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=378.763636 y=274.725 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=378.763636 y=240.075 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=378.763636 y=205.425 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=378.763636 y=170.775 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=378.763636 y=136.125 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=405.818181 y=378.675 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=405.818181 y=344.025 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=405.818181 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=405.818181 y=274.725 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=405.818181 y=240.075 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=405.818181 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=405.818181 y=170.775 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb36a19e0b7)&gt;&lt;use xlink:href=#C0_0_ccff40389a x=405.818181 y=136.125 style=&quot;fill: #e0e7ee; stroke: #e0e7ee&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pb36a19e0b7&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_snow_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:38.439713&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 303.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 265.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 226.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 188.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 111.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 72.658906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.562969 232.385312) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_b64a4fa449 d=&quot;M 92.29091 -51.645 \n",
+       "L 92.29091 -63.195 \n",
+       "L 78.763637 -68.97 \n",
+       "L 65.236364 -63.195 \n",
+       "L 65.236364 -51.645 \n",
+       "L 78.763637 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=13.527272 y=396 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=13.527272 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=13.527272 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=13.527272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=13.527272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=13.527272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=13.527272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=13.527272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=13.527272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=40.581818 y=396 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=40.581818 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=40.581818 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=40.581818 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=40.581818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=40.581818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=40.581818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=40.581818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=40.581818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=67.636363 y=396 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=67.636363 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=67.636363 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=67.636363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=67.636363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=67.636363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=67.636363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=67.636363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=67.636363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=94.690909 y=396 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=94.690909 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=94.690909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=94.690909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=94.690909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=94.690909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=94.690909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=94.690909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=94.690909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=121.745454 y=396 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=121.745454 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=121.745454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=121.745454 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=121.745454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=121.745454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=121.745454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=121.745454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=121.745454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=148.8 y=396 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=148.8 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=148.8 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=148.8 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=148.8 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=148.8 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=148.8 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=148.8 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=148.8 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=175.854545 y=396 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=175.854545 y=361.35 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=175.854545 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=175.854545 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=175.854545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=175.854545 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=175.854545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=175.854545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=175.854545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=202.90909 y=396 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=202.90909 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=202.90909 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=202.90909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=202.90909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=202.90909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=202.90909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=202.90909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=202.90909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=229.963636 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=229.963636 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=229.963636 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=229.963636 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=229.963636 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=229.963636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=229.963636 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=229.963636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=229.963636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=257.018181 y=396 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=257.018181 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=257.018181 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=257.018181 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=257.018181 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=257.018181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=257.018181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=257.018181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=257.018181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=284.072727 y=396 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=284.072727 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=284.072727 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=284.072727 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=284.072727 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=284.072727 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=284.072727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=284.072727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=284.072727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=311.127272 y=396 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=311.127272 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=311.127272 y=326.7 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=311.127272 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=311.127272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=311.127272 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=311.127272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=311.127272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=311.127272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=338.181818 y=396 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=338.181818 y=361.35 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=338.181818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=338.181818 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=338.181818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=338.181818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=338.181818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=338.181818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=338.181818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=365.236363 y=396 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=365.236363 y=361.35 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=365.236363 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=365.236363 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=365.236363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=365.236363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=365.236363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=365.236363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=365.236363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=392.290909 y=396 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=392.290909 y=361.35 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=392.290909 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=392.290909 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=392.290909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=392.290909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=392.290909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=392.290909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=392.290909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=419.345454 y=396 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=419.345454 y=361.35 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=419.345454 y=326.7 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=419.345454 y=292.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=419.345454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=419.345454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=419.345454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=419.345454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=419.345454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=27.054545 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=27.054545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=27.054545 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=27.054545 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=27.054545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=27.054545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=27.054545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=27.054545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=54.10909 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=54.10909 y=344.025 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=54.10909 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=54.10909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=54.10909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=54.10909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=54.10909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=54.10909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=81.163636 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=81.163636 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=81.163636 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=81.163636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=81.163636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=81.163636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=81.163636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=81.163636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=108.218181 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=108.218181 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=108.218181 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=108.218181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=108.218181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=108.218181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=108.218181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=108.218181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=135.272727 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=135.272727 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=135.272727 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=135.272727 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=135.272727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=135.272727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=135.272727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=135.272727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=162.327272 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=162.327272 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=162.327272 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=162.327272 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=162.327272 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=162.327272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=162.327272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=162.327272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=189.381818 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=189.381818 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=189.381818 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=189.381818 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=189.381818 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=189.381818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=189.381818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=189.381818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=216.436363 y=378.675 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=216.436363 y=344.025 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=216.436363 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=216.436363 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=216.436363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=216.436363 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=216.436363 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=216.436363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=243.490909 y=378.675 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=243.490909 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=243.490909 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=243.490909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=243.490909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=243.490909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=243.490909 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=243.490909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=270.545454 y=378.675 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=270.545454 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=270.545454 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=270.545454 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=270.545454 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=270.545454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=270.545454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=270.545454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=297.6 y=378.675 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=297.6 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=297.6 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=297.6 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=297.6 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=297.6 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=297.6 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=297.6 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=324.654545 y=378.675 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=324.654545 y=344.025 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=324.654545 y=309.375 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=324.654545 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=324.654545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=324.654545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=324.654545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=324.654545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=351.70909 y=378.675 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=351.70909 y=344.025 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=351.70909 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=351.70909 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=351.70909 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=351.70909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=351.70909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=351.70909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=378.763636 y=378.675 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=378.763636 y=344.025 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=378.763636 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=378.763636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=378.763636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=378.763636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=378.763636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=378.763636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=405.818181 y=378.675 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=405.818181 y=344.025 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=405.818181 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=405.818181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=405.818181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=405.818181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=405.818181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p29170a00ac)&gt;&lt;use xlink:href=#C0_0_b64a4fa449 x=405.818181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p29170a00ac&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_temperature_deviation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:45.648073&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 321.316801) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 269.211538) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 217.106275) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 165.001012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.895748) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 60.790485) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 256.837109) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_c6a1f854cd d=&quot;M 92.29091 -176.697632 \n",
+       "L 92.29091 -188.247632 \n",
+       "L 78.763637 -194.022632 \n",
+       "L 65.236364 -188.247632 \n",
+       "L 65.236364 -176.697632 \n",
+       "L 78.763637 -170.922632 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=13.527272 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=13.527272 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=13.527272 y=451.752632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=13.527272 y=417.102632 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=13.527272 y=382.452632 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=13.527272 y=347.802632 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=13.527272 y=313.152632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=13.527272 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=13.527272 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=40.581818 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=40.581818 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=40.581818 y=451.752632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=40.581818 y=417.102632 style=&quot;fill: #8cb3d3; stroke: #8cb3d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=40.581818 y=382.452632 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=40.581818 y=347.802632 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=40.581818 y=313.152632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=40.581818 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=40.581818 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=67.636363 y=521.052632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=67.636363 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=67.636363 y=451.752632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=67.636363 y=417.102632 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=67.636363 y=382.452632 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=67.636363 y=347.802632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=67.636363 y=313.152632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=67.636363 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=67.636363 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=94.690909 y=521.052632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=94.690909 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=94.690909 y=451.752632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=94.690909 y=417.102632 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=94.690909 y=382.452632 style=&quot;fill: #518ec0; stroke: #518ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=94.690909 y=347.802632 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=94.690909 y=313.152632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=94.690909 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=94.690909 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=121.745454 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=121.745454 y=486.402632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=121.745454 y=451.752632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=121.745454 y=417.102632 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=121.745454 y=382.452632 style=&quot;fill: #4084bb; stroke: #4084bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=121.745454 y=347.802632 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=121.745454 y=313.152632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=121.745454 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=121.745454 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=148.8 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=148.8 y=486.402632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=148.8 y=451.752632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=148.8 y=417.102632 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=148.8 y=382.452632 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=148.8 y=347.802632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=148.8 y=313.152632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=148.8 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=148.8 y=243.852632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=175.854545 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=175.854545 y=486.402632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=175.854545 y=451.752632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=175.854545 y=417.102632 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=175.854545 y=382.452632 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=175.854545 y=347.802632 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=175.854545 y=313.152632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=175.854545 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=175.854545 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=202.90909 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=202.90909 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=202.90909 y=451.752632 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=202.90909 y=417.102632 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=202.90909 y=382.452632 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=202.90909 y=347.802632 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=202.90909 y=313.152632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=202.90909 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=202.90909 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=229.963636 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=229.963636 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=229.963636 y=451.752632 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=229.963636 y=417.102632 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=229.963636 y=382.452632 style=&quot;fill: #4084bb; stroke: #4084bb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=229.963636 y=347.802632 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=229.963636 y=313.152632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=229.963636 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=229.963636 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=257.018181 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=257.018181 y=486.402632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=257.018181 y=451.752632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=257.018181 y=417.102632 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=257.018181 y=382.452632 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=257.018181 y=347.802632 style=&quot;fill: #9abcd7; stroke: #9abcd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=257.018181 y=313.152632 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=257.018181 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=257.018181 y=243.852632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=284.072727 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=284.072727 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=284.072727 y=451.752632 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=284.072727 y=417.102632 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=284.072727 y=382.452632 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=284.072727 y=347.802632 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=284.072727 y=313.152632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=284.072727 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=284.072727 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=311.127272 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=311.127272 y=486.402632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=311.127272 y=451.752632 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=311.127272 y=417.102632 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=311.127272 y=382.452632 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=311.127272 y=347.802632 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=311.127272 y=313.152632 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=311.127272 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=311.127272 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=338.181818 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=338.181818 y=486.402632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=338.181818 y=451.752632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=338.181818 y=417.102632 style=&quot;fill: #83add0; stroke: #83add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=338.181818 y=382.452632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=338.181818 y=347.802632 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=338.181818 y=313.152632 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=338.181818 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=338.181818 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=365.236363 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=365.236363 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=365.236363 y=451.752632 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=365.236363 y=417.102632 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=365.236363 y=382.452632 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=365.236363 y=347.802632 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=365.236363 y=313.152632 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=365.236363 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=365.236363 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=392.290909 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=392.290909 y=486.402632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=392.290909 y=451.752632 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=392.290909 y=417.102632 style=&quot;fill: #97b9d6; stroke: #97b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=392.290909 y=382.452632 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=392.290909 y=347.802632 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=392.290909 y=313.152632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=392.290909 y=278.502632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=392.290909 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=419.345454 y=521.052632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=419.345454 y=486.402632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=419.345454 y=451.752632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=419.345454 y=417.102632 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=419.345454 y=382.452632 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=419.345454 y=347.802632 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=419.345454 y=313.152632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=419.345454 y=278.502632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=419.345454 y=243.852632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=27.054545 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=27.054545 y=469.077632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=27.054545 y=434.427632 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=27.054545 y=399.777632 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=27.054545 y=365.127632 style=&quot;fill: #4486bc; stroke: #4486bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=27.054545 y=330.477632 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=27.054545 y=295.827632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=27.054545 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=54.10909 y=503.727632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=54.10909 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=54.10909 y=434.427632 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=54.10909 y=399.777632 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=54.10909 y=365.127632 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=54.10909 y=330.477632 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=54.10909 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=54.10909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=81.163636 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=81.163636 y=469.077632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=81.163636 y=434.427632 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=81.163636 y=399.777632 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=81.163636 y=365.127632 style=&quot;fill: #4b8abe; stroke: #4b8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=81.163636 y=330.477632 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=81.163636 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=81.163636 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=108.218181 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=108.218181 y=469.077632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=108.218181 y=434.427632 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=108.218181 y=399.777632 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=108.218181 y=365.127632 style=&quot;fill: #5e96c4; stroke: #5e96c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=108.218181 y=330.477632 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=108.218181 y=295.827632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=108.218181 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=135.272727 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=135.272727 y=469.077632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=135.272727 y=434.427632 style=&quot;fill: #b4cce0; stroke: #b4cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=135.272727 y=399.777632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=135.272727 y=365.127632 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=135.272727 y=330.477632 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=135.272727 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=135.272727 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=162.327272 y=503.727632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=162.327272 y=469.077632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=162.327272 y=434.427632 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=162.327272 y=399.777632 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=162.327272 y=365.127632 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=162.327272 y=330.477632 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=162.327272 y=295.827632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=162.327272 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=189.381818 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=189.381818 y=469.077632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=189.381818 y=434.427632 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=189.381818 y=399.777632 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=189.381818 y=365.127632 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=189.381818 y=330.477632 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=189.381818 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=189.381818 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=216.436363 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=216.436363 y=469.077632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=216.436363 y=434.427632 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=216.436363 y=399.777632 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=216.436363 y=365.127632 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=216.436363 y=330.477632 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=216.436363 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=216.436363 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=243.490909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=243.490909 y=469.077632 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=243.490909 y=434.427632 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=243.490909 y=399.777632 style=&quot;fill: #689dc8; stroke: #689dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=243.490909 y=365.127632 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=243.490909 y=330.477632 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=243.490909 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=243.490909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=270.545454 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=270.545454 y=469.077632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=270.545454 y=434.427632 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=270.545454 y=399.777632 style=&quot;fill: #5b94c3; stroke: #5b94c3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=270.545454 y=365.127632 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=270.545454 y=330.477632 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=270.545454 y=295.827632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=270.545454 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=297.6 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=297.6 y=469.077632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=297.6 y=434.427632 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=297.6 y=399.777632 style=&quot;fill: #4b8abe; stroke: #4b8abe&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=297.6 y=365.127632 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=297.6 y=330.477632 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=297.6 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=297.6 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=324.654545 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=324.654545 y=469.077632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=324.654545 y=434.427632 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=324.654545 y=399.777632 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=324.654545 y=365.127632 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=324.654545 y=330.477632 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=324.654545 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=324.654545 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=351.70909 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=351.70909 y=469.077632 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=351.70909 y=434.427632 style=&quot;fill: #b8cee1; stroke: #b8cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=351.70909 y=399.777632 style=&quot;fill: #5892c2; stroke: #5892c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=351.70909 y=365.127632 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=351.70909 y=330.477632 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=351.70909 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=351.70909 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=378.763636 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=378.763636 y=469.077632 style=&quot;fill: #e3e9ee; stroke: #e3e9ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=378.763636 y=434.427632 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=378.763636 y=399.777632 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=378.763636 y=365.127632 style=&quot;fill: #5590c1; stroke: #5590c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=378.763636 y=330.477632 style=&quot;fill: #c5d6e5; stroke: #c5d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=378.763636 y=295.827632 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=378.763636 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=405.818181 y=503.727632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=405.818181 y=469.077632 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=405.818181 y=434.427632 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=405.818181 y=399.777632 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=405.818181 y=365.127632 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=405.818181 y=330.477632 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=405.818181 y=295.827632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf16c254f92)&gt;&lt;use xlink:href=#C0_0_c6a1f854cd x=405.818181 y=261.177632 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf16c254f92&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_temperature_max&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:51.787317&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 346.548951) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 283.834019) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 221.119087) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 158.404155) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 95.689223) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 244.298828) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_bd281886a3 d=&quot;M 92.29091 -109.969887 \n",
+       "L 92.29091 -121.519887 \n",
+       "L 78.763637 -127.294887 \n",
+       "L 65.236364 -121.519887 \n",
+       "L 65.236364 -109.969887 \n",
+       "L 78.763637 -104.194887 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=13.527272 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=13.527272 y=419.674887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=13.527272 y=385.024887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=13.527272 y=350.374887 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=13.527272 y=315.724887 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=13.527272 y=281.074887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=13.527272 y=246.424887 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=13.527272 y=211.774887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=13.527272 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=40.581818 y=454.324887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=40.581818 y=419.674887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=40.581818 y=385.024887 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=40.581818 y=350.374887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=40.581818 y=315.724887 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=40.581818 y=281.074887 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=40.581818 y=246.424887 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=40.581818 y=211.774887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=40.581818 y=177.124887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=67.636363 y=454.324887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=67.636363 y=419.674887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=67.636363 y=385.024887 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=67.636363 y=350.374887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=67.636363 y=315.724887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=67.636363 y=281.074887 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=67.636363 y=246.424887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=67.636363 y=211.774887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=67.636363 y=177.124887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=94.690909 y=454.324887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=94.690909 y=419.674887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=94.690909 y=385.024887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=94.690909 y=350.374887 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=94.690909 y=315.724887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=94.690909 y=281.074887 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=94.690909 y=246.424887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=94.690909 y=211.774887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=94.690909 y=177.124887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=121.745454 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=121.745454 y=419.674887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=121.745454 y=385.024887 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=121.745454 y=350.374887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=121.745454 y=315.724887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=121.745454 y=281.074887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=121.745454 y=246.424887 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=121.745454 y=211.774887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=121.745454 y=177.124887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=148.8 y=454.324887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=148.8 y=419.674887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=148.8 y=385.024887 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=148.8 y=350.374887 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=148.8 y=315.724887 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=148.8 y=281.074887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=148.8 y=246.424887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=148.8 y=211.774887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=148.8 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=175.854545 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=175.854545 y=419.674887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=175.854545 y=385.024887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=175.854545 y=350.374887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=175.854545 y=315.724887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=175.854545 y=281.074887 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=175.854545 y=246.424887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=175.854545 y=211.774887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=175.854545 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=202.90909 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=202.90909 y=419.674887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=202.90909 y=385.024887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=202.90909 y=350.374887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=202.90909 y=315.724887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=202.90909 y=281.074887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=202.90909 y=246.424887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=202.90909 y=211.774887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=202.90909 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=229.963636 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=229.963636 y=419.674887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=229.963636 y=385.024887 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=229.963636 y=350.374887 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=229.963636 y=315.724887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=229.963636 y=281.074887 style=&quot;fill: #5490c1; stroke: #5490c1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=229.963636 y=246.424887 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=229.963636 y=211.774887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=229.963636 y=177.124887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=257.018181 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=257.018181 y=419.674887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=257.018181 y=385.024887 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=257.018181 y=350.374887 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=257.018181 y=315.724887 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=257.018181 y=281.074887 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=257.018181 y=246.424887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=257.018181 y=211.774887 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=257.018181 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=284.072727 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=284.072727 y=419.674887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=284.072727 y=385.024887 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=284.072727 y=350.374887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=284.072727 y=315.724887 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=284.072727 y=281.074887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=284.072727 y=246.424887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=284.072727 y=211.774887 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=284.072727 y=177.124887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=311.127272 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=311.127272 y=419.674887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=311.127272 y=385.024887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=311.127272 y=350.374887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=311.127272 y=315.724887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=311.127272 y=281.074887 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=311.127272 y=246.424887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=311.127272 y=211.774887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=311.127272 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=338.181818 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=338.181818 y=419.674887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=338.181818 y=385.024887 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=338.181818 y=350.374887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=338.181818 y=315.724887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=338.181818 y=281.074887 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=338.181818 y=246.424887 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=338.181818 y=211.774887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=338.181818 y=177.124887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=365.236363 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=365.236363 y=419.674887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=365.236363 y=385.024887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=365.236363 y=350.374887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=365.236363 y=315.724887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=365.236363 y=281.074887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=365.236363 y=246.424887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=365.236363 y=211.774887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=365.236363 y=177.124887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=392.290909 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=392.290909 y=419.674887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=392.290909 y=385.024887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=392.290909 y=350.374887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=392.290909 y=315.724887 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=392.290909 y=281.074887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=392.290909 y=246.424887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=392.290909 y=211.774887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=392.290909 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=419.345454 y=454.324887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=419.345454 y=419.674887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=419.345454 y=385.024887 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=419.345454 y=350.374887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=419.345454 y=315.724887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=419.345454 y=281.074887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=419.345454 y=246.424887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=419.345454 y=211.774887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=419.345454 y=177.124887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=27.054545 y=436.999887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=27.054545 y=402.349887 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=27.054545 y=367.699887 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=27.054545 y=333.049887 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=27.054545 y=298.399887 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=27.054545 y=263.749887 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=27.054545 y=229.099887 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=27.054545 y=194.449887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=54.10909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=54.10909 y=402.349887 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=54.10909 y=367.699887 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=54.10909 y=333.049887 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=54.10909 y=298.399887 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=54.10909 y=263.749887 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=54.10909 y=229.099887 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=54.10909 y=194.449887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=81.163636 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=81.163636 y=402.349887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=81.163636 y=367.699887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=81.163636 y=333.049887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=81.163636 y=298.399887 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=81.163636 y=263.749887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=81.163636 y=229.099887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=81.163636 y=194.449887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=108.218181 y=436.999887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=108.218181 y=402.349887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=108.218181 y=367.699887 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=108.218181 y=333.049887 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=108.218181 y=298.399887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=108.218181 y=263.749887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=108.218181 y=229.099887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=108.218181 y=194.449887 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=135.272727 y=436.999887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=135.272727 y=402.349887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=135.272727 y=367.699887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=135.272727 y=333.049887 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=135.272727 y=298.399887 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=135.272727 y=263.749887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=135.272727 y=229.099887 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=135.272727 y=194.449887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=162.327272 y=436.999887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=162.327272 y=402.349887 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=162.327272 y=367.699887 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=162.327272 y=333.049887 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=162.327272 y=298.399887 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=162.327272 y=263.749887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=162.327272 y=229.099887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=162.327272 y=194.449887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=189.381818 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=189.381818 y=402.349887 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=189.381818 y=367.699887 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=189.381818 y=333.049887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=189.381818 y=298.399887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=189.381818 y=263.749887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=189.381818 y=229.099887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=189.381818 y=194.449887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=216.436363 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=216.436363 y=402.349887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=216.436363 y=367.699887 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=216.436363 y=333.049887 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=216.436363 y=298.399887 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=216.436363 y=263.749887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=216.436363 y=229.099887 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=216.436363 y=194.449887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=243.490909 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=243.490909 y=402.349887 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=243.490909 y=367.699887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=243.490909 y=333.049887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=243.490909 y=298.399887 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=243.490909 y=263.749887 style=&quot;fill: #8fb5d4; stroke: #8fb5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=243.490909 y=229.099887 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=243.490909 y=194.449887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=270.545454 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=270.545454 y=402.349887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=270.545454 y=367.699887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=270.545454 y=333.049887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=270.545454 y=298.399887 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=270.545454 y=263.749887 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=270.545454 y=229.099887 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=270.545454 y=194.449887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=297.6 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=297.6 y=402.349887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=297.6 y=367.699887 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=297.6 y=333.049887 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=297.6 y=298.399887 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=297.6 y=263.749887 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=297.6 y=229.099887 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=297.6 y=194.449887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=324.654545 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=324.654545 y=402.349887 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=324.654545 y=367.699887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=324.654545 y=333.049887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=324.654545 y=298.399887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=324.654545 y=263.749887 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=324.654545 y=229.099887 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=324.654545 y=194.449887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=351.70909 y=436.999887 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=351.70909 y=402.349887 style=&quot;fill: #bed2e3; stroke: #bed2e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=351.70909 y=367.699887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=351.70909 y=333.049887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=351.70909 y=298.399887 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=351.70909 y=263.749887 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=351.70909 y=229.099887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=351.70909 y=194.449887 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=378.763636 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=378.763636 y=402.349887 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=378.763636 y=367.699887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=378.763636 y=333.049887 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=378.763636 y=298.399887 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=378.763636 y=263.749887 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=378.763636 y=229.099887 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=378.763636 y=194.449887 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=405.818181 y=436.999887 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=405.818181 y=402.349887 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=405.818181 y=367.699887 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=405.818181 y=333.049887 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=405.818181 y=298.399887 style=&quot;fill: #97bad6; stroke: #97bad6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=405.818181 y=263.749887 style=&quot;fill: #87afd1; stroke: #87afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=405.818181 y=229.099887 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pf27c6c0f5f)&gt;&lt;use xlink:href=#C0_0_bd281886a3 x=405.818181 y=194.449887 style=&quot;fill: #dfe6ed; stroke: #dfe6ed&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf27c6c0f5f&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_temperature_min&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:27:57.810250&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 334.049332) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 297.18763) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.598438 260.325928) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-35 x=58.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 223.464225) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 186.602523) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 149.740821) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 112.879119) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 76.017417) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.85125 242.770859) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_e52d6b186c d=&quot;M 92.29091 -170.339681 \n",
+       "L 92.29091 -181.889681 \n",
+       "L 78.763637 -187.664681 \n",
+       "L 65.236364 -181.889681 \n",
+       "L 65.236364 -170.339681 \n",
+       "L 78.763637 -164.564681 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=13.527272 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=13.527272 y=480.044681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=13.527272 y=445.394681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=13.527272 y=410.744681 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=13.527272 y=376.094681 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=13.527272 y=341.444681 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=13.527272 y=306.794681 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=13.527272 y=272.144681 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=13.527272 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=40.581818 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=40.581818 y=480.044681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=40.581818 y=445.394681 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=40.581818 y=410.744681 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=40.581818 y=376.094681 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=40.581818 y=341.444681 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=40.581818 y=306.794681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=40.581818 y=272.144681 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=40.581818 y=237.494681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=67.636363 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=67.636363 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=67.636363 y=445.394681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=67.636363 y=410.744681 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=67.636363 y=376.094681 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=67.636363 y=341.444681 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=67.636363 y=306.794681 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=67.636363 y=272.144681 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=67.636363 y=237.494681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=94.690909 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=94.690909 y=480.044681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=94.690909 y=445.394681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=94.690909 y=410.744681 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=94.690909 y=376.094681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=94.690909 y=341.444681 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=94.690909 y=306.794681 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=94.690909 y=272.144681 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=94.690909 y=237.494681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=121.745454 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=121.745454 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=121.745454 y=445.394681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=121.745454 y=410.744681 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=121.745454 y=376.094681 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=121.745454 y=341.444681 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=121.745454 y=306.794681 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=121.745454 y=272.144681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=121.745454 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=148.8 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=148.8 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=148.8 y=445.394681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=148.8 y=410.744681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=148.8 y=376.094681 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=148.8 y=341.444681 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=148.8 y=306.794681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=148.8 y=272.144681 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=148.8 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=175.854545 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=175.854545 y=480.044681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=175.854545 y=445.394681 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=175.854545 y=410.744681 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=175.854545 y=376.094681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=175.854545 y=341.444681 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=175.854545 y=306.794681 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=175.854545 y=272.144681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=175.854545 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=202.90909 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=202.90909 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=202.90909 y=445.394681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=202.90909 y=410.744681 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=202.90909 y=376.094681 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=202.90909 y=341.444681 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=202.90909 y=306.794681 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=202.90909 y=272.144681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=202.90909 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=229.963636 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=229.963636 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=229.963636 y=445.394681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=229.963636 y=410.744681 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=229.963636 y=376.094681 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=229.963636 y=341.444681 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=229.963636 y=306.794681 style=&quot;fill: #649ac6; stroke: #649ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=229.963636 y=272.144681 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=229.963636 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=257.018181 y=514.694681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=257.018181 y=480.044681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=257.018181 y=445.394681 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=257.018181 y=410.744681 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=257.018181 y=376.094681 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=257.018181 y=341.444681 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=257.018181 y=306.794681 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=257.018181 y=272.144681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=257.018181 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=284.072727 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=284.072727 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=284.072727 y=445.394681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=284.072727 y=410.744681 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=284.072727 y=376.094681 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=284.072727 y=341.444681 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=284.072727 y=306.794681 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=284.072727 y=272.144681 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=284.072727 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=311.127272 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=311.127272 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=311.127272 y=445.394681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=311.127272 y=410.744681 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=311.127272 y=376.094681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=311.127272 y=341.444681 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=311.127272 y=306.794681 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=311.127272 y=272.144681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=311.127272 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=338.181818 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=338.181818 y=480.044681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=338.181818 y=445.394681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=338.181818 y=410.744681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=338.181818 y=376.094681 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=338.181818 y=341.444681 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=338.181818 y=306.794681 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=338.181818 y=272.144681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=338.181818 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=365.236363 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=365.236363 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=365.236363 y=445.394681 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=365.236363 y=410.744681 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=365.236363 y=376.094681 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=365.236363 y=341.444681 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=365.236363 y=306.794681 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=365.236363 y=272.144681 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=365.236363 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=392.290909 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=392.290909 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=392.290909 y=445.394681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=392.290909 y=410.744681 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=392.290909 y=376.094681 style=&quot;fill: #a8c4dc; stroke: #a8c4dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=392.290909 y=341.444681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=392.290909 y=306.794681 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=392.290909 y=272.144681 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=392.290909 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=419.345454 y=514.694681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=419.345454 y=480.044681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=419.345454 y=445.394681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=419.345454 y=410.744681 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=419.345454 y=376.094681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=419.345454 y=341.444681 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=419.345454 y=306.794681 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=419.345454 y=272.144681 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=419.345454 y=237.494681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=27.054545 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=27.054545 y=462.719681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=27.054545 y=428.069681 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=27.054545 y=393.419681 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=27.054545 y=358.769681 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=27.054545 y=324.119681 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=27.054545 y=289.469681 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=27.054545 y=254.819681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=54.10909 y=497.369681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=54.10909 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=54.10909 y=428.069681 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=54.10909 y=393.419681 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=54.10909 y=358.769681 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=54.10909 y=324.119681 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=54.10909 y=289.469681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=54.10909 y=254.819681 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=81.163636 y=497.369681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=81.163636 y=462.719681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=81.163636 y=428.069681 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=81.163636 y=393.419681 style=&quot;fill: #6c9fc9; stroke: #6c9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=81.163636 y=358.769681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=81.163636 y=324.119681 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=81.163636 y=289.469681 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=81.163636 y=254.819681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=108.218181 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=108.218181 y=462.719681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=108.218181 y=428.069681 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=108.218181 y=393.419681 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=108.218181 y=358.769681 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=108.218181 y=324.119681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=108.218181 y=289.469681 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=108.218181 y=254.819681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=135.272727 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=135.272727 y=462.719681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=135.272727 y=428.069681 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=135.272727 y=393.419681 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=135.272727 y=358.769681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=135.272727 y=324.119681 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=135.272727 y=289.469681 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=135.272727 y=254.819681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=162.327272 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=162.327272 y=462.719681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=162.327272 y=428.069681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=162.327272 y=393.419681 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=162.327272 y=358.769681 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=162.327272 y=324.119681 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=162.327272 y=289.469681 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=162.327272 y=254.819681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=189.381818 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=189.381818 y=462.719681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=189.381818 y=428.069681 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=189.381818 y=393.419681 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=189.381818 y=358.769681 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=189.381818 y=324.119681 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=189.381818 y=289.469681 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=189.381818 y=254.819681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=216.436363 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=216.436363 y=462.719681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=216.436363 y=428.069681 style=&quot;fill: #bfd3e3; stroke: #bfd3e3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=216.436363 y=393.419681 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=216.436363 y=358.769681 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=216.436363 y=324.119681 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=216.436363 y=289.469681 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=216.436363 y=254.819681 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=243.490909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=243.490909 y=462.719681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=243.490909 y=428.069681 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=243.490909 y=393.419681 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=243.490909 y=358.769681 style=&quot;fill: #82add0; stroke: #82add0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=243.490909 y=324.119681 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=243.490909 y=289.469681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=243.490909 y=254.819681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=270.545454 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=270.545454 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=270.545454 y=428.069681 style=&quot;fill: #d2dee9; stroke: #d2dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=270.545454 y=393.419681 style=&quot;fill: #518ec0; stroke: #518ec0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=270.545454 y=358.769681 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=270.545454 y=324.119681 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=270.545454 y=289.469681 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=270.545454 y=254.819681 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=297.6 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=297.6 y=462.719681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=297.6 y=428.069681 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=297.6 y=393.419681 style=&quot;fill: #5d95c4; stroke: #5d95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=297.6 y=358.769681 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=297.6 y=324.119681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=297.6 y=289.469681 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=297.6 y=254.819681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=324.654545 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=324.654545 y=462.719681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=324.654545 y=428.069681 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=324.654545 y=393.419681 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=324.654545 y=358.769681 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=324.654545 y=324.119681 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=324.654545 y=289.469681 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=324.654545 y=254.819681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=351.70909 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=351.70909 y=462.719681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=351.70909 y=428.069681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=351.70909 y=393.419681 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=351.70909 y=358.769681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=351.70909 y=324.119681 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=351.70909 y=289.469681 style=&quot;fill: #86afd1; stroke: #86afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=351.70909 y=254.819681 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=378.763636 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=378.763636 y=462.719681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=378.763636 y=428.069681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=378.763636 y=393.419681 style=&quot;fill: #8eb4d3; stroke: #8eb4d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=378.763636 y=358.769681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=378.763636 y=324.119681 style=&quot;fill: #99bbd7; stroke: #99bbd7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=378.763636 y=289.469681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=378.763636 y=254.819681 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=405.818181 y=497.369681 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=405.818181 y=462.719681 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=405.818181 y=428.069681 style=&quot;fill: #bbd0e2; stroke: #bbd0e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=405.818181 y=393.419681 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=405.818181 y=358.769681 style=&quot;fill: #a4c2db; stroke: #a4c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=405.818181 y=324.119681 style=&quot;fill: #91b6d5; stroke: #91b6d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=405.818181 y=289.469681 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pacc845bdf7)&gt;&lt;use xlink:href=#C0_0_e52d6b186c x=405.818181 y=254.819681 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pacc845bdf7&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_temperature_evening&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:04.525841&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.0375 337.687939) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=114.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 273.816971) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 209.946003) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 146.075035) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 82.204068) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(35.722344 253.78375) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_58c0e54e1f d=&quot;M 92.29091 -119.986935 \n",
+       "L 92.29091 -131.536935 \n",
+       "L 78.763637 -137.311935 \n",
+       "L 65.236364 -131.536935 \n",
+       "L 65.236364 -119.986935 \n",
+       "L 78.763637 -114.211935 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=13.527272 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=13.527272 y=429.691935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=13.527272 y=395.041935 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=13.527272 y=360.391935 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=13.527272 y=325.741935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=13.527272 y=291.091935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=13.527272 y=256.441935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=13.527272 y=221.791935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=13.527272 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=40.581818 y=464.341935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=40.581818 y=429.691935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=40.581818 y=395.041935 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=40.581818 y=360.391935 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=40.581818 y=325.741935 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=40.581818 y=291.091935 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=40.581818 y=256.441935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=40.581818 y=221.791935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=40.581818 y=187.141935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=67.636363 y=464.341935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=67.636363 y=429.691935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=67.636363 y=395.041935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=67.636363 y=360.391935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=67.636363 y=325.741935 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=67.636363 y=291.091935 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=67.636363 y=256.441935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=67.636363 y=221.791935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=67.636363 y=187.141935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=94.690909 y=464.341935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=94.690909 y=429.691935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=94.690909 y=395.041935 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=94.690909 y=360.391935 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=94.690909 y=325.741935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=94.690909 y=291.091935 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=94.690909 y=256.441935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=94.690909 y=221.791935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=94.690909 y=187.141935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=121.745454 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=121.745454 y=429.691935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=121.745454 y=395.041935 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=121.745454 y=360.391935 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=121.745454 y=325.741935 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=121.745454 y=291.091935 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=121.745454 y=256.441935 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=121.745454 y=221.791935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=121.745454 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=148.8 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=148.8 y=429.691935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=148.8 y=395.041935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=148.8 y=360.391935 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=148.8 y=325.741935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=148.8 y=291.091935 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=148.8 y=256.441935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=148.8 y=221.791935 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=148.8 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=175.854545 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=175.854545 y=429.691935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=175.854545 y=395.041935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=175.854545 y=360.391935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=175.854545 y=325.741935 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=175.854545 y=291.091935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=175.854545 y=256.441935 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=175.854545 y=221.791935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=175.854545 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=202.90909 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=202.90909 y=429.691935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=202.90909 y=395.041935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=202.90909 y=360.391935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=202.90909 y=325.741935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=202.90909 y=291.091935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=202.90909 y=256.441935 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=202.90909 y=221.791935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=202.90909 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=229.963636 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=229.963636 y=429.691935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=229.963636 y=395.041935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=229.963636 y=360.391935 style=&quot;fill: #4587bc; stroke: #4587bc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=229.963636 y=325.741935 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=229.963636 y=291.091935 style=&quot;fill: #4d8cbf; stroke: #4d8cbf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=229.963636 y=256.441935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=229.963636 y=221.791935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=229.963636 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=257.018181 y=464.341935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=257.018181 y=429.691935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=257.018181 y=395.041935 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=257.018181 y=360.391935 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=257.018181 y=325.741935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=257.018181 y=291.091935 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=257.018181 y=256.441935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=257.018181 y=221.791935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=257.018181 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=284.072727 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=284.072727 y=429.691935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=284.072727 y=395.041935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=284.072727 y=360.391935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=284.072727 y=325.741935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=284.072727 y=291.091935 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=284.072727 y=256.441935 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=284.072727 y=221.791935 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=284.072727 y=187.141935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=311.127272 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=311.127272 y=429.691935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=311.127272 y=395.041935 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=311.127272 y=360.391935 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=311.127272 y=325.741935 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=311.127272 y=291.091935 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=311.127272 y=256.441935 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=311.127272 y=221.791935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=311.127272 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=338.181818 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=338.181818 y=429.691935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=338.181818 y=395.041935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=338.181818 y=360.391935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=338.181818 y=325.741935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=338.181818 y=291.091935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=338.181818 y=256.441935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=338.181818 y=221.791935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=338.181818 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=365.236363 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=365.236363 y=429.691935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=365.236363 y=395.041935 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=365.236363 y=360.391935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=365.236363 y=325.741935 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=365.236363 y=291.091935 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=365.236363 y=256.441935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=365.236363 y=221.791935 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=365.236363 y=187.141935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=392.290909 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=392.290909 y=429.691935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=392.290909 y=395.041935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=392.290909 y=360.391935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=392.290909 y=325.741935 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=392.290909 y=291.091935 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=392.290909 y=256.441935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=392.290909 y=221.791935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=392.290909 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=419.345454 y=464.341935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=419.345454 y=429.691935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=419.345454 y=395.041935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=419.345454 y=360.391935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=419.345454 y=325.741935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=419.345454 y=291.091935 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=419.345454 y=256.441935 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=419.345454 y=221.791935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=419.345454 y=187.141935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=27.054545 y=447.016935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=27.054545 y=412.366935 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=27.054545 y=377.716935 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=27.054545 y=343.066935 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=27.054545 y=308.416935 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=27.054545 y=273.766935 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=27.054545 y=239.116935 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=27.054545 y=204.466935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=54.10909 y=447.016935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=54.10909 y=412.366935 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=54.10909 y=377.716935 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=54.10909 y=343.066935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=54.10909 y=308.416935 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=54.10909 y=273.766935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=54.10909 y=239.116935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=54.10909 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=81.163636 y=447.016935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=81.163636 y=412.366935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=81.163636 y=377.716935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=81.163636 y=343.066935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=81.163636 y=308.416935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=81.163636 y=273.766935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=81.163636 y=239.116935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=81.163636 y=204.466935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=108.218181 y=447.016935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=108.218181 y=412.366935 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=108.218181 y=377.716935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=108.218181 y=343.066935 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=108.218181 y=308.416935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=108.218181 y=273.766935 style=&quot;fill: #538fc1; stroke: #538fc1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=108.218181 y=239.116935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=108.218181 y=204.466935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=135.272727 y=447.016935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=135.272727 y=412.366935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=135.272727 y=377.716935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=135.272727 y=343.066935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=135.272727 y=308.416935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=135.272727 y=273.766935 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=135.272727 y=239.116935 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=135.272727 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=162.327272 y=447.016935 style=&quot;fill: #e2e8ee; stroke: #e2e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=162.327272 y=412.366935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=162.327272 y=377.716935 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=162.327272 y=343.066935 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=162.327272 y=308.416935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=162.327272 y=273.766935 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=162.327272 y=239.116935 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=162.327272 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=189.381818 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=189.381818 y=412.366935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=189.381818 y=377.716935 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=189.381818 y=343.066935 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=189.381818 y=308.416935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=189.381818 y=273.766935 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=189.381818 y=239.116935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=189.381818 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=216.436363 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=216.436363 y=412.366935 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=216.436363 y=377.716935 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=216.436363 y=343.066935 style=&quot;fill: #6098c5; stroke: #6098c5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=216.436363 y=308.416935 style=&quot;fill: #4989be; stroke: #4989be&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=216.436363 y=273.766935 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=216.436363 y=239.116935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=216.436363 y=204.466935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=243.490909 y=447.016935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=243.490909 y=412.366935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=243.490909 y=377.716935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=243.490909 y=343.066935 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=243.490909 y=308.416935 style=&quot;fill: #5c95c4; stroke: #5c95c4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=243.490909 y=273.766935 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=243.490909 y=239.116935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=243.490909 y=204.466935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=270.545454 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=270.545454 y=412.366935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=270.545454 y=377.716935 style=&quot;fill: #4989be; stroke: #4989be&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=270.545454 y=343.066935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=270.545454 y=308.416935 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=270.545454 y=273.766935 style=&quot;fill: #73a3cb; stroke: #73a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=270.545454 y=239.116935 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=270.545454 y=204.466935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=297.6 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=297.6 y=412.366935 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=297.6 y=377.716935 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=297.6 y=343.066935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=297.6 y=308.416935 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=297.6 y=273.766935 style=&quot;fill: #5792c2; stroke: #5792c2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=297.6 y=239.116935 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=297.6 y=204.466935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=324.654545 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=324.654545 y=412.366935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=324.654545 y=377.716935 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=324.654545 y=343.066935 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=324.654545 y=308.416935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=324.654545 y=273.766935 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=324.654545 y=239.116935 style=&quot;fill: #afc9de; stroke: #afc9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=324.654545 y=204.466935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=351.70909 y=447.016935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=351.70909 y=412.366935 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=351.70909 y=377.716935 style=&quot;fill: #a1c0da; stroke: #a1c0da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=351.70909 y=343.066935 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=351.70909 y=308.416935 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=351.70909 y=273.766935 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=351.70909 y=239.116935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=351.70909 y=204.466935 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=378.763636 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=378.763636 y=412.366935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=378.763636 y=377.716935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=378.763636 y=343.066935 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=378.763636 y=308.416935 style=&quot;fill: #8ab2d2; stroke: #8ab2d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=378.763636 y=273.766935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=378.763636 y=239.116935 style=&quot;fill: #aac6dc; stroke: #aac6dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=378.763636 y=204.466935 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=405.818181 y=447.016935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=405.818181 y=412.366935 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=405.818181 y=377.716935 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=405.818181 y=343.066935 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=405.818181 y=308.416935 style=&quot;fill: #85afd1; stroke: #85afd1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=405.818181 y=273.766935 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=405.818181 y=239.116935 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pc38d8d7e7c)&gt;&lt;use xlink:href=#C0_0_58c0e54e1f x=405.818181 y=204.466935 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pc38d8d7e7c&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_precipiation_5days&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:10.607382&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 293.399012) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 244.639117) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 195.879223) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 147.119328) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-38 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.317188 98.359434) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.002031 247.364219) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_9c141ff306 d=&quot;M 92.29091 -51.645 \n",
+       "L 92.29091 -63.195 \n",
+       "L 78.763637 -68.97 \n",
+       "L 65.236364 -63.195 \n",
+       "L 65.236364 -51.645 \n",
+       "L 78.763637 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=13.527272 y=396 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=13.527272 y=361.35 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=13.527272 y=326.7 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=13.527272 y=292.05 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=13.527272 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=13.527272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=13.527272 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=13.527272 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=13.527272 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=40.581818 y=396 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=40.581818 y=361.35 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=40.581818 y=326.7 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=40.581818 y=292.05 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=40.581818 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=40.581818 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=40.581818 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=40.581818 y=153.45 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=40.581818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=67.636363 y=396 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=67.636363 y=361.35 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=67.636363 y=326.7 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=67.636363 y=292.05 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=67.636363 y=257.4 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=67.636363 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=67.636363 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=67.636363 y=153.45 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=67.636363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=94.690909 y=396 style=&quot;fill: #82acd0; stroke: #82acd0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=94.690909 y=361.35 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=94.690909 y=326.7 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=94.690909 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=94.690909 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=94.690909 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=94.690909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=94.690909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=94.690909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=121.745454 y=396 style=&quot;fill: #7eaace; stroke: #7eaace&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=121.745454 y=361.35 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=121.745454 y=326.7 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=121.745454 y=292.05 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=121.745454 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=121.745454 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=121.745454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=121.745454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=121.745454 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=148.8 y=396 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=148.8 y=361.35 style=&quot;fill: #bcd1e2; stroke: #bcd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=148.8 y=326.7 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=148.8 y=292.05 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=148.8 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=148.8 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=148.8 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=148.8 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=148.8 y=118.8 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=175.854545 y=396 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=175.854545 y=361.35 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=175.854545 y=326.7 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=175.854545 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=175.854545 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=175.854545 y=222.75 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=175.854545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=175.854545 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=175.854545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=202.90909 y=396 style=&quot;fill: #6299c6; stroke: #6299c6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=202.90909 y=361.35 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=202.90909 y=326.7 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=202.90909 y=292.05 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=202.90909 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=202.90909 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=202.90909 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=202.90909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=202.90909 y=118.8 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=229.963636 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=229.963636 y=361.35 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=229.963636 y=326.7 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=229.963636 y=292.05 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=229.963636 y=257.4 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=229.963636 y=222.75 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=229.963636 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=229.963636 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=229.963636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=257.018181 y=396 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=257.018181 y=361.35 style=&quot;fill: #a9c5dc; stroke: #a9c5dc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=257.018181 y=326.7 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=257.018181 y=292.05 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=257.018181 y=257.4 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=257.018181 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=257.018181 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=257.018181 y=153.45 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=257.018181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=284.072727 y=396 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=284.072727 y=361.35 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=284.072727 y=326.7 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=284.072727 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=284.072727 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=284.072727 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=284.072727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=284.072727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=284.072727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=311.127272 y=396 style=&quot;fill: #7ba8ce; stroke: #7ba8ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=311.127272 y=361.35 style=&quot;fill: #a2c1da; stroke: #a2c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=311.127272 y=326.7 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=311.127272 y=292.05 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=311.127272 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=311.127272 y=222.75 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=311.127272 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=311.127272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=311.127272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=338.181818 y=396 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=338.181818 y=361.35 style=&quot;fill: #bacfe1; stroke: #bacfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=338.181818 y=326.7 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=338.181818 y=292.05 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=338.181818 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=338.181818 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=338.181818 y=188.1 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=338.181818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=338.181818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=365.236363 y=396 style=&quot;fill: #6d9fc9; stroke: #6d9fc9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=365.236363 y=361.35 style=&quot;fill: #adc7dd; stroke: #adc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=365.236363 y=326.7 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=365.236363 y=292.05 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=365.236363 y=257.4 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=365.236363 y=222.75 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=365.236363 y=188.1 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=365.236363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=365.236363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=392.290909 y=396 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=392.290909 y=361.35 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=392.290909 y=326.7 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=392.290909 y=292.05 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=392.290909 y=257.4 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=392.290909 y=222.75 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=392.290909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=392.290909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=392.290909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=419.345454 y=396 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=419.345454 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=419.345454 y=326.7 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=419.345454 y=292.05 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=419.345454 y=257.4 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=419.345454 y=222.75 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=419.345454 y=188.1 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=419.345454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=419.345454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=27.054545 y=378.675 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=27.054545 y=344.025 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=27.054545 y=309.375 style=&quot;fill: #d0dde8; stroke: #d0dde8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=27.054545 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=27.054545 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=27.054545 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=27.054545 y=170.775 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=27.054545 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=54.10909 y=378.675 style=&quot;fill: #acc6dd; stroke: #acc6dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=54.10909 y=344.025 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=54.10909 y=309.375 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=54.10909 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=54.10909 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=54.10909 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=54.10909 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=54.10909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=81.163636 y=378.675 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=81.163636 y=344.025 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=81.163636 y=309.375 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=81.163636 y=274.725 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=81.163636 y=240.075 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=81.163636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=81.163636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=81.163636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=108.218181 y=378.675 style=&quot;fill: #a0bfd9; stroke: #a0bfd9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=108.218181 y=344.025 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=108.218181 y=309.375 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=108.218181 y=274.725 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=108.218181 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=108.218181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=108.218181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=108.218181 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=135.272727 y=378.675 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=135.272727 y=344.025 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=135.272727 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=135.272727 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=135.272727 y=240.075 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=135.272727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=135.272727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=135.272727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=162.327272 y=378.675 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=162.327272 y=344.025 style=&quot;fill: #d1dee9; stroke: #d1dee9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=162.327272 y=309.375 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=162.327272 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=162.327272 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=162.327272 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=162.327272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=162.327272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=189.381818 y=378.675 style=&quot;fill: #a4c1da; stroke: #a4c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=189.381818 y=344.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=189.381818 y=309.375 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=189.381818 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=189.381818 y=240.075 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=189.381818 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=189.381818 y=170.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=189.381818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=216.436363 y=378.675 style=&quot;fill: #95b8d6; stroke: #95b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=216.436363 y=344.025 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=216.436363 y=309.375 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=216.436363 y=274.725 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=216.436363 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=216.436363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=216.436363 y=170.775 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=216.436363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=243.490909 y=378.675 style=&quot;fill: #9dbdd8; stroke: #9dbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=243.490909 y=344.025 style=&quot;fill: #c1d3e4; stroke: #c1d3e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=243.490909 y=309.375 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=243.490909 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=243.490909 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=243.490909 y=205.425 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=243.490909 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=243.490909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=270.545454 y=378.675 style=&quot;fill: #90b5d4; stroke: #90b5d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=270.545454 y=344.025 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=270.545454 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=270.545454 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=270.545454 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=270.545454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=270.545454 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=270.545454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=297.6 y=378.675 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=297.6 y=344.025 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=297.6 y=309.375 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=297.6 y=274.725 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=297.6 y=240.075 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=297.6 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=297.6 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=297.6 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=324.654545 y=378.675 style=&quot;fill: #9fbed9; stroke: #9fbed9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=324.654545 y=344.025 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=324.654545 y=309.375 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=324.654545 y=274.725 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=324.654545 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=324.654545 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=324.654545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=324.654545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=351.70909 y=378.675 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=351.70909 y=344.025 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=351.70909 y=309.375 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=351.70909 y=274.725 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=351.70909 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=351.70909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=351.70909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=351.70909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=378.763636 y=378.675 style=&quot;fill: #b6cde0; stroke: #b6cde0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=378.763636 y=344.025 style=&quot;fill: #c3d5e4; stroke: #c3d5e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=378.763636 y=309.375 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=378.763636 y=274.725 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=378.763636 y=240.075 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=378.763636 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=378.763636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=378.763636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=405.818181 y=378.675 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=405.818181 y=344.025 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=405.818181 y=309.375 style=&quot;fill: #dee6ed; stroke: #dee6ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=405.818181 y=274.725 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=405.818181 y=240.075 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=405.818181 y=205.425 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=405.818181 y=170.775 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p9469b676cb)&gt;&lt;use xlink:href=#C0_0_9c141ff306 x=405.818181 y=136.125 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p9469b676cb&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_precipiation&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:16.646559&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 302.671727) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 263.184547) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 223.697368) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 184.210188) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-34 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 144.723009) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 105.235829) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-36 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 65.74865) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-37 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 228.716641) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_7ebafdfdc8 d=&quot;M 92.29091 -51.645 \n",
+       "L 92.29091 -63.195 \n",
+       "L 78.763637 -68.97 \n",
+       "L 65.236364 -63.195 \n",
+       "L 65.236364 -51.645 \n",
+       "L 78.763637 -45.87 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=13.527272 y=396 style=&quot;fill: #b1cade; stroke: #b1cade&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=13.527272 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=13.527272 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=13.527272 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=13.527272 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=13.527272 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=13.527272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=13.527272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=13.527272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=40.581818 y=396 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=40.581818 y=361.35 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=40.581818 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=40.581818 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=40.581818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=40.581818 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=40.581818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=40.581818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=40.581818 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=67.636363 y=396 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=67.636363 y=361.35 style=&quot;fill: #e4eaef; stroke: #e4eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=67.636363 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=67.636363 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=67.636363 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=67.636363 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=67.636363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=67.636363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=67.636363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=94.690909 y=396 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=94.690909 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=94.690909 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=94.690909 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=94.690909 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=94.690909 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=94.690909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=94.690909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=94.690909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=121.745454 y=396 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=121.745454 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=121.745454 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=121.745454 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=121.745454 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=121.745454 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=121.745454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=121.745454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=121.745454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=148.8 y=396 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=148.8 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=148.8 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=148.8 y=292.05 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=148.8 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=148.8 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=148.8 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=148.8 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=148.8 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=175.854545 y=396 style=&quot;fill: #6da0c9; stroke: #6da0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=175.854545 y=361.35 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=175.854545 y=326.7 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=175.854545 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=175.854545 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=175.854545 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=175.854545 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=175.854545 y=153.45 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=175.854545 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=202.90909 y=396 style=&quot;fill: #71a2ca; stroke: #71a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=202.90909 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=202.90909 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=202.90909 y=292.05 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=202.90909 y=257.4 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=202.90909 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=202.90909 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=202.90909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=202.90909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=229.963636 y=396 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=229.963636 y=361.35 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=229.963636 y=326.7 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=229.963636 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=229.963636 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=229.963636 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=229.963636 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=229.963636 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=229.963636 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=257.018181 y=396 style=&quot;fill: #72a3cb; stroke: #72a3cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=257.018181 y=361.35 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=257.018181 y=326.7 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=257.018181 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=257.018181 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=257.018181 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=257.018181 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=257.018181 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=257.018181 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=284.072727 y=396 style=&quot;fill: #70a2ca; stroke: #70a2ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=284.072727 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=284.072727 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=284.072727 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=284.072727 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=284.072727 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=284.072727 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=284.072727 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=284.072727 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=311.127272 y=396 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=311.127272 y=361.35 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=311.127272 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=311.127272 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=311.127272 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=311.127272 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=311.127272 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=311.127272 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=311.127272 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=338.181818 y=396 style=&quot;fill: #6ea0c9; stroke: #6ea0c9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=338.181818 y=361.35 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=338.181818 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=338.181818 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=338.181818 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=338.181818 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=338.181818 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=338.181818 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=338.181818 y=118.8 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=365.236363 y=396 style=&quot;fill: #74a4cb; stroke: #74a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=365.236363 y=361.35 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=365.236363 y=326.7 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=365.236363 y=292.05 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=365.236363 y=257.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=365.236363 y=222.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=365.236363 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=365.236363 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=365.236363 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=392.290909 y=396 style=&quot;fill: #84aed1; stroke: #84aed1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=392.290909 y=361.35 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=392.290909 y=326.7 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=392.290909 y=292.05 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=392.290909 y=257.4 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=392.290909 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=392.290909 y=188.1 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=392.290909 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=392.290909 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=419.345454 y=396 style=&quot;fill: #c9d8e6; stroke: #c9d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=419.345454 y=361.35 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=419.345454 y=326.7 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=419.345454 y=292.05 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=419.345454 y=257.4 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=419.345454 y=222.75 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=419.345454 y=188.1 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=419.345454 y=153.45 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=419.345454 y=118.8 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=27.054545 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=27.054545 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=27.054545 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=27.054545 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=27.054545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=27.054545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=27.054545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=27.054545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=54.10909 y=378.675 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=54.10909 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=54.10909 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=54.10909 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=54.10909 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=54.10909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=54.10909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=54.10909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=81.163636 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=81.163636 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=81.163636 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=81.163636 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=81.163636 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=81.163636 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=81.163636 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=81.163636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=108.218181 y=378.675 style=&quot;fill: #d9e3eb; stroke: #d9e3eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=108.218181 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=108.218181 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=108.218181 y=274.725 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=108.218181 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=108.218181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=108.218181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=108.218181 y=136.125 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=135.272727 y=378.675 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=135.272727 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=135.272727 y=309.375 style=&quot;fill: #edeff1; stroke: #edeff1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=135.272727 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=135.272727 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=135.272727 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=135.272727 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=135.272727 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=162.327272 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=162.327272 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=162.327272 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=162.327272 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=162.327272 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=162.327272 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=162.327272 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=162.327272 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=189.381818 y=378.675 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=189.381818 y=344.025 style=&quot;fill: #e9edf0; stroke: #e9edf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=189.381818 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=189.381818 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=189.381818 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=189.381818 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=189.381818 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=189.381818 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=216.436363 y=378.675 style=&quot;fill: #cedce8; stroke: #cedce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=216.436363 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=216.436363 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=216.436363 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=216.436363 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=216.436363 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=216.436363 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=216.436363 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=243.490909 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=243.490909 y=344.025 style=&quot;fill: #e6ebef; stroke: #e6ebef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=243.490909 y=309.375 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=243.490909 y=274.725 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=243.490909 y=240.075 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=243.490909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=243.490909 y=170.775 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=243.490909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=270.545454 y=378.675 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=270.545454 y=344.025 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=270.545454 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=270.545454 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=270.545454 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=270.545454 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=270.545454 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=270.545454 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=297.6 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=297.6 y=344.025 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=297.6 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=297.6 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=297.6 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=297.6 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=297.6 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=297.6 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=324.654545 y=378.675 style=&quot;fill: #dbe4ec; stroke: #dbe4ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=324.654545 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=324.654545 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=324.654545 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=324.654545 y=240.075 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=324.654545 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=324.654545 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=324.654545 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=351.70909 y=378.675 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=351.70909 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=351.70909 y=309.375 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=351.70909 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=351.70909 y=240.075 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=351.70909 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=351.70909 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=351.70909 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=378.763636 y=378.675 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=378.763636 y=344.025 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=378.763636 y=309.375 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=378.763636 y=274.725 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=378.763636 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=378.763636 y=205.425 style=&quot;fill: #eff0f2; stroke: #eff0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=378.763636 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=378.763636 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=405.818181 y=378.675 style=&quot;fill: #d7e1eb; stroke: #d7e1eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=405.818181 y=344.025 style=&quot;fill: #eaedf1; stroke: #eaedf1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=405.818181 y=309.375 style=&quot;fill: #edeff2; stroke: #edeff2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=405.818181 y=274.725 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=405.818181 y=240.075 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=405.818181 y=205.425 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=405.818181 y=170.775 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p2680594b1e)&gt;&lt;use xlink:href=#C0_0_7ebafdfdc8 x=405.818181 y=136.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p2680594b1e&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_wind&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:22.890916&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.439062 315.302159) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 267.343681) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 219.385204) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 171.426726) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 123.468249) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(47.878125 75.509771) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.691875 212.510547) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_b7e21234d7 d=&quot;M 92.29091 -30.54327 \n",
+       "L 92.29091 -42.09327 \n",
+       "L 78.763637 -47.86827 \n",
+       "L 65.236364 -42.09327 \n",
+       "L 65.236364 -30.54327 \n",
+       "L 78.763637 -24.76827 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=13.527272 y=374.89827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=13.527272 y=340.24827 style=&quot;fill: #98bad7; stroke: #98bad7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=13.527272 y=305.59827 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=13.527272 y=270.94827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=13.527272 y=236.29827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=13.527272 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=13.527272 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=13.527272 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=13.527272 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=40.581818 y=374.89827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=40.581818 y=340.24827 style=&quot;fill: #75a5cc; stroke: #75a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=40.581818 y=305.59827 style=&quot;fill: #c4d6e5; stroke: #c4d6e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=40.581818 y=270.94827 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=40.581818 y=236.29827 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=40.581818 y=201.64827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=40.581818 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=40.581818 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=40.581818 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=67.636363 y=374.89827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=67.636363 y=340.24827 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=67.636363 y=305.59827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=67.636363 y=270.94827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=67.636363 y=236.29827 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=67.636363 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=67.636363 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=67.636363 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=67.636363 y=97.69827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=94.690909 y=374.89827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=94.690909 y=340.24827 style=&quot;fill: #72a2cb; stroke: #72a2cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=94.690909 y=305.59827 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=94.690909 y=270.94827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=94.690909 y=236.29827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=94.690909 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=94.690909 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=94.690909 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=94.690909 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=121.745454 y=374.89827 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=121.745454 y=340.24827 style=&quot;fill: #79a7cd; stroke: #79a7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=121.745454 y=305.59827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=121.745454 y=270.94827 style=&quot;fill: #d6e1ea; stroke: #d6e1ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=121.745454 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=121.745454 y=201.64827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=121.745454 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=121.745454 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=121.745454 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=148.8 y=374.89827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=148.8 y=340.24827 style=&quot;fill: #6fa1ca; stroke: #6fa1ca&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=148.8 y=305.59827 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=148.8 y=270.94827 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=148.8 y=236.29827 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=148.8 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=148.8 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=148.8 y=132.34827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=148.8 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=175.854545 y=374.89827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=175.854545 y=340.24827 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=175.854545 y=305.59827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=175.854545 y=270.94827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=175.854545 y=236.29827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=175.854545 y=201.64827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=175.854545 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=175.854545 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=175.854545 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=202.90909 y=374.89827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=202.90909 y=340.24827 style=&quot;fill: #669bc7; stroke: #669bc7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=202.90909 y=305.59827 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=202.90909 y=270.94827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=202.90909 y=236.29827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=202.90909 y=201.64827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=202.90909 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=202.90909 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=202.90909 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=229.963636 y=374.89827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=229.963636 y=340.24827 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=229.963636 y=305.59827 style=&quot;fill: #c8d8e6; stroke: #c8d8e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=229.963636 y=270.94827 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=229.963636 y=236.29827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=229.963636 y=201.64827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=229.963636 y=166.99827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=229.963636 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=229.963636 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=257.018181 y=374.89827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=257.018181 y=340.24827 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=257.018181 y=305.59827 style=&quot;fill: #bdd1e2; stroke: #bdd1e2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=257.018181 y=270.94827 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=257.018181 y=236.29827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=257.018181 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=257.018181 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=257.018181 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=257.018181 y=97.69827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=284.072727 y=374.89827 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=284.072727 y=340.24827 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=284.072727 y=305.59827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=284.072727 y=270.94827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=284.072727 y=236.29827 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=284.072727 y=201.64827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=284.072727 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=284.072727 y=132.34827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=284.072727 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=311.127272 y=374.89827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=311.127272 y=340.24827 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=311.127272 y=305.59827 style=&quot;fill: #cbdae7; stroke: #cbdae7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=311.127272 y=270.94827 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=311.127272 y=236.29827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=311.127272 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=311.127272 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=311.127272 y=132.34827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=311.127272 y=97.69827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=338.181818 y=374.89827 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=338.181818 y=340.24827 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=338.181818 y=305.59827 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=338.181818 y=270.94827 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=338.181818 y=236.29827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=338.181818 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=338.181818 y=166.99827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=338.181818 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=338.181818 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=365.236363 y=374.89827 style=&quot;fill: #dde5ed; stroke: #dde5ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=365.236363 y=340.24827 style=&quot;fill: #6a9dc8; stroke: #6a9dc8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=365.236363 y=305.59827 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=365.236363 y=270.94827 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=365.236363 y=236.29827 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=365.236363 y=201.64827 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=365.236363 y=166.99827 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=365.236363 y=132.34827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=365.236363 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=392.290909 y=374.89827 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=392.290909 y=340.24827 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=392.290909 y=305.59827 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=392.290909 y=270.94827 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=392.290909 y=236.29827 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=392.290909 y=201.64827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=392.290909 y=166.99827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=392.290909 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=392.290909 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=419.345454 y=374.89827 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=419.345454 y=340.24827 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=419.345454 y=305.59827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=419.345454 y=270.94827 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=419.345454 y=236.29827 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=419.345454 y=201.64827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=419.345454 y=166.99827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=419.345454 y=132.34827 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=419.345454 y=97.69827 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=27.054545 y=357.57327 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=27.054545 y=322.92327 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=27.054545 y=288.27327 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=27.054545 y=253.62327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=27.054545 y=218.97327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=27.054545 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=27.054545 y=149.67327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=27.054545 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=54.10909 y=357.57327 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=54.10909 y=322.92327 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=54.10909 y=288.27327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=54.10909 y=253.62327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=54.10909 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=54.10909 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=54.10909 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=54.10909 y=115.02327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=81.163636 y=357.57327 style=&quot;fill: #96b9d6; stroke: #96b9d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=81.163636 y=322.92327 style=&quot;fill: #b0c9de; stroke: #b0c9de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=81.163636 y=288.27327 style=&quot;fill: #d0dde9; stroke: #d0dde9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=81.163636 y=253.62327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=81.163636 y=218.97327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=81.163636 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=81.163636 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=81.163636 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=108.218181 y=357.57327 style=&quot;fill: #8fb4d4; stroke: #8fb4d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=108.218181 y=322.92327 style=&quot;fill: #b5cce0; stroke: #b5cce0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=108.218181 y=288.27327 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=108.218181 y=253.62327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=108.218181 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=108.218181 y=184.32327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=108.218181 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=108.218181 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=135.272727 y=357.57327 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=135.272727 y=322.92327 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=135.272727 y=288.27327 style=&quot;fill: #cddbe7; stroke: #cddbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=135.272727 y=253.62327 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=135.272727 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=135.272727 y=184.32327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=135.272727 y=149.67327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=135.272727 y=115.02327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=162.327272 y=357.57327 style=&quot;fill: #8bb2d3; stroke: #8bb2d3&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=162.327272 y=322.92327 style=&quot;fill: #b9cfe1; stroke: #b9cfe1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=162.327272 y=288.27327 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=162.327272 y=253.62327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=162.327272 y=218.97327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=162.327272 y=184.32327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=162.327272 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=162.327272 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=189.381818 y=357.57327 style=&quot;fill: #7aa8cd; stroke: #7aa8cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=189.381818 y=322.92327 style=&quot;fill: #a5c2db; stroke: #a5c2db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=189.381818 y=288.27327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=189.381818 y=253.62327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=189.381818 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=189.381818 y=184.32327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=189.381818 y=149.67327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=189.381818 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=216.436363 y=357.57327 style=&quot;fill: #659ac6; stroke: #659ac6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=216.436363 y=322.92327 style=&quot;fill: #9cbdd8; stroke: #9cbdd8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=216.436363 y=288.27327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=216.436363 y=253.62327 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=216.436363 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=216.436363 y=184.32327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=216.436363 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=216.436363 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=243.490909 y=357.57327 style=&quot;fill: #7ca9ce; stroke: #7ca9ce&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=243.490909 y=322.92327 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=243.490909 y=288.27327 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=243.490909 y=253.62327 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=243.490909 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=243.490909 y=184.32327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=243.490909 y=149.67327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=243.490909 y=115.02327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=270.545454 y=357.57327 style=&quot;fill: #77a6cc; stroke: #77a6cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=270.545454 y=322.92327 style=&quot;fill: #aec8de; stroke: #aec8de&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=270.545454 y=288.27327 style=&quot;fill: #dce5ec; stroke: #dce5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=270.545454 y=253.62327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=270.545454 y=218.97327 style=&quot;fill: #e3e9ef; stroke: #e3e9ef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=270.545454 y=184.32327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=270.545454 y=149.67327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=270.545454 y=115.02327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=297.6 y=357.57327 style=&quot;fill: #84aed0; stroke: #84aed0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=297.6 y=322.92327 style=&quot;fill: #b4cbdf; stroke: #b4cbdf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=297.6 y=288.27327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=297.6 y=253.62327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=297.6 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=297.6 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=297.6 y=149.67327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=297.6 y=115.02327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=324.654545 y=357.57327 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=324.654545 y=322.92327 style=&quot;fill: #b1cadf; stroke: #b1cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=324.654545 y=288.27327 style=&quot;fill: #d3dfe9; stroke: #d3dfe9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=324.654545 y=253.62327 style=&quot;fill: #d8e2eb; stroke: #d8e2eb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=324.654545 y=218.97327 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=324.654545 y=184.32327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=324.654545 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=324.654545 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=351.70909 y=357.57327 style=&quot;fill: #8ab1d2; stroke: #8ab1d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=351.70909 y=322.92327 style=&quot;fill: #acc7dd; stroke: #acc7dd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=351.70909 y=288.27327 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=351.70909 y=253.62327 style=&quot;fill: #e0e7ed; stroke: #e0e7ed&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=351.70909 y=218.97327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=351.70909 y=184.32327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=351.70909 y=149.67327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=351.70909 y=115.02327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=378.763636 y=357.57327 style=&quot;fill: #91b6d4; stroke: #91b6d4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=378.763636 y=322.92327 style=&quot;fill: #a6c3db; stroke: #a6c3db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=378.763636 y=288.27327 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=378.763636 y=253.62327 style=&quot;fill: #d4e0ea; stroke: #d4e0ea&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=378.763636 y=218.97327 style=&quot;fill: #e7ebf0; stroke: #e7ebf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=378.763636 y=184.32327 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=378.763636 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=378.763636 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=405.818181 y=357.57327 style=&quot;fill: #a3c1da; stroke: #a3c1da&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=405.818181 y=322.92327 style=&quot;fill: #c9d9e6; stroke: #c9d9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=405.818181 y=288.27327 style=&quot;fill: #dae3ec; stroke: #dae3ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=405.818181 y=253.62327 style=&quot;fill: #eceef1; stroke: #eceef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=405.818181 y=218.97327 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=405.818181 y=184.32327 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=405.818181 y=149.67327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p49e27cc5a7)&gt;&lt;use xlink:href=#C0_0_b7e21234d7 x=405.818181 y=115.02327 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p49e27cc5a7&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=interactions_day_in_month-interactions_day_in_month_year&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:34.634099&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "L 72 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.983168 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(143.619532 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-35 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(208.475426 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(276.11179 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(343.748153 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(411.384517 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-35 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(479.02088 372.597813) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.737031 386.458906) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 342.158906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-36 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 280.558906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-38 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 218.958906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-30 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 157.358906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.75625 95.758906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-32 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-31 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-34 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(30.57 211.095156) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_f53eb19b1f d=&quot;M 92.29091 61733.155 \n",
+       "L 92.29091 61721.605 \n",
+       "L 78.763637 61715.83 \n",
+       "L 65.236364 61721.605 \n",
+       "L 65.236364 61733.155 \n",
+       "L 78.763637 61738.93 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=13.527272 y=-61388.8 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=13.527272 y=-61423.45 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=13.527272 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=13.527272 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=13.527272 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=13.527272 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=13.527272 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=13.527272 y=-61631.35 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=13.527272 y=-61666 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=40.581818 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=40.581818 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=40.581818 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=40.581818 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=40.581818 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=40.581818 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=40.581818 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=40.581818 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=40.581818 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=67.636363 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=67.636363 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=67.636363 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=67.636363 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=67.636363 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=67.636363 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=67.636363 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=67.636363 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=67.636363 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=94.690909 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=94.690909 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=94.690909 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=94.690909 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=94.690909 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=94.690909 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=94.690909 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=94.690909 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=94.690909 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=121.745454 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=121.745454 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=121.745454 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=121.745454 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=121.745454 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=121.745454 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=121.745454 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=121.745454 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=121.745454 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=148.8 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=148.8 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=148.8 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=148.8 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=148.8 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=148.8 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=148.8 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=148.8 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=148.8 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=175.854545 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=175.854545 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=175.854545 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=175.854545 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=175.854545 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=175.854545 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=175.854545 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=175.854545 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=175.854545 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=202.90909 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=202.90909 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=202.90909 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=202.90909 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=202.90909 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=202.90909 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=202.90909 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=202.90909 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=202.90909 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=229.963636 y=-61388.8 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=229.963636 y=-61423.45 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=229.963636 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=229.963636 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=229.963636 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=229.963636 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=229.963636 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=229.963636 y=-61631.35 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=229.963636 y=-61666 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=257.018181 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=257.018181 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=257.018181 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=257.018181 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=257.018181 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=257.018181 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=257.018181 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=257.018181 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=257.018181 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=284.072727 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=284.072727 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=284.072727 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=284.072727 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=284.072727 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=284.072727 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=284.072727 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=284.072727 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=284.072727 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=311.127272 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=311.127272 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=311.127272 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=311.127272 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=311.127272 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=311.127272 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=311.127272 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=311.127272 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=311.127272 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=338.181818 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=338.181818 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=338.181818 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=338.181818 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=338.181818 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=338.181818 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=338.181818 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=338.181818 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=338.181818 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=365.236363 y=-61388.8 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=365.236363 y=-61423.45 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=365.236363 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=365.236363 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=365.236363 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=365.236363 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=365.236363 y=-61596.7 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=365.236363 y=-61631.35 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=365.236363 y=-61666 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=392.290909 y=-61388.8 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=392.290909 y=-61423.45 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=392.290909 y=-61458.1 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=392.290909 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=392.290909 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=392.290909 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=392.290909 y=-61596.7 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=392.290909 y=-61631.35 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=392.290909 y=-61666 style=&quot;fill: #7fabcf; stroke: #7fabcf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=419.345454 y=-61388.8 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=419.345454 y=-61423.45 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=419.345454 y=-61458.1 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=419.345454 y=-61492.75 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=419.345454 y=-61527.4 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=419.345454 y=-61562.05 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=419.345454 y=-61596.7 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=419.345454 y=-61631.35 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=419.345454 y=-61666 style=&quot;fill: #ccdbe7; stroke: #ccdbe7&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=27.054545 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=27.054545 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=27.054545 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=27.054545 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=27.054545 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=27.054545 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=27.054545 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=27.054545 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=54.10909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=54.10909 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=54.10909 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=54.10909 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=54.10909 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=54.10909 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=54.10909 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=54.10909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=81.163636 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=81.163636 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=81.163636 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=81.163636 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=81.163636 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=81.163636 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=81.163636 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=81.163636 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=108.218181 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=108.218181 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=108.218181 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=108.218181 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=108.218181 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=108.218181 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=108.218181 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=108.218181 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=135.272727 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=135.272727 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=135.272727 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=135.272727 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=135.272727 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=135.272727 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=135.272727 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=135.272727 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=162.327272 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=162.327272 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=162.327272 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=162.327272 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=162.327272 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=162.327272 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=162.327272 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=162.327272 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=189.381818 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=189.381818 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=189.381818 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=189.381818 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=189.381818 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=189.381818 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=189.381818 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=189.381818 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=216.436363 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=216.436363 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=216.436363 y=-61475.425 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=216.436363 y=-61510.075 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=216.436363 y=-61544.725 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=216.436363 y=-61579.375 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=216.436363 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=216.436363 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=243.490909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=243.490909 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=243.490909 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=243.490909 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=243.490909 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=243.490909 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=243.490909 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=243.490909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=270.545454 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=270.545454 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=270.545454 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=270.545454 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=270.545454 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=270.545454 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=270.545454 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=270.545454 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=297.6 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=297.6 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=297.6 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=297.6 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=297.6 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=297.6 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=297.6 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=297.6 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=324.654545 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=324.654545 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=324.654545 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=324.654545 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=324.654545 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=324.654545 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=324.654545 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=324.654545 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=351.70909 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=351.70909 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=351.70909 y=-61475.425 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=351.70909 y=-61510.075 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=351.70909 y=-61544.725 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=351.70909 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=351.70909 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=351.70909 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=378.763636 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=378.763636 y=-61440.775 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=378.763636 y=-61475.425 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=378.763636 y=-61510.075 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=378.763636 y=-61544.725 style=&quot;fill: #7aa7cd; stroke: #7aa7cd&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=378.763636 y=-61579.375 style=&quot;fill: #75a4cb; stroke: #75a4cb&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=378.763636 y=-61614.025 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=378.763636 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=405.818181 y=-61406.125 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=405.818181 y=-61440.775 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=405.818181 y=-61475.425 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=405.818181 y=-61510.075 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=405.818181 y=-61544.725 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=405.818181 y=-61579.375 style=&quot;fill: #93b7d5; stroke: #93b7d5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=405.818181 y=-61614.025 style=&quot;fill: #b7cee1; stroke: #b7cee1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pb91fea8f65)&gt;&lt;use xlink:href=#C0_0_f53eb19b1f x=405.818181 y=-61648.675 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 72 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
+       "L 518.4 352.44 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
+       "L 518.4 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pb91fea8f65&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=correlations_tab&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Correlations&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#correlations_tab-auto_diagram_table aria-controls=correlations_tab-auto_diagram_table role=tab data-toggle=tab&gt;Auto&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=correlations_tab-auto_diagram_table&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#auto_diagram_table-auto_diagram aria-controls=auto_diagram_table-auto_diagram role=tab data-toggle=tab&gt;Heatmap&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#auto_diagram_table-auto_table aria-controls=auto_diagram_table-auto_table role=tab data-toggle=tab&gt;Table&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=auto_diagram_table-auto_diagram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:29:12.718922&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
+       "L 576 396 \n",
+       "L 576 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 159.84 316.8 \n",
+       "L 429.12 316.8 \n",
+       "L 429.12 47.52 \n",
+       "L 159.84 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p7c3763425e)&gt;&lt;image xlink:href=&quot;data:image/png;base64,\n",
+       "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&quot; id=imagea521f910b8 x=159.84 y=-47.52 width=269.28 height=269.28 transform=&quot;scale(1 -1) translate(0 -269.28)&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(169.846563 382.604687) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(184.806563 423.723437) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(199.8275 428.201562) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(214.7875 388.71875) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(229.745156 433.176562) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(244.705156 410.379687) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(259.665156 407.601562) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(274.566563 427.625) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_9&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(289.526563 415.953125) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_10&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(304.545156 382.048437) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_11&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(319.505156 352.582812) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_12&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(334.465156 350.009375) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_13&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(349.366563 394.278125) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_14&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(364.385156 368.148438) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-52 transform=scale(0.015625) d=&quot;M 503 0 \n",
+       "L 503 4581 \n",
+       "L 2534 4581 \n",
+       "Q 3147 4581 3465 4457 \n",
+       "Q 3784 4334 3975 4021 \n",
+       "Q 4166 3709 4166 3331 \n",
+       "Q 4166 2844 3850 2509 \n",
+       "Q 3534 2175 2875 2084 \n",
+       "Q 3116 1969 3241 1856 \n",
+       "Q 3506 1613 3744 1247 \n",
+       "L 4541 0 \n",
+       "L 3778 0 \n",
+       "L 3172 953 \n",
+       "Q 2906 1366 2734 1584 \n",
+       "Q 2563 1803 2427 1890 \n",
+       "Q 2291 1978 2150 2013 \n",
+       "Q 2047 2034 1813 2034 \n",
+       "L 1109 2034 \n",
+       "L 1109 0 \n",
+       "L 503 0 \n",
+       "z\n",
+       "M 1109 2559 \n",
+       "L 2413 2559 \n",
+       "Q 2828 2559 3062 2645 \n",
+       "Q 3297 2731 3419 2920 \n",
+       "Q 3541 3109 3541 3331 \n",
+       "Q 3541 3656 3305 3865 \n",
+       "Q 3069 4075 2559 4075 \n",
+       "L 1109 4075 \n",
+       "L 1109 2559 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-52 /&gt;&lt;use xlink:href=#ArialMT-65 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-76 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-73 x=200.048828 /&gt;&lt;use xlink:href=#ArialMT-69 x=250.048828 /&gt;&lt;use xlink:href=#ArialMT-6f x=272.265625 /&gt;&lt;use xlink:href=#ArialMT-6e x=327.880859 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_15&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(379.286563 363.148438) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-48 transform=scale(0.015625) d=&quot;M 513 0 \n",
+       "L 513 4581 \n",
+       "L 1119 4581 \n",
+       "L 1119 2700 \n",
+       "L 3500 2700 \n",
+       "L 3500 4581 \n",
+       "L 4106 4581 \n",
+       "L 4106 0 \n",
+       "L 3500 0 \n",
+       "L 3500 2159 \n",
+       "L 1119 2159 \n",
+       "L 1119 0 \n",
+       "L 513 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6c transform=scale(0.015625) d=&quot;M 409 0 \n",
+       "L 409 4581 \n",
+       "L 972 4581 \n",
+       "L 972 0 \n",
+       "L 409 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-48 /&gt;&lt;use xlink:href=#ArialMT-6f x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-6c x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=150.048828 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.265625 /&gt;&lt;use xlink:href=#ArialMT-61 x=227.880859 /&gt;&lt;use xlink:href=#ArialMT-79 x=283.496094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_16&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(394.366094 393.728125) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-70 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-63 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-61 x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-6c x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-5f x=327.978516 /&gt;&lt;use xlink:href=#ArialMT-45 x=383.59375 /&gt;&lt;use xlink:href=#ArialMT-76 x=450.292969 /&gt;&lt;use xlink:href=#ArialMT-65 x=500.292969 /&gt;&lt;use xlink:href=#ArialMT-6e x=555.908203 /&gt;&lt;use xlink:href=#ArialMT-74 x=611.523438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_17&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(409.206563 347.582812) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_18&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(424.225156 357.590625) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-4d /&gt;&lt;use xlink:href=#ArialMT-6f x=83.300781 /&gt;&lt;use xlink:href=#ArialMT-6e x=138.916016 /&gt;&lt;use xlink:href=#ArialMT-74 x=194.53125 /&gt;&lt;use xlink:href=#ArialMT-68 x=222.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_19&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.035313 58.578906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_20&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(52.916563 73.538906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_21&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(48.438438 88.559844) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_22&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(87.92125 103.519844) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_23&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(43.463438 118.418906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_24&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(66.260313 133.378906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=text_25&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(69.038438 148.338906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=text_26&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(49.015 163.298906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_9&gt;&lt;g id=text_27&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(60.686875 178.258906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_10&gt;&lt;g id=text_28&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.591563 193.218906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_11&gt;&lt;g id=text_29&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(124.057188 208.178906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_12&gt;&lt;g id=text_30&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(126.630625 223.138906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_13&gt;&lt;g id=text_31&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(82.361875 238.098906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_14&gt;&lt;g id=text_32&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(108.491563 253.058906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-52 /&gt;&lt;use xlink:href=#ArialMT-65 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-76 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-73 x=200.048828 /&gt;&lt;use xlink:href=#ArialMT-69 x=250.048828 /&gt;&lt;use xlink:href=#ArialMT-6f x=272.265625 /&gt;&lt;use xlink:href=#ArialMT-6e x=327.880859 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_15&gt;&lt;g id=text_33&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(113.491563 268.018906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-48 /&gt;&lt;use xlink:href=#ArialMT-6f x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-6c x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=150.048828 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.265625 /&gt;&lt;use xlink:href=#ArialMT-61 x=227.880859 /&gt;&lt;use xlink:href=#ArialMT-79 x=283.496094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_16&gt;&lt;g id=text_34&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(82.911875 283.039844) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-70 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-63 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-61 x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-6c x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-5f x=327.978516 /&gt;&lt;use xlink:href=#ArialMT-45 x=383.59375 /&gt;&lt;use xlink:href=#ArialMT-76 x=450.292969 /&gt;&lt;use xlink:href=#ArialMT-65 x=500.292969 /&gt;&lt;use xlink:href=#ArialMT-6e x=555.908203 /&gt;&lt;use xlink:href=#ArialMT-74 x=611.523438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_17&gt;&lt;g id=text_35&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(129.057188 297.938906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_18&gt;&lt;g id=text_36&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(119.049375 312.898906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-4d /&gt;&lt;use xlink:href=#ArialMT-6f x=83.300781 /&gt;&lt;use xlink:href=#ArialMT-6e x=138.916016 /&gt;&lt;use xlink:href=#ArialMT-74 x=194.53125 /&gt;&lt;use xlink:href=#ArialMT-68 x=222.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 159.84 316.8 \n",
+       "L 159.84 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 429.12 316.8 \n",
+       "L 429.12 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 159.84 316.8 \n",
+       "L 429.12 316.8 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 159.84 47.52 \n",
+       "L 429.12 47.52 \n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=axes_2&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 451.44 316.8 \n",
+       "L 464.904 316.8 \n",
+       "L 464.904 47.52 \n",
+       "L 451.44 47.52 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path clip-path=url(#p56704b2a6f) style=&quot;fill: #ffffff; stroke: #ffffff; stroke-width: 0.01; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_3 /&gt;&lt;g id=matplotlib.axis_4&gt;&lt;g id=ytick_19&gt;&lt;g id=line2d_1&gt;&lt;defs&gt;&lt;path id=m30d22aec8b d=&quot;M 0 0 \n",
+       "L 6 0 \n",
+       "&quot; style=&quot;stroke: #262626&quot;/&gt;&lt;/defs&gt;&lt;g&gt;&lt;use xlink:href=#m30d22aec8b x=464.904 y=316.8 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_37&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.904 320.378906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-2e transform=scale(0.015625) d=&quot;M 581 0 \n",
+       "L 581 641 \n",
+       "L 1222 641 \n",
+       "L 1222 0 \n",
+       "L 581 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-2e x=114.013672 /&gt;&lt;use xlink:href=#ArialMT-30 x=141.796875 /&gt;&lt;use xlink:href=#ArialMT-30 x=197.412109 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_20&gt;&lt;g id=line2d_2&gt;&lt;g&gt;&lt;use xlink:href=#m30d22aec8b x=464.904 y=283.14 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_38&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.904 286.718906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-30 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-2e x=114.013672 /&gt;&lt;use xlink:href=#ArialMT-37 x=141.796875 /&gt;&lt;use xlink:href=#ArialMT-35 x=197.412109 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_21&gt;&lt;g id=line2d_3&gt;&lt;g&gt;&lt;use xlink:href=#m30d22aec8b x=464.904 y=249.48 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_39&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.904 253.058906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-30 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-2e x=114.013672 /&gt;&lt;use xlink:href=#ArialMT-35 x=141.796875 /&gt;&lt;use xlink:href=#ArialMT-30 x=197.412109 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_22&gt;&lt;g id=line2d_4&gt;&lt;g&gt;&lt;use xlink:href=#m30d22aec8b x=464.904 y=215.82 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_40&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.904 219.398906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-30 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-2e x=114.013672 /&gt;&lt;use xlink:href=#ArialMT-32 x=141.796875 /&gt;&lt;use xlink:href=#ArialMT-35 x=197.412109 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_23&gt;&lt;g id=line2d_5&gt;&lt;g&gt;&lt;use xlink:href=#m30d22aec8b x=464.904 y=182.16 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_41&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.904 185.738906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=139.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_24&gt;&lt;g id=line2d_6&gt;&lt;g&gt;&lt;use xlink:href=#m30d22aec8b x=464.904 y=148.5 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_42&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.904 152.078906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-32 x=83.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=139.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_25&gt;&lt;g id=line2d_7&gt;&lt;g&gt;&lt;use xlink:href=#m30d22aec8b x=464.904 y=114.84 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_43&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.904 118.418906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=83.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=139.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_26&gt;&lt;g id=line2d_8&gt;&lt;g&gt;&lt;use xlink:href=#m30d22aec8b x=464.904 y=81.18 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_44&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.904 84.758906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-37 x=83.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=139.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_27&gt;&lt;g id=line2d_9&gt;&lt;g&gt;&lt;use xlink:href=#m30d22aec8b x=464.904 y=47.52 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_45&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.904 51.098906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=139.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;image xlink:href=&quot;data:image/png;base64,\n",
+       "iVBORw0KGgoAAAANSUhEUgAAABMAAAF2CAYAAACMHqORAAACE0lEQVR4nO2b223EMAwE9eoj5aX//9hKDTwMcAMsWcBCw+VDtu/m7/i5A4qzJyU1xuKkxjh7ckdrzHo0Zj1YTPJoYswQN0lM9GR0zlCxEExOLKQDGrMejfmB2CLFJpg0NmcLPNmZmzsci0kagOYMxlycnhkzo2jZ3lxWNxdoAF0anbNiwJhg0cY0utZN0gDzdiKLlmz0kCWM3oLUY9uKGeLm3JsUs2Iu8qHCi6kt2pSciVddu1kX047tlTG2Q9xkMUNytsAOGKAYiznYse3FjHATXcJeTNRN7wjSFq260SM6AN5O1g7oJVwXM/dmhJvaJXzGtDY6ebJzMzCH9geA6DyLcTMCM8ZN8MOftzRIN8XX0G70ulg3ejnEmCFuXnJsX+yfiHTOXvBoB6TEMUGxC+bMjMlpqTG9bpJi5hEEipFuogbAt20yZ+QOgDFJMbLOzG4OrZts0XJiZswUN8Gx/YBzW3zbfrRju92si5ndBMUeUE3tJqalxgTdFF9DSTfFmC/pZkoHtJvVaDfrwU5arVhIzhqzHo35gdhfBiYr1jugGmpM7vWBGtPqJjmCxJghbmoxz9XmDH0Q836tJg1Ac0ZjkmJaN9miFbsZ8QITxUxpdPSXcd6PWNbSEHdAN3o5zEWb4Sbc6A8mRueMO5kZ88nADHEzA/PNwGTd7Eb/qhiNyT0IqDFBN8mp0Uu4Hjm9yZ3sHw84aI7cmywWAAAAAElFTkSuQmCC&quot; id=image3f966c7b0b x=451.44 y=-47.52 width=13.68 height=269.28 transform=&quot;scale(1 -1) translate(0 -269.28)&quot;/&gt;&lt;g id=LineCollection_1 /&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 451.44 316.8 \n",
+       "L 458.172 316.8 \n",
+       "L 464.904 316.8 \n",
+       "L 464.904 47.52 \n",
+       "L 458.172 47.52 \n",
+       "L 451.44 47.52 \n",
+       "L 451.44 316.8 \n",
+       "z\n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p7c3763425e&gt;&lt;rect x=159.84 y=47.52 width=269.28 height=269.28 /&gt;&lt;/clippath&gt;&lt;clippath id=p56704b2a6f&gt;&lt;rect x=451.44 y=47.52 width=13.464 height=269.28 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=auto_diagram_table-auto_table&gt;&lt;div id=correlation-table-container class=col-sm-12&gt;&lt;table border=1 class=&quot;dataframe correlation-table table table-striped&quot;&gt;&lt;thead&gt;&lt;tr style=&quot;text-align: right;&quot;&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Passengers&lt;/th&gt;&lt;th&gt;Temperature_Midday&lt;/th&gt;&lt;th&gt;Sunshine_Percentage&lt;/th&gt;&lt;th&gt;Snow_5Days&lt;/th&gt;&lt;th&gt;Temperature_Deviation&lt;/th&gt;&lt;th&gt;Temperature_Max&lt;/th&gt;&lt;th&gt;Temperature_Min&lt;/th&gt;&lt;th&gt;Temperature_Evening&lt;/th&gt;&lt;th&gt;Precipiation_5Days&lt;/th&gt;&lt;th&gt;Precipiation&lt;/th&gt;&lt;th&gt;Wind&lt;/th&gt;&lt;th&gt;Year&lt;/th&gt;&lt;th&gt;Day_in_Month&lt;/th&gt;&lt;th&gt;Revision&lt;/th&gt;&lt;th&gt;Holiday&lt;/th&gt;&lt;th&gt;Special_Event&lt;/th&gt;&lt;th&gt;Day&lt;/th&gt;&lt;th&gt;Month&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Passengers&lt;/th&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.860&lt;/td&gt;&lt;td&gt;0.466&lt;/td&gt;&lt;td&gt;-0.359&lt;/td&gt;&lt;td&gt;0.197&lt;/td&gt;&lt;td&gt;0.861&lt;/td&gt;&lt;td&gt;0.812&lt;/td&gt;&lt;td&gt;0.858&lt;/td&gt;&lt;td&gt;0.139&lt;/td&gt;&lt;td&gt;-0.084&lt;/td&gt;&lt;td&gt;0.185&lt;/td&gt;&lt;td&gt;0.047&lt;/td&gt;&lt;td&gt;0.002&lt;/td&gt;&lt;td&gt;0.092&lt;/td&gt;&lt;td&gt;0.071&lt;/td&gt;&lt;td&gt;0.110&lt;/td&gt;&lt;td&gt;0.094&lt;/td&gt;&lt;td&gt;0.332&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Temperature_Midday&lt;/th&gt;&lt;td&gt;0.860&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.504&lt;/td&gt;&lt;td&gt;-0.437&lt;/td&gt;&lt;td&gt;0.503&lt;/td&gt;&lt;td&gt;0.991&lt;/td&gt;&lt;td&gt;0.915&lt;/td&gt;&lt;td&gt;0.972&lt;/td&gt;&lt;td&gt;0.114&lt;/td&gt;&lt;td&gt;-0.012&lt;/td&gt;&lt;td&gt;0.300&lt;/td&gt;&lt;td&gt;0.013&lt;/td&gt;&lt;td&gt;-0.000&lt;/td&gt;&lt;td&gt;0.107&lt;/td&gt;&lt;td&gt;0.029&lt;/td&gt;&lt;td&gt;0.051&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.340&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sunshine_Percentage&lt;/th&gt;&lt;td&gt;0.466&lt;/td&gt;&lt;td&gt;0.504&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;-0.216&lt;/td&gt;&lt;td&gt;0.359&lt;/td&gt;&lt;td&gt;0.522&lt;/td&gt;&lt;td&gt;0.216&lt;/td&gt;&lt;td&gt;0.454&lt;/td&gt;&lt;td&gt;-0.183&lt;/td&gt;&lt;td&gt;-0.437&lt;/td&gt;&lt;td&gt;-0.017&lt;/td&gt;&lt;td&gt;0.018&lt;/td&gt;&lt;td&gt;0.019&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.027&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.102&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Snow_5Days&lt;/th&gt;&lt;td&gt;-0.359&lt;/td&gt;&lt;td&gt;-0.437&lt;/td&gt;&lt;td&gt;-0.216&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;-0.283&lt;/td&gt;&lt;td&gt;-0.430&lt;/td&gt;&lt;td&gt;-0.427&lt;/td&gt;&lt;td&gt;-0.433&lt;/td&gt;&lt;td&gt;0.031&lt;/td&gt;&lt;td&gt;0.060&lt;/td&gt;&lt;td&gt;-0.072&lt;/td&gt;&lt;td&gt;-0.146&lt;/td&gt;&lt;td&gt;0.019&lt;/td&gt;&lt;td&gt;0.139&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.032&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.139&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Temperature_Deviation&lt;/th&gt;&lt;td&gt;0.197&lt;/td&gt;&lt;td&gt;0.503&lt;/td&gt;&lt;td&gt;0.359&lt;/td&gt;&lt;td&gt;-0.283&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.501&lt;/td&gt;&lt;td&gt;0.383&lt;/td&gt;&lt;td&gt;0.467&lt;/td&gt;&lt;td&gt;-0.236&lt;/td&gt;&lt;td&gt;-0.102&lt;/td&gt;&lt;td&gt;0.159&lt;/td&gt;&lt;td&gt;-0.048&lt;/td&gt;&lt;td&gt;-0.023&lt;/td&gt;&lt;td&gt;0.018&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.087&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Temperature_Max&lt;/th&gt;&lt;td&gt;0.861&lt;/td&gt;&lt;td&gt;0.991&lt;/td&gt;&lt;td&gt;0.522&lt;/td&gt;&lt;td&gt;-0.430&lt;/td&gt;&lt;td&gt;0.501&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.905&lt;/td&gt;&lt;td&gt;0.976&lt;/td&gt;&lt;td&gt;0.113&lt;/td&gt;&lt;td&gt;-0.012&lt;/td&gt;&lt;td&gt;0.316&lt;/td&gt;&lt;td&gt;0.012&lt;/td&gt;&lt;td&gt;-0.002&lt;/td&gt;&lt;td&gt;0.111&lt;/td&gt;&lt;td&gt;0.033&lt;/td&gt;&lt;td&gt;0.055&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.345&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Temperature_Min&lt;/th&gt;&lt;td&gt;0.812&lt;/td&gt;&lt;td&gt;0.915&lt;/td&gt;&lt;td&gt;0.216&lt;/td&gt;&lt;td&gt;-0.427&lt;/td&gt;&lt;td&gt;0.383&lt;/td&gt;&lt;td&gt;0.905&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.917&lt;/td&gt;&lt;td&gt;0.222&lt;/td&gt;&lt;td&gt;0.160&lt;/td&gt;&lt;td&gt;0.301&lt;/td&gt;&lt;td&gt;0.025&lt;/td&gt;&lt;td&gt;-0.003&lt;/td&gt;&lt;td&gt;0.130&lt;/td&gt;&lt;td&gt;0.058&lt;/td&gt;&lt;td&gt;0.090&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.378&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Temperature_Evening&lt;/th&gt;&lt;td&gt;0.858&lt;/td&gt;&lt;td&gt;0.972&lt;/td&gt;&lt;td&gt;0.454&lt;/td&gt;&lt;td&gt;-0.433&lt;/td&gt;&lt;td&gt;0.467&lt;/td&gt;&lt;td&gt;0.976&lt;/td&gt;&lt;td&gt;0.917&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.123&lt;/td&gt;&lt;td&gt;-0.029&lt;/td&gt;&lt;td&gt;0.285&lt;/td&gt;&lt;td&gt;0.020&lt;/td&gt;&lt;td&gt;-0.001&lt;/td&gt;&lt;td&gt;0.134&lt;/td&gt;&lt;td&gt;0.047&lt;/td&gt;&lt;td&gt;0.074&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.364&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Precipiation_5Days&lt;/th&gt;&lt;td&gt;0.139&lt;/td&gt;&lt;td&gt;0.114&lt;/td&gt;&lt;td&gt;-0.183&lt;/td&gt;&lt;td&gt;0.031&lt;/td&gt;&lt;td&gt;-0.236&lt;/td&gt;&lt;td&gt;0.113&lt;/td&gt;&lt;td&gt;0.222&lt;/td&gt;&lt;td&gt;0.123&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.535&lt;/td&gt;&lt;td&gt;0.296&lt;/td&gt;&lt;td&gt;0.035&lt;/td&gt;&lt;td&gt;-0.031&lt;/td&gt;&lt;td&gt;0.031&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.040&lt;/td&gt;&lt;td&gt;0.001&lt;/td&gt;&lt;td&gt;0.132&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Precipiation&lt;/th&gt;&lt;td&gt;-0.084&lt;/td&gt;&lt;td&gt;-0.012&lt;/td&gt;&lt;td&gt;-0.437&lt;/td&gt;&lt;td&gt;0.060&lt;/td&gt;&lt;td&gt;-0.102&lt;/td&gt;&lt;td&gt;-0.012&lt;/td&gt;&lt;td&gt;0.160&lt;/td&gt;&lt;td&gt;-0.029&lt;/td&gt;&lt;td&gt;0.535&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.423&lt;/td&gt;&lt;td&gt;0.012&lt;/td&gt;&lt;td&gt;-0.020&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.018&lt;/td&gt;&lt;td&gt;0.058&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Wind&lt;/th&gt;&lt;td&gt;0.185&lt;/td&gt;&lt;td&gt;0.300&lt;/td&gt;&lt;td&gt;-0.017&lt;/td&gt;&lt;td&gt;-0.072&lt;/td&gt;&lt;td&gt;0.159&lt;/td&gt;&lt;td&gt;0.316&lt;/td&gt;&lt;td&gt;0.301&lt;/td&gt;&lt;td&gt;0.285&lt;/td&gt;&lt;td&gt;0.296&lt;/td&gt;&lt;td&gt;0.423&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;-0.054&lt;/td&gt;&lt;td&gt;-0.026&lt;/td&gt;&lt;td&gt;0.031&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.015&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.151&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Year&lt;/th&gt;&lt;td&gt;0.047&lt;/td&gt;&lt;td&gt;0.013&lt;/td&gt;&lt;td&gt;0.018&lt;/td&gt;&lt;td&gt;-0.146&lt;/td&gt;&lt;td&gt;-0.048&lt;/td&gt;&lt;td&gt;0.012&lt;/td&gt;&lt;td&gt;0.025&lt;/td&gt;&lt;td&gt;0.020&lt;/td&gt;&lt;td&gt;0.035&lt;/td&gt;&lt;td&gt;0.012&lt;/td&gt;&lt;td&gt;-0.054&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;-0.000&lt;/td&gt;&lt;td&gt;0.148&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Day_in_Month&lt;/th&gt;&lt;td&gt;0.002&lt;/td&gt;&lt;td&gt;-0.000&lt;/td&gt;&lt;td&gt;0.019&lt;/td&gt;&lt;td&gt;0.019&lt;/td&gt;&lt;td&gt;-0.023&lt;/td&gt;&lt;td&gt;-0.002&lt;/td&gt;&lt;td&gt;-0.003&lt;/td&gt;&lt;td&gt;-0.001&lt;/td&gt;&lt;td&gt;-0.031&lt;/td&gt;&lt;td&gt;-0.020&lt;/td&gt;&lt;td&gt;-0.026&lt;/td&gt;&lt;td&gt;-0.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.105&lt;/td&gt;&lt;td&gt;0.089&lt;/td&gt;&lt;td&gt;0.124&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Revision&lt;/th&gt;&lt;td&gt;0.092&lt;/td&gt;&lt;td&gt;0.107&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.139&lt;/td&gt;&lt;td&gt;0.018&lt;/td&gt;&lt;td&gt;0.111&lt;/td&gt;&lt;td&gt;0.130&lt;/td&gt;&lt;td&gt;0.134&lt;/td&gt;&lt;td&gt;0.031&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.031&lt;/td&gt;&lt;td&gt;0.148&lt;/td&gt;&lt;td&gt;0.105&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.215&lt;/td&gt;&lt;td&gt;0.142&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.318&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Holiday&lt;/th&gt;&lt;td&gt;0.071&lt;/td&gt;&lt;td&gt;0.029&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.033&lt;/td&gt;&lt;td&gt;0.058&lt;/td&gt;&lt;td&gt;0.047&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.089&lt;/td&gt;&lt;td&gt;0.215&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.048&lt;/td&gt;&lt;td&gt;0.158&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Special_Event&lt;/th&gt;&lt;td&gt;0.110&lt;/td&gt;&lt;td&gt;0.051&lt;/td&gt;&lt;td&gt;0.027&lt;/td&gt;&lt;td&gt;0.032&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.055&lt;/td&gt;&lt;td&gt;0.090&lt;/td&gt;&lt;td&gt;0.074&lt;/td&gt;&lt;td&gt;0.040&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.015&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.124&lt;/td&gt;&lt;td&gt;0.142&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.067&lt;/td&gt;&lt;td&gt;0.226&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Day&lt;/th&gt;&lt;td&gt;0.094&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.001&lt;/td&gt;&lt;td&gt;0.018&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.048&lt;/td&gt;&lt;td&gt;0.067&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Month&lt;/th&gt;&lt;td&gt;0.332&lt;/td&gt;&lt;td&gt;0.340&lt;/td&gt;&lt;td&gt;0.102&lt;/td&gt;&lt;td&gt;0.139&lt;/td&gt;&lt;td&gt;0.087&lt;/td&gt;&lt;td&gt;0.345&lt;/td&gt;&lt;td&gt;0.378&lt;/td&gt;&lt;td&gt;0.364&lt;/td&gt;&lt;td&gt;0.132&lt;/td&gt;&lt;td&gt;0.058&lt;/td&gt;&lt;td&gt;0.151&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;0.318&lt;/td&gt;&lt;td&gt;0.158&lt;/td&gt;&lt;td&gt;0.226&lt;/td&gt;&lt;td&gt;0.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=missing&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Missing values&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#missing-bar aria-controls=missing-bar role=tab data-toggle=tab&gt;Count&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#missing-matrix aria-controls=missing-matrix role=tab data-toggle=tab&gt;Matrix&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#missing-heatmap aria-controls=missing-heatmap role=tab data-toggle=tab&gt;Heatmap&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=missing-bar&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=720pt height=360pt viewbox=&quot;0 0 720 360&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:44.608311&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 360 \n",
+       "L 720 360 \n",
+       "L 720 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 252 \n",
+       "L 648 252 \n",
+       "L 648 72 \n",
+       "L 72 72 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(39.928734 317.495102) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(84.687277 304.839154) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-52 transform=scale(0.015625) d=&quot;M 503 0 \n",
+       "L 503 4581 \n",
+       "L 2534 4581 \n",
+       "Q 3147 4581 3465 4457 \n",
+       "Q 3784 4334 3975 4021 \n",
+       "Q 4166 3709 4166 3331 \n",
+       "Q 4166 2844 3850 2509 \n",
+       "Q 3534 2175 2875 2084 \n",
+       "Q 3116 1969 3241 1856 \n",
+       "Q 3506 1613 3744 1247 \n",
+       "L 4541 0 \n",
+       "L 3778 0 \n",
+       "L 3172 953 \n",
+       "Q 2906 1366 2734 1584 \n",
+       "Q 2563 1803 2427 1890 \n",
+       "Q 2291 1978 2150 2013 \n",
+       "Q 2047 2034 1813 2034 \n",
+       "L 1109 2034 \n",
+       "L 1109 0 \n",
+       "L 503 0 \n",
+       "z\n",
+       "M 1109 2559 \n",
+       "L 2413 2559 \n",
+       "Q 2828 2559 3062 2645 \n",
+       "Q 3297 2731 3419 2920 \n",
+       "Q 3541 3109 3541 3331 \n",
+       "Q 3541 3656 3305 3865 \n",
+       "Q 3069 4075 2559 4075 \n",
+       "L 1109 4075 \n",
+       "L 1109 2559 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-52 /&gt;&lt;use xlink:href=#ArialMT-65 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-76 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-73 x=200.048828 /&gt;&lt;use xlink:href=#ArialMT-69 x=250.048828 /&gt;&lt;use xlink:href=#ArialMT-6f x=272.265625 /&gt;&lt;use xlink:href=#ArialMT-6e x=327.880859 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(67.930686 353.493151) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(96.010242 357.520292) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(162.576083 322.954451) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(155.757394 361.769036) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(207.715273 341.811158) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(242.147425 339.379005) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_9&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(256.515002 356.908834) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_10&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(298.733327 346.69051) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_11&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(360.518306 317.008125) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_12&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(418.314445 291.211985) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_13&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.962011 300.461826) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-48 transform=scale(0.015625) d=&quot;M 513 0 \n",
+       "L 513 4581 \n",
+       "L 1119 4581 \n",
+       "L 1119 2700 \n",
+       "L 3500 2700 \n",
+       "L 3500 4581 \n",
+       "L 4106 4581 \n",
+       "L 4106 0 \n",
+       "L 3500 0 \n",
+       "L 3500 2159 \n",
+       "L 1119 2159 \n",
+       "L 1119 0 \n",
+       "L 513 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6c transform=scale(0.015625) d=&quot;M 409 0 \n",
+       "L 409 4581 \n",
+       "L 972 4581 \n",
+       "L 972 0 \n",
+       "L 409 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-48 /&gt;&lt;use xlink:href=#ArialMT-6f x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-6c x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=150.048828 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.265625 /&gt;&lt;use xlink:href=#ArialMT-61 x=227.880859 /&gt;&lt;use xlink:href=#ArialMT-79 x=283.496094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_14&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(446.293142 327.339986) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-70 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-63 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-61 x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-6c x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-5f x=327.978516 /&gt;&lt;use xlink:href=#ArialMT-45 x=383.59375 /&gt;&lt;use xlink:href=#ArialMT-76 x=450.292969 /&gt;&lt;use xlink:href=#ArialMT-65 x=500.292969 /&gt;&lt;use xlink:href=#ArialMT-6e x=555.908203 /&gt;&lt;use xlink:href=#ArialMT-74 x=611.523438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_15&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(516.567401 288.95903) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_16&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(509.709042 327.714795) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_17&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(582.589179 286.834658) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_18&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(605.930278 295.596153) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-4d /&gt;&lt;use xlink:href=#ArialMT-6f x=83.300781 /&gt;&lt;use xlink:href=#ArialMT-6e x=138.916016 /&gt;&lt;use xlink:href=#ArialMT-74 x=194.53125 /&gt;&lt;use xlink:href=#ArialMT-68 x=222.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_19&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.790476 256.431027) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-2e transform=scale(0.015625) d=&quot;M 581 0 \n",
+       "L 581 641 \n",
+       "L 1222 641 \n",
+       "L 1222 0 \n",
+       "L 581 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_20&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.790476 222.145312) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-32 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_21&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.790476 187.859598) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-34 transform=scale(0.015625) d=&quot;M 2069 0 \n",
+       "L 2069 1097 \n",
+       "L 81 1097 \n",
+       "L 81 1613 \n",
+       "L 2172 4581 \n",
+       "L 2631 4581 \n",
+       "L 2631 1613 \n",
+       "L 3250 1613 \n",
+       "L 3250 1097 \n",
+       "L 2631 1097 \n",
+       "L 2631 0 \n",
+       "L 2069 0 \n",
+       "z\n",
+       "M 2069 1613 \n",
+       "L 2069 3678 \n",
+       "L 634 1613 \n",
+       "L 2069 1613 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-34 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_22&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.790476 153.573884) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-36 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_23&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.790476 119.28817) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-38 transform=scale(0.015625) d=&quot;M 1131 2484 \n",
+       "Q 781 2613 612 2850 \n",
+       "Q 444 3088 444 3419 \n",
+       "Q 444 3919 803 4259 \n",
+       "Q 1163 4600 1759 4600 \n",
+       "Q 2359 4600 2725 4251 \n",
+       "Q 3091 3903 3091 3403 \n",
+       "Q 3091 3084 2923 2848 \n",
+       "Q 2756 2613 2416 2484 \n",
+       "Q 2838 2347 3058 2040 \n",
+       "Q 3278 1734 3278 1309 \n",
+       "Q 3278 722 2862 322 \n",
+       "Q 2447 -78 1769 -78 \n",
+       "Q 1091 -78 675 323 \n",
+       "Q 259 725 259 1325 \n",
+       "Q 259 1772 486 2073 \n",
+       "Q 713 2375 1131 2484 \n",
+       "z\n",
+       "M 1019 3438 \n",
+       "Q 1019 3113 1228 2906 \n",
+       "Q 1438 2700 1772 2700 \n",
+       "Q 2097 2700 2305 2904 \n",
+       "Q 2513 3109 2513 3406 \n",
+       "Q 2513 3716 2298 3927 \n",
+       "Q 2084 4138 1766 4138 \n",
+       "Q 1444 4138 1231 3931 \n",
+       "Q 1019 3725 1019 3438 \n",
+       "z\n",
+       "M 838 1322 \n",
+       "Q 838 1081 952 856 \n",
+       "Q 1066 631 1291 507 \n",
+       "Q 1516 384 1775 384 \n",
+       "Q 2178 384 2440 643 \n",
+       "Q 2703 903 2703 1303 \n",
+       "Q 2703 1709 2433 1975 \n",
+       "Q 2163 2241 1756 2241 \n",
+       "Q 1359 2241 1098 1978 \n",
+       "Q 838 1716 838 1322 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-38 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_24&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(41.790476 85.002455) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 80 252 \n",
+       "L 96 252 \n",
+       "L 96 80.571429 \n",
+       "L 80 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 112 252 \n",
+       "L 128 252 \n",
+       "L 128 80.571429 \n",
+       "L 112 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 144 252 \n",
+       "L 160 252 \n",
+       "L 160 80.571429 \n",
+       "L 144 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 176 252 \n",
+       "L 192 252 \n",
+       "L 192 80.571429 \n",
+       "L 176 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 208 252 \n",
+       "L 224 252 \n",
+       "L 224 107.0931 \n",
+       "L 208 107.0931 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 240 252 \n",
+       "L 256 252 \n",
+       "L 256 80.571429 \n",
+       "L 240 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 272 252 \n",
+       "L 288 252 \n",
+       "L 288 80.571429 \n",
+       "L 272 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 304 252 \n",
+       "L 320 252 \n",
+       "L 320 80.571429 \n",
+       "L 304 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 336 252 \n",
+       "L 352 252 \n",
+       "L 352 80.571429 \n",
+       "L 336 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 368 252 \n",
+       "L 384 252 \n",
+       "L 384 80.571429 \n",
+       "L 368 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 400 252 \n",
+       "L 416 252 \n",
+       "L 416 81.181662 \n",
+       "L 400 81.181662 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 432 252 \n",
+       "L 448 252 \n",
+       "L 448 81.463308 \n",
+       "L 432 81.463308 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 464 252 \n",
+       "L 480 252 \n",
+       "L 480 80.571429 \n",
+       "L 464 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 496 252 \n",
+       "L 512 252 \n",
+       "L 512 80.571429 \n",
+       "L 496 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 528 252 \n",
+       "L 544 252 \n",
+       "L 544 80.571429 \n",
+       "L 528 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 560 252 \n",
+       "L 576 252 \n",
+       "L 576 80.571429 \n",
+       "L 560 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 592 252 \n",
+       "L 608 252 \n",
+       "L 608 80.571429 \n",
+       "L 592 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 624 252 \n",
+       "L 640 252 \n",
+       "L 640 80.571429 \n",
+       "L 624 80.571429 \n",
+       "z\n",
+       "&quot; clip-path=url(#p0ee7dc4927) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=axes_2&gt;&lt;g id=matplotlib.axis_3&gt;&lt;g id=xtick_19&gt;&lt;g id=text_25&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(94.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_20&gt;&lt;g id=text_26&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(126.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_21&gt;&lt;g id=text_27&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(158.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_22&gt;&lt;g id=text_28&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(190.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_23&gt;&lt;g id=text_29&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(222.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-30 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-38 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-37 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_24&gt;&lt;g id=text_30&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(254.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_25&gt;&lt;g id=text_31&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(286.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_26&gt;&lt;g id=text_32&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(318.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_27&gt;&lt;g id=text_33&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(350.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_28&gt;&lt;g id=text_34&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(382.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_29&gt;&lt;g id=text_35&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(414.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-39 transform=scale(0.015625) d=&quot;M 350 1059 \n",
+       "L 891 1109 \n",
+       "Q 959 728 1153 556 \n",
+       "Q 1347 384 1650 384 \n",
+       "Q 1909 384 2104 503 \n",
+       "Q 2300 622 2425 820 \n",
+       "Q 2550 1019 2634 1356 \n",
+       "Q 2719 1694 2719 2044 \n",
+       "Q 2719 2081 2716 2156 \n",
+       "Q 2547 1888 2255 1720 \n",
+       "Q 1963 1553 1622 1553 \n",
+       "Q 1053 1553 659 1965 \n",
+       "Q 266 2378 266 3053 \n",
+       "Q 266 3750 677 4175 \n",
+       "Q 1088 4600 1706 4600 \n",
+       "Q 2153 4600 2523 4359 \n",
+       "Q 2894 4119 3086 3673 \n",
+       "Q 3278 3228 3278 2384 \n",
+       "Q 3278 1506 3087 986 \n",
+       "Q 2897 466 2520 194 \n",
+       "Q 2144 -78 1638 -78 \n",
+       "Q 1100 -78 759 220 \n",
+       "Q 419 519 350 1059 \n",
+       "z\n",
+       "M 2653 3081 \n",
+       "Q 2653 3566 2395 3850 \n",
+       "Q 2138 4134 1775 4134 \n",
+       "Q 1400 4134 1122 3828 \n",
+       "Q 844 3522 844 3034 \n",
+       "Q 844 2597 1108 2323 \n",
+       "Q 1372 2050 1759 2050 \n",
+       "Q 2150 2050 2401 2323 \n",
+       "Q 2653 2597 2653 3081 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-33 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-39 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_30&gt;&lt;g id=text_36&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(446.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-33 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-33 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_31&gt;&lt;g id=text_37&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(478.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_32&gt;&lt;g id=text_38&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(510.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_33&gt;&lt;g id=text_39&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(542.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_34&gt;&lt;g id=text_40&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(574.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_35&gt;&lt;g id=text_41&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(606.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_36&gt;&lt;g id=text_42&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(638.266418 57.260012) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p0ee7dc4927&gt;&lt;rect x=72 y=72 width=576 height=180 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; A simple visualization of nullity by column. &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=missing-matrix&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=720pt height=288pt viewbox=&quot;0 0 720 288&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:45.714476&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 288 \n",
+       "L 720 288 \n",
+       "L 720 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 230.4 \n",
+       "L 648 230.4 \n",
+       "L 648 86.4 \n",
+       "L 72 86.4 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p010a4ffa0e)&gt;&lt;image xlink:href=&quot;data:image/png;base64,\n",
+       "iVBORw0KGgoAAAANSUhEUgAAABIAAA5ECAYAAADcJh7gAAAEOUlEQVR4nO3dwQ2CQBRFUbUp6YCuJHQlHdCVLtySPxn8CgPnFnAC7Ehg3vX+eL4uCd0yEBAIBAKBQCAQCAQCgUAgEAgEAoFAoO+geexzoCjQp26YcqAoEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAp0MiqaIqqC1gUAgEAgEAoFAP4WMb5azmQkCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQaEOoG6YcaG0gEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAoBpoHvscyHcjIBAIBAKBQCDQ2aHo9aLxW4teeBq/NRAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAg0AZQNAVaBZUCgdqEoknZKqgUCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCLRQNDGzzRVFix6NP2wQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAh0aiv7hr4LWdiYoOp6gClobCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEGix0iGd/7+i0kmWDT9sEAgEAoFAIBAIBAKBQCAQ6OCQUaAWIetCIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIdCBoHvscKKoK6oYpB4oCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQKBKaH9rsGmQWVkQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQKDdQ2/GPUL0QmmI9gAAAABJRU5ErkJggg==&quot; id=imagefb4b5a8efd style=image-rendering:crisp-edges;image-rendering:pixelated width=18 height=3652 transform=&quot;matrix(32 0 0 0.03943 72 86.4)&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(93.013135 71.925935) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-67 transform=scale(0.015625) d=&quot;M 319 -275 \n",
+       "L 866 -356 \n",
+       "Q 900 -609 1056 -725 \n",
+       "Q 1266 -881 1628 -881 \n",
+       "Q 2019 -881 2231 -725 \n",
+       "Q 2444 -569 2519 -288 \n",
+       "Q 2563 -116 2559 434 \n",
+       "Q 2191 0 1641 0 \n",
+       "Q 956 0 581 494 \n",
+       "Q 206 988 206 1678 \n",
+       "Q 206 2153 378 2554 \n",
+       "Q 550 2956 876 3175 \n",
+       "Q 1203 3394 1644 3394 \n",
+       "Q 2231 3394 2613 2919 \n",
+       "L 2613 3319 \n",
+       "L 3131 3319 \n",
+       "L 3131 450 \n",
+       "Q 3131 -325 2973 -648 \n",
+       "Q 2816 -972 2473 -1159 \n",
+       "Q 2131 -1347 1631 -1347 \n",
+       "Q 1038 -1347 672 -1080 \n",
+       "Q 306 -813 319 -275 \n",
+       "z\n",
+       "M 784 1719 \n",
+       "Q 784 1066 1043 766 \n",
+       "Q 1303 466 1694 466 \n",
+       "Q 2081 466 2343 764 \n",
+       "Q 2606 1063 2606 1700 \n",
+       "Q 2606 2309 2336 2618 \n",
+       "Q 2066 2928 1684 2928 \n",
+       "Q 1309 2928 1046 2623 \n",
+       "Q 784 2319 784 1719 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-61 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-73 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=172.314453 /&gt;&lt;use xlink:href=#ArialMT-65 x=222.314453 /&gt;&lt;use xlink:href=#ArialMT-6e x=277.929688 /&gt;&lt;use xlink:href=#ArialMT-67 x=333.544922 /&gt;&lt;use xlink:href=#ArialMT-65 x=389.160156 /&gt;&lt;use xlink:href=#ArialMT-72 x=444.775391 /&gt;&lt;use xlink:href=#ArialMT-73 x=478.076172 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(125.013135 72.00801) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-52 transform=scale(0.015625) d=&quot;M 503 0 \n",
+       "L 503 4581 \n",
+       "L 2534 4581 \n",
+       "Q 3147 4581 3465 4457 \n",
+       "Q 3784 4334 3975 4021 \n",
+       "Q 4166 3709 4166 3331 \n",
+       "Q 4166 2844 3850 2509 \n",
+       "Q 3534 2175 2875 2084 \n",
+       "Q 3116 1969 3241 1856 \n",
+       "Q 3506 1613 3744 1247 \n",
+       "L 4541 0 \n",
+       "L 3778 0 \n",
+       "L 3172 953 \n",
+       "Q 2906 1366 2734 1584 \n",
+       "Q 2563 1803 2427 1890 \n",
+       "Q 2291 1978 2150 2013 \n",
+       "Q 2047 2034 1813 2034 \n",
+       "L 1109 2034 \n",
+       "L 1109 0 \n",
+       "L 503 0 \n",
+       "z\n",
+       "M 1109 2559 \n",
+       "L 2413 2559 \n",
+       "Q 2828 2559 3062 2645 \n",
+       "Q 3297 2731 3419 2920 \n",
+       "Q 3541 3109 3541 3331 \n",
+       "Q 3541 3656 3305 3865 \n",
+       "Q 3069 4075 2559 4075 \n",
+       "L 1109 4075 \n",
+       "L 1109 2559 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-76 transform=scale(0.015625) d=&quot;M 1344 0 \n",
+       "L 81 3319 \n",
+       "L 675 3319 \n",
+       "L 1388 1331 \n",
+       "Q 1503 1009 1600 663 \n",
+       "Q 1675 925 1809 1294 \n",
+       "L 2547 3319 \n",
+       "L 3125 3319 \n",
+       "L 1869 0 \n",
+       "L 1344 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-52 /&gt;&lt;use xlink:href=#ArialMT-65 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-76 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-73 x=200.048828 /&gt;&lt;use xlink:href=#ArialMT-69 x=250.048828 /&gt;&lt;use xlink:href=#ArialMT-6f x=272.265625 /&gt;&lt;use xlink:href=#ArialMT-6e x=327.880859 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(157.013135 71.925935) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-54 transform=scale(0.015625) d=&quot;M 1659 0 \n",
+       "L 1659 4041 \n",
+       "L 150 4041 \n",
+       "L 150 4581 \n",
+       "L 3781 4581 \n",
+       "L 3781 4041 \n",
+       "L 2266 4041 \n",
+       "L 2266 0 \n",
+       "L 1659 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6d transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 925 3319 \n",
+       "L 925 2853 \n",
+       "Q 1081 3097 1340 3245 \n",
+       "Q 1600 3394 1931 3394 \n",
+       "Q 2300 3394 2536 3241 \n",
+       "Q 2772 3088 2869 2813 \n",
+       "Q 3263 3394 3894 3394 \n",
+       "Q 4388 3394 4653 3120 \n",
+       "Q 4919 2847 4919 2278 \n",
+       "L 4919 0 \n",
+       "L 4359 0 \n",
+       "L 4359 2091 \n",
+       "Q 4359 2428 4304 2576 \n",
+       "Q 4250 2725 4106 2815 \n",
+       "Q 3963 2906 3769 2906 \n",
+       "Q 3419 2906 3187 2673 \n",
+       "Q 2956 2441 2956 1928 \n",
+       "L 2956 0 \n",
+       "L 2394 0 \n",
+       "L 2394 2156 \n",
+       "Q 2394 2531 2256 2718 \n",
+       "Q 2119 2906 1806 2906 \n",
+       "Q 1569 2906 1367 2781 \n",
+       "Q 1166 2656 1075 2415 \n",
+       "Q 984 2175 984 1722 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-75 transform=scale(0.015625) d=&quot;M 2597 0 \n",
+       "L 2597 488 \n",
+       "Q 2209 -75 1544 -75 \n",
+       "Q 1250 -75 995 37 \n",
+       "Q 741 150 617 320 \n",
+       "Q 494 491 444 738 \n",
+       "Q 409 903 409 1263 \n",
+       "L 409 3319 \n",
+       "L 972 3319 \n",
+       "L 972 1478 \n",
+       "Q 972 1038 1006 884 \n",
+       "Q 1059 663 1231 536 \n",
+       "Q 1403 409 1656 409 \n",
+       "Q 1909 409 2131 539 \n",
+       "Q 2353 669 2445 892 \n",
+       "Q 2538 1116 2538 1541 \n",
+       "L 2538 3319 \n",
+       "L 3100 3319 \n",
+       "L 3100 0 \n",
+       "L 2597 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-4d transform=scale(0.015625) d=&quot;M 475 0 \n",
+       "L 475 4581 \n",
+       "L 1388 4581 \n",
+       "L 2472 1338 \n",
+       "Q 2622 884 2691 659 \n",
+       "Q 2769 909 2934 1394 \n",
+       "L 4031 4581 \n",
+       "L 4847 4581 \n",
+       "L 4847 0 \n",
+       "L 4263 0 \n",
+       "L 4263 3834 \n",
+       "L 2931 0 \n",
+       "L 2384 0 \n",
+       "L 1059 3900 \n",
+       "L 1059 0 \n",
+       "L 475 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-64 x=722.46875 /&gt;&lt;use xlink:href=#ArialMT-64 x=778.083984 /&gt;&lt;use xlink:href=#ArialMT-61 x=833.699219 /&gt;&lt;use xlink:href=#ArialMT-79 x=889.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.098492 71.925935) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-68 transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 4581 \n",
+       "L 984 4581 \n",
+       "L 984 2938 \n",
+       "Q 1378 3394 1978 3394 \n",
+       "Q 2347 3394 2619 3248 \n",
+       "Q 2891 3103 3008 2847 \n",
+       "Q 3125 2591 3125 2103 \n",
+       "L 3125 0 \n",
+       "L 2563 0 \n",
+       "L 2563 2103 \n",
+       "Q 2563 2525 2380 2717 \n",
+       "Q 2197 2909 1863 2909 \n",
+       "Q 1613 2909 1392 2779 \n",
+       "Q 1172 2650 1078 2428 \n",
+       "Q 984 2206 984 1816 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-75 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6e x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-73 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-68 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.544922 /&gt;&lt;use xlink:href=#ArialMT-6e x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-65 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-5f x=416.992188 /&gt;&lt;use xlink:href=#ArialMT-50 x=472.607422 /&gt;&lt;use xlink:href=#ArialMT-65 x=539.306641 /&gt;&lt;use xlink:href=#ArialMT-72 x=594.921875 /&gt;&lt;use xlink:href=#ArialMT-63 x=628.222656 /&gt;&lt;use xlink:href=#ArialMT-65 x=678.222656 /&gt;&lt;use xlink:href=#ArialMT-6e x=733.837891 /&gt;&lt;use xlink:href=#ArialMT-74 x=789.453125 /&gt;&lt;use xlink:href=#ArialMT-61 x=817.236328 /&gt;&lt;use xlink:href=#ArialMT-67 x=872.851562 /&gt;&lt;use xlink:href=#ArialMT-65 x=928.466797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(221.098492 71.925935) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(253.013135 72.00801) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-44 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-65 x=689.167969 /&gt;&lt;use xlink:href=#ArialMT-76 x=744.783203 /&gt;&lt;use xlink:href=#ArialMT-69 x=794.783203 /&gt;&lt;use xlink:href=#ArialMT-61 x=817 /&gt;&lt;use xlink:href=#ArialMT-74 x=872.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=900.398438 /&gt;&lt;use xlink:href=#ArialMT-6f x=922.615234 /&gt;&lt;use xlink:href=#ArialMT-6e x=978.230469 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(285.013135 72.00801) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-78 transform=scale(0.015625) d=&quot;M 47 0 \n",
+       "L 1259 1725 \n",
+       "L 138 3319 \n",
+       "L 841 3319 \n",
+       "L 1350 2541 \n",
+       "Q 1494 2319 1581 2169 \n",
+       "Q 1719 2375 1834 2534 \n",
+       "L 2394 3319 \n",
+       "L 3066 3319 \n",
+       "L 1919 1756 \n",
+       "L 3153 0 \n",
+       "L 2463 0 \n",
+       "L 1781 1031 \n",
+       "L 1600 1309 \n",
+       "L 728 0 \n",
+       "L 47 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-61 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-78 x=755.867188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(317.013135 72.00801) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-4d x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-69 x=700.251953 /&gt;&lt;use xlink:href=#ArialMT-6e x=722.46875 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_9&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(349.013135 71.925935) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-45 transform=scale(0.015625) d=&quot;M 506 0 \n",
+       "L 506 4581 \n",
+       "L 3819 4581 \n",
+       "L 3819 4041 \n",
+       "L 1113 4041 \n",
+       "L 1113 2638 \n",
+       "L 3647 2638 \n",
+       "L 3647 2100 \n",
+       "L 1113 2100 \n",
+       "L 1113 541 \n",
+       "L 3925 541 \n",
+       "L 3925 0 \n",
+       "L 506 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-54 /&gt;&lt;use xlink:href=#ArialMT-65 x=49.958984 /&gt;&lt;use xlink:href=#ArialMT-6d x=105.574219 /&gt;&lt;use xlink:href=#ArialMT-70 x=188.875 /&gt;&lt;use xlink:href=#ArialMT-65 x=244.490234 /&gt;&lt;use xlink:href=#ArialMT-72 x=300.105469 /&gt;&lt;use xlink:href=#ArialMT-61 x=333.40625 /&gt;&lt;use xlink:href=#ArialMT-74 x=389.021484 /&gt;&lt;use xlink:href=#ArialMT-75 x=416.804688 /&gt;&lt;use xlink:href=#ArialMT-72 x=472.419922 /&gt;&lt;use xlink:href=#ArialMT-65 x=505.720703 /&gt;&lt;use xlink:href=#ArialMT-5f x=561.335938 /&gt;&lt;use xlink:href=#ArialMT-45 x=616.951172 /&gt;&lt;use xlink:href=#ArialMT-76 x=683.650391 /&gt;&lt;use xlink:href=#ArialMT-65 x=733.650391 /&gt;&lt;use xlink:href=#ArialMT-6e x=789.265625 /&gt;&lt;use xlink:href=#ArialMT-69 x=844.880859 /&gt;&lt;use xlink:href=#ArialMT-6e x=867.097656 /&gt;&lt;use xlink:href=#ArialMT-67 x=922.712891 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_10&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(381.013135 71.925935) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;use xlink:href=#ArialMT-5f x=522.509766 /&gt;&lt;use xlink:href=#ArialMT-35 x=578.125 /&gt;&lt;use xlink:href=#ArialMT-44 x=633.740234 /&gt;&lt;use xlink:href=#ArialMT-61 x=705.957031 /&gt;&lt;use xlink:href=#ArialMT-79 x=761.572266 /&gt;&lt;use xlink:href=#ArialMT-73 x=811.572266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_11&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(413.013135 72.00801) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_12&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(445.013135 72.00801) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_13&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.013135 71.925935) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-48 transform=scale(0.015625) d=&quot;M 513 0 \n",
+       "L 513 4581 \n",
+       "L 1119 4581 \n",
+       "L 1119 2700 \n",
+       "L 3500 2700 \n",
+       "L 3500 4581 \n",
+       "L 4106 4581 \n",
+       "L 4106 0 \n",
+       "L 3500 0 \n",
+       "L 3500 2159 \n",
+       "L 1119 2159 \n",
+       "L 1119 0 \n",
+       "L 513 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6c transform=scale(0.015625) d=&quot;M 409 0 \n",
+       "L 409 4581 \n",
+       "L 972 4581 \n",
+       "L 972 0 \n",
+       "L 409 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-48 /&gt;&lt;use xlink:href=#ArialMT-6f x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-6c x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=150.048828 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.265625 /&gt;&lt;use xlink:href=#ArialMT-61 x=227.880859 /&gt;&lt;use xlink:href=#ArialMT-79 x=283.496094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_14&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(509.098492 72.00801) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-70 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-63 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-69 x=227.929688 /&gt;&lt;use xlink:href=#ArialMT-61 x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-6c x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-5f x=327.978516 /&gt;&lt;use xlink:href=#ArialMT-45 x=383.59375 /&gt;&lt;use xlink:href=#ArialMT-76 x=450.292969 /&gt;&lt;use xlink:href=#ArialMT-65 x=500.292969 /&gt;&lt;use xlink:href=#ArialMT-6e x=555.908203 /&gt;&lt;use xlink:href=#ArialMT-74 x=611.523438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_15&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(541.013135 72.00801) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-59 transform=scale(0.015625) d=&quot;M 1784 0 \n",
+       "L 1784 1941 \n",
+       "L 19 4581 \n",
+       "L 756 4581 \n",
+       "L 1659 3200 \n",
+       "Q 1909 2813 2125 2425 \n",
+       "Q 2331 2784 2625 3234 \n",
+       "L 3513 4581 \n",
+       "L 4219 4581 \n",
+       "L 2391 1941 \n",
+       "L 2391 0 \n",
+       "L 1784 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-59 /&gt;&lt;use xlink:href=#ArialMT-65 x=57.574219 /&gt;&lt;use xlink:href=#ArialMT-61 x=113.189453 /&gt;&lt;use xlink:href=#ArialMT-72 x=168.804688 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_16&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(573.013135 71.925935) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;use xlink:href=#ArialMT-5f x=177.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=233.447266 /&gt;&lt;use xlink:href=#ArialMT-6e x=255.664062 /&gt;&lt;use xlink:href=#ArialMT-5f x=311.279297 /&gt;&lt;use xlink:href=#ArialMT-4d x=366.894531 /&gt;&lt;use xlink:href=#ArialMT-6f x=450.195312 /&gt;&lt;use xlink:href=#ArialMT-6e x=505.810547 /&gt;&lt;use xlink:href=#ArialMT-74 x=561.425781 /&gt;&lt;use xlink:href=#ArialMT-68 x=589.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_17&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(605.013135 71.925935) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;use xlink:href=#ArialMT-44 /&gt;&lt;use xlink:href=#ArialMT-61 x=72.216797 /&gt;&lt;use xlink:href=#ArialMT-79 x=127.832031 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_18&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(637.013135 72.00801) rotate(-45) scale(0.099048 -0.099048)&quot;&gt;&lt;use xlink:href=#ArialMT-4d /&gt;&lt;use xlink:href=#ArialMT-6f x=83.300781 /&gt;&lt;use xlink:href=#ArialMT-6e x=138.916016 /&gt;&lt;use xlink:href=#ArialMT-74 x=194.53125 /&gt;&lt;use xlink:href=#ArialMT-68 x=222.314453 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_19&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(53.492024 89.964537) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_20&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(36.968095 233.925106) scale(0.099048 -0.099048)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-33 transform=scale(0.015625) d=&quot;M 269 1209 \n",
+       "L 831 1284 \n",
+       "Q 928 806 1161 595 \n",
+       "Q 1394 384 1728 384 \n",
+       "Q 2125 384 2398 659 \n",
+       "Q 2672 934 2672 1341 \n",
+       "Q 2672 1728 2419 1979 \n",
+       "Q 2166 2231 1775 2231 \n",
+       "Q 1616 2231 1378 2169 \n",
+       "L 1441 2663 \n",
+       "Q 1497 2656 1531 2656 \n",
+       "Q 1891 2656 2178 2843 \n",
+       "Q 2466 3031 2466 3422 \n",
+       "Q 2466 3731 2256 3934 \n",
+       "Q 2047 4138 1716 4138 \n",
+       "Q 1388 4138 1169 3931 \n",
+       "Q 950 3725 888 3313 \n",
+       "L 325 3413 \n",
+       "Q 428 3978 793 4289 \n",
+       "Q 1159 4600 1703 4600 \n",
+       "Q 2078 4600 2393 4439 \n",
+       "Q 2709 4278 2876 4000 \n",
+       "Q 3044 3722 3044 3409 \n",
+       "Q 3044 3113 2884 2869 \n",
+       "Q 2725 2625 2413 2481 \n",
+       "Q 2819 2388 3044 2092 \n",
+       "Q 3269 1797 3269 1353 \n",
+       "Q 3269 753 2831 336 \n",
+       "Q 2394 -81 1725 -81 \n",
+       "Q 1122 -81 723 278 \n",
+       "Q 325 638 269 1209 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-36 transform=scale(0.015625) d=&quot;M 3184 3459 \n",
+       "L 2625 3416 \n",
+       "Q 2550 3747 2413 3897 \n",
+       "Q 2184 4138 1850 4138 \n",
+       "Q 1581 4138 1378 3988 \n",
+       "Q 1113 3794 959 3422 \n",
+       "Q 806 3050 800 2363 \n",
+       "Q 1003 2672 1297 2822 \n",
+       "Q 1591 2972 1913 2972 \n",
+       "Q 2475 2972 2870 2558 \n",
+       "Q 3266 2144 3266 1488 \n",
+       "Q 3266 1056 3080 686 \n",
+       "Q 2894 316 2569 119 \n",
+       "Q 2244 -78 1831 -78 \n",
+       "Q 1128 -78 684 439 \n",
+       "Q 241 956 241 2144 \n",
+       "Q 241 3472 731 4075 \n",
+       "Q 1159 4600 1884 4600 \n",
+       "Q 2425 4600 2770 4297 \n",
+       "Q 3116 3994 3184 3459 \n",
+       "z\n",
+       "M 888 1484 \n",
+       "Q 888 1194 1011 928 \n",
+       "Q 1134 663 1356 523 \n",
+       "Q 1578 384 1822 384 \n",
+       "Q 2178 384 2434 671 \n",
+       "Q 2691 959 2691 1453 \n",
+       "Q 2691 1928 2437 2201 \n",
+       "Q 2184 2475 1800 2475 \n",
+       "Q 1419 2475 1153 2201 \n",
+       "Q 888 1928 888 1484 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-33 /&gt;&lt;use xlink:href=#ArialMT-36 x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=111.230469 /&gt;&lt;use xlink:href=#ArialMT-32 x=166.845703 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=line2d_1&gt;&lt;path d=&quot;M 104 230.4 \n",
+       "L 104 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_2&gt;&lt;path d=&quot;M 136 230.4 \n",
+       "L 136 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_3&gt;&lt;path d=&quot;M 168 230.4 \n",
+       "L 168 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_4&gt;&lt;path d=&quot;M 200 230.4 \n",
+       "L 200 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_5&gt;&lt;path d=&quot;M 232 230.4 \n",
+       "L 232 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_6&gt;&lt;path d=&quot;M 264 230.4 \n",
+       "L 264 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_7&gt;&lt;path d=&quot;M 296 230.4 \n",
+       "L 296 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_8&gt;&lt;path d=&quot;M 328 230.4 \n",
+       "L 328 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_9&gt;&lt;path d=&quot;M 360 230.4 \n",
+       "L 360 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_10&gt;&lt;path d=&quot;M 392 230.4 \n",
+       "L 392 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_11&gt;&lt;path d=&quot;M 424 230.4 \n",
+       "L 424 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_12&gt;&lt;path d=&quot;M 456 230.4 \n",
+       "L 456 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_13&gt;&lt;path d=&quot;M 488 230.4 \n",
+       "L 488 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_14&gt;&lt;path d=&quot;M 520 230.4 \n",
+       "L 520 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_15&gt;&lt;path d=&quot;M 552 230.4 \n",
+       "L 552 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_16&gt;&lt;path d=&quot;M 584 230.4 \n",
+       "L 584 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;g id=line2d_17&gt;&lt;path d=&quot;M 616 230.4 \n",
+       "L 616 86.4 \n",
+       "&quot; clip-path=url(#p010a4ffa0e) style=&quot;fill: none; stroke: #ffffff; stroke-width: 1.75; stroke-linecap: round&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p010a4ffa0e&gt;&lt;rect x=72 y=86.4 width=576 height=144 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Nullity matrix is a data-dense display which lets you quickly visually pick out patterns in data completion. &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=missing-heatmap&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
+       "  &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=720pt height=360pt viewbox=&quot;0 0 720 360&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-06T13:28:46.269156&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.6.3, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 360 \n",
+       "L 720 360 \n",
+       "L 720 0 \n",
+       "L 0 0 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(157.776083 322.954451) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-53 transform=scale(0.015625) d=&quot;M 288 1472 \n",
+       "L 859 1522 \n",
+       "Q 900 1178 1048 958 \n",
+       "Q 1197 738 1509 602 \n",
+       "Q 1822 466 2213 466 \n",
+       "Q 2559 466 2825 569 \n",
+       "Q 3091 672 3220 851 \n",
+       "Q 3350 1031 3350 1244 \n",
+       "Q 3350 1459 3225 1620 \n",
+       "Q 3100 1781 2813 1891 \n",
+       "Q 2628 1963 1997 2114 \n",
+       "Q 1366 2266 1113 2400 \n",
+       "Q 784 2572 623 2826 \n",
+       "Q 463 3081 463 3397 \n",
+       "Q 463 3744 659 4045 \n",
+       "Q 856 4347 1234 4503 \n",
+       "Q 1613 4659 2075 4659 \n",
+       "Q 2584 4659 2973 4495 \n",
+       "Q 3363 4331 3572 4012 \n",
+       "Q 3781 3694 3797 3291 \n",
+       "L 3216 3247 \n",
+       "Q 3169 3681 2898 3903 \n",
+       "Q 2628 4125 2100 4125 \n",
+       "Q 1550 4125 1298 3923 \n",
+       "Q 1047 3722 1047 3438 \n",
+       "Q 1047 3191 1225 3031 \n",
+       "Q 1400 2872 2139 2705 \n",
+       "Q 2878 2538 3153 2413 \n",
+       "Q 3553 2228 3743 1945 \n",
+       "Q 3934 1663 3934 1294 \n",
+       "Q 3934 928 3725 604 \n",
+       "Q 3516 281 3123 101 \n",
+       "Q 2731 -78 2241 -78 \n",
+       "Q 1619 -78 1198 103 \n",
+       "Q 778 284 539 648 \n",
+       "Q 300 1013 288 1472 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6e transform=scale(0.015625) d=&quot;M 422 0 \n",
+       "L 422 3319 \n",
+       "L 928 3319 \n",
+       "L 928 2847 \n",
+       "Q 1294 3394 1984 3394 \n",
+       "Q 2284 3394 2536 3286 \n",
+       "Q 2788 3178 2913 3003 \n",
+       "Q 3038 2828 3088 2588 \n",
+       "Q 3119 2431 3119 2041 \n",
+       "L 3119 0 \n",
+       "L 2556 0 \n",
+       "L 2556 2019 \n",
+       "Q 2556 2363 2490 2533 \n",
+       "Q 2425 2703 2258 2804 \n",
+       "Q 2091 2906 1866 2906 \n",
+       "Q 1506 2906 1245 2678 \n",
+       "Q 984 2450 984 1813 \n",
+       "L 984 0 \n",
+       "L 422 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-6f transform=scale(0.015625) d=&quot;M 213 1659 \n",
+       "Q 213 2581 725 3025 \n",
+       "Q 1153 3394 1769 3394 \n",
+       "Q 2453 3394 2887 2945 \n",
+       "Q 3322 2497 3322 1706 \n",
+       "Q 3322 1066 3130 698 \n",
+       "Q 2938 331 2570 128 \n",
+       "Q 2203 -75 1769 -75 \n",
+       "Q 1072 -75 642 372 \n",
+       "Q 213 819 213 1659 \n",
+       "z\n",
+       "M 791 1659 \n",
+       "Q 791 1022 1069 705 \n",
+       "Q 1347 388 1769 388 \n",
+       "Q 2188 388 2466 706 \n",
+       "Q 2744 1025 2744 1678 \n",
+       "Q 2744 2294 2464 2611 \n",
+       "Q 2184 2928 1769 2928 \n",
+       "Q 1347 2928 1069 2612 \n",
+       "Q 791 2297 791 1659 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-77 transform=scale(0.015625) d=&quot;M 1034 0 \n",
+       "L 19 3319 \n",
+       "L 600 3319 \n",
+       "L 1128 1403 \n",
+       "L 1325 691 \n",
+       "Q 1338 744 1497 1375 \n",
+       "L 2025 3319 \n",
+       "L 2603 3319 \n",
+       "L 3100 1394 \n",
+       "L 3266 759 \n",
+       "L 3456 1400 \n",
+       "L 4025 3319 \n",
+       "L 4572 3319 \n",
+       "L 3534 0 \n",
+       "L 2950 0 \n",
+       "L 2422 1988 \n",
+       "L 2294 2553 \n",
+       "L 1622 0 \n",
+       "L 1034 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-5f transform=scale(0.015625) d=&quot;M -97 -1272 \n",
+       "L -97 -866 \n",
+       "L 3631 -866 \n",
+       "L 3631 -1272 \n",
+       "L -97 -1272 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-35 transform=scale(0.015625) d=&quot;M 266 1200 \n",
+       "L 856 1250 \n",
+       "Q 922 819 1161 601 \n",
+       "Q 1400 384 1738 384 \n",
+       "Q 2144 384 2425 690 \n",
+       "Q 2706 997 2706 1503 \n",
+       "Q 2706 1984 2436 2262 \n",
+       "Q 2166 2541 1728 2541 \n",
+       "Q 1456 2541 1237 2417 \n",
+       "Q 1019 2294 894 2097 \n",
+       "L 366 2166 \n",
+       "L 809 4519 \n",
+       "L 3088 4519 \n",
+       "L 3088 3981 \n",
+       "L 1259 3981 \n",
+       "L 1013 2750 \n",
+       "Q 1425 3038 1878 3038 \n",
+       "Q 2478 3038 2890 2622 \n",
+       "Q 3303 2206 3303 1553 \n",
+       "Q 3303 931 2941 478 \n",
+       "Q 2500 -78 1738 -78 \n",
+       "Q 1113 -78 717 272 \n",
+       "Q 322 622 266 1200 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-44 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2072 4581 \n",
+       "Q 2606 4581 2888 4516 \n",
+       "Q 3281 4425 3559 4188 \n",
+       "Q 3922 3881 4101 3404 \n",
+       "Q 4281 2928 4281 2316 \n",
+       "Q 4281 1794 4159 1391 \n",
+       "Q 4038 988 3847 723 \n",
+       "Q 3656 459 3429 307 \n",
+       "Q 3203 156 2883 78 \n",
+       "Q 2563 0 2147 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 541 \n",
+       "L 2078 541 \n",
+       "Q 2531 541 2789 625 \n",
+       "Q 3047 709 3200 863 \n",
+       "Q 3416 1078 3536 1442 \n",
+       "Q 3656 1806 3656 2325 \n",
+       "Q 3656 3044 3420 3430 \n",
+       "Q 3184 3816 2847 3947 \n",
+       "Q 2603 4041 2063 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-61 transform=scale(0.015625) d=&quot;M 2588 409 \n",
+       "Q 2275 144 1986 34 \n",
+       "Q 1697 -75 1366 -75 \n",
+       "Q 819 -75 525 192 \n",
+       "Q 231 459 231 875 \n",
+       "Q 231 1119 342 1320 \n",
+       "Q 453 1522 633 1644 \n",
+       "Q 813 1766 1038 1828 \n",
+       "Q 1203 1872 1538 1913 \n",
+       "Q 2219 1994 2541 2106 \n",
+       "Q 2544 2222 2544 2253 \n",
+       "Q 2544 2597 2384 2738 \n",
+       "Q 2169 2928 1744 2928 \n",
+       "Q 1347 2928 1158 2789 \n",
+       "Q 969 2650 878 2297 \n",
+       "L 328 2372 \n",
+       "Q 403 2725 575 2942 \n",
+       "Q 747 3159 1072 3276 \n",
+       "Q 1397 3394 1825 3394 \n",
+       "Q 2250 3394 2515 3294 \n",
+       "Q 2781 3194 2906 3042 \n",
+       "Q 3031 2891 3081 2659 \n",
+       "Q 3109 2516 3109 2141 \n",
+       "L 3109 1391 \n",
+       "Q 3109 606 3145 398 \n",
+       "Q 3181 191 3288 0 \n",
+       "L 2700 0 \n",
+       "Q 2613 175 2588 409 \n",
+       "z\n",
+       "M 2541 1666 \n",
+       "Q 2234 1541 1622 1453 \n",
+       "Q 1275 1403 1131 1340 \n",
+       "Q 988 1278 909 1158 \n",
+       "Q 831 1038 831 891 \n",
+       "Q 831 666 1001 516 \n",
+       "Q 1172 366 1500 366 \n",
+       "Q 1825 366 2078 508 \n",
+       "Q 2331 650 2450 897 \n",
+       "Q 2541 1088 2541 1459 \n",
+       "L 2541 1666 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-79 transform=scale(0.015625) d=&quot;M 397 -1278 \n",
+       "L 334 -750 \n",
+       "Q 519 -800 656 -800 \n",
+       "Q 844 -800 956 -737 \n",
+       "Q 1069 -675 1141 -563 \n",
+       "Q 1194 -478 1313 -144 \n",
+       "Q 1328 -97 1363 -6 \n",
+       "L 103 3319 \n",
+       "L 709 3319 \n",
+       "L 1400 1397 \n",
+       "Q 1534 1031 1641 628 \n",
+       "Q 1738 1016 1872 1384 \n",
+       "L 2581 3319 \n",
+       "L 3144 3319 \n",
+       "L 1881 -56 \n",
+       "Q 1678 -603 1566 -809 \n",
+       "Q 1416 -1088 1222 -1217 \n",
+       "Q 1028 -1347 759 -1347 \n",
+       "Q 597 -1347 397 -1278 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-73 transform=scale(0.015625) d=&quot;M 197 991 \n",
+       "L 753 1078 \n",
+       "Q 800 744 1014 566 \n",
+       "Q 1228 388 1613 388 \n",
+       "Q 2000 388 2187 545 \n",
+       "Q 2375 703 2375 916 \n",
+       "Q 2375 1106 2209 1216 \n",
+       "Q 2094 1291 1634 1406 \n",
+       "Q 1016 1563 777 1677 \n",
+       "Q 538 1791 414 1992 \n",
+       "Q 291 2194 291 2438 \n",
+       "Q 291 2659 392 2848 \n",
+       "Q 494 3038 669 3163 \n",
+       "Q 800 3259 1026 3326 \n",
+       "Q 1253 3394 1513 3394 \n",
+       "Q 1903 3394 2198 3281 \n",
+       "Q 2494 3169 2634 2976 \n",
+       "Q 2775 2784 2828 2463 \n",
+       "L 2278 2388 \n",
+       "Q 2241 2644 2061 2787 \n",
+       "Q 1881 2931 1553 2931 \n",
+       "Q 1166 2931 1000 2803 \n",
+       "Q 834 2675 834 2503 \n",
+       "Q 834 2394 903 2306 \n",
+       "Q 972 2216 1119 2156 \n",
+       "Q 1203 2125 1616 2013 \n",
+       "Q 2213 1853 2448 1751 \n",
+       "Q 2684 1650 2818 1456 \n",
+       "Q 2953 1263 2953 975 \n",
+       "Q 2953 694 2789 445 \n",
+       "Q 2625 197 2315 61 \n",
+       "Q 2006 -75 1616 -75 \n",
+       "Q 969 -75 630 194 \n",
+       "Q 291 463 197 991 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(298.118306 317.008125) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-50 transform=scale(0.015625) d=&quot;M 494 0 \n",
+       "L 494 4581 \n",
+       "L 2222 4581 \n",
+       "Q 2678 4581 2919 4538 \n",
+       "Q 3256 4481 3484 4323 \n",
+       "Q 3713 4166 3852 3881 \n",
+       "Q 3991 3597 3991 3256 \n",
+       "Q 3991 2672 3619 2267 \n",
+       "Q 3247 1863 2275 1863 \n",
+       "L 1100 1863 \n",
+       "L 1100 0 \n",
+       "L 494 0 \n",
+       "z\n",
+       "M 1100 2403 \n",
+       "L 2284 2403 \n",
+       "Q 2872 2403 3119 2622 \n",
+       "Q 3366 2841 3366 3238 \n",
+       "Q 3366 3525 3220 3729 \n",
+       "Q 3075 3934 2838 4000 \n",
+       "Q 2684 4041 2272 4041 \n",
+       "L 1100 4041 \n",
+       "L 1100 2403 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-72 transform=scale(0.015625) d=&quot;M 416 0 \n",
+       "L 416 3319 \n",
+       "L 922 3319 \n",
+       "L 922 2816 \n",
+       "Q 1116 3169 1280 3281 \n",
+       "Q 1444 3394 1641 3394 \n",
+       "Q 1925 3394 2219 3213 \n",
+       "L 2025 2691 \n",
+       "Q 1819 2813 1613 2813 \n",
+       "Q 1428 2813 1281 2702 \n",
+       "Q 1134 2591 1072 2394 \n",
+       "Q 978 2094 978 1738 \n",
+       "L 978 0 \n",
+       "L 416 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-65 transform=scale(0.015625) d=&quot;M 2694 1069 \n",
+       "L 3275 997 \n",
+       "Q 3138 488 2766 206 \n",
+       "Q 2394 -75 1816 -75 \n",
+       "Q 1088 -75 661 373 \n",
+       "Q 234 822 234 1631 \n",
+       "Q 234 2469 665 2931 \n",
+       "Q 1097 3394 1784 3394 \n",
+       "Q 2450 3394 2872 2941 \n",
+       "Q 3294 2488 3294 1666 \n",
+       "Q 3294 1616 3291 1516 \n",
+       "L 816 1516 \n",
+       "Q 847 969 1125 678 \n",
+       "Q 1403 388 1819 388 \n",
+       "Q 2128 388 2347 550 \n",
+       "Q 2566 713 2694 1069 \n",
+       "z\n",
+       "M 847 1978 \n",
+       "L 2700 1978 \n",
+       "Q 2663 2397 2488 2606 \n",
+       "Q 2219 2931 1791 2931 \n",
+       "Q 1403 2931 1139 2672 \n",
+       "Q 875 2413 847 1978 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-63 transform=scale(0.015625) d=&quot;M 2588 1216 \n",
+       "L 3141 1144 \n",
+       "Q 3050 572 2676 248 \n",
+       "Q 2303 -75 1759 -75 \n",
+       "Q 1078 -75 664 370 \n",
+       "Q 250 816 250 1647 \n",
+       "Q 250 2184 428 2587 \n",
+       "Q 606 2991 970 3192 \n",
+       "Q 1334 3394 1763 3394 \n",
+       "Q 2303 3394 2647 3120 \n",
+       "Q 2991 2847 3088 2344 \n",
+       "L 2541 2259 \n",
+       "Q 2463 2594 2264 2762 \n",
+       "Q 2066 2931 1784 2931 \n",
+       "Q 1359 2931 1093 2626 \n",
+       "Q 828 2322 828 1663 \n",
+       "Q 828 994 1084 691 \n",
+       "Q 1341 388 1753 388 \n",
+       "Q 2084 388 2306 591 \n",
+       "Q 2528 794 2588 1216 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-69 transform=scale(0.015625) d=&quot;M 425 3934 \n",
+       "L 425 4581 \n",
+       "L 988 4581 \n",
+       "L 988 3934 \n",
+       "L 425 3934 \n",
+       "z\n",
+       "M 425 0 \n",
+       "L 425 3319 \n",
+       "L 988 3319 \n",
+       "L 988 0 \n",
+       "L 425 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-70 transform=scale(0.015625) d=&quot;M 422 -1272 \n",
+       "L 422 3319 \n",
+       "L 934 3319 \n",
+       "L 934 2888 \n",
+       "Q 1116 3141 1344 3267 \n",
+       "Q 1572 3394 1897 3394 \n",
+       "Q 2322 3394 2647 3175 \n",
+       "Q 2972 2956 3137 2557 \n",
+       "Q 3303 2159 3303 1684 \n",
+       "Q 3303 1175 3120 767 \n",
+       "Q 2938 359 2589 142 \n",
+       "Q 2241 -75 1856 -75 \n",
+       "Q 1575 -75 1351 44 \n",
+       "Q 1128 163 984 344 \n",
+       "L 984 -1272 \n",
+       "L 422 -1272 \n",
+       "z\n",
+       "M 931 1641 \n",
+       "Q 931 1000 1190 694 \n",
+       "Q 1450 388 1819 388 \n",
+       "Q 2194 388 2461 705 \n",
+       "Q 2728 1022 2728 1688 \n",
+       "Q 2728 2322 2467 2637 \n",
+       "Q 2206 2953 1844 2953 \n",
+       "Q 1484 2953 1207 2617 \n",
+       "Q 931 2281 931 1641 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-74 transform=scale(0.015625) d=&quot;M 1650 503 \n",
+       "L 1731 6 \n",
+       "Q 1494 -44 1306 -44 \n",
+       "Q 1000 -44 831 53 \n",
+       "Q 663 150 594 308 \n",
+       "Q 525 466 525 972 \n",
+       "L 525 2881 \n",
+       "L 113 2881 \n",
+       "L 113 3319 \n",
+       "L 525 3319 \n",
+       "L 525 4141 \n",
+       "L 1084 4478 \n",
+       "L 1084 3319 \n",
+       "L 1650 3319 \n",
+       "L 1650 2881 \n",
+       "L 1084 2881 \n",
+       "L 1084 941 \n",
+       "Q 1084 700 1114 631 \n",
+       "Q 1144 563 1211 522 \n",
+       "Q 1278 481 1403 481 \n",
+       "Q 1497 481 1650 503 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(458.314445 291.211985) rotate(-45) scale(0.12381 -0.12381)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-57 transform=scale(0.015625) d=&quot;M 1294 0 \n",
+       "L 78 4581 \n",
+       "L 700 4581 \n",
+       "L 1397 1578 \n",
+       "Q 1509 1106 1591 641 \n",
+       "Q 1766 1375 1797 1488 \n",
+       "L 2669 4581 \n",
+       "L 3400 4581 \n",
+       "L 4056 2263 \n",
+       "Q 4303 1400 4413 641 \n",
+       "Q 4500 1075 4641 1638 \n",
+       "L 5359 4581 \n",
+       "L 5969 4581 \n",
+       "L 4713 0 \n",
+       "L 4128 0 \n",
+       "L 3163 3491 \n",
+       "Q 3041 3928 3019 4028 \n",
+       "Q 2947 3713 2884 3491 \n",
+       "L 1913 0 \n",
+       "L 1294 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-64 transform=scale(0.015625) d=&quot;M 2575 0 \n",
+       "L 2575 419 \n",
+       "Q 2259 -75 1647 -75 \n",
+       "Q 1250 -75 917 144 \n",
+       "Q 584 363 401 755 \n",
+       "Q 219 1147 219 1656 \n",
+       "Q 219 2153 384 2558 \n",
+       "Q 550 2963 881 3178 \n",
+       "Q 1213 3394 1622 3394 \n",
+       "Q 1922 3394 2156 3267 \n",
+       "Q 2391 3141 2538 2938 \n",
+       "L 2538 4581 \n",
+       "L 3097 4581 \n",
+       "L 3097 0 \n",
+       "L 2575 0 \n",
+       "z\n",
+       "M 797 1656 \n",
+       "Q 797 1019 1065 703 \n",
+       "Q 1334 388 1700 388 \n",
+       "Q 2069 388 2326 689 \n",
+       "Q 2584 991 2584 1609 \n",
+       "Q 2584 2291 2321 2609 \n",
+       "Q 2059 2928 1675 2928 \n",
+       "Q 1300 2928 1048 2622 \n",
+       "Q 797 2316 797 1656 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(58.052976 105.203571) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-53 /&gt;&lt;use xlink:href=#ArialMT-6e x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-6f x=122.314453 /&gt;&lt;use xlink:href=#ArialMT-77 x=177.929688 /&gt;&lt;use xlink:href=#ArialMT-5f x=250.146484 /&gt;&lt;use xlink:href=#ArialMT-35 x=305.761719 /&gt;&lt;use xlink:href=#ArialMT-44 x=361.376953 /&gt;&lt;use xlink:href=#ArialMT-61 x=433.59375 /&gt;&lt;use xlink:href=#ArialMT-79 x=489.208984 /&gt;&lt;use xlink:href=#ArialMT-73 x=539.208984 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(66.311458 165.20067) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-50 /&gt;&lt;use xlink:href=#ArialMT-72 x=66.699219 /&gt;&lt;use xlink:href=#ArialMT-65 x=100 /&gt;&lt;use xlink:href=#ArialMT-63 x=155.615234 /&gt;&lt;use xlink:href=#ArialMT-69 x=205.615234 /&gt;&lt;use xlink:href=#ArialMT-70 x=227.832031 /&gt;&lt;use xlink:href=#ArialMT-69 x=283.447266 /&gt;&lt;use xlink:href=#ArialMT-61 x=305.664062 /&gt;&lt;use xlink:href=#ArialMT-74 x=361.279297 /&gt;&lt;use xlink:href=#ArialMT-69 x=389.0625 /&gt;&lt;use xlink:href=#ArialMT-6f x=411.279297 /&gt;&lt;use xlink:href=#ArialMT-6e x=466.894531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(102.792708 225.20067) scale(0.12381 -0.12381)&quot;&gt;&lt;use xlink:href=#ArialMT-57 /&gt;&lt;use xlink:href=#ArialMT-69 x=94.384766 /&gt;&lt;use xlink:href=#ArialMT-6e x=116.601562 /&gt;&lt;use xlink:href=#ArialMT-64 x=172.216797 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=QuadMesh_1&gt;&lt;path d=&quot;M 144 72 \n",
+       "L 278.4 72 \n",
+       "L 278.4 132 \n",
+       "L 144 132 \n",
+       "L 144 72 \n",
+       "&quot; clip-path=url(#p651985dde1) style=&quot;fill: none&quot;/&gt;&lt;path d=&quot;M 278.4 72 \n",
+       "L 412.8 72 \n",
+       "L 412.8 132 \n",
+       "L 278.4 132 \n",
+       "L 278.4 72 \n",
+       "&quot; clip-path=url(#p651985dde1) style=&quot;fill: none&quot;/&gt;&lt;path d=&quot;M 412.8 72 \n",
+       "L 547.2 72 \n",
+       "L 547.2 132 \n",
+       "L 412.8 132 \n",
+       "L 412.8 72 \n",
+       "&quot; clip-path=url(#p651985dde1) style=&quot;fill: none&quot;/&gt;&lt;path d=&quot;M 144 132 \n",
+       "L 278.4 132 \n",
+       "L 278.4 192 \n",
+       "L 144 192 \n",
+       "L 144 132 \n",
+       "&quot; clip-path=url(#p651985dde1) style=&quot;fill: #f8f3f0&quot;/&gt;&lt;path d=&quot;M 278.4 132 \n",
+       "L 412.8 132 \n",
+       "L 412.8 192 \n",
+       "L 278.4 192 \n",
+       "L 278.4 132 \n",
+       "&quot; clip-path=url(#p651985dde1) style=&quot;fill: none&quot;/&gt;&lt;path d=&quot;M 412.8 132 \n",
+       "L 547.2 132 \n",
+       "L 547.2 192 \n",
+       "L 412.8 192 \n",
+       "L 412.8 132 \n",
+       "&quot; clip-path=url(#p651985dde1) style=&quot;fill: none&quot;/&gt;&lt;path d=&quot;M 144 192 \n",
+       "L 278.4 192 \n",
+       "L 278.4 252 \n",
+       "L 144 252 \n",
+       "L 144 192 \n",
+       "&quot; clip-path=url(#p651985dde1) style=&quot;fill: #f5f6f7&quot;/&gt;&lt;path d=&quot;M 278.4 192 \n",
+       "L 412.8 192 \n",
+       "L 412.8 252 \n",
+       "L 278.4 252 \n",
+       "L 278.4 192 \n",
+       "&quot; clip-path=url(#p651985dde1) style=&quot;fill: #f7f6f6&quot;/&gt;&lt;path d=&quot;M 412.8 192 \n",
+       "L 547.2 192 \n",
+       "L 547.2 252 \n",
+       "L 412.8 252 \n",
+       "L 412.8 192 \n",
+       "&quot; clip-path=url(#p651985dde1) style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=axes_2&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 572.4 252 \n",
+       "L 581.4 252 \n",
+       "L 581.4 72 \n",
+       "L 572.4 72 \n",
+       "z\n",
+       "&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path clip-path=url(#p03b01556d3) style=&quot;fill: #ffffff; stroke: #ffffff; stroke-width: 0.01; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_3 /&gt;&lt;g id=matplotlib.axis_4&gt;&lt;g id=ytick_4&gt;&lt;g id=line2d_1&gt;&lt;defs&gt;&lt;path id=m83b7b2aebe d=&quot;M 0 0 \n",
+       "L 6 0 \n",
+       "&quot; style=&quot;stroke: #262626&quot;/&gt;&lt;/defs&gt;&lt;g&gt;&lt;use xlink:href=#m83b7b2aebe x=581.4 y=252 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(594.4 255.578906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-2212 transform=scale(0.015625) d=&quot;M 3381 1997 \n",
+       "L 356 1997 \n",
+       "L 356 2522 \n",
+       "L 3381 2522 \n",
+       "L 3381 1997 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-31 transform=scale(0.015625) d=&quot;M 2384 0 \n",
+       "L 1822 0 \n",
+       "L 1822 3584 \n",
+       "Q 1619 3391 1289 3197 \n",
+       "Q 959 3003 697 2906 \n",
+       "L 697 3450 \n",
+       "Q 1169 3672 1522 3987 \n",
+       "Q 1875 4303 2022 4600 \n",
+       "L 2384 4600 \n",
+       "L 2384 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-2e transform=scale(0.015625) d=&quot;M 581 0 \n",
+       "L 581 641 \n",
+       "L 1222 641 \n",
+       "L 1222 0 \n",
+       "L 581 0 \n",
+       "z\n",
+       "&quot;/&gt;&lt;path id=ArialMT-30 transform=scale(0.015625) d=&quot;M 266 2259 \n",
+       "Q 266 3072 433 3567 \n",
+       "Q 600 4063 929 4331 \n",
+       "Q 1259 4600 1759 4600 \n",
+       "Q 2128 4600 2406 4451 \n",
+       "Q 2684 4303 2865 4023 \n",
+       "Q 3047 3744 3150 3342 \n",
+       "Q 3253 2941 3253 2259 \n",
+       "Q 3253 1453 3087 958 \n",
+       "Q 2922 463 2592 192 \n",
+       "Q 2263 -78 1759 -78 \n",
+       "Q 1097 -78 719 397 \n",
+       "Q 266 969 266 2259 \n",
+       "z\n",
+       "M 844 2259 \n",
+       "Q 844 1131 1108 757 \n",
+       "Q 1372 384 1759 384 \n",
+       "Q 2147 384 2411 759 \n",
+       "Q 2675 1134 2675 2259 \n",
+       "Q 2675 3391 2411 3762 \n",
+       "Q 2147 4134 1753 4134 \n",
+       "Q 1366 4134 1134 3806 \n",
+       "Q 844 3388 844 2259 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-31 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-2e x=114.013672 /&gt;&lt;use xlink:href=#ArialMT-30 x=141.796875 /&gt;&lt;use xlink:href=#ArialMT-30 x=197.412109 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=line2d_2&gt;&lt;g&gt;&lt;use xlink:href=#m83b7b2aebe x=581.4 y=229.5 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(594.4 233.078906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-37 transform=scale(0.015625) d=&quot;M 303 3981 \n",
+       "L 303 4522 \n",
+       "L 3269 4522 \n",
+       "L 3269 4084 \n",
+       "Q 2831 3619 2401 2847 \n",
+       "Q 1972 2075 1738 1259 \n",
+       "Q 1569 684 1522 0 \n",
+       "L 944 0 \n",
+       "Q 953 541 1156 1306 \n",
+       "Q 1359 2072 1739 2783 \n",
+       "Q 2119 3494 2547 3981 \n",
+       "L 303 3981 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-30 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-2e x=114.013672 /&gt;&lt;use xlink:href=#ArialMT-37 x=141.796875 /&gt;&lt;use xlink:href=#ArialMT-35 x=197.412109 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=line2d_3&gt;&lt;g&gt;&lt;use xlink:href=#m83b7b2aebe x=581.4 y=207 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(594.4 210.578906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-30 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-2e x=114.013672 /&gt;&lt;use xlink:href=#ArialMT-35 x=141.796875 /&gt;&lt;use xlink:href=#ArialMT-30 x=197.412109 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=line2d_4&gt;&lt;g&gt;&lt;use xlink:href=#m83b7b2aebe x=581.4 y=184.5 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(594.4 188.078906) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=ArialMT-32 transform=scale(0.015625) d=&quot;M 3222 541 \n",
+       "L 3222 0 \n",
+       "L 194 0 \n",
+       "Q 188 203 259 391 \n",
+       "Q 375 700 629 1000 \n",
+       "Q 884 1300 1366 1694 \n",
+       "Q 2113 2306 2375 2664 \n",
+       "Q 2638 3022 2638 3341 \n",
+       "Q 2638 3675 2398 3904 \n",
+       "Q 2159 4134 1775 4134 \n",
+       "Q 1369 4134 1125 3890 \n",
+       "Q 881 3647 878 3216 \n",
+       "L 300 3275 \n",
+       "Q 359 3922 746 4261 \n",
+       "Q 1134 4600 1788 4600 \n",
+       "Q 2447 4600 2831 4234 \n",
+       "Q 3216 3869 3216 3328 \n",
+       "Q 3216 3053 3103 2787 \n",
+       "Q 2991 2522 2730 2228 \n",
+       "Q 2469 1934 1863 1422 \n",
+       "Q 1356 997 1212 845 \n",
+       "Q 1069 694 975 541 \n",
+       "L 3222 541 \n",
+       "z\n",
+       "&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#ArialMT-2212 /&gt;&lt;use xlink:href=#ArialMT-30 x=58.398438 /&gt;&lt;use xlink:href=#ArialMT-2e x=114.013672 /&gt;&lt;use xlink:href=#ArialMT-32 x=141.796875 /&gt;&lt;use xlink:href=#ArialMT-35 x=197.412109 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=line2d_5&gt;&lt;g&gt;&lt;use xlink:href=#m83b7b2aebe x=581.4 y=162 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(594.4 165.578906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=139.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_9&gt;&lt;g id=line2d_6&gt;&lt;g&gt;&lt;use xlink:href=#m83b7b2aebe x=581.4 y=139.5 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(594.4 143.078906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-32 x=83.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=139.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_10&gt;&lt;g id=line2d_7&gt;&lt;g&gt;&lt;use xlink:href=#m83b7b2aebe x=581.4 y=117 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(594.4 120.578906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-35 x=83.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=139.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_11&gt;&lt;g id=line2d_8&gt;&lt;g&gt;&lt;use xlink:href=#m83b7b2aebe x=581.4 y=94.5 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(594.4 98.078906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-30 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-37 x=83.398438 /&gt;&lt;use xlink:href=#ArialMT-35 x=139.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_12&gt;&lt;g id=line2d_9&gt;&lt;g&gt;&lt;use xlink:href=#m83b7b2aebe x=581.4 y=72 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(594.4 75.578906) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#ArialMT-31 /&gt;&lt;use xlink:href=#ArialMT-2e x=55.615234 /&gt;&lt;use xlink:href=#ArialMT-30 x=83.398438 /&gt;&lt;use xlink:href=#ArialMT-30 x=139.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;image xlink:href=&quot;data:image/png;base64,\n",
+       "iVBORw0KGgoAAAANSUhEUgAAAA0AAAD6CAYAAAB6fM3dAAABXklEQVR4nO2ZQY4DIQwEDXj3G/u8/f81CZALH3CN1LKQcy91t90wM0r7t79twZ+PFkXMfLQ4VUqPlHpcKH2mUnoGqez9dqSUek+dQA34806gNuIHXmmvA3twEKrpwUGgkauWCxsh6x6ZnnC51b2jpLvC2MWCMskgkqmNQSAyPWZPBfUfVykJl5u6e13WPeV5ym2vg5Ebg1S3EbRHukcylb0DweWqMsGjUYfwKF3Y8kaUCLSRkqwRzF5uSJkJfNUoa5R6T7XcA+kybZJph/8TMvMFKAdC5ovY28QeU4oz0kxxIdwIpJQ8U/KWEyUDmSaYudCebrloEEyJXWE3Zgoz5hNQNFOYwXu6L9MimYQjr0wHQpkKuhf6yJRe4AGVfXpzpc6kW+6N0EYPaqSEPlB09thng86ebHqyPaXvXpip5T6D7rxYZmZovV8ipeTQym1vz9z2GATeLLM34so9xaEvAVhfiua8CbIAAAAASUVORK5CYII=&quot; id=image1ae50095b3 x=572.4 y=-72 width=9.36 height=180 transform=&quot;scale(1 -1) translate(0 -180)&quot;/&gt;&lt;g id=LineCollection_1 /&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 572.4 252 \n",
+       "L 576.9 252 \n",
+       "L 581.4 252 \n",
+       "L 581.4 72 \n",
+       "L 576.9 72 \n",
+       "L 572.4 72 \n",
+       "L 572.4 252 \n",
+       "z\n",
+       "&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p651985dde1&gt;&lt;rect x=144 y=72 width=403.2 height=180 /&gt;&lt;/clippath&gt;&lt;clippath id=p03b01556d3&gt;&lt;rect x=572.4 y=72 width=9 height=180 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The correlation heatmap measures nullity correlation: how strongly the presence or absence of one variable affects the presence of another. &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=sample&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Sample&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#sample-head aria-controls=sample-head role=tab data-toggle=tab&gt;First rows&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#sample-tail aria-controls=sample-tail role=tab data-toggle=tab&gt;Last rows&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=sample-head&gt;&lt;div id=sample-container class=col-sm-12&gt;&lt;table border=1 class=&quot;dataframe sample table table-striped&quot;&gt;&lt;thead&gt;&lt;tr style=&quot;text-align: right;&quot;&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Passengers&lt;/th&gt;&lt;th&gt;Revision&lt;/th&gt;&lt;th&gt;Temperature_Midday&lt;/th&gt;&lt;th&gt;Sunshine_Percentage&lt;/th&gt;&lt;th&gt;Snow_5Days&lt;/th&gt;&lt;th&gt;Temperature_Deviation&lt;/th&gt;&lt;th&gt;Temperature_Max&lt;/th&gt;&lt;th&gt;Temperature_Min&lt;/th&gt;&lt;th&gt;Temperature_Evening&lt;/th&gt;&lt;th&gt;Precipiation_5Days&lt;/th&gt;&lt;th&gt;Precipiation&lt;/th&gt;&lt;th&gt;Wind&lt;/th&gt;&lt;th&gt;Holiday&lt;/th&gt;&lt;th&gt;Special_Event&lt;/th&gt;&lt;th&gt;Year&lt;/th&gt;&lt;th&gt;Day_in_Month&lt;/th&gt;&lt;th&gt;Day&lt;/th&gt;&lt;th&gt;Month&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;0&lt;/th&gt;&lt;td&gt;2580&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;4.9&lt;/td&gt;&lt;td&gt;52.0&lt;/td&gt;&lt;td&gt;5.0&lt;/td&gt;&lt;td&gt;2.3&lt;/td&gt;&lt;td&gt;5.1&lt;/td&gt;&lt;td&gt;-0.8&lt;/td&gt;&lt;td&gt;0.9&lt;/td&gt;&lt;td&gt;12.1&lt;/td&gt;&lt;td&gt;4.6&lt;/td&gt;&lt;td&gt;9.9&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2006&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;Sunday&lt;/td&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;1&lt;/th&gt;&lt;td&gt;1973&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2.4&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;5.0&lt;/td&gt;&lt;td&gt;2.3&lt;/td&gt;&lt;td&gt;3.4&lt;/td&gt;&lt;td&gt;0.6&lt;/td&gt;&lt;td&gt;2.7&lt;/td&gt;&lt;td&gt;12.4&lt;/td&gt;&lt;td&gt;0.3&lt;/td&gt;&lt;td&gt;6.1&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2006&lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;Monday&lt;/td&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2&lt;/th&gt;&lt;td&gt;1044&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2.2&lt;/td&gt;&lt;td&gt;11.0&lt;/td&gt;&lt;td&gt;5.0&lt;/td&gt;&lt;td&gt;1.6&lt;/td&gt;&lt;td&gt;2.9&lt;/td&gt;&lt;td&gt;-1.6&lt;/td&gt;&lt;td&gt;1.8&lt;/td&gt;&lt;td&gt;12.4&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;5.3&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2006&lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;Tuesday&lt;/td&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3&lt;/th&gt;&lt;td&gt;980&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0.8&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.2&lt;/td&gt;&lt;td&gt;1.1&lt;/td&gt;&lt;td&gt;-1.0&lt;/td&gt;&lt;td&gt;0.6&lt;/td&gt;&lt;td&gt;10.3&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;6.4&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2006&lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;Wednesday&lt;/td&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4&lt;/th&gt;&lt;td&gt;1139&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;-0.3&lt;/td&gt;&lt;td&gt;88.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;-1.8&lt;/td&gt;&lt;td&gt;0.9&lt;/td&gt;&lt;td&gt;-5.4&lt;/td&gt;&lt;td&gt;-3.2&lt;/td&gt;&lt;td&gt;0.3&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;4.5&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2006&lt;/td&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;Thursday&lt;/td&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5&lt;/th&gt;&lt;td&gt;1057&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;-2.7&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;-3.2&lt;/td&gt;&lt;td&gt;-1.8&lt;/td&gt;&lt;td&gt;-6.7&lt;/td&gt;&lt;td&gt;-2.9&lt;/td&gt;&lt;td&gt;0.3&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;5.1&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2006&lt;/td&gt;&lt;td&gt;6&lt;/td&gt;&lt;td&gt;Friday&lt;/td&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;6&lt;/th&gt;&lt;td&gt;914&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;-2.4&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;-2.7&lt;/td&gt;&lt;td&gt;-1.8&lt;/td&gt;&lt;td&gt;-3.7&lt;/td&gt;&lt;td&gt;-3.2&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;4.4&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2006&lt;/td&gt;&lt;td&gt;7&lt;/td&gt;&lt;td&gt;Saturday&lt;/td&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;7&lt;/th&gt;&lt;td&gt;1581&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;-2.8&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;-2.9&lt;/td&gt;&lt;td&gt;-1.9&lt;/td&gt;&lt;td&gt;-3.9&lt;/td&gt;&lt;td&gt;-2.7&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;4.4&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2006&lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;td&gt;Sunday&lt;/td&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;8&lt;/th&gt;&lt;td&gt;808&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;-2.7&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;-2.9&lt;/td&gt;&lt;td&gt;-2.3&lt;/td&gt;&lt;td&gt;-4.0&lt;/td&gt;&lt;td&gt;-2.9&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;4.6&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2006&lt;/td&gt;&lt;td&gt;9&lt;/td&gt;&lt;td&gt;Monday&lt;/td&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;9&lt;/th&gt;&lt;td&gt;792&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;-3.5&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;-3.3&lt;/td&gt;&lt;td&gt;-2.7&lt;/td&gt;&lt;td&gt;-4.8&lt;/td&gt;&lt;td&gt;-3.3&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;3.8&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2006&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;Tuesday&lt;/td&gt;&lt;td&gt;January&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=sample-tail&gt;&lt;div id=sample-container class=col-sm-12&gt;&lt;table border=1 class=&quot;dataframe sample table table-striped&quot;&gt;&lt;thead&gt;&lt;tr style=&quot;text-align: right;&quot;&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Passengers&lt;/th&gt;&lt;th&gt;Revision&lt;/th&gt;&lt;th&gt;Temperature_Midday&lt;/th&gt;&lt;th&gt;Sunshine_Percentage&lt;/th&gt;&lt;th&gt;Snow_5Days&lt;/th&gt;&lt;th&gt;Temperature_Deviation&lt;/th&gt;&lt;th&gt;Temperature_Max&lt;/th&gt;&lt;th&gt;Temperature_Min&lt;/th&gt;&lt;th&gt;Temperature_Evening&lt;/th&gt;&lt;th&gt;Precipiation_5Days&lt;/th&gt;&lt;th&gt;Precipiation&lt;/th&gt;&lt;th&gt;Wind&lt;/th&gt;&lt;th&gt;Holiday&lt;/th&gt;&lt;th&gt;Special_Event&lt;/th&gt;&lt;th&gt;Year&lt;/th&gt;&lt;th&gt;Day_in_Month&lt;/th&gt;&lt;th&gt;Day&lt;/th&gt;&lt;th&gt;Month&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;3642&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;9.0&lt;/td&gt;&lt;td&gt;81.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;4.0&lt;/td&gt;&lt;td&gt;10.1&lt;/td&gt;&lt;td&gt;1.9&lt;/td&gt;&lt;td&gt;5.2&lt;/td&gt;&lt;td&gt;4.6&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;3.3&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2015&lt;/td&gt;&lt;td&gt;22&lt;/td&gt;&lt;td&gt;Tuesday&lt;/td&gt;&lt;td&gt;December&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3643&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;9.3&lt;/td&gt;&lt;td&gt;85.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;3.3&lt;/td&gt;&lt;td&gt;10.3&lt;/td&gt;&lt;td&gt;-0.6&lt;/td&gt;&lt;td&gt;5.2&lt;/td&gt;&lt;td&gt;4.6&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;4.5&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2015&lt;/td&gt;&lt;td&gt;23&lt;/td&gt;&lt;td&gt;Wednesday&lt;/td&gt;&lt;td&gt;December&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3644&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;8.7&lt;/td&gt;&lt;td&gt;62.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;3.1&lt;/td&gt;&lt;td&gt;9.4&lt;/td&gt;&lt;td&gt;0.5&lt;/td&gt;&lt;td&gt;5.1&lt;/td&gt;&lt;td&gt;4.6&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;2.9&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2015&lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;td&gt;Thursday&lt;/td&gt;&lt;td&gt;December&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3645&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;10.2&lt;/td&gt;&lt;td&gt;100.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;3.3&lt;/td&gt;&lt;td&gt;11.3&lt;/td&gt;&lt;td&gt;0.3&lt;/td&gt;&lt;td&gt;4.1&lt;/td&gt;&lt;td&gt;4.6&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;3.2&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2015&lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;td&gt;Friday&lt;/td&gt;&lt;td&gt;December&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3646&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;7.6&lt;/td&gt;&lt;td&gt;100.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;1.5&lt;/td&gt;&lt;td&gt;9.0&lt;/td&gt;&lt;td&gt;-0.9&lt;/td&gt;&lt;td&gt;2.5&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;2.6&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2015&lt;/td&gt;&lt;td&gt;26&lt;/td&gt;&lt;td&gt;Saturday&lt;/td&gt;&lt;td&gt;December&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3647&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;8.1&lt;/td&gt;&lt;td&gt;99.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;1.1&lt;/td&gt;&lt;td&gt;9.3&lt;/td&gt;&lt;td&gt;-1.7&lt;/td&gt;&lt;td&gt;2.3&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;2.9&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2015&lt;/td&gt;&lt;td&gt;27&lt;/td&gt;&lt;td&gt;Sunday&lt;/td&gt;&lt;td&gt;December&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3648&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;1.2&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;-1.0&lt;/td&gt;&lt;td&gt;2.4&lt;/td&gt;&lt;td&gt;-2.1&lt;/td&gt;&lt;td&gt;0.4&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;2.7&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2015&lt;/td&gt;&lt;td&gt;28&lt;/td&gt;&lt;td&gt;Monday&lt;/td&gt;&lt;td&gt;December&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3649&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;1.2&lt;/td&gt;&lt;td&gt;19.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.2&lt;/td&gt;&lt;td&gt;3.9&lt;/td&gt;&lt;td&gt;-2.6&lt;/td&gt;&lt;td&gt;2.8&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;3.1&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2015&lt;/td&gt;&lt;td&gt;29&lt;/td&gt;&lt;td&gt;Tuesday&lt;/td&gt;&lt;td&gt;December&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3650&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2.8&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;1.8&lt;/td&gt;&lt;td&gt;4.1&lt;/td&gt;&lt;td&gt;1.8&lt;/td&gt;&lt;td&gt;2.1&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;4.3&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;2015&lt;/td&gt;&lt;td&gt;30&lt;/td&gt;&lt;td&gt;Wednesday&lt;/td&gt;&lt;td&gt;December&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3651&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;5.1&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;0.0&lt;/td&gt;&lt;td&gt;3.0&lt;/td&gt;&lt;td&gt;5.7&lt;/td&gt;&lt;td&gt;1.7&lt;/td&gt;&lt;td&gt;4.8&lt;/td&gt;&lt;td&gt;9.2&lt;/td&gt;&lt;td&gt;2.8&lt;/td&gt;&lt;td&gt;5.3&lt;/td&gt;&lt;td&gt;6&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2015&lt;/td&gt;&lt;td&gt;31&lt;/td&gt;&lt;td&gt;Thursday&lt;/td&gt;&lt;td&gt;December&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;footer&gt;&lt;div class=container-fluid&gt;&lt;div class=&quot;row center-block footer-text&quot;&gt;&lt;p class=&quot;text-muted text-center&quot;&gt;Report generated by &lt;a href=&quot;https://ydata.ai/?utm_source=opensource&amp;utm_medium=pandasprofiling&amp;utm_campaign=report&quot;&gt;YData&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/footer&gt;&lt;script&gt;\n",
+       "/*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */\n",
+       "!function(a,b){&quot;object&quot;==typeof module&amp;&amp;&quot;object&quot;==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error(&quot;jQuery requires a window with a document&quot;);return b(a)}:b(a)}(&quot;undefined&quot;!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m=&quot;1.12.4&quot;,n=function(a,b){return new n.fn.init(a,b)},o=/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,p=/^-ms-/,q=/-([\\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:&quot;&quot;,length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0&gt;a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0&gt;a?b:0);return this.pushStack(c&gt;=0&amp;&amp;b&gt;c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for(&quot;boolean&quot;==typeof g&amp;&amp;(j=g,g=arguments[h]||{},h++),&quot;object&quot;==typeof g||n.isFunction(g)||(g={}),h===i&amp;&amp;(g=this,h--);i&gt;h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&amp;&amp;(j&amp;&amp;c&amp;&amp;(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&amp;&amp;n.isArray(a)?a:[]):f=a&amp;&amp;n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&amp;&amp;(g[d]=c));return g},n.extend({expando:&quot;jQuery&quot;+(m+Math.random()).replace(/\\D/g,&quot;&quot;),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return&quot;function&quot;===n.type(a)},isArray:Array.isArray||function(a){return&quot;array&quot;===n.type(a)},isWindow:function(a){return null!=a&amp;&amp;a==a.window},isNumeric:function(a){var b=a&amp;&amp;a.toString();return!n.isArray(a)&amp;&amp;b-parseFloat(b)+1&gt;=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||&quot;object&quot;!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&amp;&amp;!k.call(a,&quot;constructor&quot;)&amp;&amp;!k.call(a.constructor.prototype,&quot;isPrototypeOf&quot;))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+&quot;&quot;:&quot;object&quot;==typeof a||&quot;function&quot;==typeof a?i[j.call(a)]||&quot;object&quot;:typeof a},globalEval:function(b){b&amp;&amp;n.trim(b)&amp;&amp;(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,&quot;ms-&quot;).replace(q,r)},nodeName:function(a,b){return a.nodeName&amp;&amp;a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c&gt;d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?&quot;&quot;:(a+&quot;&quot;).replace(o,&quot;&quot;)},makeArray:function(a,b){var c=b||[];return null!=a&amp;&amp;(s(Object(a))?n.merge(c,&quot;string&quot;==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?0&gt;c?Math.max(0,d+c):c:0;d&gt;c;c++)if(c in b&amp;&amp;b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c&gt;d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g&gt;f;f++)d=!b(a[f],f),d!==h&amp;&amp;e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d&gt;g;g++)e=b(a[g],g,c),null!=e&amp;&amp;h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&amp;&amp;h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return&quot;string&quot;==typeof b&amp;&amp;(f=a[b],b=a,a=f),n.isFunction(a)?(c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d):void 0},now:function(){return+new Date},support:l}),&quot;function&quot;==typeof Symbol&amp;&amp;(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each(&quot;Boolean Number String Function Array Date RegExp Object Error Symbol&quot;.split(&quot; &quot;),function(a,b){i[&quot;[object &quot;+b+&quot;]&quot;]=b.toLowerCase()});function s(a){var b=!!a&amp;&amp;&quot;length&quot;in a&amp;&amp;a.length,c=n.type(a);return&quot;function&quot;===c||n.isWindow(a)?!1:&quot;array&quot;===c||0===b||&quot;number&quot;==typeof b&amp;&amp;b&gt;0&amp;&amp;b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u=&quot;sizzle&quot;+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&amp;&amp;(l=!0),0},C=1&lt;&lt;31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d&gt;c;c++)if(a[c]===b)return c;return-1},K=&quot;checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped&quot;,L=&quot;[\\\\x20\\\\t\\\\r\\\\n\\\\f]&quot;,M=&quot;(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+&quot;,N=&quot;\\\\[&quot;+L+&quot;*(&quot;+M+&quot;)(?:&quot;+L+&quot;*([*^$|!~]?=)&quot;+L+&quot;*(?:&#x27;((?:\\\\\\\\.|[^\\\\\\\\&#x27;])*)&#x27;|\\&quot;((?:\\\\\\\\.|[^\\\\\\\\\\&quot;])*)\\&quot;|(&quot;+M+&quot;))|)&quot;+L+&quot;*\\\\]&quot;,O=&quot;:(&quot;+M+&quot;)(?:\\\\(((&#x27;((?:\\\\\\\\.|[^\\\\\\\\&#x27;])*)&#x27;|\\&quot;((?:\\\\\\\\.|[^\\\\\\\\\\&quot;])*)\\&quot;)|((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|&quot;+N+&quot;)*)|.*)\\\\)|)&quot;,P=new RegExp(L+&quot;+&quot;,&quot;g&quot;),Q=new RegExp(&quot;^&quot;+L+&quot;+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)&quot;+L+&quot;+$&quot;,&quot;g&quot;),R=new RegExp(&quot;^&quot;+L+&quot;*,&quot;+L+&quot;*&quot;),S=new RegExp(&quot;^&quot;+L+&quot;*([&gt;+~]|&quot;+L+&quot;)&quot;+L+&quot;*&quot;),T=new RegExp(&quot;=&quot;+L+&quot;*([^\\\\]&#x27;\\&quot;]*?)&quot;+L+&quot;*\\\\]&quot;,&quot;g&quot;),U=new RegExp(O),V=new RegExp(&quot;^&quot;+M+&quot;$&quot;),W={ID:new RegExp(&quot;^#(&quot;+M+&quot;)&quot;),CLASS:new RegExp(&quot;^\\\\.(&quot;+M+&quot;)&quot;),TAG:new RegExp(&quot;^(&quot;+M+&quot;|[*])&quot;),ATTR:new RegExp(&quot;^&quot;+N),PSEUDO:new RegExp(&quot;^&quot;+O),CHILD:new RegExp(&quot;^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(&quot;+L+&quot;*(even|odd|(([+-]|)(\\\\d*)n|)&quot;+L+&quot;*(?:([+-]|)&quot;+L+&quot;*(\\\\d+)|))&quot;+L+&quot;*\\\\)|)&quot;,&quot;i&quot;),bool:new RegExp(&quot;^(?:&quot;+K+&quot;)$&quot;,&quot;i&quot;),needsContext:new RegExp(&quot;^&quot;+L+&quot;*[&gt;+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(&quot;+L+&quot;*((?:-\\\\d)?\\\\d*)&quot;+L+&quot;*\\\\)|)(?=[^-]|$)&quot;,&quot;i&quot;)},X=/^(?:input|select|textarea|button)$/i,Y=/^h\\d$/i,Z=/^[^{]+\\{\\s*\\[native \\w/,$=/^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,_=/[+~]/,aa=/&#x27;|\\\\/g,ba=new RegExp(&quot;\\\\\\\\([\\\\da-f]{1,6}&quot;+L+&quot;?|(&quot;+L+&quot;)|.)&quot;,&quot;ig&quot;),ca=function(a,b,c){var d=&quot;0x&quot;+b-65536;return d!==d||c?b:0&gt;d?String.fromCharCode(d+65536):String.fromCharCode(d&gt;&gt;10|55296,1023&amp;d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&amp;&amp;b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],&quot;string&quot;!=typeof a||!a||1!==x&amp;&amp;9!==x&amp;&amp;11!==x)return d;if(!e&amp;&amp;((b?b.ownerDocument||b:v)!==n&amp;&amp;m(b),b=b||n,p)){if(11!==x&amp;&amp;(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&amp;&amp;(j=w.getElementById(f))&amp;&amp;t(b,j)&amp;&amp;j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&amp;&amp;c.getElementsByClassName&amp;&amp;b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&amp;&amp;!A[a+&quot; &quot;]&amp;&amp;(!q||!q.test(a))){if(1!==x)w=b,s=a;else if(&quot;object&quot;!==b.nodeName.toLowerCase()){(k=b.getAttribute(&quot;id&quot;))?k=k.replace(aa,&quot;\\\\$&amp;&quot;):b.setAttribute(&quot;id&quot;,k=u),r=g(a),h=r.length,l=V.test(k)?&quot;#&quot;+k:&quot;[id=&#x27;&quot;+k+&quot;&#x27;]&quot;;while(h--)r[h]=l+&quot; &quot;+qa(r[h]);s=r.join(&quot;,&quot;),w=_.test(a)&amp;&amp;oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&amp;&amp;b.removeAttribute(&quot;id&quot;)}}}return i(a.replace(Q,&quot;$1&quot;),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+&quot; &quot;)&gt;d.cacheLength&amp;&amp;delete b[a.shift()],b[c+&quot; &quot;]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement(&quot;div&quot;);try{return!!a(b)}catch(c){return!1}finally{b.parentNode&amp;&amp;b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split(&quot;|&quot;),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&amp;&amp;a,d=c&amp;&amp;1===a.nodeType&amp;&amp;1===b.nodeType&amp;&amp;(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return&quot;input&quot;===c&amp;&amp;b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return(&quot;input&quot;===c||&quot;button&quot;===c)&amp;&amp;b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&amp;&amp;(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&amp;&amp;&quot;undefined&quot;!=typeof a.getElementsByTagName&amp;&amp;a}c=fa.support={},f=fa.isXML=function(a){var b=a&amp;&amp;(a.ownerDocument||a).documentElement;return b?&quot;HTML&quot;!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&amp;&amp;9===g.nodeType&amp;&amp;g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&amp;&amp;e.top!==e&amp;&amp;(e.addEventListener?e.addEventListener(&quot;unload&quot;,da,!1):e.attachEvent&amp;&amp;e.attachEvent(&quot;onunload&quot;,da)),c.attributes=ia(function(a){return a.className=&quot;i&quot;,!a.getAttribute(&quot;className&quot;)}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment(&quot;&quot;)),!a.getElementsByTagName(&quot;*&quot;).length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(&quot;undefined&quot;!=typeof b.getElementById&amp;&amp;p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute(&quot;id&quot;)===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c=&quot;undefined&quot;!=typeof a.getAttributeNode&amp;&amp;a.getAttributeNode(&quot;id&quot;);return c&amp;&amp;c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return&quot;undefined&quot;!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if(&quot;*&quot;===a){while(c=f[e++])1===c.nodeType&amp;&amp;d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&amp;&amp;function(a,b){return&quot;undefined&quot;!=typeof b.getElementsByClassName&amp;&amp;p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&amp;&amp;(ia(function(a){o.appendChild(a).innerHTML=&quot;&lt;a id=&#x27;&quot;+u+&quot;&#x27;&gt;&lt;/a&gt;&lt;select id=&#x27;&quot;+u+&quot;-\\r\\\\&#x27; msallowcapture=&#x27;&#x27;&gt;&lt;option selected=&#x27;&#x27;&gt;&lt;/option&gt;&lt;/select&gt;&quot;,a.querySelectorAll(&quot;[msallowcapture^=&#x27;&#x27;]&quot;).length&amp;&amp;q.push(&quot;[*^$]=&quot;+L+&quot;*(?:&#x27;&#x27;|\\&quot;\\&quot;)&quot;),a.querySelectorAll(&quot;[selected]&quot;).length||q.push(&quot;\\\\[&quot;+L+&quot;*(?:value|&quot;+K+&quot;)&quot;),a.querySelectorAll(&quot;[id~=&quot;+u+&quot;-]&quot;).length||q.push(&quot;~=&quot;),a.querySelectorAll(&quot;:checked&quot;).length||q.push(&quot;:checked&quot;),a.querySelectorAll(&quot;a#&quot;+u+&quot;+*&quot;).length||q.push(&quot;.#.+[+~]&quot;)}),ia(function(a){var b=n.createElement(&quot;input&quot;);b.setAttribute(&quot;type&quot;,&quot;hidden&quot;),a.appendChild(b).setAttribute(&quot;name&quot;,&quot;D&quot;),a.querySelectorAll(&quot;[name=d]&quot;).length&amp;&amp;q.push(&quot;name&quot;+L+&quot;*[*^$|!~]?=&quot;),a.querySelectorAll(&quot;:enabled&quot;).length||q.push(&quot;:enabled&quot;,&quot;:disabled&quot;),a.querySelectorAll(&quot;*,:x&quot;),q.push(&quot;,.*:&quot;)})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&amp;&amp;ia(function(a){c.disconnectedMatch=s.call(a,&quot;div&quot;),s.call(a,&quot;[s!=&#x27;&#x27;]:x&quot;),r.push(&quot;!=&quot;,O)}),q=q.length&amp;&amp;new RegExp(q.join(&quot;|&quot;)),r=r.length&amp;&amp;new RegExp(r.join(&quot;|&quot;)),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&amp;&amp;b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&amp;&amp;16&amp;a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&amp;d||!c.sortDetached&amp;&amp;b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&amp;&amp;t(v,a)?-1:b===n||b.ownerDocument===v&amp;&amp;t(v,b)?1:k?J(k,a)-J(k,b):0:4&amp;d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&amp;&amp;m(a),b=b.replace(T,&quot;=&#x27;$1&#x27;]&quot;),c.matchesSelector&amp;&amp;p&amp;&amp;!A[b+&quot; &quot;]&amp;&amp;(!r||!r.test(b))&amp;&amp;(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&amp;&amp;11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length&gt;0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&amp;&amp;m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&amp;&amp;m(a);var e=d.attrHandle[b.toLowerCase()],f=e&amp;&amp;D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&amp;&amp;f.specified?f.value:null},fa.error=function(a){throw new Error(&quot;Syntax error, unrecognized expression: &quot;+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&amp;&amp;a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&amp;&amp;(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c=&quot;&quot;,d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if(&quot;string&quot;==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{&quot;&gt;&quot;:{dir:&quot;parentNode&quot;,first:!0},&quot; &quot;:{dir:&quot;parentNode&quot;},&quot;+&quot;:{dir:&quot;previousSibling&quot;,first:!0},&quot;~&quot;:{dir:&quot;previousSibling&quot;}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||&quot;&quot;).replace(ba,ca),&quot;~=&quot;===a[2]&amp;&amp;(a[3]=&quot; &quot;+a[3]+&quot; &quot;),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),&quot;nth&quot;===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*(&quot;even&quot;===a[3]||&quot;odd&quot;===a[3])),a[5]=+(a[7]+a[8]||&quot;odd&quot;===a[3])):a[3]&amp;&amp;fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&amp;&amp;a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||&quot;&quot;:c&amp;&amp;U.test(c)&amp;&amp;(b=g(c,!0))&amp;&amp;(b=c.indexOf(&quot;)&quot;,c.length-b)-c.length)&amp;&amp;(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return&quot;*&quot;===a?function(){return!0}:function(a){return a.nodeName&amp;&amp;a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+&quot; &quot;];return b||(b=new RegExp(&quot;(^|&quot;+L+&quot;)&quot;+a+&quot;(&quot;+L+&quot;|$)&quot;))&amp;&amp;y(a,function(a){return b.test(&quot;string&quot;==typeof a.className&amp;&amp;a.className||&quot;undefined&quot;!=typeof a.getAttribute&amp;&amp;a.getAttribute(&quot;class&quot;)||&quot;&quot;)})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?&quot;!=&quot;===b:b?(e+=&quot;&quot;,&quot;=&quot;===b?e===c:&quot;!=&quot;===b?e!==c:&quot;^=&quot;===b?c&amp;&amp;0===e.indexOf(c):&quot;*=&quot;===b?c&amp;&amp;e.indexOf(c)&gt;-1:&quot;$=&quot;===b?c&amp;&amp;e.slice(-c.length)===c:&quot;~=&quot;===b?(&quot; &quot;+e.replace(P,&quot; &quot;)+&quot; &quot;).indexOf(c)&gt;-1:&quot;|=&quot;===b?e===c||e.slice(0,c.length+1)===c+&quot;-&quot;:!1):!0}},CHILD:function(a,b,c,d,e){var f=&quot;nth&quot;!==a.slice(0,3),g=&quot;last&quot;!==a.slice(-4),h=&quot;of-type&quot;===b;return 1===d&amp;&amp;0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?&quot;nextSibling&quot;:&quot;previousSibling&quot;,q=b.parentNode,r=h&amp;&amp;b.nodeName.toLowerCase(),s=!i&amp;&amp;!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p=&quot;only&quot;===a&amp;&amp;!o&amp;&amp;&quot;nextSibling&quot;}return!0}if(o=[g?q.firstChild:q.lastChild],g&amp;&amp;s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&amp;&amp;j[1],t=n&amp;&amp;j[2],m=n&amp;&amp;q.childNodes[n];while(m=++n&amp;&amp;m&amp;&amp;m[p]||(t=n=0)||o.pop())if(1===m.nodeType&amp;&amp;++t&amp;&amp;m===b){k[a]=[w,n,t];break}}else if(s&amp;&amp;(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&amp;&amp;j[1],t=n),t===!1)while(m=++n&amp;&amp;m&amp;&amp;m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&amp;&amp;++t&amp;&amp;(s&amp;&amp;(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&amp;&amp;t/d&gt;=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error(&quot;unsupported pseudo: &quot;+a);return e[u]?e(b):e.length&gt;1?(c=[a,a,&quot;&quot;,b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,&quot;$1&quot;));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&amp;&amp;(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length&gt;0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)&gt;-1}}),lang:ha(function(a){return V.test(a||&quot;&quot;)||fa.error(&quot;unsupported lang: &quot;+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute(&quot;xml:lang&quot;)||b.getAttribute(&quot;lang&quot;))return c=c.toLowerCase(),c===a||0===c.indexOf(a+&quot;-&quot;);while((b=b.parentNode)&amp;&amp;1===b.nodeType);return!1}}),target:function(b){var c=a.location&amp;&amp;a.location.hash;return c&amp;&amp;c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&amp;&amp;(!n.hasFocus||n.hasFocus())&amp;&amp;!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return&quot;input&quot;===b&amp;&amp;!!a.checked||&quot;option&quot;===b&amp;&amp;!!a.selected},selected:function(a){return a.parentNode&amp;&amp;a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType&lt;6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return&quot;input&quot;===b&amp;&amp;&quot;button&quot;===a.type||&quot;button&quot;===b},text:function(a){var b;return&quot;input&quot;===a.nodeName.toLowerCase()&amp;&amp;&quot;text&quot;===a.type&amp;&amp;(null==(b=a.getAttribute(&quot;type&quot;))||&quot;text&quot;===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0&gt;c?c+b:c]}),even:na(function(a,b){for(var c=0;b&gt;c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b&gt;c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0&gt;c?c+b:c;--d&gt;=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0&gt;c?c+b:c;++d&lt;b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=la(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=ma(b);function pa(){}pa.prototype=d.filters=d.pseudos,d.setFilters=new pa,g=fa.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+&quot; &quot;];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&amp;&amp;!(e=R.exec(h))||(e&amp;&amp;(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=S.exec(h))&amp;&amp;(c=e.shift(),f.push({value:c,type:e[0].replace(Q,&quot; &quot;)}),h=h.slice(c.length));for(g in d.filter)!(e=W[g].exec(h))||j[g]&amp;&amp;!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fa.error(a):z(a,i).slice(0)};function qa(a){for(var b=0,c=a.length,d=&quot;&quot;;c&gt;b;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&amp;&amp;&quot;parentNode&quot;===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&amp;&amp;a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&amp;&amp;h[0]===w&amp;&amp;h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length&gt;1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e&gt;d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i&gt;h;h++)(f=a[h])&amp;&amp;(c&amp;&amp;!c(f,d,e)||(g.push(f),j&amp;&amp;b.push(h)));return g}function va(a,b,c,d,e,f){return d&amp;&amp;!d[u]&amp;&amp;(d=va(d)),e&amp;&amp;!e[u]&amp;&amp;(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||&quot;*&quot;,h.nodeType?[h]:h,[]),q=!a||!f&amp;&amp;b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&amp;&amp;c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&amp;&amp;(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&amp;&amp;j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&amp;&amp;(j=e?J(f,l):m[k])&gt;-1&amp;&amp;(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[&quot; &quot;],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)&gt;-1},h,!0),m=[function(a,c,d){var e=!g&amp;&amp;(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f&gt;i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f&gt;e;e++)if(d.relative[a[e].type])break;return va(i&gt;1&amp;&amp;sa(m),i&gt;1&amp;&amp;qa(a.slice(0,i-1).concat({value:&quot; &quot;===a[i-2].type?&quot;*&quot;:&quot;&quot;})).replace(Q,&quot;$1&quot;),c,e&gt;i&amp;&amp;wa(a.slice(i,e)),f&gt;e&amp;&amp;wa(a=a.slice(e)),f&gt;e&amp;&amp;qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length&gt;0,e=a.length&gt;0,f=function(f,g,h,i,k){var l,o,q,r=0,s=&quot;0&quot;,t=f&amp;&amp;[],u=[],v=j,x=f||e&amp;&amp;d.find.TAG(&quot;*&quot;,k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&amp;&amp;(j=g===n||g||k);s!==z&amp;&amp;null!=(l=x[s]);s++){if(e&amp;&amp;l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&amp;&amp;(w=y)}c&amp;&amp;((l=!q&amp;&amp;l)&amp;&amp;r--,f&amp;&amp;t.push(l))}if(r+=s,c&amp;&amp;s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r&gt;0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&amp;&amp;!f&amp;&amp;u.length&gt;0&amp;&amp;r+b.length&gt;1&amp;&amp;fa.uniqueSort(i)}return k&amp;&amp;(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+&quot; &quot;];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n=&quot;function&quot;==typeof a&amp;&amp;a,o=!f&amp;&amp;g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length&gt;2&amp;&amp;&quot;ID&quot;===(k=j[0]).type&amp;&amp;c.getById&amp;&amp;9===b.nodeType&amp;&amp;p&amp;&amp;d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&amp;&amp;(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&amp;&amp;(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&amp;&amp;oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&amp;&amp;qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&amp;&amp;oa(b.parentNode)||b),e},c.sortStable=u.split(&quot;&quot;).sort(B).join(&quot;&quot;)===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&amp;a.compareDocumentPosition(n.createElement(&quot;div&quot;))}),ia(function(a){return a.innerHTML=&quot;&lt;a href=&#x27;#&#x27;&gt;&lt;/a&gt;&quot;,&quot;#&quot;===a.firstChild.getAttribute(&quot;href&quot;)})||ja(&quot;type|href|height|width&quot;,function(a,b,c){return c?void 0:a.getAttribute(b,&quot;type&quot;===b.toLowerCase()?1:2)}),c.attributes&amp;&amp;ia(function(a){return a.innerHTML=&quot;&lt;input/&gt;&quot;,a.firstChild.setAttribute(&quot;value&quot;,&quot;&quot;),&quot;&quot;===a.firstChild.getAttribute(&quot;value&quot;)})||ja(&quot;value&quot;,function(a,b,c){return c||&quot;input&quot;!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute(&quot;disabled&quot;)})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&amp;&amp;d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[&quot;:&quot;]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&amp;&amp;9!==a.nodeType)if(1===a.nodeType){if(e&amp;&amp;n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&amp;&amp;a!==b&amp;&amp;c.push(a);return c},w=n.expr.match.needsContext,x=/^&lt;([\\w-]+)\\s*\\/?&gt;(?:&lt;\\/\\1&gt;|)$/,y=/^.[^:#\\[\\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if(&quot;string&quot;==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)&gt;-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&amp;&amp;(a=&quot;:not(&quot;+a+&quot;)&quot;),1===b.length&amp;&amp;1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if(&quot;string&quot;!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e&gt;b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e&gt;b;b++)n.find(a,d[b],c);return c=this.pushStack(e&gt;1?n.unique(c):c),c.selector=this.selector?this.selector+&quot; &quot;+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,&quot;string&quot;==typeof a&amp;&amp;w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\\s*(&lt;[\\w\\W]+&gt;)[^&gt;]*|#([\\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,&quot;string&quot;==typeof a){if(e=&quot;&lt;&quot;===a.charAt(0)&amp;&amp;&quot;&gt;&quot;===a.charAt(a.length-1)&amp;&amp;a.length&gt;=3?[null,a,null]:B.exec(a),!e||!e[1]&amp;&amp;b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&amp;&amp;b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&amp;&amp;n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if(f=d.getElementById(e[2]),f&amp;&amp;f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?&quot;undefined&quot;!=typeof c.ready?c.ready(a):a(n):(void 0!==a.selector&amp;&amp;(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d&gt;b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||&quot;string&quot;!=typeof a?n(a,b||this.context):0;e&gt;d;d++)for(c=this[d];c&amp;&amp;c!==b;c=c.parentNode)if(c.nodeType&lt;11&amp;&amp;(g?g.index(c)&gt;-1:1===c.nodeType&amp;&amp;n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length&gt;1?n.uniqueSort(f):f)},index:function(a){return a?&quot;string&quot;==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&amp;&amp;this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){do a=a[b];while(a&amp;&amp;1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&amp;&amp;11!==b.nodeType?b:null},parents:function(a){return u(a,&quot;parentNode&quot;)},parentsUntil:function(a,b,c){return u(a,&quot;parentNode&quot;,c)},next:function(a){return F(a,&quot;nextSibling&quot;)},prev:function(a){return F(a,&quot;previousSibling&quot;)},nextAll:function(a){return u(a,&quot;nextSibling&quot;)},prevAll:function(a){return u(a,&quot;previousSibling&quot;)},nextUntil:function(a,b,c){return u(a,&quot;nextSibling&quot;,c)},prevUntil:function(a,b,c){return u(a,&quot;previousSibling&quot;,c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,&quot;iframe&quot;)?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return&quot;Until&quot;!==a.slice(-5)&amp;&amp;(d=c),d&amp;&amp;&quot;string&quot;==typeof d&amp;&amp;(e=n.filter(d,e)),this.length&gt;1&amp;&amp;(E[a]||(e=n.uniqueSort(e)),D.test(a)&amp;&amp;(e=e.reverse())),this.pushStack(e)}});var G=/\\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a=&quot;string&quot;==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h&lt;f.length)f[h].apply(c[0],c[1])===!1&amp;&amp;a.stopOnFalse&amp;&amp;(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&amp;&amp;(f=c?[]:&quot;&quot;)},j={add:function(){return f&amp;&amp;(c&amp;&amp;!b&amp;&amp;(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&amp;&amp;j.has(c)||f.push(c):c&amp;&amp;c.length&amp;&amp;&quot;string&quot;!==n.type(c)&amp;&amp;d(c)})}(arguments),c&amp;&amp;!b&amp;&amp;i()),this},remove:function(){return n.each(arguments,function(a,b){var c;while((c=n.inArray(b,f,c))&gt;-1)f.splice(c,1),h&gt;=c&amp;&amp;h--}),this},has:function(a){return a?n.inArray(a,f)&gt;-1:f.length&gt;0},empty:function(){return f&amp;&amp;(f=[]),this},disable:function(){return e=g=[],f=c=&quot;&quot;,this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[[&quot;resolve&quot;,&quot;done&quot;,n.Callbacks(&quot;once memory&quot;),&quot;resolved&quot;],[&quot;reject&quot;,&quot;fail&quot;,n.Callbacks(&quot;once memory&quot;),&quot;rejected&quot;],[&quot;notify&quot;,&quot;progress&quot;,n.Callbacks(&quot;memory&quot;)]],c=&quot;pending&quot;,d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&amp;&amp;a[b];e[f[1]](function(){var a=g&amp;&amp;g.apply(this,arguments);a&amp;&amp;n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+&quot;With&quot;](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&amp;&amp;g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+&quot;With&quot;](this===e?d:this,arguments),this},e[f[0]+&quot;With&quot;]=g.fireWith}),d.promise(e),a&amp;&amp;a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&amp;&amp;n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length&gt;1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d&gt;1)for(i=new Array(d),j=new Array(d),k=new Array(d);d&gt;b;b++)c[b]&amp;&amp;n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&amp;&amp;--n.readyWait&gt;0||(I.resolveWith(d,[n]),n.fn.triggerHandler&amp;&amp;(n(d).triggerHandler(&quot;ready&quot;),n(d).off(&quot;ready&quot;))))}});function J(){d.addEventListener?(d.removeEventListener(&quot;DOMContentLoaded&quot;,K),a.removeEventListener(&quot;load&quot;,K)):(d.detachEvent(&quot;onreadystatechange&quot;,K),a.detachEvent(&quot;onload&quot;,K))}function K(){(d.addEventListener||&quot;load&quot;===a.event.type||&quot;complete&quot;===d.readyState)&amp;&amp;(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),&quot;complete&quot;===d.readyState||&quot;loading&quot;!==d.readyState&amp;&amp;!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener(&quot;DOMContentLoaded&quot;,K),a.addEventListener(&quot;load&quot;,K);else{d.attachEvent(&quot;onreadystatechange&quot;,K),a.attachEvent(&quot;onload&quot;,K);var c=!1;try{c=null==a.frameElement&amp;&amp;d.documentElement}catch(e){}c&amp;&amp;c.doScroll&amp;&amp;!function f(){if(!n.isReady){try{c.doScroll(&quot;left&quot;)}catch(b){return a.setTimeout(f,50)}J(),n.ready()}}()}return I.promise(b)},n.ready.promise();var L;for(L in n(l))break;l.ownFirst=&quot;0&quot;===L,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;c=d.getElementsByTagName(&quot;body&quot;)[0],c&amp;&amp;c.style&amp;&amp;(b=d.createElement(&quot;div&quot;),e=d.createElement(&quot;div&quot;),e.style.cssText=&quot;position:absolute;border:0;width:0;height:0;top:0;left:-9999px&quot;,c.appendChild(e).appendChild(b),&quot;undefined&quot;!=typeof b.style.zoom&amp;&amp;(b.style.cssText=&quot;display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1&quot;,l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&amp;&amp;(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement(&quot;div&quot;);l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var M=function(a){var b=n.noData[(a.nodeName+&quot; &quot;).toLowerCase()],c=+a.nodeType||1;return 1!==c&amp;&amp;9!==c?!1:!b||b!==!0&amp;&amp;a.getAttribute(&quot;classid&quot;)===b},N=/^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&amp;&amp;1===a.nodeType){var d=&quot;data-&quot;+b.replace(O,&quot;-$1&quot;).toLowerCase();if(c=a.getAttribute(d),&quot;string&quot;==typeof c){try{c=&quot;true&quot;===c?!0:&quot;false&quot;===c?!1:&quot;null&quot;===c?null:+c+&quot;&quot;===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0;\n",
+       "}return c}function Q(a){var b;for(b in a)if((&quot;data&quot;!==b||!n.isEmptyObject(a[b]))&amp;&amp;&quot;toJSON&quot;!==b)return!1;return!0}function R(a,b,d,e){if(M(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&amp;&amp;h;if(k&amp;&amp;j[k]&amp;&amp;(e||j[k].data)||void 0!==d||&quot;string&quot;!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),&quot;object&quot;!=typeof b&amp;&amp;&quot;function&quot;!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&amp;&amp;(g[n.camelCase(b)]=d),&quot;string&quot;==typeof b?(f=g[b],null==f&amp;&amp;(f=g[n.camelCase(b)])):f=g,f}}function S(a,b,c){if(M(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&amp;&amp;(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(&quot; &quot;)),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&amp;&amp;(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{&quot;applet &quot;:!0,&quot;embed &quot;:!0,&quot;object &quot;:&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&amp;&amp;!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&amp;&amp;f.attributes;if(void 0===a){if(this.length&amp;&amp;(e=n.data(f),1===f.nodeType&amp;&amp;!n._data(f,&quot;parsedAttrs&quot;))){c=g.length;while(c--)g[c]&amp;&amp;(d=g[c].name,0===d.indexOf(&quot;data-&quot;)&amp;&amp;(d=n.camelCase(d.slice(5)),P(f,d,e[d])));n._data(f,&quot;parsedAttrs&quot;,!0)}return e}return&quot;object&quot;==typeof a?this.each(function(){n.data(this,a)}):arguments.length&gt;1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||&quot;fx&quot;)+&quot;queue&quot;,d=n._data(a,b),c&amp;&amp;(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||&quot;fx&quot;;var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};&quot;inprogress&quot;===e&amp;&amp;(e=c.shift(),d--),e&amp;&amp;(&quot;fx&quot;===b&amp;&amp;c.unshift(&quot;inprogress&quot;),delete f.stop,e.call(a,g,f)),!d&amp;&amp;f&amp;&amp;f.empty.fire()},_queueHooks:function(a,b){var c=b+&quot;queueHooks&quot;;return n._data(a,c)||n._data(a,c,{empty:n.Callbacks(&quot;once memory&quot;).add(function(){n._removeData(a,b+&quot;queue&quot;),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return&quot;string&quot;!=typeof a&amp;&amp;(b=a,a=&quot;fx&quot;,c--),arguments.length&lt;c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),&quot;fx&quot;===a&amp;&amp;&quot;inprogress&quot;!==c[0]&amp;&amp;n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||&quot;fx&quot;,[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};&quot;string&quot;!=typeof a&amp;&amp;(b=a,a=void 0),a=a||&quot;fx&quot;;while(g--)c=n._data(f[g],a+&quot;queueHooks&quot;),c&amp;&amp;c.empty&amp;&amp;(d++,c.empty.add(h));return h(),e.promise(b)}}),function(){var a;l.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,e;return c=d.getElementsByTagName(&quot;body&quot;)[0],c&amp;&amp;c.style?(b=d.createElement(&quot;div&quot;),e=d.createElement(&quot;div&quot;),e.style.cssText=&quot;position:absolute;border:0;width:0;height:0;top:0;left:-9999px&quot;,c.appendChild(e).appendChild(b),&quot;undefined&quot;!=typeof b.style.zoom&amp;&amp;(b.style.cssText=&quot;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1&quot;,b.appendChild(d.createElement(&quot;div&quot;)).style.width=&quot;5px&quot;,a=3!==b.offsetWidth),c.removeChild(e),a):void 0}}();var T=/[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/.source,U=new RegExp(&quot;^(?:([+-])=|)(&quot;+T+&quot;)([a-z%]*)$&quot;,&quot;i&quot;),V=[&quot;Top&quot;,&quot;Right&quot;,&quot;Bottom&quot;,&quot;Left&quot;],W=function(a,b){return a=b||a,&quot;none&quot;===n.css(a,&quot;display&quot;)||!n.contains(a.ownerDocument,a)};function X(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return n.css(a,b,&quot;&quot;)},i=h(),j=c&amp;&amp;c[3]||(n.cssNumber[b]?&quot;&quot;:&quot;px&quot;),k=(n.cssNumber[b]||&quot;px&quot;!==j&amp;&amp;+i)&amp;&amp;U.exec(n.css(a,b));if(k&amp;&amp;k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||&quot;.5&quot;,k/=f,n.style(a,b,k+j);while(f!==(f=h()/i)&amp;&amp;1!==f&amp;&amp;--g)}return c&amp;&amp;(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&amp;&amp;(d.unit=j,d.start=k,d.end=e)),e}var Y=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if(&quot;object&quot;===n.type(c)){e=!0;for(h in c)Y(a,b,h,c[h],!0,f,g)}else if(void 0!==d&amp;&amp;(e=!0,n.isFunction(d)||(g=!0),j&amp;&amp;(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i&gt;h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Z=/^(?:checkbox|radio)$/i,$=/&lt;([\\w:-]+)/,_=/^$|\\/(?:java|ecma)script/i,aa=/^\\s+/,ba=&quot;abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video&quot;;function ca(a){var b=ba.split(&quot;|&quot;),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement(&quot;div&quot;),b=d.createDocumentFragment(),c=d.createElement(&quot;input&quot;);a.innerHTML=&quot;  &lt;link/&gt;&lt;table&gt;&lt;/table&gt;&lt;a href=&#x27;/a&#x27;&gt;a&lt;/a&gt;&lt;input type=&#x27;checkbox&#x27;/&gt;&quot;,l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName(&quot;tbody&quot;).length,l.htmlSerialize=!!a.getElementsByTagName(&quot;link&quot;).length,l.html5Clone=&quot;&lt;:nav&gt;&lt;/:nav&gt;&quot;!==d.createElement(&quot;nav&quot;).cloneNode(!0).outerHTML,c.type=&quot;checkbox&quot;,c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML=&quot;&lt;textarea&gt;x&lt;/textarea&gt;&quot;,l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement(&quot;input&quot;),c.setAttribute(&quot;type&quot;,&quot;radio&quot;),c.setAttribute(&quot;checked&quot;,&quot;checked&quot;),c.setAttribute(&quot;name&quot;,&quot;t&quot;),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var da={option:[1,&quot;&lt;select multiple=&#x27;multiple&#x27;&gt;&quot;,&quot;&lt;/select&gt;&quot;],legend:[1,&quot;&lt;fieldset&gt;&quot;,&quot;&lt;/fieldset&gt;&quot;],area:[1,&quot;&lt;map&gt;&quot;,&quot;&lt;/map&gt;&quot;],param:[1,&quot;&lt;object&gt;&quot;,&quot;&lt;/object&gt;&quot;],thead:[1,&quot;&lt;table&gt;&quot;,&quot;&lt;/table&gt;&quot;],tr:[2,&quot;&lt;table&gt;&lt;tbody&gt;&quot;,&quot;&lt;/tbody&gt;&lt;/table&gt;&quot;],col:[2,&quot;&lt;table&gt;&lt;tbody&gt;&lt;/tbody&gt;&lt;colgroup&gt;&quot;,&quot;&lt;/colgroup&gt;&lt;/table&gt;&quot;],td:[3,&quot;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&quot;,&quot;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&quot;],_default:l.htmlSerialize?[0,&quot;&quot;,&quot;&quot;]:[1,&quot;X&lt;div&gt;&quot;,&quot;&lt;/div&gt;&quot;]};da.optgroup=da.option,da.tbody=da.tfoot=da.colgroup=da.caption=da.thead,da.th=da.td;function ea(a,b){var c,d,e=0,f=&quot;undefined&quot;!=typeof a.getElementsByTagName?a.getElementsByTagName(b||&quot;*&quot;):&quot;undefined&quot;!=typeof a.querySelectorAll?a.querySelectorAll(b||&quot;*&quot;):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,ea(d,b));return void 0===b||b&amp;&amp;n.nodeName(a,b)?n.merge([a],f):f}function fa(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,&quot;globalEval&quot;,!b||n._data(b[d],&quot;globalEval&quot;))}var ga=/&lt;|&amp;#?\\w+;/,ha=/&lt;tbody/i;function ia(a){Z.test(a.type)&amp;&amp;(a.defaultChecked=a.checked)}function ja(a,b,c,d,e){for(var f,g,h,i,j,k,m,o=a.length,p=ca(b),q=[],r=0;o&gt;r;r++)if(g=a[r],g||0===g)if(&quot;object&quot;===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(ga.test(g)){i=i||p.appendChild(b.createElement(&quot;div&quot;)),j=($.exec(g)||[&quot;&quot;,&quot;&quot;])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&amp;&amp;aa.test(g)&amp;&amp;q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g=&quot;table&quot;!==j||ha.test(g)?&quot;&lt;table&gt;&quot;!==m[1]||ha.test(g)?0:i:i.firstChild,f=g&amp;&amp;g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],&quot;tbody&quot;)&amp;&amp;!k.childNodes.length&amp;&amp;g.removeChild(k)}n.merge(q,i.childNodes),i.textContent=&quot;&quot;;while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&amp;&amp;p.removeChild(i),l.appendChecked||n.grep(ea(q,&quot;input&quot;),ia),r=0;while(g=q[r++])if(d&amp;&amp;n.inArray(g,d)&gt;-1)e&amp;&amp;e.push(g);else if(h=n.contains(g.ownerDocument,g),i=ea(p.appendChild(g),&quot;script&quot;),h&amp;&amp;fa(i),c){f=0;while(g=i[f++])_.test(g.type||&quot;&quot;)&amp;&amp;c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement(&quot;div&quot;);for(b in{submit:!0,change:!0,focusin:!0})c=&quot;on&quot;+b,(l[b]=c in a)||(e.setAttribute(c,&quot;t&quot;),l[b]=e.attributes[c].expando===!1);e=null}();var ka=/^(?:input|select|textarea)$/i,la=/^key/,ma=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,na=/^(?:focusinfocus|focusoutblur)$/,oa=/^([^.]*)(?:\\.(.+)|)/;function pa(){return!0}function qa(){return!1}function ra(){try{return d.activeElement}catch(a){}}function sa(a,b,c,d,e,f){var g,h;if(&quot;object&quot;==typeof b){&quot;string&quot;!=typeof c&amp;&amp;(d=d||c,c=void 0);for(h in b)sa(a,h,c,d,b[h],f);return a}if(null==d&amp;&amp;null==e?(e=c,d=c=void 0):null==e&amp;&amp;(&quot;string&quot;==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=qa;else if(!e)return a;return 1===f&amp;&amp;(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&amp;&amp;(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return&quot;undefined&quot;==typeof n||a&amp;&amp;n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||&quot;&quot;).match(G)||[&quot;&quot;],h=b.length;while(h--)f=oa.exec(b[h])||[],o=q=f[1],p=(f[2]||&quot;&quot;).split(&quot;.&quot;).sort(),o&amp;&amp;(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&amp;&amp;n.expr.match.needsContext.test(e),namespace:p.join(&quot;.&quot;)},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&amp;&amp;j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&amp;&amp;a.attachEvent(&quot;on&quot;+o,k))),j.add&amp;&amp;(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&amp;&amp;n._data(a);if(r&amp;&amp;(k=r.events)){b=(b||&quot;&quot;).match(G)||[&quot;&quot;],j=b.length;while(j--)if(h=oa.exec(b[j])||[],o=q=h[1],p=(h[2]||&quot;&quot;).split(&quot;.&quot;).sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&amp;&amp;new RegExp(&quot;(^|\\\\.)&quot;+p.join(&quot;\\\\.(?:.*\\\\.|)&quot;)+&quot;(\\\\.|$)&quot;),i=f=m.length;while(f--)g=m[f],!e&amp;&amp;q!==g.origType||c&amp;&amp;c.guid!==g.guid||h&amp;&amp;!h.test(g.namespace)||d&amp;&amp;d!==g.selector&amp;&amp;(&quot;**&quot;!==d||!g.selector)||(m.splice(f,1),g.selector&amp;&amp;m.delegateCount--,l.remove&amp;&amp;l.remove.call(a,g));i&amp;&amp;!m.length&amp;&amp;(l.teardown&amp;&amp;l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&amp;&amp;(delete r.handle,n._removeData(a,&quot;events&quot;))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,&quot;type&quot;)?b.type:b,r=k.call(b,&quot;namespace&quot;)?b.namespace.split(&quot;.&quot;):[];if(i=m=e=e||d,3!==e.nodeType&amp;&amp;8!==e.nodeType&amp;&amp;!na.test(q+n.event.triggered)&amp;&amp;(q.indexOf(&quot;.&quot;)&gt;-1&amp;&amp;(r=q.split(&quot;.&quot;),q=r.shift(),r.sort()),h=q.indexOf(&quot;:&quot;)&lt;0&amp;&amp;&quot;on&quot;+q,b=b[n.expando]?b:new n.Event(q,&quot;object&quot;==typeof b&amp;&amp;b),b.isTrigger=f?2:3,b.namespace=r.join(&quot;.&quot;),b.rnamespace=b.namespace?new RegExp(&quot;(^|\\\\.)&quot;+r.join(&quot;\\\\.(?:.*\\\\.|)&quot;)+&quot;(\\\\.|$)&quot;):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||l.trigger.apply(e,c)!==!1)){if(!f&amp;&amp;!l.noBubble&amp;&amp;!n.isWindow(e)){for(j=l.delegateType||q,na.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&amp;&amp;p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&amp;&amp;!b.isPropagationStopped())b.type=o&gt;1?j:l.bindType||q,g=(n._data(i,&quot;events&quot;)||{})[b.type]&amp;&amp;n._data(i,&quot;handle&quot;),g&amp;&amp;g.apply(i,c),g=h&amp;&amp;i[h],g&amp;&amp;g.apply&amp;&amp;M(i)&amp;&amp;(b.result=g.apply(i,c),b.result===!1&amp;&amp;b.preventDefault());if(b.type=q,!f&amp;&amp;!b.isDefaultPrevented()&amp;&amp;(!l._default||l._default.apply(p.pop(),c)===!1)&amp;&amp;M(e)&amp;&amp;h&amp;&amp;e[q]&amp;&amp;!n.isWindow(e)){m=e[h],m&amp;&amp;(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&amp;&amp;(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,&quot;events&quot;)||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&amp;&amp;!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&amp;&amp;!a.isImmediatePropagationStopped())a.rnamespace&amp;&amp;!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&amp;&amp;(a.result=d)===!1&amp;&amp;(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&amp;&amp;k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&amp;&amp;i.nodeType&amp;&amp;(&quot;click&quot;!==a.type||isNaN(a.button)||a.button&lt;1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&amp;&amp;(i.disabled!==!0||&quot;click&quot;!==a.type)){for(d=[],c=0;h&gt;c;c++)f=b[c],e=f.selector+&quot; &quot;,void 0===d[e]&amp;&amp;(d[e]=f.needsContext?n(e,this).index(i)&gt;-1:n.find(e,this,null,[i]).length),d[e]&amp;&amp;d.push(f);d.length&amp;&amp;g.push({elem:i,handlers:d})}return h&lt;b.length&amp;&amp;g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[n.expando])return a;var b,c,e,f=a.type,g=a,h=this.fixHooks[f];h||(this.fixHooks[f]=h=ma.test(f)?this.mouseHooks:la.test(f)?this.keyHooks:{}),e=h.props?this.props.concat(h.props):this.props,a=new n.Event(g),b=e.length;while(b--)c=e[b],a[c]=g[c];return a.target||(a.target=g.srcElement||d),3===a.target.nodeType&amp;&amp;(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,h.filter?h.filter(a,g):a},props:&quot;altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which&quot;.split(&quot; &quot;),fixHooks:{},keyHooks:{props:&quot;char charCode key keyCode&quot;.split(&quot; &quot;),filter:function(a,b){return null==a.which&amp;&amp;(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:&quot;button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement&quot;.split(&quot; &quot;),filter:function(a,b){var c,e,f,g=b.button,h=b.fromElement;return null==a.pageX&amp;&amp;null!=b.clientX&amp;&amp;(e=a.target.ownerDocument||d,f=e.documentElement,c=e.body,a.pageX=b.clientX+(f&amp;&amp;f.scrollLeft||c&amp;&amp;c.scrollLeft||0)-(f&amp;&amp;f.clientLeft||c&amp;&amp;c.clientLeft||0),a.pageY=b.clientY+(f&amp;&amp;f.scrollTop||c&amp;&amp;c.scrollTop||0)-(f&amp;&amp;f.clientTop||c&amp;&amp;c.clientTop||0)),!a.relatedTarget&amp;&amp;h&amp;&amp;(a.relatedTarget=h===a.target?b.toElement:h),a.which||void 0===g||(a.which=1&amp;g?1:2&amp;g?3:4&amp;g?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ra()&amp;&amp;this.focus)try{return this.focus(),!1}catch(a){}},delegateType:&quot;focusin&quot;},blur:{trigger:function(){return this===ra()&amp;&amp;this.blur?(this.blur(),!1):void 0},delegateType:&quot;focusout&quot;},click:{trigger:function(){return n.nodeName(this,&quot;input&quot;)&amp;&amp;&quot;checkbox&quot;===this.type&amp;&amp;this.click?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,&quot;a&quot;)}},beforeunload:{postDispatch:function(a){void 0!==a.result&amp;&amp;a.originalEvent&amp;&amp;(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c){var d=n.extend(new n.Event,c,{type:a,isSimulated:!0});n.event.trigger(d,null,b),d.isDefaultPrevented()&amp;&amp;c.preventDefault()}},n.removeEvent=d.removeEventListener?function(a,b,c){a.removeEventListener&amp;&amp;a.removeEventListener(b,c)}:function(a,b,c){var d=&quot;on&quot;+b;a.detachEvent&amp;&amp;(&quot;undefined&quot;==typeof a[d]&amp;&amp;(a[d]=null),a.detachEvent(d,c))},n.Event=function(a,b){return this instanceof n.Event?(a&amp;&amp;a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&amp;&amp;a.returnValue===!1?pa:qa):this.type=a,b&amp;&amp;n.extend(this,b),this.timeStamp=a&amp;&amp;a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={constructor:n.Event,isDefaultPrevented:qa,isPropagationStopped:qa,isImmediatePropagationStopped:qa,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=pa,a&amp;&amp;(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=pa,a&amp;&amp;!this.isSimulated&amp;&amp;(a.stopPropagation&amp;&amp;a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=pa,a&amp;&amp;a.stopImmediatePropagation&amp;&amp;a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:&quot;mouseover&quot;,mouseleave:&quot;mouseout&quot;,pointerenter:&quot;pointerover&quot;,pointerleave:&quot;pointerout&quot;},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&amp;&amp;(e===d||n.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),l.submit||(n.event.special.submit={setup:function(){return n.nodeName(this,&quot;form&quot;)?!1:void n.event.add(this,&quot;click._submit keypress._submit&quot;,function(a){var b=a.target,c=n.nodeName(b,&quot;input&quot;)||n.nodeName(b,&quot;button&quot;)?n.prop(b,&quot;form&quot;):void 0;c&amp;&amp;!n._data(c,&quot;submit&quot;)&amp;&amp;(n.event.add(c,&quot;submit._submit&quot;,function(a){a._submitBubble=!0}),n._data(c,&quot;submit&quot;,!0))})},postDispatch:function(a){a._submitBubble&amp;&amp;(delete a._submitBubble,this.parentNode&amp;&amp;!a.isTrigger&amp;&amp;n.event.simulate(&quot;submit&quot;,this.parentNode,a))},teardown:function(){return n.nodeName(this,&quot;form&quot;)?!1:void n.event.remove(this,&quot;._submit&quot;)}}),l.change||(n.event.special.change={setup:function(){return ka.test(this.nodeName)?(&quot;checkbox&quot;!==this.type&amp;&amp;&quot;radio&quot;!==this.type||(n.event.add(this,&quot;propertychange._change&quot;,function(a){&quot;checked&quot;===a.originalEvent.propertyName&amp;&amp;(this._justChanged=!0)}),n.event.add(this,&quot;click._change&quot;,function(a){this._justChanged&amp;&amp;!a.isTrigger&amp;&amp;(this._justChanged=!1),n.event.simulate(&quot;change&quot;,this,a)})),!1):void n.event.add(this,&quot;beforeactivate._change&quot;,function(a){var b=a.target;ka.test(b.nodeName)&amp;&amp;!n._data(b,&quot;change&quot;)&amp;&amp;(n.event.add(b,&quot;change._change&quot;,function(a){!this.parentNode||a.isSimulated||a.isTrigger||n.event.simulate(&quot;change&quot;,this.parentNode,a)}),n._data(b,&quot;change&quot;,!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||&quot;radio&quot;!==b.type&amp;&amp;&quot;checkbox&quot;!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return n.event.remove(this,&quot;._change&quot;),!ka.test(this.nodeName)}}),l.focusin||n.each({focus:&quot;focusin&quot;,blur:&quot;focusout&quot;},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a))};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=n._data(d,b);e||d.addEventListener(a,c,!0),n._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=n._data(d,b)-1;e?n._data(d,b,e):(d.removeEventListener(a,c,!0),n._removeData(d,b))}}}),n.fn.extend({on:function(a,b,c,d){return sa(this,a,b,c,d)},one:function(a,b,c,d){return sa(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&amp;&amp;a.preventDefault&amp;&amp;a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+&quot;.&quot;+d.namespace:d.origType,d.selector,d.handler),this;if(&quot;object&quot;==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&amp;&amp;&quot;function&quot;!=typeof b||(c=b,b=void 0),c===!1&amp;&amp;(c=qa),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var ta=/ jQuery\\d+=&quot;(?:null|\\d+)&quot;/g,ua=new RegExp(&quot;&lt;(?:&quot;+ba+&quot;)[\\\\s/&gt;]&quot;,&quot;i&quot;),va=/&lt;(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:-]+)[^&gt;]*)\\/&gt;/gi,wa=/&lt;script|&lt;style|&lt;link/i,xa=/checked\\s*(?:[^=]|=\\s*.checked.)/i,ya=/^true\\/(.*)/,za=/^\\s*&lt;!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)&gt;\\s*$/g,Aa=ca(d),Ba=Aa.appendChild(d.createElement(&quot;div&quot;));function Ca(a,b){return n.nodeName(a,&quot;table&quot;)&amp;&amp;n.nodeName(11!==b.nodeType?b:b.firstChild,&quot;tr&quot;)?a.getElementsByTagName(&quot;tbody&quot;)[0]||a.appendChild(a.ownerDocument.createElement(&quot;tbody&quot;)):a}function Da(a){return a.type=(null!==n.find.attr(a,&quot;type&quot;))+&quot;/&quot;+a.type,a}function Ea(a){var b=ya.exec(a.type);return b?a.type=b[1]:a.removeAttribute(&quot;type&quot;),a}function Fa(a,b){if(1===b.nodeType&amp;&amp;n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e&gt;d;d++)n.event.add(b,c,h[c][d])}g.data&amp;&amp;(g.data=n.extend({},g.data))}}function Ga(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&amp;&amp;b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}&quot;script&quot;===c&amp;&amp;b.text!==a.text?(Da(b).text=a.text,Ea(b)):&quot;object&quot;===c?(b.parentNode&amp;&amp;(b.outerHTML=a.outerHTML),l.html5Clone&amp;&amp;a.innerHTML&amp;&amp;!n.trim(b.innerHTML)&amp;&amp;(b.innerHTML=a.innerHTML)):&quot;input&quot;===c&amp;&amp;Z.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&amp;&amp;(b.value=a.value)):&quot;option&quot;===c?b.defaultSelected=b.selected=a.defaultSelected:&quot;input&quot;!==c&amp;&amp;&quot;textarea&quot;!==c||(b.defaultValue=a.defaultValue)}}function Ha(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o&gt;1&amp;&amp;&quot;string&quot;==typeof q&amp;&amp;!l.checkClone&amp;&amp;xa.test(q))return a.each(function(e){var f=a.eq(e);r&amp;&amp;(b[0]=q.call(this,e,f.html())),Ha(f,b,c,d)});if(o&amp;&amp;(k=ja(b,a[0].ownerDocument,!1,a,d),e=k.firstChild,1===k.childNodes.length&amp;&amp;(k=e),e||d)){for(i=n.map(ea(k,&quot;script&quot;),Da),h=i.length;o&gt;m;m++)g=k,m!==p&amp;&amp;(g=n.clone(g,!0,!0),h&amp;&amp;n.merge(i,ea(g,&quot;script&quot;))),c.call(a[m],g,m);if(h)for(j=i[i.length-1].ownerDocument,n.map(i,Ea),m=0;h&gt;m;m++)g=i[m],_.test(g.type||&quot;&quot;)&amp;&amp;!n._data(g,&quot;globalEval&quot;)&amp;&amp;n.contains(j,g)&amp;&amp;(g.src?n._evalUrl&amp;&amp;n._evalUrl(g.src):n.globalEval((g.text||g.textContent||g.innerHTML||&quot;&quot;).replace(za,&quot;&quot;)));k=e=null}return a}function Ia(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(ea(d)),d.parentNode&amp;&amp;(c&amp;&amp;n.contains(d.ownerDocument,d)&amp;&amp;fa(ea(d,&quot;script&quot;)),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(va,&quot;&lt;$1&gt;&lt;/$2&gt;&quot;)},clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!ua.test(&quot;&lt;&quot;+a.nodeName+&quot;&gt;&quot;)?f=a.cloneNode(!0):(Ba.innerHTML=a.outerHTML,Ba.removeChild(f=Ba.firstChild)),!(l.noCloneEvent&amp;&amp;l.noCloneChecked||1!==a.nodeType&amp;&amp;11!==a.nodeType||n.isXMLDoc(a)))for(d=ea(f),h=ea(a),g=0;null!=(e=h[g]);++g)d[g]&amp;&amp;Ga(e,d[g]);if(b)if(c)for(h=h||ea(a),d=d||ea(f),g=0;null!=(e=h[g]);g++)Fa(e,d[g]);else Fa(a,f);return d=ea(f,&quot;script&quot;),d.length&gt;0&amp;&amp;fa(d,!i&amp;&amp;ea(a,&quot;script&quot;)),d=h=e=null,f},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.attributes,m=n.event.special;null!=(d=a[h]);h++)if((b||M(d))&amp;&amp;(f=d[i],g=f&amp;&amp;j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&amp;&amp;(delete j[f],k||&quot;undefined&quot;==typeof d.removeAttribute?d[i]=void 0:d.removeAttribute(i),c.push(f))}}}),n.fn.extend({domManip:Ha,detach:function(a){return Ia(this,a,!0)},remove:function(a){return Ia(this,a)},text:function(a){return Y(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&amp;&amp;this[0].ownerDocument||d).createTextNode(a))},null,a,arguments.length)},append:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.appendChild(a)}})},prepend:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ha(this,arguments,function(a){this.parentNode&amp;&amp;this.parentNode.insertBefore(a,this)})},after:function(){return Ha(this,arguments,function(a){this.parentNode&amp;&amp;this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&amp;&amp;n.cleanData(ea(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&amp;&amp;n.nodeName(a,&quot;select&quot;)&amp;&amp;(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return Y(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(ta,&quot;&quot;):void 0;if(&quot;string&quot;==typeof a&amp;&amp;!wa.test(a)&amp;&amp;(l.htmlSerialize||!ua.test(a))&amp;&amp;(l.leadingWhitespace||!aa.test(a))&amp;&amp;!da[($.exec(a)||[&quot;&quot;,&quot;&quot;])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d&gt;c;c++)b=this[c]||{},1===b.nodeType&amp;&amp;(n.cleanData(ea(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&amp;&amp;this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ha(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)&lt;0&amp;&amp;(n.cleanData(ea(this)),c&amp;&amp;c.replaceChild(b,this))},a)}}),n.each({appendTo:&quot;append&quot;,prependTo:&quot;prepend&quot;,insertBefore:&quot;before&quot;,insertAfter:&quot;after&quot;,replaceAll:&quot;replaceWith&quot;},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],f=n(a),h=f.length-1;h&gt;=d;d++)c=d===h?this:this.clone(!0),n(f[d])[b](c),g.apply(e,c.get());return this.pushStack(e)}});var Ja,Ka={HTML:&quot;block&quot;,BODY:&quot;block&quot;};function La(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],&quot;display&quot;);return c.detach(),d}function Ma(a){var b=d,c=Ka[a];return c||(c=La(a,b),&quot;none&quot;!==c&amp;&amp;c||(Ja=(Ja||n(&quot;&lt;iframe frameborder=&#x27;0&#x27; width=&#x27;0&#x27; height=&#x27;0&#x27;/&gt;&quot;)).appendTo(b.documentElement),b=(Ja[0].contentWindow||Ja[0].contentDocument).document,b.write(),b.close(),c=La(a,b),Ja.detach()),Ka[a]=c),c}var Na=/^margin/,Oa=new RegExp(&quot;^(&quot;+T+&quot;)(?!px)[a-z%]+$&quot;,&quot;i&quot;),Pa=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e},Qa=d.documentElement;!function(){var b,c,e,f,g,h,i=d.createElement(&quot;div&quot;),j=d.createElement(&quot;div&quot;);if(j.style){j.style.cssText=&quot;float:left;opacity:.5&quot;,l.opacity=&quot;0.5&quot;===j.style.opacity,l.cssFloat=!!j.style.cssFloat,j.style.backgroundClip=&quot;content-box&quot;,j.cloneNode(!0).style.backgroundClip=&quot;&quot;,l.clearCloneStyle=&quot;content-box&quot;===j.style.backgroundClip,i=d.createElement(&quot;div&quot;),i.style.cssText=&quot;border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute&quot;,j.innerHTML=&quot;&quot;,i.appendChild(j),l.boxSizing=&quot;&quot;===j.style.boxSizing||&quot;&quot;===j.style.MozBoxSizing||&quot;&quot;===j.style.WebkitBoxSizing,n.extend(l,{reliableHiddenOffsets:function(){return null==b&amp;&amp;k(),f},boxSizingReliable:function(){return null==b&amp;&amp;k(),e},pixelMarginRight:function(){return null==b&amp;&amp;k(),c},pixelPosition:function(){return null==b&amp;&amp;k(),b},reliableMarginRight:function(){return null==b&amp;&amp;k(),g},reliableMarginLeft:function(){return null==b&amp;&amp;k(),h}});function k(){var k,l,m=d.documentElement;m.appendChild(i),j.style.cssText=&quot;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%&quot;,b=e=h=!1,c=g=!0,a.getComputedStyle&amp;&amp;(l=a.getComputedStyle(j),b=&quot;1%&quot;!==(l||{}).top,h=&quot;2px&quot;===(l||{}).marginLeft,e=&quot;4px&quot;===(l||{width:&quot;4px&quot;}).width,j.style.marginRight=&quot;50%&quot;,c=&quot;4px&quot;===(l||{marginRight:&quot;4px&quot;}).marginRight,k=j.appendChild(d.createElement(&quot;div&quot;)),k.style.cssText=j.style.cssText=&quot;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0&quot;,k.style.marginRight=k.style.width=&quot;0&quot;,j.style.width=&quot;1px&quot;,g=!parseFloat((a.getComputedStyle(k)||{}).marginRight),j.removeChild(k)),j.style.display=&quot;none&quot;,f=0===j.getClientRects().length,f&amp;&amp;(j.style.display=&quot;&quot;,j.innerHTML=&quot;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;t&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;,j.childNodes[0].style.borderCollapse=&quot;separate&quot;,k=j.getElementsByTagName(&quot;td&quot;),k[0].style.cssText=&quot;margin:0;border:0;padding:0;display:none&quot;,f=0===k[0].offsetHeight,f&amp;&amp;(k[0].style.display=&quot;&quot;,k[1].style.display=&quot;none&quot;,f=0===k[0].offsetHeight)),m.removeChild(i)}}}();var Ra,Sa,Ta=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ra=function(b){var c=b.ownerDocument.defaultView;return c&amp;&amp;c.opener||(c=a),c.getComputedStyle(b)},Sa=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ra(a),g=c?c.getPropertyValue(b)||c[b]:void 0,&quot;&quot;!==g&amp;&amp;void 0!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),c&amp;&amp;!l.pixelMarginRight()&amp;&amp;Oa.test(g)&amp;&amp;Na.test(b)&amp;&amp;(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f),void 0===g?g:g+&quot;&quot;}):Qa.currentStyle&amp;&amp;(Ra=function(a){return a.currentStyle},Sa=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ra(a),g=c?c[b]:void 0,null==g&amp;&amp;h&amp;&amp;h[b]&amp;&amp;(g=h[b]),Oa.test(g)&amp;&amp;!Ta.test(b)&amp;&amp;(d=h.left,e=a.runtimeStyle,f=e&amp;&amp;e.left,f&amp;&amp;(e.left=a.currentStyle.left),h.left=&quot;fontSize&quot;===b?&quot;1em&quot;:g,g=h.pixelLeft+&quot;px&quot;,h.left=d,f&amp;&amp;(e.left=f)),void 0===g?g:g+&quot;&quot;||&quot;auto&quot;});function Ua(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Va=/alpha\\([^)]*\\)/i,Wa=/opacity\\s*=\\s*([^)]*)/i,Xa=/^(none|table(?!-c[ea]).+)/,Ya=new RegExp(&quot;^(&quot;+T+&quot;)(.*)$&quot;,&quot;i&quot;),Za={position:&quot;absolute&quot;,visibility:&quot;hidden&quot;,display:&quot;block&quot;},$a={letterSpacing:&quot;0&quot;,fontWeight:&quot;400&quot;},_a=[&quot;Webkit&quot;,&quot;O&quot;,&quot;Moz&quot;,&quot;ms&quot;],ab=d.createElement(&quot;div&quot;).style;function bb(a){if(a in ab)return a;var b=a.charAt(0).toUpperCase()+a.slice(1),c=_a.length;while(c--)if(a=_a[c]+b,a in ab)return a}function cb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h&gt;g;g++)d=a[g],d.style&amp;&amp;(f[g]=n._data(d,&quot;olddisplay&quot;),c=d.style.display,b?(f[g]||&quot;none&quot;!==c||(d.style.display=&quot;&quot;),&quot;&quot;===d.style.display&amp;&amp;W(d)&amp;&amp;(f[g]=n._data(d,&quot;olddisplay&quot;,Ma(d.nodeName)))):(e=W(d),(c&amp;&amp;&quot;none&quot;!==c||!e)&amp;&amp;n._data(d,&quot;olddisplay&quot;,e?c:n.css(d,&quot;display&quot;))));for(g=0;h&gt;g;g++)d=a[g],d.style&amp;&amp;(b&amp;&amp;&quot;none&quot;!==d.style.display&amp;&amp;&quot;&quot;!==d.style.display||(d.style.display=b?f[g]||&quot;&quot;:&quot;none&quot;));return a}function db(a,b,c){var d=Ya.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||&quot;px&quot;):b}function eb(a,b,c,d,e){for(var f=c===(d?&quot;border&quot;:&quot;content&quot;)?4:&quot;width&quot;===b?1:0,g=0;4&gt;f;f+=2)&quot;margin&quot;===c&amp;&amp;(g+=n.css(a,c+V[f],!0,e)),d?(&quot;content&quot;===c&amp;&amp;(g-=n.css(a,&quot;padding&quot;+V[f],!0,e)),&quot;margin&quot;!==c&amp;&amp;(g-=n.css(a,&quot;border&quot;+V[f]+&quot;Width&quot;,!0,e))):(g+=n.css(a,&quot;padding&quot;+V[f],!0,e),&quot;padding&quot;!==c&amp;&amp;(g+=n.css(a,&quot;border&quot;+V[f]+&quot;Width&quot;,!0,e)));return g}function fb(a,b,c){var d=!0,e=&quot;width&quot;===b?a.offsetWidth:a.offsetHeight,f=Ra(a),g=l.boxSizing&amp;&amp;&quot;border-box&quot;===n.css(a,&quot;boxSizing&quot;,!1,f);if(0&gt;=e||null==e){if(e=Sa(a,b,f),(0&gt;e||null==e)&amp;&amp;(e=a.style[b]),Oa.test(e))return e;d=g&amp;&amp;(l.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+eb(a,b,c||(g?&quot;border&quot;:&quot;content&quot;),d,f)+&quot;px&quot;}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Sa(a,&quot;opacity&quot;);return&quot;&quot;===c?&quot;1&quot;:c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{&quot;float&quot;:l.cssFloat?&quot;cssFloat&quot;:&quot;styleFloat&quot;},style:function(a,b,c,d){if(a&amp;&amp;3!==a.nodeType&amp;&amp;8!==a.nodeType&amp;&amp;a.style){var e,f,g,h=n.camelCase(b),i=a.style;if(b=n.cssProps[h]||(n.cssProps[h]=bb(h)||h),g=n.cssHooks[b]||n.cssHooks[h],void 0===c)return g&amp;&amp;&quot;get&quot;in g&amp;&amp;void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,&quot;string&quot;===f&amp;&amp;(e=U.exec(c))&amp;&amp;e[1]&amp;&amp;(c=X(a,b,e),f=&quot;number&quot;),null!=c&amp;&amp;c===c&amp;&amp;(&quot;number&quot;===f&amp;&amp;(c+=e&amp;&amp;e[3]||(n.cssNumber[h]?&quot;&quot;:&quot;px&quot;)),l.clearCloneStyle||&quot;&quot;!==c||0!==b.indexOf(&quot;background&quot;)||(i[b]=&quot;inherit&quot;),!(g&amp;&amp;&quot;set&quot;in g&amp;&amp;void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=bb(h)||h),g=n.cssHooks[b]||n.cssHooks[h],g&amp;&amp;&quot;get&quot;in g&amp;&amp;(f=g.get(a,!0,c)),void 0===f&amp;&amp;(f=Sa(a,b,d)),&quot;normal&quot;===f&amp;&amp;b in $a&amp;&amp;(f=$a[b]),&quot;&quot;===c||c?(e=parseFloat(f),c===!0||isFinite(e)?e||0:f):f}}),n.each([&quot;height&quot;,&quot;width&quot;],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?Xa.test(n.css(a,&quot;display&quot;))&amp;&amp;0===a.offsetWidth?Pa(a,Za,function(){return fb(a,b,d)}):fb(a,b,d):void 0},set:function(a,c,d){var e=d&amp;&amp;Ra(a);return db(a,c,d?eb(a,b,d,l.boxSizing&amp;&amp;&quot;border-box&quot;===n.css(a,&quot;boxSizing&quot;,!1,e),e):0)}}}),l.opacity||(n.cssHooks.opacity={get:function(a,b){return Wa.test((b&amp;&amp;a.currentStyle?a.currentStyle.filter:a.style.filter)||&quot;&quot;)?.01*parseFloat(RegExp.$1)+&quot;&quot;:b?&quot;1&quot;:&quot;&quot;},set:function(a,b){var c=a.style,d=a.currentStyle,e=n.isNumeric(b)?&quot;alpha(opacity=&quot;+100*b+&quot;)&quot;:&quot;&quot;,f=d&amp;&amp;d.filter||c.filter||&quot;&quot;;c.zoom=1,(b&gt;=1||&quot;&quot;===b)&amp;&amp;&quot;&quot;===n.trim(f.replace(Va,&quot;&quot;))&amp;&amp;c.removeAttribute&amp;&amp;(c.removeAttribute(&quot;filter&quot;),&quot;&quot;===b||d&amp;&amp;!d.filter)||(c.filter=Va.test(f)?f.replace(Va,e):f+&quot; &quot;+e)}}),n.cssHooks.marginRight=Ua(l.reliableMarginRight,function(a,b){return b?Pa(a,{display:&quot;inline-block&quot;},Sa,[a,&quot;marginRight&quot;]):void 0}),n.cssHooks.marginLeft=Ua(l.reliableMarginLeft,function(a,b){return b?(parseFloat(Sa(a,&quot;marginLeft&quot;))||(n.contains(a.ownerDocument,a)?a.getBoundingClientRect().left-Pa(a,{\n",
+       "marginLeft:0},function(){return a.getBoundingClientRect().left}):0))+&quot;px&quot;:void 0}),n.each({margin:&quot;&quot;,padding:&quot;&quot;,border:&quot;Width&quot;},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f=&quot;string&quot;==typeof c?c.split(&quot; &quot;):[c];4&gt;d;d++)e[a+V[d]+b]=f[d]||f[d-2]||f[0];return e}},Na.test(a)||(n.cssHooks[a+b].set=db)}),n.fn.extend({css:function(a,b){return Y(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=Ra(a),e=b.length;e&gt;g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length&gt;1)},show:function(){return cb(this,!0)},hide:function(){return cb(this)},toggle:function(a){return&quot;boolean&quot;==typeof a?a?this.show():this.hide():this.each(function(){W(this)?n(this).show():n(this).hide()})}});function gb(a,b,c,d,e){return new gb.prototype.init(a,b,c,d,e)}n.Tween=gb,gb.prototype={constructor:gb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||n.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?&quot;&quot;:&quot;px&quot;)},cur:function(){var a=gb.propHooks[this.prop];return a&amp;&amp;a.get?a.get(this):gb.propHooks._default.get(this)},run:function(a){var b,c=gb.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&amp;&amp;this.options.step.call(this.elem,this.now,this),c&amp;&amp;c.set?c.set(this):gb.propHooks._default.set(this),this}},gb.prototype.init.prototype=gb.prototype,gb.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&amp;&amp;null==a.elem.style[a.prop]?a.elem[a.prop]:(b=n.css(a.elem,a.prop,&quot;&quot;),b&amp;&amp;&quot;auto&quot;!==b?b:0)},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[n.cssProps[a.prop]]&amp;&amp;!n.cssHooks[a.prop]?a.elem[a.prop]=a.now:n.style(a.elem,a.prop,a.now+a.unit)}}},gb.propHooks.scrollTop=gb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&amp;&amp;a.elem.parentNode&amp;&amp;(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:&quot;swing&quot;},n.fx=gb.prototype.init,n.fx.step={};var hb,ib,jb=/^(?:toggle|show|hide)$/,kb=/queueHooks$/;function lb(){return a.setTimeout(function(){hb=void 0}),hb=n.now()}function mb(a,b){var c,d={height:a},e=0;for(b=b?1:0;4&gt;e;e+=2-b)c=V[e],d[&quot;margin&quot;+c]=d[&quot;padding&quot;+c]=a;return b&amp;&amp;(d.opacity=d.width=a),d}function nb(a,b,c){for(var d,e=(qb.tweeners[b]||[]).concat(qb.tweeners[&quot;*&quot;]),f=0,g=e.length;g&gt;f;f++)if(d=e[f].call(c,b,a))return d}function ob(a,b,c){var d,e,f,g,h,i,j,k,m=this,o={},p=a.style,q=a.nodeType&amp;&amp;W(a),r=n._data(a,&quot;fxshow&quot;);c.queue||(h=n._queueHooks(a,&quot;fx&quot;),null==h.unqueued&amp;&amp;(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,m.always(function(){m.always(function(){h.unqueued--,n.queue(a,&quot;fx&quot;).length||h.empty.fire()})})),1===a.nodeType&amp;&amp;(&quot;height&quot;in b||&quot;width&quot;in b)&amp;&amp;(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=n.css(a,&quot;display&quot;),k=&quot;none&quot;===j?n._data(a,&quot;olddisplay&quot;)||Ma(a.nodeName):j,&quot;inline&quot;===k&amp;&amp;&quot;none&quot;===n.css(a,&quot;float&quot;)&amp;&amp;(l.inlineBlockNeedsLayout&amp;&amp;&quot;inline&quot;!==Ma(a.nodeName)?p.zoom=1:p.display=&quot;inline-block&quot;)),c.overflow&amp;&amp;(p.overflow=&quot;hidden&quot;,l.shrinkWrapBlocks()||m.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],jb.exec(e)){if(delete b[d],f=f||&quot;toggle&quot;===e,e===(q?&quot;hide&quot;:&quot;show&quot;)){if(&quot;show&quot;!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&amp;&amp;r[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(o))&quot;inline&quot;===(&quot;none&quot;===j?Ma(a.nodeName):j)&amp;&amp;(p.display=j);else{r?&quot;hidden&quot;in r&amp;&amp;(q=r.hidden):r=n._data(a,&quot;fxshow&quot;,{}),f&amp;&amp;(r.hidden=!q),q?n(a).show():m.done(function(){n(a).hide()}),m.done(function(){var b;n._removeData(a,&quot;fxshow&quot;);for(b in o)n.style(a,b,o[b])});for(d in o)g=nb(q?r[d]:0,d,m),d in r||(r[d]=g.start,q&amp;&amp;(g.end=g.start,g.start=&quot;width&quot;===d||&quot;height&quot;===d?1:0))}}function pb(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&amp;&amp;(e=f[1],f=a[c]=f[0]),c!==d&amp;&amp;(a[d]=f,delete a[c]),g=n.cssHooks[d],g&amp;&amp;&quot;expand&quot;in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function qb(a,b,c){var d,e,f=0,g=qb.prefilters.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=hb||lb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i&gt;g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1&gt;f&amp;&amp;i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},c),originalProperties:b,originalOptions:c,startTime:hb||lb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d&gt;c;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(pb(k,j.opts.specialEasing);g&gt;f;f++)if(d=qb.prefilters[f].call(j,a,k,j.opts))return n.isFunction(d.stop)&amp;&amp;(n._queueHooks(j.elem,j.opts.queue).stop=n.proxy(d.stop,d)),d;return n.map(k,nb,j),n.isFunction(j.opts.start)&amp;&amp;j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(qb,{tweeners:{&quot;*&quot;:[function(a,b){var c=this.createTween(a,b);return X(c.elem,a,U.exec(b),c),c}]},tweener:function(a,b){n.isFunction(a)?(b=a,a=[&quot;*&quot;]):a=a.match(G);for(var c,d=0,e=a.length;e&gt;d;d++)c=a[d],qb.tweeners[c]=qb.tweeners[c]||[],qb.tweeners[c].unshift(b)},prefilters:[ob],prefilter:function(a,b){b?qb.prefilters.unshift(a):qb.prefilters.push(a)}}),n.speed=function(a,b,c){var d=a&amp;&amp;&quot;object&quot;==typeof a?n.extend({},a):{complete:c||!c&amp;&amp;b||n.isFunction(a)&amp;&amp;a,duration:a,easing:c&amp;&amp;b||b&amp;&amp;!n.isFunction(b)&amp;&amp;b};return d.duration=n.fx.off?0:&quot;number&quot;==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,null!=d.queue&amp;&amp;d.queue!==!0||(d.queue=&quot;fx&quot;),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&amp;&amp;d.old.call(this),d.queue&amp;&amp;n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(W).css(&quot;opacity&quot;,0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=qb(this,n.extend({},a),f);(e||n._data(this,&quot;finish&quot;))&amp;&amp;b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return&quot;string&quot;!=typeof a&amp;&amp;(c=b,b=a,a=void 0),b&amp;&amp;a!==!1&amp;&amp;this.queue(a||&quot;fx&quot;,[]),this.each(function(){var b=!0,e=null!=a&amp;&amp;a+&quot;queueHooks&quot;,f=n.timers,g=n._data(this);if(e)g[e]&amp;&amp;g[e].stop&amp;&amp;d(g[e]);else for(e in g)g[e]&amp;&amp;g[e].stop&amp;&amp;kb.test(e)&amp;&amp;d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&amp;&amp;f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&amp;&amp;c||n.dequeue(this,a)})},finish:function(a){return a!==!1&amp;&amp;(a=a||&quot;fx&quot;),this.each(function(){var b,c=n._data(this),d=c[a+&quot;queue&quot;],e=c[a+&quot;queueHooks&quot;],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&amp;&amp;e.stop&amp;&amp;e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&amp;&amp;f[b].queue===a&amp;&amp;(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g&gt;b;b++)d[b]&amp;&amp;d[b].finish&amp;&amp;d[b].finish.call(this);delete c.finish})}}),n.each([&quot;toggle&quot;,&quot;show&quot;,&quot;hide&quot;],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||&quot;boolean&quot;==typeof a?c.apply(this,arguments):this.animate(mb(b,!0),a,d,e)}}),n.each({slideDown:mb(&quot;show&quot;),slideUp:mb(&quot;hide&quot;),slideToggle:mb(&quot;toggle&quot;),fadeIn:{opacity:&quot;show&quot;},fadeOut:{opacity:&quot;hide&quot;},fadeToggle:{opacity:&quot;toggle&quot;}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=n.timers,c=0;for(hb=n.now();c&lt;b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||n.fx.stop(),hb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){ib||(ib=a.setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){a.clearInterval(ib),ib=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(b,c){return b=n.fx?n.fx.speeds[b]||b:b,c=c||&quot;fx&quot;,this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a,b=d.createElement(&quot;input&quot;),c=d.createElement(&quot;div&quot;),e=d.createElement(&quot;select&quot;),f=e.appendChild(d.createElement(&quot;option&quot;));c=d.createElement(&quot;div&quot;),c.setAttribute(&quot;className&quot;,&quot;t&quot;),c.innerHTML=&quot;  &lt;link/&gt;&lt;table&gt;&lt;/table&gt;&lt;a href=&#x27;/a&#x27;&gt;a&lt;/a&gt;&lt;input type=&#x27;checkbox&#x27;/&gt;&quot;,a=c.getElementsByTagName(&quot;a&quot;)[0],b.setAttribute(&quot;type&quot;,&quot;checkbox&quot;),c.appendChild(b),a=c.getElementsByTagName(&quot;a&quot;)[0],a.style.cssText=&quot;top:1px&quot;,l.getSetAttribute=&quot;t&quot;!==c.className,l.style=/top/.test(a.getAttribute(&quot;style&quot;)),l.hrefNormalized=&quot;/a&quot;===a.getAttribute(&quot;href&quot;),l.checkOn=!!b.value,l.optSelected=f.selected,l.enctype=!!d.createElement(&quot;form&quot;).enctype,e.disabled=!0,l.optDisabled=!f.disabled,b=d.createElement(&quot;input&quot;),b.setAttribute(&quot;value&quot;,&quot;&quot;),l.input=&quot;&quot;===b.getAttribute(&quot;value&quot;),b.value=&quot;t&quot;,b.setAttribute(&quot;type&quot;,&quot;radio&quot;),l.radioValue=&quot;t&quot;===b.value}();var rb=/\\r/g,sb=/[\\x20\\t\\r\\n\\f]+/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&amp;&amp;(e=d?a.call(this,c,n(this).val()):a,null==e?e=&quot;&quot;:&quot;number&quot;==typeof e?e+=&quot;&quot;:n.isArray(e)&amp;&amp;(e=n.map(e,function(a){return null==a?&quot;&quot;:a+&quot;&quot;})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&amp;&amp;&quot;set&quot;in b&amp;&amp;void 0!==b.set(this,e,&quot;value&quot;)||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&amp;&amp;&quot;get&quot;in b&amp;&amp;void 0!==(c=b.get(e,&quot;value&quot;))?c:(c=e.value,&quot;string&quot;==typeof c?c.replace(rb,&quot;&quot;):null==c?&quot;&quot;:c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,&quot;value&quot;);return null!=b?b:n.trim(n.text(a)).replace(sb,&quot; &quot;)}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f=&quot;select-one&quot;===a.type||0&gt;e,g=f?null:[],h=f?e+1:d.length,i=0&gt;e?h:f?e:0;h&gt;i;i++)if(c=d[i],(c.selected||i===e)&amp;&amp;(l.optDisabled?!c.disabled:null===c.getAttribute(&quot;disabled&quot;))&amp;&amp;(!c.parentNode.disabled||!n.nodeName(c.parentNode,&quot;optgroup&quot;))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)if(d=e[g],n.inArray(n.valHooks.option.get(d),f)&gt;-1)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),n.each([&quot;radio&quot;,&quot;checkbox&quot;],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)&gt;-1:void 0}},l.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute(&quot;value&quot;)?&quot;on&quot;:a.value})});var tb,ub,vb=n.expr.attrHandle,wb=/^(?:checked|selected)$/i,xb=l.getSetAttribute,yb=l.input;n.fn.extend({attr:function(a,b){return Y(this,n.attr,a,b,arguments.length&gt;1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&amp;&amp;8!==f&amp;&amp;2!==f)return&quot;undefined&quot;==typeof a.getAttribute?n.prop(a,b,c):(1===f&amp;&amp;n.isXMLDoc(a)||(b=b.toLowerCase(),e=n.attrHooks[b]||(n.expr.match.bool.test(b)?ub:tb)),void 0!==c?null===c?void n.removeAttr(a,b):e&amp;&amp;&quot;set&quot;in e&amp;&amp;void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+&quot;&quot;),c):e&amp;&amp;&quot;get&quot;in e&amp;&amp;null!==(d=e.get(a,b))?d:(d=n.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!l.radioValue&amp;&amp;&quot;radio&quot;===b&amp;&amp;n.nodeName(a,&quot;input&quot;)){var c=a.value;return a.setAttribute(&quot;type&quot;,b),c&amp;&amp;(a.value=c),b}}}},removeAttr:function(a,b){var c,d,e=0,f=b&amp;&amp;b.match(G);if(f&amp;&amp;1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)?yb&amp;&amp;xb||!wb.test(c)?a[d]=!1:a[n.camelCase(&quot;default-&quot;+c)]=a[d]=!1:n.attr(a,c,&quot;&quot;),a.removeAttribute(xb?c:d)}}),ub={set:function(a,b,c){return b===!1?n.removeAttr(a,c):yb&amp;&amp;xb||!wb.test(c)?a.setAttribute(!xb&amp;&amp;n.propFix[c]||c,c):a[n.camelCase(&quot;default-&quot;+c)]=a[c]=!0,c}},n.each(n.expr.match.bool.source.match(/\\w+/g),function(a,b){var c=vb[b]||n.find.attr;yb&amp;&amp;xb||!wb.test(b)?vb[b]=function(a,b,d){var e,f;return d||(f=vb[b],vb[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,vb[b]=f),e}:vb[b]=function(a,b,c){return c?void 0:a[n.camelCase(&quot;default-&quot;+b)]?b.toLowerCase():null}}),yb&amp;&amp;xb||(n.attrHooks.value={set:function(a,b,c){return n.nodeName(a,&quot;input&quot;)?void(a.defaultValue=b):tb&amp;&amp;tb.set(a,b,c)}}),xb||(tb={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+=&quot;&quot;,&quot;value&quot;===c||b===a.getAttribute(c)?b:void 0}},vb.id=vb.name=vb.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&amp;&amp;&quot;&quot;!==d.value?d.value:null},n.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&amp;&amp;c.specified?c.value:void 0},set:tb.set},n.attrHooks.contenteditable={set:function(a,b,c){tb.set(a,&quot;&quot;===b?!1:b,c)}},n.each([&quot;width&quot;,&quot;height&quot;],function(a,b){n.attrHooks[b]={set:function(a,c){return&quot;&quot;===c?(a.setAttribute(b,&quot;auto&quot;),c):void 0}}})),l.style||(n.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+&quot;&quot;}});var zb=/^(?:input|select|textarea|button|object)$/i,Ab=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return Y(this,n.prop,a,b,arguments.length&gt;1)},removeProp:function(a){return a=n.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),n.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&amp;&amp;8!==f&amp;&amp;2!==f)return 1===f&amp;&amp;n.isXMLDoc(a)||(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&amp;&amp;&quot;set&quot;in e&amp;&amp;void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&amp;&amp;&quot;get&quot;in e&amp;&amp;null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=n.find.attr(a,&quot;tabindex&quot;);return b?parseInt(b,10):zb.test(a.nodeName)||Ab.test(a.nodeName)&amp;&amp;a.href?0:-1}}},propFix:{&quot;for&quot;:&quot;htmlFor&quot;,&quot;class&quot;:&quot;className&quot;}}),l.hrefNormalized||n.each([&quot;href&quot;,&quot;src&quot;],function(a,b){n.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),l.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&amp;&amp;(b.selectedIndex,b.parentNode&amp;&amp;b.parentNode.selectedIndex),null},set:function(a){var b=a.parentNode;b&amp;&amp;(b.selectedIndex,b.parentNode&amp;&amp;b.parentNode.selectedIndex)}}),n.each([&quot;tabIndex&quot;,&quot;readOnly&quot;,&quot;maxLength&quot;,&quot;cellSpacing&quot;,&quot;cellPadding&quot;,&quot;rowSpan&quot;,&quot;colSpan&quot;,&quot;useMap&quot;,&quot;frameBorder&quot;,&quot;contentEditable&quot;],function(){n.propFix[this.toLowerCase()]=this}),l.enctype||(n.propFix.enctype=&quot;encoding&quot;);var Bb=/[\\t\\r\\n\\f]/g;function Cb(a){return n.attr(a,&quot;class&quot;)||&quot;&quot;}n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,Cb(this)))});if(&quot;string&quot;==typeof a&amp;&amp;a){b=a.match(G)||[];while(c=this[i++])if(e=Cb(c),d=1===c.nodeType&amp;&amp;(&quot; &quot;+e+&quot; &quot;).replace(Bb,&quot; &quot;)){g=0;while(f=b[g++])d.indexOf(&quot; &quot;+f+&quot; &quot;)&lt;0&amp;&amp;(d+=f+&quot; &quot;);h=n.trim(d),e!==h&amp;&amp;n.attr(c,&quot;class&quot;,h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,Cb(this)))});if(!arguments.length)return this.attr(&quot;class&quot;,&quot;&quot;);if(&quot;string&quot;==typeof a&amp;&amp;a){b=a.match(G)||[];while(c=this[i++])if(e=Cb(c),d=1===c.nodeType&amp;&amp;(&quot; &quot;+e+&quot; &quot;).replace(Bb,&quot; &quot;)){g=0;while(f=b[g++])while(d.indexOf(&quot; &quot;+f+&quot; &quot;)&gt;-1)d=d.replace(&quot; &quot;+f+&quot; &quot;,&quot; &quot;);h=n.trim(d),e!==h&amp;&amp;n.attr(c,&quot;class&quot;,h)}}return this},toggleClass:function(a,b){var c=typeof a;return&quot;boolean&quot;==typeof b&amp;&amp;&quot;string&quot;===c?b?this.addClass(a):this.removeClass(a):n.isFunction(a)?this.each(function(c){n(this).toggleClass(a.call(this,c,Cb(this),b),b)}):this.each(function(){var b,d,e,f;if(&quot;string&quot;===c){d=0,e=n(this),f=a.match(G)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&amp;&amp;&quot;boolean&quot;!==c||(b=Cb(this),b&amp;&amp;n._data(this,&quot;__className__&quot;,b),n.attr(this,&quot;class&quot;,b||a===!1?&quot;&quot;:n._data(this,&quot;__className__&quot;)||&quot;&quot;))})},hasClass:function(a){var b,c,d=0;b=&quot; &quot;+a+&quot; &quot;;while(c=this[d++])if(1===c.nodeType&amp;&amp;(&quot; &quot;+Cb(c)+&quot; &quot;).replace(Bb,&quot; &quot;).indexOf(b)&gt;-1)return!0;return!1}}),n.each(&quot;blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu&quot;.split(&quot; &quot;),function(a,b){n.fn[b]=function(a,c){return arguments.length&gt;0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Db=a.location,Eb=n.now(),Fb=/\\?/,Gb=/(,)|(\\[|{)|(}|])|&quot;(?:[^&quot;\\\\\\r\\n]|\\\\[&quot;\\\\\\/bfnrt]|\\\\u[\\da-fA-F]{4})*&quot;\\s*:?|true|false|null|-?(?!0\\d)\\d+(?:\\.\\d+|)(?:[eE][+-]?\\d+|)/g;n.parseJSON=function(b){if(a.JSON&amp;&amp;a.JSON.parse)return a.JSON.parse(b+&quot;&quot;);var c,d=null,e=n.trim(b+&quot;&quot;);return e&amp;&amp;!n.trim(e.replace(Gb,function(a,b,e,f){return c&amp;&amp;b&amp;&amp;(d=0),0===d?a:(c=e||b,d+=!f-!e,&quot;&quot;)}))?Function(&quot;return &quot;+e)():n.error(&quot;Invalid JSON: &quot;+b)},n.parseXML=function(b){var c,d;if(!b||&quot;string&quot;!=typeof b)return null;try{a.DOMParser?(d=new a.DOMParser,c=d.parseFromString(b,&quot;text/xml&quot;)):(c=new a.ActiveXObject(&quot;Microsoft.XMLDOM&quot;),c.async=&quot;false&quot;,c.loadXML(b))}catch(e){c=void 0}return c&amp;&amp;c.documentElement&amp;&amp;!c.getElementsByTagName(&quot;parsererror&quot;).length||n.error(&quot;Invalid XML: &quot;+b),c};var Hb=/#.*$/,Ib=/([?&amp;])_=[^&amp;]*/,Jb=/^(.*?):[ \\t]*([^\\r\\n]*)\\r?$/gm,Kb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Lb=/^(?:GET|HEAD)$/,Mb=/^\\/\\//,Nb=/^([\\w.+-]+:)(?:\\/\\/(?:[^\\/?#]*@|)([^\\/?#:]*)(?::(\\d+)|)|)/,Ob={},Pb={},Qb=&quot;*/&quot;.concat(&quot;*&quot;),Rb=Db.href,Sb=Nb.exec(Rb.toLowerCase())||[];function Tb(a){return function(b,c){&quot;string&quot;!=typeof b&amp;&amp;(c=b,b=&quot;*&quot;);var d,e=0,f=b.toLowerCase().match(G)||[];if(n.isFunction(c))while(d=f[e++])&quot;+&quot;===d.charAt(0)?(d=d.slice(1)||&quot;*&quot;,(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Ub(a,b,c,d){var e={},f=a===Pb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return&quot;string&quot;!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e[&quot;*&quot;]&amp;&amp;g(&quot;*&quot;)}function Vb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&amp;&amp;((e[d]?a:c||(c={}))[d]=b[d]);return c&amp;&amp;n.extend(!0,a,c),a}function Wb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while(&quot;*&quot;===i[0])i.shift(),void 0===e&amp;&amp;(e=a.mimeType||b.getResponseHeader(&quot;Content-Type&quot;));if(e)for(g in h)if(h[g]&amp;&amp;h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+&quot; &quot;+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&amp;&amp;i.unshift(f),c[f]):void 0}function Xb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&amp;&amp;(c[a.responseFields[f]]=b),!i&amp;&amp;d&amp;&amp;a.dataFilter&amp;&amp;(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if(&quot;*&quot;===f)f=i;else if(&quot;*&quot;!==i&amp;&amp;i!==f){if(g=j[i+&quot; &quot;+f]||j[&quot;* &quot;+f],!g)for(e in j)if(h=e.split(&quot; &quot;),h[1]===f&amp;&amp;(g=j[i+&quot; &quot;+h[0]]||j[&quot;* &quot;+h[0]])){g===!0?g=j[e]:j[e]!==!0&amp;&amp;(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&amp;&amp;a[&quot;throws&quot;])b=g(b);else try{b=g(b)}catch(l){return{state:&quot;parsererror&quot;,error:g?l:&quot;No conversion from &quot;+i+&quot; to &quot;+f}}}return{state:&quot;success&quot;,data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Rb,type:&quot;GET&quot;,isLocal:Kb.test(Sb[1]),global:!0,processData:!0,async:!0,contentType:&quot;application/x-www-form-urlencoded; charset=UTF-8&quot;,accepts:{&quot;*&quot;:Qb,text:&quot;text/plain&quot;,html:&quot;text/html&quot;,xml:&quot;application/xml, text/xml&quot;,json:&quot;application/json, text/javascript&quot;},contents:{xml:/\\bxml\\b/,html:/\\bhtml/,json:/\\bjson\\b/},responseFields:{xml:&quot;responseXML&quot;,text:&quot;responseText&quot;,json:&quot;responseJSON&quot;},converters:{&quot;* text&quot;:String,&quot;text html&quot;:!0,&quot;text json&quot;:n.parseJSON,&quot;text xml&quot;:n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Vb(Vb(a,n.ajaxSettings),b):Vb(n.ajaxSettings,a)},ajaxPrefilter:Tb(Ob),ajaxTransport:Tb(Pb),ajax:function(b,c){&quot;object&quot;==typeof b&amp;&amp;(c=b,b=void 0),c=c||{};var d,e,f,g,h,i,j,k,l=n.ajaxSetup({},c),m=l.context||l,o=l.context&amp;&amp;(m.nodeType||m.jquery)?n(m):n.event,p=n.Deferred(),q=n.Callbacks(&quot;once memory&quot;),r=l.statusCode||{},s={},t={},u=0,v=&quot;canceled&quot;,w={readyState:0,getResponseHeader:function(a){var b;if(2===u){if(!k){k={};while(b=Jb.exec(g))k[b[1].toLowerCase()]=b[2]}b=k[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===u?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return u||(a=t[c]=t[c]||a,s[a]=b),this},overrideMimeType:function(a){return u||(l.mimeType=a),this},statusCode:function(a){var b;if(a)if(2&gt;u)for(b in a)r[b]=[r[b],a[b]];else w.always(a[w.status]);return this},abort:function(a){var b=a||v;return j&amp;&amp;j.abort(b),y(0,b),this}};if(p.promise(w).complete=q.add,w.success=w.done,w.error=w.fail,l.url=((b||l.url||Rb)+&quot;&quot;).replace(Hb,&quot;&quot;).replace(Mb,Sb[1]+&quot;//&quot;),l.type=c.method||c.type||l.method||l.type,l.dataTypes=n.trim(l.dataType||&quot;*&quot;).toLowerCase().match(G)||[&quot;&quot;],null==l.crossDomain&amp;&amp;(d=Nb.exec(l.url.toLowerCase()),l.crossDomain=!(!d||d[1]===Sb[1]&amp;&amp;d[2]===Sb[2]&amp;&amp;(d[3]||(&quot;http:&quot;===d[1]?&quot;80&quot;:&quot;443&quot;))===(Sb[3]||(&quot;http:&quot;===Sb[1]?&quot;80&quot;:&quot;443&quot;)))),l.data&amp;&amp;l.processData&amp;&amp;&quot;string&quot;!=typeof l.data&amp;&amp;(l.data=n.param(l.data,l.traditional)),Ub(Ob,l,c,w),2===u)return w;i=n.event&amp;&amp;l.global,i&amp;&amp;0===n.active++&amp;&amp;n.event.trigger(&quot;ajaxStart&quot;),l.type=l.type.toUpperCase(),l.hasContent=!Lb.test(l.type),f=l.url,l.hasContent||(l.data&amp;&amp;(f=l.url+=(Fb.test(f)?&quot;&amp;&quot;:&quot;?&quot;)+l.data,delete l.data),l.cache===!1&amp;&amp;(l.url=Ib.test(f)?f.replace(Ib,&quot;$1_=&quot;+Eb++):f+(Fb.test(f)?&quot;&amp;&quot;:&quot;?&quot;)+&quot;_=&quot;+Eb++)),l.ifModified&amp;&amp;(n.lastModified[f]&amp;&amp;w.setRequestHeader(&quot;If-Modified-Since&quot;,n.lastModified[f]),n.etag[f]&amp;&amp;w.setRequestHeader(&quot;If-None-Match&quot;,n.etag[f])),(l.data&amp;&amp;l.hasContent&amp;&amp;l.contentType!==!1||c.contentType)&amp;&amp;w.setRequestHeader(&quot;Content-Type&quot;,l.contentType),w.setRequestHeader(&quot;Accept&quot;,l.dataTypes[0]&amp;&amp;l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+(&quot;*&quot;!==l.dataTypes[0]?&quot;, &quot;+Qb+&quot;; q=0.01&quot;:&quot;&quot;):l.accepts[&quot;*&quot;]);for(e in l.headers)w.setRequestHeader(e,l.headers[e]);if(l.beforeSend&amp;&amp;(l.beforeSend.call(m,w,l)===!1||2===u))return w.abort();v=&quot;abort&quot;;for(e in{success:1,error:1,complete:1})w[e](l[e]);if(j=Ub(Pb,l,c,w)){if(w.readyState=1,i&amp;&amp;o.trigger(&quot;ajaxSend&quot;,[w,l]),2===u)return w;l.async&amp;&amp;l.timeout&gt;0&amp;&amp;(h=a.setTimeout(function(){w.abort(&quot;timeout&quot;)},l.timeout));try{u=1,j.send(s,y)}catch(x){if(!(2&gt;u))throw x;y(-1,x)}}else y(-1,&quot;No Transport&quot;);function y(b,c,d,e){var k,s,t,v,x,y=c;2!==u&amp;&amp;(u=2,h&amp;&amp;a.clearTimeout(h),j=void 0,g=e||&quot;&quot;,w.readyState=b&gt;0?4:0,k=b&gt;=200&amp;&amp;300&gt;b||304===b,d&amp;&amp;(v=Wb(l,w,d)),v=Xb(l,v,w,k),k?(l.ifModified&amp;&amp;(x=w.getResponseHeader(&quot;Last-Modified&quot;),x&amp;&amp;(n.lastModified[f]=x),x=w.getResponseHeader(&quot;etag&quot;),x&amp;&amp;(n.etag[f]=x)),204===b||&quot;HEAD&quot;===l.type?y=&quot;nocontent&quot;:304===b?y=&quot;notmodified&quot;:(y=v.state,s=v.data,t=v.error,k=!t)):(t=y,!b&amp;&amp;y||(y=&quot;error&quot;,0&gt;b&amp;&amp;(b=0))),w.status=b,w.statusText=(c||y)+&quot;&quot;,k?p.resolveWith(m,[s,y,w]):p.rejectWith(m,[w,y,t]),w.statusCode(r),r=void 0,i&amp;&amp;o.trigger(k?&quot;ajaxSuccess&quot;:&quot;ajaxError&quot;,[w,l,k?s:t]),q.fireWith(m,[w,y]),i&amp;&amp;(o.trigger(&quot;ajaxComplete&quot;,[w,l]),--n.active||n.event.trigger(&quot;ajaxStop&quot;)))}return w},getJSON:function(a,b,c){return n.get(a,b,c,&quot;json&quot;)},getScript:function(a,b){return n.get(a,void 0,b,&quot;script&quot;)}}),n.each([&quot;get&quot;,&quot;post&quot;],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&amp;&amp;(e=e||d,d=c,c=void 0),n.ajax(n.extend({url:a,type:b,dataType:e,data:c,success:d},n.isPlainObject(a)&amp;&amp;a))}}),n._evalUrl=function(a){return n.ajax({url:a,type:&quot;GET&quot;,dataType:&quot;script&quot;,cache:!0,async:!1,global:!1,&quot;throws&quot;:!0})},n.fn.extend({wrapAll:function(a){if(n.isFunction(a))return this.each(function(b){n(this).wrapAll(a.call(this,b))});if(this[0]){var b=n(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&amp;&amp;b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&amp;&amp;1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return n.isFunction(a)?this.each(function(b){n(this).wrapInner(a.call(this,b))}):this.each(function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,&quot;body&quot;)||n(this).replaceWith(this.childNodes)}).end()}});function Yb(a){return a.style&amp;&amp;a.style.display||n.css(a,&quot;display&quot;)}function Zb(a){if(!n.contains(a.ownerDocument||d,a))return!0;while(a&amp;&amp;1===a.nodeType){if(&quot;none&quot;===Yb(a)||&quot;hidden&quot;===a.type)return!0;a=a.parentNode}return!1}n.expr.filters.hidden=function(a){return l.reliableHiddenOffsets()?a.offsetWidth&lt;=0&amp;&amp;a.offsetHeight&lt;=0&amp;&amp;!a.getClientRects().length:Zb(a)},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var $b=/%20/g,_b=/\\[\\]$/,ac=/\\r?\\n/g,bc=/^(?:submit|button|image|reset|file)$/i,cc=/^(?:input|select|textarea|keygen)/i;function dc(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||_b.test(a)?d(a,e):dc(a+&quot;[&quot;+(&quot;object&quot;==typeof e&amp;&amp;null!=e?b:&quot;&quot;)+&quot;]&quot;,e,c,d)});else if(c||&quot;object&quot;!==n.type(b))d(a,b);else for(e in b)dc(a+&quot;[&quot;+e+&quot;]&quot;,b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?&quot;&quot;:b,d[d.length]=encodeURIComponent(a)+&quot;=&quot;+encodeURIComponent(b)};if(void 0===b&amp;&amp;(b=n.ajaxSettings&amp;&amp;n.ajaxSettings.traditional),n.isArray(a)||a.jquery&amp;&amp;!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)dc(c,a[c],b,e);return d.join(&quot;&amp;&quot;).replace($b,&quot;+&quot;)},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,&quot;elements&quot;);return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&amp;&amp;!n(this).is(&quot;:disabled&quot;)&amp;&amp;cc.test(this.nodeName)&amp;&amp;!bc.test(a)&amp;&amp;(this.checked||!Z.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(ac,&quot;\\r\\n&quot;)}}):{name:b.name,value:c.replace(ac,&quot;\\r\\n&quot;)}}).get()}}),n.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return this.isLocal?ic():d.documentMode&gt;8?hc():/^(get|post|head|put|delete|options)$/i.test(this.type)&amp;&amp;hc()||ic()}:hc;var ec=0,fc={},gc=n.ajaxSettings.xhr();a.attachEvent&amp;&amp;a.attachEvent(&quot;onunload&quot;,function(){for(var a in fc)fc[a](void 0,!0)}),l.cors=!!gc&amp;&amp;&quot;withCredentials&quot;in gc,gc=l.ajax=!!gc,gc&amp;&amp;n.ajaxTransport(function(b){if(!b.crossDomain||l.cors){var c;return{send:function(d,e){var f,g=b.xhr(),h=++ec;if(g.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(f in b.xhrFields)g[f]=b.xhrFields[f];b.mimeType&amp;&amp;g.overrideMimeType&amp;&amp;g.overrideMimeType(b.mimeType),b.crossDomain||d[&quot;X-Requested-With&quot;]||(d[&quot;X-Requested-With&quot;]=&quot;XMLHttpRequest&quot;);for(f in d)void 0!==d[f]&amp;&amp;g.setRequestHeader(f,d[f]+&quot;&quot;);g.send(b.hasContent&amp;&amp;b.data||null),c=function(a,d){var f,i,j;if(c&amp;&amp;(d||4===g.readyState))if(delete fc[h],c=void 0,g.onreadystatechange=n.noop,d)4!==g.readyState&amp;&amp;g.abort();else{j={},f=g.status,&quot;string&quot;==typeof g.responseText&amp;&amp;(j.text=g.responseText);try{i=g.statusText}catch(k){i=&quot;&quot;}f||!b.isLocal||b.crossDomain?1223===f&amp;&amp;(f=204):f=j.text?200:404}j&amp;&amp;e(f,i,j,g.getAllResponseHeaders())},b.async?4===g.readyState?a.setTimeout(c):g.onreadystatechange=fc[h]=c:c()},abort:function(){c&amp;&amp;c(void 0,!0)}}}});function hc(){try{return new a.XMLHttpRequest}catch(b){}}function ic(){try{return new a.ActiveXObject(&quot;Microsoft.XMLHTTP&quot;)}catch(b){}}n.ajaxSetup({accepts:{script:&quot;text/javascript, application/javascript, application/ecmascript, application/x-ecmascript&quot;},contents:{script:/\\b(?:java|ecma)script\\b/},converters:{&quot;text script&quot;:function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter(&quot;script&quot;,function(a){void 0===a.cache&amp;&amp;(a.cache=!1),a.crossDomain&amp;&amp;(a.type=&quot;GET&quot;,a.global=!1)}),n.ajaxTransport(&quot;script&quot;,function(a){if(a.crossDomain){var b,c=d.head||n(&quot;head&quot;)[0]||d.documentElement;return{send:function(e,f){b=d.createElement(&quot;script&quot;),b.async=!0,a.scriptCharset&amp;&amp;(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&amp;&amp;(b.onload=b.onreadystatechange=null,b.parentNode&amp;&amp;b.parentNode.removeChild(b),b=null,c||f(200,&quot;success&quot;))},c.insertBefore(b,c.firstChild)},abort:function(){b&amp;&amp;b.onload(void 0,!0)}}}});var jc=[],kc=/(=)\\?(?=&amp;|$)|\\?\\?/;n.ajaxSetup({jsonp:&quot;callback&quot;,jsonpCallback:function(){var a=jc.pop()||n.expando+&quot;_&quot;+Eb++;return this[a]=!0,a}}),n.ajaxPrefilter(&quot;json jsonp&quot;,function(b,c,d){var e,f,g,h=b.jsonp!==!1&amp;&amp;(kc.test(b.url)?&quot;url&quot;:&quot;string&quot;==typeof b.data&amp;&amp;0===(b.contentType||&quot;&quot;).indexOf(&quot;application/x-www-form-urlencoded&quot;)&amp;&amp;kc.test(b.data)&amp;&amp;&quot;data&quot;);return h||&quot;jsonp&quot;===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(kc,&quot;$1&quot;+e):b.jsonp!==!1&amp;&amp;(b.url+=(Fb.test(b.url)?&quot;&amp;&quot;:&quot;?&quot;)+b.jsonp+&quot;=&quot;+e),b.converters[&quot;script json&quot;]=function(){return g||n.error(e+&quot; was not called&quot;),g[0]},b.dataTypes[0]=&quot;json&quot;,f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?n(a).removeProp(e):a[e]=f,b[e]&amp;&amp;(b.jsonpCallback=c.jsonpCallback,jc.push(e)),g&amp;&amp;n.isFunction(f)&amp;&amp;f(g[0]),g=f=void 0}),&quot;script&quot;):void 0}),n.parseHTML=function(a,b,c){if(!a||&quot;string&quot;!=typeof a)return null;&quot;boolean&quot;==typeof b&amp;&amp;(c=b,b=!1),b=b||d;var e=x.exec(a),f=!c&amp;&amp;[];return e?[b.createElement(e[1])]:(e=ja([a],b,f),f&amp;&amp;f.length&amp;&amp;n(f).remove(),n.merge([],e.childNodes))};var lc=n.fn.load;n.fn.load=function(a,b,c){if(&quot;string&quot;!=typeof a&amp;&amp;lc)return lc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(&quot; &quot;);return h&gt;-1&amp;&amp;(d=n.trim(a.slice(h,a.length)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&amp;&amp;&quot;object&quot;==typeof b&amp;&amp;(e=&quot;POST&quot;),g.length&gt;0&amp;&amp;n.ajax({url:a,type:e||&quot;GET&quot;,dataType:&quot;html&quot;,data:b}).done(function(a){f=arguments,g.html(d?n(&quot;&lt;div&gt;&quot;).append(n.parseHTML(a)).find(d):a)}).always(c&amp;&amp;function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},n.each([&quot;ajaxStart&quot;,&quot;ajaxStop&quot;,&quot;ajaxComplete&quot;,&quot;ajaxError&quot;,&quot;ajaxSuccess&quot;,&quot;ajaxSend&quot;],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};function mc(a){return n.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,&quot;position&quot;),l=n(a),m={};&quot;static&quot;===k&amp;&amp;(a.style.position=&quot;relative&quot;),h=l.offset(),f=n.css(a,&quot;top&quot;),i=n.css(a,&quot;left&quot;),j=(&quot;absolute&quot;===k||&quot;fixed&quot;===k)&amp;&amp;n.inArray(&quot;auto&quot;,[f,i])&gt;-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&amp;&amp;(b=b.call(a,c,n.extend({},h))),null!=b.top&amp;&amp;(m.top=b.top-h.top+g),null!=b.left&amp;&amp;(m.left=b.left-h.left+e),&quot;using&quot;in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&amp;&amp;e.ownerDocument;if(f)return b=f.documentElement,n.contains(b,e)?(&quot;undefined&quot;!=typeof e.getBoundingClientRect&amp;&amp;(d=e.getBoundingClientRect()),c=mc(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return&quot;fixed&quot;===n.css(d,&quot;position&quot;)?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],&quot;html&quot;)||(c=a.offset()),c.top+=n.css(a[0],&quot;borderTopWidth&quot;,!0),c.left+=n.css(a[0],&quot;borderLeftWidth&quot;,!0)),{top:b.top-c.top-n.css(d,&quot;marginTop&quot;,!0),left:b.left-c.left-n.css(d,&quot;marginLeft&quot;,!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&amp;&amp;!n.nodeName(a,&quot;html&quot;)&amp;&amp;&quot;static&quot;===n.css(a,&quot;position&quot;))a=a.offsetParent;return a||Qa})}}),n.each({scrollLeft:&quot;pageXOffset&quot;,scrollTop:&quot;pageYOffset&quot;},function(a,b){var c=/Y/.test(b);n.fn[a]=function(d){return Y(this,function(a,d,e){var f=mc(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?n(f).scrollLeft():e,c?e:n(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),n.each([&quot;top&quot;,&quot;left&quot;],function(a,b){n.cssHooks[b]=Ua(l.pixelPosition,function(a,c){return c?(c=Sa(a,b),Oa.test(c)?n(a).position()[b]+&quot;px&quot;:c):void 0})}),n.each({Height:&quot;height&quot;,Width:&quot;width&quot;},function(a,b){n.each({\n",
+       "padding:&quot;inner&quot;+a,content:b,&quot;&quot;:&quot;outer&quot;+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&amp;&amp;(c||&quot;boolean&quot;!=typeof d),g=c||(d===!0||e===!0?&quot;margin&quot;:&quot;border&quot;);return Y(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement[&quot;client&quot;+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body[&quot;scroll&quot;+a],e[&quot;scroll&quot;+a],b.body[&quot;offset&quot;+a],e[&quot;offset&quot;+a],e[&quot;client&quot;+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,&quot;**&quot;):this.off(b,a||&quot;**&quot;,c)}}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,&quot;function&quot;==typeof define&amp;&amp;define.amd&amp;&amp;define(&quot;jquery&quot;,[],function(){return n});var nc=a.jQuery,oc=a.$;return n.noConflict=function(b){return a.$===n&amp;&amp;(a.$=oc),b&amp;&amp;a.jQuery===n&amp;&amp;(a.jQuery=nc),n},b||(a.jQuery=a.$=n),n});/*!\n",
+       " * Bootstrap v3.3.7 (http://getbootstrap.com)\n",
+       " * Copyright 2011-2016 Twitter, Inc.\n",
+       " * Licensed under the MIT license\n",
+       " */\n",
+       "if(&quot;undefined&quot;==typeof jQuery)throw new Error(&quot;Bootstrap&#x27;s JavaScript requires jQuery&quot;);+function(a){&quot;use strict&quot;;var b=a.fn.jquery.split(&quot; &quot;)[0].split(&quot;.&quot;);if(b[0]&lt;2&amp;&amp;b[1]&lt;9||1==b[0]&amp;&amp;9==b[1]&amp;&amp;b[2]&lt;1||b[0]&gt;3)throw new Error(&quot;Bootstrap&#x27;s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4&quot;)}(jQuery),+function(a){&quot;use strict&quot;;function b(){var a=document.createElement(&quot;bootstrap&quot;),b={WebkitTransition:&quot;webkitTransitionEnd&quot;,MozTransition:&quot;transitionend&quot;,OTransition:&quot;oTransitionEnd otransitionend&quot;,transition:&quot;transitionend&quot;};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(&quot;bsTransitionEnd&quot;,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&amp;&amp;(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(a){&quot;use strict&quot;;function b(b){return this.each(function(){var c=a(this),e=c.data(&quot;bs.alert&quot;);e||c.data(&quot;bs.alert&quot;,e=new d(this)),&quot;string&quot;==typeof b&amp;&amp;e[b].call(c)})}var c=&#x27;[data-dismiss=&quot;alert&quot;]&#x27;,d=function(b){a(b).on(&quot;click&quot;,c,this.close)};d.VERSION=&quot;3.3.7&quot;,d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger(&quot;closed.bs.alert&quot;).remove()}var e=a(this),f=e.attr(&quot;data-target&quot;);f||(f=e.attr(&quot;href&quot;),f=f&amp;&amp;f.replace(/.*(?=#[^\\s]*$)/,&quot;&quot;));var g=a(&quot;#&quot;===f?[]:f);b&amp;&amp;b.preventDefault(),g.length||(g=e.closest(&quot;.alert&quot;)),g.trigger(b=a.Event(&quot;close.bs.alert&quot;)),b.isDefaultPrevented()||(g.removeClass(&quot;in&quot;),a.support.transition&amp;&amp;g.hasClass(&quot;fade&quot;)?g.one(&quot;bsTransitionEnd&quot;,c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on(&quot;click.bs.alert.data-api&quot;,c,d.prototype.close)}(jQuery),+function(a){&quot;use strict&quot;;function b(b){return this.each(function(){var d=a(this),e=d.data(&quot;bs.button&quot;),f=&quot;object&quot;==typeof b&amp;&amp;b;e||d.data(&quot;bs.button&quot;,e=new c(this,f)),&quot;toggle&quot;==b?e.toggle():b&amp;&amp;e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION=&quot;3.3.7&quot;,c.DEFAULTS={loadingText:&quot;loading...&quot;},c.prototype.setState=function(b){var c=&quot;disabled&quot;,d=this.$element,e=d.is(&quot;input&quot;)?&quot;val&quot;:&quot;html&quot;,f=d.data();b+=&quot;Text&quot;,null==f.resetText&amp;&amp;d.data(&quot;resetText&quot;,d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),&quot;loadingText&quot;==b?(this.isLoading=!0,d.addClass(c).attr(c,c).prop(c,!0)):this.isLoading&amp;&amp;(this.isLoading=!1,d.removeClass(c).removeAttr(c).prop(c,!1))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest(&#x27;[data-toggle=&quot;buttons&quot;]&#x27;);if(b.length){var c=this.$element.find(&quot;input&quot;);&quot;radio&quot;==c.prop(&quot;type&quot;)?(c.prop(&quot;checked&quot;)&amp;&amp;(a=!1),b.find(&quot;.active&quot;).removeClass(&quot;active&quot;),this.$element.addClass(&quot;active&quot;)):&quot;checkbox&quot;==c.prop(&quot;type&quot;)&amp;&amp;(c.prop(&quot;checked&quot;)!==this.$element.hasClass(&quot;active&quot;)&amp;&amp;(a=!1),this.$element.toggleClass(&quot;active&quot;)),c.prop(&quot;checked&quot;,this.$element.hasClass(&quot;active&quot;)),a&amp;&amp;c.trigger(&quot;change&quot;)}else this.$element.attr(&quot;aria-pressed&quot;,!this.$element.hasClass(&quot;active&quot;)),this.$element.toggleClass(&quot;active&quot;)};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on(&quot;click.bs.button.data-api&quot;,&#x27;[data-toggle^=&quot;button&quot;]&#x27;,function(c){var d=a(c.target).closest(&quot;.btn&quot;);b.call(d,&quot;toggle&quot;),a(c.target).is(&#x27;input[type=&quot;radio&quot;], input[type=&quot;checkbox&quot;]&#x27;)||(c.preventDefault(),d.is(&quot;input,button&quot;)?d.trigger(&quot;focus&quot;):d.find(&quot;input:visible,button:visible&quot;).first().trigger(&quot;focus&quot;))}).on(&quot;focus.bs.button.data-api blur.bs.button.data-api&quot;,&#x27;[data-toggle^=&quot;button&quot;]&#x27;,function(b){a(b.target).closest(&quot;.btn&quot;).toggleClass(&quot;focus&quot;,/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){&quot;use strict&quot;;function b(b){return this.each(function(){var d=a(this),e=d.data(&quot;bs.carousel&quot;),f=a.extend({},c.DEFAULTS,d.data(),&quot;object&quot;==typeof b&amp;&amp;b),g=&quot;string&quot;==typeof b?b:f.slide;e||d.data(&quot;bs.carousel&quot;,e=new c(this,f)),&quot;number&quot;==typeof b?e.to(b):g?e[g]():f.interval&amp;&amp;e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(&quot;.carousel-indicators&quot;),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&amp;&amp;this.$element.on(&quot;keydown.bs.carousel&quot;,a.proxy(this.keydown,this)),&quot;hover&quot;==this.options.pause&amp;&amp;!(&quot;ontouchstart&quot;in document.documentElement)&amp;&amp;this.$element.on(&quot;mouseenter.bs.carousel&quot;,a.proxy(this.pause,this)).on(&quot;mouseleave.bs.carousel&quot;,a.proxy(this.cycle,this))};c.VERSION=&quot;3.3.7&quot;,c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:&quot;hover&quot;,wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&amp;&amp;clearInterval(this.interval),this.options.interval&amp;&amp;!this.paused&amp;&amp;(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(&quot;.item&quot;),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d=&quot;prev&quot;==a&amp;&amp;0===c||&quot;next&quot;==a&amp;&amp;c==this.$items.length-1;if(d&amp;&amp;!this.options.wrap)return b;var e=&quot;prev&quot;==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(&quot;.item.active&quot;));if(!(a&gt;this.$items.length-1||a&lt;0))return this.sliding?this.$element.one(&quot;slid.bs.carousel&quot;,function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a&gt;c?&quot;next&quot;:&quot;prev&quot;,this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(&quot;.next, .prev&quot;).length&amp;&amp;a.support.transition&amp;&amp;(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){if(!this.sliding)return this.slide(&quot;next&quot;)},c.prototype.prev=function(){if(!this.sliding)return this.slide(&quot;prev&quot;)},c.prototype.slide=function(b,d){var e=this.$element.find(&quot;.item.active&quot;),f=d||this.getItemForDirection(b,e),g=this.interval,h=&quot;next&quot;==b?&quot;left&quot;:&quot;right&quot;,i=this;if(f.hasClass(&quot;active&quot;))return this.sliding=!1;var j=f[0],k=a.Event(&quot;slide.bs.carousel&quot;,{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&amp;&amp;this.pause(),this.$indicators.length){this.$indicators.find(&quot;.active&quot;).removeClass(&quot;active&quot;);var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&amp;&amp;l.addClass(&quot;active&quot;)}var m=a.Event(&quot;slid.bs.carousel&quot;,{relatedTarget:j,direction:h});return a.support.transition&amp;&amp;this.$element.hasClass(&quot;slide&quot;)?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one(&quot;bsTransitionEnd&quot;,function(){f.removeClass([b,h].join(&quot; &quot;)).addClass(&quot;active&quot;),e.removeClass([&quot;active&quot;,h].join(&quot; &quot;)),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass(&quot;active&quot;),f.addClass(&quot;active&quot;),this.sliding=!1,this.$element.trigger(m)),g&amp;&amp;this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr(&quot;data-target&quot;)||(d=e.attr(&quot;href&quot;))&amp;&amp;d.replace(/.*(?=#[^\\s]+$)/,&quot;&quot;));if(f.hasClass(&quot;carousel&quot;)){var g=a.extend({},f.data(),e.data()),h=e.attr(&quot;data-slide-to&quot;);h&amp;&amp;(g.interval=!1),b.call(f,g),h&amp;&amp;f.data(&quot;bs.carousel&quot;).to(h),c.preventDefault()}};a(document).on(&quot;click.bs.carousel.data-api&quot;,&quot;[data-slide]&quot;,e).on(&quot;click.bs.carousel.data-api&quot;,&quot;[data-slide-to]&quot;,e),a(window).on(&quot;load&quot;,function(){a(&#x27;[data-ride=&quot;carousel&quot;]&#x27;).each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){&quot;use strict&quot;;function b(b){var c,d=b.attr(&quot;data-target&quot;)||(c=b.attr(&quot;href&quot;))&amp;&amp;c.replace(/.*(?=#[^\\s]+$)/,&quot;&quot;);return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data(&quot;bs.collapse&quot;),f=a.extend({},d.DEFAULTS,c.data(),&quot;object&quot;==typeof b&amp;&amp;b);!e&amp;&amp;f.toggle&amp;&amp;/show|hide/.test(b)&amp;&amp;(f.toggle=!1),e||c.data(&quot;bs.collapse&quot;,e=new d(this,f)),&quot;string&quot;==typeof b&amp;&amp;e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a(&#x27;[data-toggle=&quot;collapse&quot;][href=&quot;#&#x27;+b.id+&#x27;&quot;],[data-toggle=&quot;collapse&quot;][data-target=&quot;#&#x27;+b.id+&#x27;&quot;]&#x27;),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&amp;&amp;this.toggle()};d.VERSION=&quot;3.3.7&quot;,d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass(&quot;width&quot;);return a?&quot;width&quot;:&quot;height&quot;},d.prototype.show=function(){if(!this.transitioning&amp;&amp;!this.$element.hasClass(&quot;in&quot;)){var b,e=this.$parent&amp;&amp;this.$parent.children(&quot;.panel&quot;).children(&quot;.in, .collapsing&quot;);if(!(e&amp;&amp;e.length&amp;&amp;(b=e.data(&quot;bs.collapse&quot;),b&amp;&amp;b.transitioning))){var f=a.Event(&quot;show.bs.collapse&quot;);if(this.$element.trigger(f),!f.isDefaultPrevented()){e&amp;&amp;e.length&amp;&amp;(c.call(e,&quot;hide&quot;),b||e.data(&quot;bs.collapse&quot;,null));var g=this.dimension();this.$element.removeClass(&quot;collapse&quot;).addClass(&quot;collapsing&quot;)[g](0).attr(&quot;aria-expanded&quot;,!0),this.$trigger.removeClass(&quot;collapsed&quot;).attr(&quot;aria-expanded&quot;,!0),this.transitioning=1;var h=function(){this.$element.removeClass(&quot;collapsing&quot;).addClass(&quot;collapse in&quot;)[g](&quot;&quot;),this.transitioning=0,this.$element.trigger(&quot;shown.bs.collapse&quot;)};if(!a.support.transition)return h.call(this);var i=a.camelCase([&quot;scroll&quot;,g].join(&quot;-&quot;));this.$element.one(&quot;bsTransitionEnd&quot;,a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&amp;&amp;this.$element.hasClass(&quot;in&quot;)){var b=a.Event(&quot;hide.bs.collapse&quot;);if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass(&quot;collapsing&quot;).removeClass(&quot;collapse in&quot;).attr(&quot;aria-expanded&quot;,!1),this.$trigger.addClass(&quot;collapsed&quot;).attr(&quot;aria-expanded&quot;,!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass(&quot;collapsing&quot;).addClass(&quot;collapse&quot;).trigger(&quot;hidden.bs.collapse&quot;)};return a.support.transition?void this.$element[c](0).one(&quot;bsTransitionEnd&quot;,a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass(&quot;in&quot;)?&quot;hide&quot;:&quot;show&quot;]()},d.prototype.getParent=function(){return a(this.options.parent).find(&#x27;[data-toggle=&quot;collapse&quot;][data-parent=&quot;&#x27;+this.options.parent+&#x27;&quot;]&#x27;).each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass(&quot;in&quot;);a.attr(&quot;aria-expanded&quot;,c),b.toggleClass(&quot;collapsed&quot;,!c).attr(&quot;aria-expanded&quot;,c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on(&quot;click.bs.collapse.data-api&quot;,&#x27;[data-toggle=&quot;collapse&quot;]&#x27;,function(d){var e=a(this);e.attr(&quot;data-target&quot;)||d.preventDefault();var f=b(e),g=f.data(&quot;bs.collapse&quot;),h=g?&quot;toggle&quot;:e.data();c.call(f,h)})}(jQuery),+function(a){&quot;use strict&quot;;function b(b){var c=b.attr(&quot;data-target&quot;);c||(c=b.attr(&quot;href&quot;),c=c&amp;&amp;/#[A-Za-z]/.test(c)&amp;&amp;c.replace(/.*(?=#[^\\s]*$)/,&quot;&quot;));var d=c&amp;&amp;a(c);return d&amp;&amp;d.length?d:b.parent()}function c(c){c&amp;&amp;3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass(&quot;open&quot;)&amp;&amp;(c&amp;&amp;&quot;click&quot;==c.type&amp;&amp;/input|textarea/i.test(c.target.tagName)&amp;&amp;a.contains(e[0],c.target)||(e.trigger(c=a.Event(&quot;hide.bs.dropdown&quot;,f)),c.isDefaultPrevented()||(d.attr(&quot;aria-expanded&quot;,&quot;false&quot;),e.removeClass(&quot;open&quot;).trigger(a.Event(&quot;hidden.bs.dropdown&quot;,f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data(&quot;bs.dropdown&quot;);d||c.data(&quot;bs.dropdown&quot;,d=new g(this)),&quot;string&quot;==typeof b&amp;&amp;d[b].call(c)})}var e=&quot;.dropdown-backdrop&quot;,f=&#x27;[data-toggle=&quot;dropdown&quot;]&#x27;,g=function(b){a(b).on(&quot;click.bs.dropdown&quot;,this.toggle)};g.VERSION=&quot;3.3.7&quot;,g.prototype.toggle=function(d){var e=a(this);if(!e.is(&quot;.disabled, :disabled&quot;)){var f=b(e),g=f.hasClass(&quot;open&quot;);if(c(),!g){&quot;ontouchstart&quot;in document.documentElement&amp;&amp;!f.closest(&quot;.navbar-nav&quot;).length&amp;&amp;a(document.createElement(&quot;div&quot;)).addClass(&quot;dropdown-backdrop&quot;).insertAfter(a(this)).on(&quot;click&quot;,c);var h={relatedTarget:this};if(f.trigger(d=a.Event(&quot;show.bs.dropdown&quot;,h)),d.isDefaultPrevented())return;e.trigger(&quot;focus&quot;).attr(&quot;aria-expanded&quot;,&quot;true&quot;),f.toggleClass(&quot;open&quot;).trigger(a.Event(&quot;shown.bs.dropdown&quot;,h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&amp;&amp;!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(&quot;.disabled, :disabled&quot;)){var e=b(d),g=e.hasClass(&quot;open&quot;);if(!g&amp;&amp;27!=c.which||g&amp;&amp;27==c.which)return 27==c.which&amp;&amp;e.find(f).trigger(&quot;focus&quot;),d.trigger(&quot;click&quot;);var h=&quot; li:not(.disabled):visible a&quot;,i=e.find(&quot;.dropdown-menu&quot;+h);if(i.length){var j=i.index(c.target);38==c.which&amp;&amp;j&gt;0&amp;&amp;j--,40==c.which&amp;&amp;j&lt;i.length-1&amp;&amp;j++,~j||(j=0),i.eq(j).trigger(&quot;focus&quot;)}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on(&quot;click.bs.dropdown.data-api&quot;,c).on(&quot;click.bs.dropdown.data-api&quot;,&quot;.dropdown form&quot;,function(a){a.stopPropagation()}).on(&quot;click.bs.dropdown.data-api&quot;,f,g.prototype.toggle).on(&quot;keydown.bs.dropdown.data-api&quot;,f,g.prototype.keydown).on(&quot;keydown.bs.dropdown.data-api&quot;,&quot;.dropdown-menu&quot;,g.prototype.keydown)}(jQuery),+function(a){&quot;use strict&quot;;function b(b,d){return this.each(function(){var e=a(this),f=e.data(&quot;bs.modal&quot;),g=a.extend({},c.DEFAULTS,e.data(),&quot;object&quot;==typeof b&amp;&amp;b);f||e.data(&quot;bs.modal&quot;,f=new c(this,g)),&quot;string&quot;==typeof b?f[b](d):g.show&amp;&amp;f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(&quot;.modal-dialog&quot;),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&amp;&amp;this.$element.find(&quot;.modal-content&quot;).load(this.options.remote,a.proxy(function(){this.$element.trigger(&quot;loaded.bs.modal&quot;)},this))};c.VERSION=&quot;3.3.7&quot;,c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event(&quot;show.bs.modal&quot;,{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass(&quot;modal-open&quot;),this.escape(),this.resize(),this.$element.on(&quot;click.dismiss.bs.modal&quot;,&#x27;[data-dismiss=&quot;modal&quot;]&#x27;,a.proxy(this.hide,this)),this.$dialog.on(&quot;mousedown.dismiss.bs.modal&quot;,function(){d.$element.one(&quot;mouseup.dismiss.bs.modal&quot;,function(b){a(b.target).is(d.$element)&amp;&amp;(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&amp;&amp;d.$element.hasClass(&quot;fade&quot;);d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&amp;&amp;d.$element[0].offsetWidth,d.$element.addClass(&quot;in&quot;),d.enforceFocus();var f=a.Event(&quot;shown.bs.modal&quot;,{relatedTarget:b});e?d.$dialog.one(&quot;bsTransitionEnd&quot;,function(){d.$element.trigger(&quot;focus&quot;).trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger(&quot;focus&quot;).trigger(f)}))},c.prototype.hide=function(b){b&amp;&amp;b.preventDefault(),b=a.Event(&quot;hide.bs.modal&quot;),this.$element.trigger(b),this.isShown&amp;&amp;!b.isDefaultPrevented()&amp;&amp;(this.isShown=!1,this.escape(),this.resize(),a(document).off(&quot;focusin.bs.modal&quot;),this.$element.removeClass(&quot;in&quot;).off(&quot;click.dismiss.bs.modal&quot;).off(&quot;mouseup.dismiss.bs.modal&quot;),this.$dialog.off(&quot;mousedown.dismiss.bs.modal&quot;),a.support.transition&amp;&amp;this.$element.hasClass(&quot;fade&quot;)?this.$element.one(&quot;bsTransitionEnd&quot;,a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off(&quot;focusin.bs.modal&quot;).on(&quot;focusin.bs.modal&quot;,a.proxy(function(a){document===a.target||this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger(&quot;focus&quot;)},this))},c.prototype.escape=function(){this.isShown&amp;&amp;this.options.keyboard?this.$element.on(&quot;keydown.dismiss.bs.modal&quot;,a.proxy(function(a){27==a.which&amp;&amp;this.hide()},this)):this.isShown||this.$element.off(&quot;keydown.dismiss.bs.modal&quot;)},c.prototype.resize=function(){this.isShown?a(window).on(&quot;resize.bs.modal&quot;,a.proxy(this.handleUpdate,this)):a(window).off(&quot;resize.bs.modal&quot;)},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass(&quot;modal-open&quot;),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger(&quot;hidden.bs.modal&quot;)})},c.prototype.removeBackdrop=function(){this.$backdrop&amp;&amp;this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass(&quot;fade&quot;)?&quot;fade&quot;:&quot;&quot;;if(this.isShown&amp;&amp;this.options.backdrop){var f=a.support.transition&amp;&amp;e;if(this.$backdrop=a(document.createElement(&quot;div&quot;)).addClass(&quot;modal-backdrop &quot;+e).appendTo(this.$body),this.$element.on(&quot;click.dismiss.bs.modal&quot;,a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&amp;&amp;(&quot;static&quot;==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&amp;&amp;this.$backdrop[0].offsetWidth,this.$backdrop.addClass(&quot;in&quot;),!b)return;f?this.$backdrop.one(&quot;bsTransitionEnd&quot;,b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&amp;&amp;this.$backdrop){this.$backdrop.removeClass(&quot;in&quot;);var g=function(){d.removeBackdrop(),b&amp;&amp;b()};a.support.transition&amp;&amp;this.$element.hasClass(&quot;fade&quot;)?this.$backdrop.one(&quot;bsTransitionEnd&quot;,g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&amp;&amp;b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight&gt;document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&amp;&amp;a?this.scrollbarWidth:&quot;&quot;,paddingRight:this.bodyIsOverflowing&amp;&amp;!a?this.scrollbarWidth:&quot;&quot;})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:&quot;&quot;,paddingRight:&quot;&quot;})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth&lt;a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css(&quot;padding-right&quot;)||0,10);this.originalBodyPad=document.body.style.paddingRight||&quot;&quot;,this.bodyIsOverflowing&amp;&amp;this.$body.css(&quot;padding-right&quot;,a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css(&quot;padding-right&quot;,this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement(&quot;div&quot;);a.className=&quot;modal-scrollbar-measure&quot;,this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on(&quot;click.bs.modal.data-api&quot;,&#x27;[data-toggle=&quot;modal&quot;]&#x27;,function(c){var d=a(this),e=d.attr(&quot;href&quot;),f=a(d.attr(&quot;data-target&quot;)||e&amp;&amp;e.replace(/.*(?=#[^\\s]+$)/,&quot;&quot;)),g=f.data(&quot;bs.modal&quot;)?&quot;toggle&quot;:a.extend({remote:!/#/.test(e)&amp;&amp;e},f.data(),d.data());d.is(&quot;a&quot;)&amp;&amp;c.preventDefault(),f.one(&quot;show.bs.modal&quot;,function(a){a.isDefaultPrevented()||f.one(&quot;hidden.bs.modal&quot;,function(){d.is(&quot;:visible&quot;)&amp;&amp;d.trigger(&quot;focus&quot;)})}),b.call(f,g,this)})}(jQuery),+function(a){&quot;use strict&quot;;function b(b){return this.each(function(){var d=a(this),e=d.data(&quot;bs.tooltip&quot;),f=&quot;object&quot;==typeof b&amp;&amp;b;!e&amp;&amp;/destroy|hide/.test(b)||(e||d.data(&quot;bs.tooltip&quot;,e=new c(this,f)),&quot;string&quot;==typeof b&amp;&amp;e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init(&quot;tooltip&quot;,a,b)};c.VERSION=&quot;3.3.7&quot;,c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:&quot;top&quot;,selector:!1,template:&#x27;&lt;div class=&quot;tooltip&quot; role=&quot;tooltip&quot;&gt;&lt;div class=&quot;tooltip-arrow&quot;&gt;&lt;/div&gt;&lt;div class=&quot;tooltip-inner&quot;&gt;&lt;/div&gt;&lt;/div&gt;&#x27;,trigger:&quot;hover focus&quot;,title:&quot;&quot;,delay:0,html:!1,container:!1,viewport:{selector:&quot;body&quot;,padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&amp;&amp;a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&amp;&amp;!this.options.selector)throw new Error(&quot;`selector` option must be specified when initializing &quot;+this.type+&quot; on the window.document object!&quot;);for(var e=this.options.trigger.split(&quot; &quot;),f=e.length;f--;){var g=e[f];if(&quot;click&quot;==g)this.$element.on(&quot;click.&quot;+this.type,this.options.selector,a.proxy(this.toggle,this));else if(&quot;manual&quot;!=g){var h=&quot;hover&quot;==g?&quot;mouseenter&quot;:&quot;focusin&quot;,i=&quot;hover&quot;==g?&quot;mouseleave&quot;:&quot;focusout&quot;;this.$element.on(h+&quot;.&quot;+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+&quot;.&quot;+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:&quot;manual&quot;,selector:&quot;&quot;}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&amp;&amp;&quot;number&quot;==typeof b.delay&amp;&amp;(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&amp;&amp;a.each(this._options,function(a,d){c[a]!=d&amp;&amp;(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data(&quot;bs.&quot;+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data(&quot;bs.&quot;+this.type,c)),b instanceof a.Event&amp;&amp;(c.inState[&quot;focusin&quot;==b.type?&quot;focus&quot;:&quot;hover&quot;]=!0),c.tip().hasClass(&quot;in&quot;)||&quot;in&quot;==c.hoverState?void(c.hoverState=&quot;in&quot;):(clearTimeout(c.timeout),c.hoverState=&quot;in&quot;,c.options.delay&amp;&amp;c.options.delay.show?void(c.timeout=setTimeout(function(){&quot;in&quot;==c.hoverState&amp;&amp;c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data(&quot;bs.&quot;+this.type);if(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data(&quot;bs.&quot;+this.type,c)),b instanceof a.Event&amp;&amp;(c.inState[&quot;focusout&quot;==b.type?&quot;focus&quot;:&quot;hover&quot;]=!1),!c.isInStateTrue())return clearTimeout(c.timeout),c.hoverState=&quot;out&quot;,c.options.delay&amp;&amp;c.options.delay.hide?void(c.timeout=setTimeout(function(){&quot;out&quot;==c.hoverState&amp;&amp;c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event(&quot;show.bs.&quot;+this.type);if(this.hasContent()&amp;&amp;this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr(&quot;id&quot;,g),this.$element.attr(&quot;aria-describedby&quot;,g),this.options.animation&amp;&amp;f.addClass(&quot;fade&quot;);var h=&quot;function&quot;==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\\s?auto?\\s?/i,j=i.test(h);j&amp;&amp;(h=h.replace(i,&quot;&quot;)||&quot;top&quot;),f.detach().css({top:0,left:0,display:&quot;block&quot;}).addClass(h).data(&quot;bs.&quot;+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger(&quot;inserted.bs.&quot;+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h=&quot;bottom&quot;==h&amp;&amp;k.bottom+m&gt;o.bottom?&quot;top&quot;:&quot;top&quot;==h&amp;&amp;k.top-m&lt;o.top?&quot;bottom&quot;:&quot;right&quot;==h&amp;&amp;k.right+l&gt;o.width?&quot;left&quot;:&quot;left&quot;==h&amp;&amp;k.left-l&lt;o.left?&quot;right&quot;:h,f.removeClass(n).addClass(h)}var p=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(p,h);var q=function(){var a=e.hoverState;e.$element.trigger(&quot;shown.bs.&quot;+e.type),e.hoverState=null,&quot;out&quot;==a&amp;&amp;e.leave(e)};a.support.transition&amp;&amp;this.$tip.hasClass(&quot;fade&quot;)?f.one(&quot;bsTransitionEnd&quot;,q).emulateTransitionEnd(c.TRANSITION_DURATION):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css(&quot;margin-top&quot;),10),h=parseInt(d.css(&quot;margin-left&quot;),10);isNaN(g)&amp;&amp;(g=0),isNaN(h)&amp;&amp;(h=0),b.top+=g,b.left+=h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass(&quot;in&quot;);var i=d[0].offsetWidth,j=d[0].offsetHeight;&quot;top&quot;==c&amp;&amp;j!=f&amp;&amp;(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?&quot;offsetWidth&quot;:&quot;offsetHeight&quot;;d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?&quot;left&quot;:&quot;top&quot;,50*(1-a/b)+&quot;%&quot;).css(c?&quot;top&quot;:&quot;left&quot;,&quot;&quot;)},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(&quot;.tooltip-inner&quot;)[this.options.html?&quot;html&quot;:&quot;text&quot;](b),a.removeClass(&quot;fade in top bottom left right&quot;)},c.prototype.hide=function(b){function d(){&quot;in&quot;!=e.hoverState&amp;&amp;f.detach(),e.$element&amp;&amp;e.$element.removeAttr(&quot;aria-describedby&quot;).trigger(&quot;hidden.bs.&quot;+e.type),b&amp;&amp;b()}var e=this,f=a(this.$tip),g=a.Event(&quot;hide.bs.&quot;+this.type);if(this.$element.trigger(g),!g.isDefaultPrevented())return f.removeClass(&quot;in&quot;),a.support.transition&amp;&amp;f.hasClass(&quot;fade&quot;)?f.one(&quot;bsTransitionEnd&quot;,d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this},c.prototype.fixTitle=function(){var a=this.$element;(a.attr(&quot;title&quot;)||&quot;string&quot;!=typeof a.attr(&quot;data-original-title&quot;))&amp;&amp;a.attr(&quot;data-original-title&quot;,a.attr(&quot;title&quot;)||&quot;&quot;).attr(&quot;title&quot;,&quot;&quot;)},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d=&quot;BODY&quot;==c.tagName,e=c.getBoundingClientRect();null==e.width&amp;&amp;(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=window.SVGElement&amp;&amp;c instanceof window.SVGElement,g=d?{top:0,left:0}:f?null:b.offset(),h={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},i=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,h,i,g)},c.prototype.getCalculatedOffset=function(a,b,c,d){return&quot;bottom&quot;==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:&quot;top&quot;==a?{top:b.top-d,left:b.left+b.width/2-c/2}:&quot;left&quot;==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&amp;&amp;this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h&lt;g.top?e.top=g.top-h:i&gt;g.top+g.height&amp;&amp;(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j&lt;g.left?e.left=g.left-j:k&gt;g.right&amp;&amp;(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr(&quot;data-original-title&quot;)||(&quot;function&quot;==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&amp;&amp;(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+&quot; `template` option must consist of exactly 1 top-level element!&quot;);return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(&quot;.tooltip-arrow&quot;)},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&amp;&amp;(c=a(b.currentTarget).data(&quot;bs.&quot;+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data(&quot;bs.&quot;+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass(&quot;in&quot;)?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off(&quot;.&quot;+a.type).removeData(&quot;bs.&quot;+a.type),a.$tip&amp;&amp;a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){&quot;use strict&quot;;function b(b){return this.each(function(){var d=a(this),e=d.data(&quot;bs.popover&quot;),f=&quot;object&quot;==typeof b&amp;&amp;b;!e&amp;&amp;/destroy|hide/.test(b)||(e||d.data(&quot;bs.popover&quot;,e=new c(this,f)),&quot;string&quot;==typeof b&amp;&amp;e[b]())})}var c=function(a,b){this.init(&quot;popover&quot;,a,b)};if(!a.fn.tooltip)throw new Error(&quot;Popover requires tooltip.js&quot;);c.VERSION=&quot;3.3.7&quot;,c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:&quot;right&quot;,trigger:&quot;click&quot;,content:&quot;&quot;,template:&#x27;&lt;div class=&quot;popover&quot; role=&quot;tooltip&quot;&gt;&lt;div class=&quot;arrow&quot;&gt;&lt;/div&gt;&lt;h3 class=&quot;popover-title&quot;&gt;&lt;/h3&gt;&lt;div class=&quot;popover-content&quot;&gt;&lt;/div&gt;&lt;/div&gt;&#x27;}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(&quot;.popover-title&quot;)[this.options.html?&quot;html&quot;:&quot;text&quot;](b),a.find(&quot;.popover-content&quot;).children().detach().end()[this.options.html?&quot;string&quot;==typeof c?&quot;html&quot;:&quot;append&quot;:&quot;text&quot;](c),a.removeClass(&quot;fade top bottom left right in&quot;),a.find(&quot;.popover-title&quot;).html()||a.find(&quot;.popover-title&quot;).hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr(&quot;data-content&quot;)||(&quot;function&quot;==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(&quot;.arrow&quot;)};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){&quot;use strict&quot;;function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||&quot;&quot;)+&quot; .nav li &gt; a&quot;,this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on(&quot;scroll.bs.scrollspy&quot;,a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data(&quot;bs.scrollspy&quot;),f=&quot;object&quot;==typeof c&amp;&amp;c;e||d.data(&quot;bs.scrollspy&quot;,e=new b(this,f)),&quot;string&quot;==typeof c&amp;&amp;e[c]()})}b.VERSION=&quot;3.3.7&quot;,b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c=&quot;offset&quot;,d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c=&quot;position&quot;,d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data(&quot;target&quot;)||b.attr(&quot;href&quot;),f=/^#./.test(e)&amp;&amp;a(e);return f&amp;&amp;f.length&amp;&amp;f.is(&quot;:visible&quot;)&amp;&amp;[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&amp;&amp;this.refresh(),b&gt;=d)return g!=(a=f[f.length-1])&amp;&amp;this.activate(a);if(g&amp;&amp;b&lt;e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&amp;&amp;b&gt;=e[a]&amp;&amp;(void 0===e[a+1]||b&lt;e[a+1])&amp;&amp;this.activate(f[a])},b.prototype.activate=function(b){\n",
+       "this.activeTarget=b,this.clear();var c=this.selector+&#x27;[data-target=&quot;&#x27;+b+&#x27;&quot;],&#x27;+this.selector+&#x27;[href=&quot;&#x27;+b+&#x27;&quot;]&#x27;,d=a(c).parents(&quot;li&quot;).addClass(&quot;active&quot;);d.parent(&quot;.dropdown-menu&quot;).length&amp;&amp;(d=d.closest(&quot;li.dropdown&quot;).addClass(&quot;active&quot;)),d.trigger(&quot;activate.bs.scrollspy&quot;)},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,&quot;.active&quot;).removeClass(&quot;active&quot;)};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on(&quot;load.bs.scrollspy.data-api&quot;,function(){a(&#x27;[data-spy=&quot;scroll&quot;]&#x27;).each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){&quot;use strict&quot;;function b(b){return this.each(function(){var d=a(this),e=d.data(&quot;bs.tab&quot;);e||d.data(&quot;bs.tab&quot;,e=new c(this)),&quot;string&quot;==typeof b&amp;&amp;e[b]()})}var c=function(b){this.element=a(b)};c.VERSION=&quot;3.3.7&quot;,c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest(&quot;ul:not(.dropdown-menu)&quot;),d=b.data(&quot;target&quot;);if(d||(d=b.attr(&quot;href&quot;),d=d&amp;&amp;d.replace(/.*(?=#[^\\s]*$)/,&quot;&quot;)),!b.parent(&quot;li&quot;).hasClass(&quot;active&quot;)){var e=c.find(&quot;.active:last a&quot;),f=a.Event(&quot;hide.bs.tab&quot;,{relatedTarget:b[0]}),g=a.Event(&quot;show.bs.tab&quot;,{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&amp;&amp;!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest(&quot;li&quot;),c),this.activate(h,h.parent(),function(){e.trigger({type:&quot;hidden.bs.tab&quot;,relatedTarget:b[0]}),b.trigger({type:&quot;shown.bs.tab&quot;,relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass(&quot;active&quot;).find(&quot;&gt; .dropdown-menu &gt; .active&quot;).removeClass(&quot;active&quot;).end().find(&#x27;[data-toggle=&quot;tab&quot;]&#x27;).attr(&quot;aria-expanded&quot;,!1),b.addClass(&quot;active&quot;).find(&#x27;[data-toggle=&quot;tab&quot;]&#x27;).attr(&quot;aria-expanded&quot;,!0),h?(b[0].offsetWidth,b.addClass(&quot;in&quot;)):b.removeClass(&quot;fade&quot;),b.parent(&quot;.dropdown-menu&quot;).length&amp;&amp;b.closest(&quot;li.dropdown&quot;).addClass(&quot;active&quot;).end().find(&#x27;[data-toggle=&quot;tab&quot;]&#x27;).attr(&quot;aria-expanded&quot;,!0),e&amp;&amp;e()}var g=d.find(&quot;&gt; .active&quot;),h=e&amp;&amp;a.support.transition&amp;&amp;(g.length&amp;&amp;g.hasClass(&quot;fade&quot;)||!!d.find(&quot;&gt; .fade&quot;).length);g.length&amp;&amp;h?g.one(&quot;bsTransitionEnd&quot;,f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass(&quot;in&quot;)};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),&quot;show&quot;)};a(document).on(&quot;click.bs.tab.data-api&quot;,&#x27;[data-toggle=&quot;tab&quot;]&#x27;,e).on(&quot;click.bs.tab.data-api&quot;,&#x27;[data-toggle=&quot;pill&quot;]&#x27;,e)}(jQuery),+function(a){&quot;use strict&quot;;function b(b){return this.each(function(){var d=a(this),e=d.data(&quot;bs.affix&quot;),f=&quot;object&quot;==typeof b&amp;&amp;b;e||d.data(&quot;bs.affix&quot;,e=new c(this,f)),&quot;string&quot;==typeof b&amp;&amp;e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on(&quot;scroll.bs.affix.data-api&quot;,a.proxy(this.checkPosition,this)).on(&quot;click.bs.affix.data-api&quot;,a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION=&quot;3.3.7&quot;,c.RESET=&quot;affix affix-top affix-bottom&quot;,c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&amp;&amp;&quot;top&quot;==this.affixed)return e&lt;c&amp;&amp;&quot;top&quot;;if(&quot;bottom&quot;==this.affixed)return null!=c?!(e+this.unpin&lt;=f.top)&amp;&amp;&quot;bottom&quot;:!(e+g&lt;=a-d)&amp;&amp;&quot;bottom&quot;;var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&amp;&amp;e&lt;=c?&quot;top&quot;:null!=d&amp;&amp;i+j&gt;=a-d&amp;&amp;&quot;bottom&quot;},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass(&quot;affix&quot;);var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(&quot;:visible&quot;)){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());&quot;object&quot;!=typeof d&amp;&amp;(f=e=d),&quot;function&quot;==typeof e&amp;&amp;(e=d.top(this.$element)),&quot;function&quot;==typeof f&amp;&amp;(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&amp;&amp;this.$element.css(&quot;top&quot;,&quot;&quot;);var i=&quot;affix&quot;+(h?&quot;-&quot;+h:&quot;&quot;),j=a.Event(i+&quot;.bs.affix&quot;);if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin=&quot;bottom&quot;==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace(&quot;affix&quot;,&quot;affixed&quot;)+&quot;.bs.affix&quot;)}&quot;bottom&quot;==h&amp;&amp;this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on(&quot;load&quot;,function(){a(&#x27;[data-spy=&quot;affix&quot;]&#x27;).each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&amp;&amp;(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&amp;&amp;(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);        &lt;/script&gt;&lt;script&gt;\n",
+       "$(function () {\n",
+       "    $(&#x27;[data-toggle=&quot;tooltip&quot;]&#x27;).tooltip();\n",
+       "});\n",
+       "\n",
+       "$(&quot;a&quot;).not(&quot;[href^=&#x27;#&#x27;]&quot;).attr(&#x27;target&#x27;, &#x27;_blank&#x27;);\n",
+       "\n",
+       "$(&quot;a[href^=&#x27;#&#x27;]&quot;).not(&quot;[role=&#x27;tab&#x27;]&quot;).on(&#x27;click&#x27;, function (e) {\n",
+       "\n",
+       "    // prevent default anchor click behavior\n",
+       "    e.preventDefault();\n",
+       "\n",
+       "    // store hash\n",
+       "    var hash = this.hash;\n",
+       "\n",
+       "    // animate\n",
+       "    $(&#x27;html, body&#x27;).animate({\n",
+       "        scrollTop: $(hash).offset().top\n",
+       "    }, 300, function () {\n",
+       "\n",
+       "        // when done, add hash to url\n",
+       "        // (default click behaviour)\n",
+       "        window.location.hash = hash;\n",
+       "    });\n",
+       "\n",
+       "});\n",
+       "\n",
+       "$(&quot;select#variables-dropdown&quot;).on(&quot;change&quot;, function (e) {\n",
+       "    var searchText = $(&quot;select#variables-dropdown&quot;).val().toLowerCase();\n",
+       "    var variables = $(&quot;.variable&quot;);\n",
+       "    variables.each(function (index) {\n",
+       "        var isMatch = $(this.firstChild.firstChild).attr(&quot;title&quot;).toLowerCase() == (searchText);\n",
+       "        if(searchText == &quot;&quot;){isMatch = true};\n",
+       "        $(this).parent().toggle(isMatch);\n",
+       "    });\n",
+       "});        &lt;/script&gt;&lt;/body&gt;&lt;/html&gt;\" frameborder=\"0\" allowfullscreen></iframe>"
+      ],
+      "text/plain": [
+       "<IPython.core.display.HTML object>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "text/plain": []
+     },
+     "execution_count": 52,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
    "source": [
     "import pandas_profiling\n",
     "df2 = pd.read_csv(\"sgv.csv\", sep=\";\")\n",
@@ -897,7 +107584,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.9.12"
+   "version": "3.9.13"
   },
   "toc-autonumbering": false
  },
-- 
GitLab